Free Removing Hidden Shares from Win32 Boxes
Author: nspanspa // Category: PC Tips And Hacks, Solution For Computer ProblemHere is a counter measure that can be taken to avoid this sort of attack,
By default Windows 2000, Windows XP and WinNT automatically enables the hidden shares (admin$, c$, d$ and IPC$ - Inter Process Connect ).
The following Registry Key will help you in disabling the Hidden shares.
System Key: [HKEY_LOCAL_MACHINE > System > CurrentControlSet > Services > LanmanServer > Parameters]
Value Name: AutoShareWks
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disable shares, 1 = enable)
Goto Run and type compmgmt.msc, this will take you to the computer management, here Click on ’shared folders’ and then ’share’ then delete the shares that you want to remove.
Value Name: AutoShareWks
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disable shares, 1 = enable)
Goto Run and type compmgmt.msc, this will take you to the computer management, here Click on ’shared folders’ and then ’share’ then delete the shares that you want to remove.
Note : To remove the admin share for only the current session use the second method (Computer Management console), if you want a permanent removal, add the AutoShareWks in the registry .