Deleting My sharing folders from My computer

Last update on December 10, 2008 07:26 AM by deri58
Published by deri58

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.
Best answers for « Deleting My sharing folders from My computer » in :
Sharing a Printer ShowSharing a Printer Sharing a computer with printer server Sharing printer with a print server How to share a printer to make it accessible from any workstation with a Microsoft Windows NT/2000/XP: First, we must quickly...
Script to Search and Remove All Hidden Folders ShowScript to Search and Remove All Hidden Folders Issue Solution Note Issue I need a Script (VB or BAT : Prefferebly BAT Script) That will search and delete all Files and Folders (Even the folders that contain subfolders and files) which...
What to do if a file cannot be deleted ShowWhat to do if a file cannot be deleted How to get rid of the file? Solution 1: Ensure that the file/folder is not in use Solution 2: Run your system on Safe Mode Solution 3: Download or update your Antivirus program Solution 4: Use...
Download Folder Guard Professional ShowFolder Guard is a security program for Windows, it can be used to restrict access to files, folders and other Windows resources on your computer. If you share your computer with your colleagues, family or room mates, you can use the program to...
Sharing and permissions in Windows NT ShowIntroduction to folder sharing Sharing allows resources to be designated as being available to all users over a network. When a folder is shared, users can log into the folder from across the network and access the files within, as though the...
File sharing in Windows XP ShowAdvantages File sharing involves making the content of one or more directories available through the network. All Windows systems have standard devices making it easy to share the content of a directory. However, file sharing may lead to security...
Operating Systems - MS-DOS - Commands ShowCommand Description dir lists the contents of a folder cd changes folder cd .. parent folder md or mkdir creates a new folder deltree deletes a folder and all sub-folders copy, xcopy copies...