Microsoft Office 2010 Professional and Professional Plus installs a handy option (Shared Folder Synchronization) to Desktop and Folder’s Context Menu for its Microsoft SharePoint Workspace formally known as “Groove”
If you don’t use Microsoft SharePoint Workspace and like to remove the option without uninstalling Office components.
You can remove it by simply editing a registry sub key.
How To:
1. Run Registry Editor and go to- HKEY_CLASSES_ROOT\CLSID\{6C467336-8281-4E60-8204-430CED96822D}
2. Now rename or delete the sub key {6C467336-8281-4E60-8204-430CED96822D} I recommend to rename the sub key instead of deletion. For e.g. prefix backup. to sub key or backup.{6C467336-8281-4E60-8204-430CED96822D} it helps to revert the changes easily.
3. Close the Registry Editor and Refresh the Windows Explorer.
Applies To:
- Microsoft Office 2010 Professional Beta
- Microsoft Office 2010 Professional Plus Beta
- Microsoft Office 2007 Enterprise
- Microsoft Office 2007 Ultimate
Searched terms:
remove shared folder synchronization, shared folder synchronization, shared folder synchronization remove, how to remove shared folder synchronization, disable Shared Folder Synchronization, shared folder synchronization windows 7, shared folder synchronisation, remove shared folder synchronisation, remove shared folder synchronization office 2010, shared folder sync
28 Comments
Thanks!
It’s easier and better to do it like this: regsvr32 /u GROOVEEX.DLL
Gr,
thank u……….
worked for me too! very easy.
Thank you.
thx for this
here’s a quick bat file line for anyone who wants it:
@echo off
cls
reg delete HKEY_CLASSES_ROOT\CLSID\{6C467336-8281-4E60-8204-430CED96822D} /f
Add Comment