Disabling sharing of administrative task

Last update on June 12, 2009 12:07 PM by jak58
Published by netty5

Disabling sharing of administrative task







By default all Microsoft Windows NT based operating system possess hidden administrative shares options, allowing the administrator of a machine to access the machine via the network.

Here is a list of the default administrative shares, accessible only to administrator:

* C $: To access to a partition or root directory. Other partitions are also accessible via their letter, followed by the character "$";
* ADMIN $: To access to% systemroot%, to manage a machine on the network.
* IPC $: Allowing the communication network between processes.
* PRINT $: Remote access to printers.

To view and manage the administrative shares of the computer, simply go to Control Panel / Administrative Tools / Computer Management / Shared Folders / Shares. Another alternative is to right click on the My Computer icon on desktop and select Manage.


For some security constraints,it may be necessary to remove access to administrative shares C $ and ADMIN $.

To do this, simply edit the registry, type the following command in the Run tab:

regedit 


Go to:

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ LanmanServer \ Parameters

Create a new DWORD value named AutoShareWks and set it to 0.

Activation and deactivation the administrative shares are done by modifying this value.

Modifications made will still be persistent even after restarting your PC.

Administrative shares can be temporarily disabled without touching the registry by typing in an MS-DOS window:
net share c $ / delete 
net share admin $ / delete 
net share IPC $ / delete 



In this case, the shares will be reactivated at the next reboot.
Best answers for « Disabling sharing of administrative task » in :
Task Manager disabled! ShowTask Manager disabled! If you cannot access the task manager (when you press Ctrl + Alt + Delete, you have the following message: "Task Manager has been disabled by your administrator!"), This trick will allow you to reactivate it....
Disable Ctfmon.exe at startup ShowDisable Ctfmon.exe at startup Disable advanced text services Disable Ctfmon.exe at startup Additional information The ctfmon.exe is a Windows generic process for managing entries alternative text input software such as voice...
Disabling the Avahi daemon ShowDisabling the Avahi daemon Ubuntu 7.04 Ubuntu 7.10,8.04 and 8.10 Other Debian systems and derivatives Links Avahi is a daemon that allows you to automatically discover network resources and to connect to it. Avahi deals with...
Download Visual Task Tips ShowThe display of thumbnails of open windows in the taskbar is a new feature that was introduced in Vista. Visual Task Tips is a small program that lets you do so in XP. If you want your XP look like Vista, then you need this software. For more...
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...
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...
Shared Hosting ShowShared Hosting Shared hosting involves hosting several websites on the same server. This solution is relatively inexpensive and allows clients to benefit from a high-quality service at a reasonable price. This type of option offers a server with a...