How to Disable C$ Sharing on Windows Operating System
By default all Microsoft Windows NT based operating system exposes hidden administrative shares options, which allowing the administrator of a machine to access the machine via the network. The administrative shares are:
- C$: To access to a partition or root directory. Other partitions available on your computer are also accessible via their letter, followed by the character "$", for example D$, E$, etc
- ADMIN$: To access to% systemroot%, to manage a machine on the network
- IPC$: Allowing the communication network between processes
- PRINT$: Remote access to printers.
So by default you can access all files in drive C: by simple connecting it by typing \\yourcomputer\C$ on Start – Run… menu or Windows Explorer.
For some security constraints, it may be necessary to remove access to administrative shares.




Recent Comments