Deleting My sharing folders from My Computer
During installation of Windows Live Messenger 8, a "file sharing" is created in my computer, which enables sharing of documents with your contacts.
Below is a process of how to remove this function if same unused
Solution
Manual modification of registry
First of all, make a back up of your registry before any modification
Deleting my sharing Folder
First of all, go to menu
Start and select
Run.
In the open window, type
regedit.
In the registry, go to scroll to below key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{FC9FB64A-1EB2-4CCF-AF5E-1A497A9B5C2D}
Add the sign
"-" ('minus') before
"{FC9FB64A-1EB2-4CCF-AF5E-1A497A9B5C2D}" to obtain
-{FC9FB64A-1EB2-4CCF-AF5E-1A497A9B5C2D}
Retrieving my sharing folder
Make the same but now remove the sign "-" before the registry key.
Below is another solution which however may not be reliable
Deleting my sharing folder
Go to menu
Start and select
Run
Then type :
regsvr32 -u "%ProgramFiles%\MSN Messenger\fsshext.dll"
If this does not function, go to the installation directory of Windows Live Messenger and note the filename of the form
"fsshext.8.x.xxxx.xx.dll."
Go to menu
Start >
Run
regsvr32 -u "%ProgramFiles%\MSN Messenger\fsshext.8.x.xxxx.xx.dll
(replace the filename that you have retrieve).
Retrieve the file
Go to menu
Start and select
Run
regsvr32 -c "%ProgramFiles%\MSN Messenger\fsshext.8.x.xxxx.xx.dll"
(replaced the filename that you have retrieved).
This will reinitialize the file in my computer.