If you want to share your files from one computer to other computer but you want to hide your computer from Network Neighborhood then follow the steps.
- Click on “Start” and Select “Run”.
- Type cmd and click on “OK”, Command prompt window will open.
- In the command prompt type this command as it is :net config server /hidden:yes
- One message will appear on your screen >>”The command completed successfully”
- That’s it! Reboot your computer now and your computer is hidden on the network.
To verify the status of your computer use following command in the command prompt.
net config server
To undo this command just type following command in command prompt and press “OK”
net config server /hidden:no