TweakXP: hide your computer while sharing folders
PDF version
If you want to share a folder with only certain users, you can use the Net command line tool to essentially hide your computer and shared network folders from the rest of the network.
Follow these steps to create the hidden share:
- Open a command prompt.
- Type this command: net config server /hidden:yes.
- Share the folder as you normally would.
Note: If your computer is already sharing network folders, it may take up to 30 minutes for this command to take effect and hide the computer name.
Users who have access to the hidden shared folder can get to it by using the UNC name or by mapping the hidden share to a local drive letter.
To unhide the computer, type
net config server /hidden:no.