Windows 7 – Enable $admin share
So I‘ve been running Windows 7 RTM for a while now, and really liking it. There are a few “gotcha’s”, and the $admin share is one of them. Out of the box, Windows 7 (and Windows Vista) disabled File and Printer sharing, as well as the $admin share. Normally, in the home environment, the $admin share is not needed, but in the corporate world, it’s used quite regularly, especially with tools like psexec, IntelliAdmin tools, and certain software deployments.
This is how to enable the $admin share in Windows 7:
First, Folder and Printer Sharing must be enabled. Open the Control Panel, and select Network and Internet. Then click on Network and Sharing Center.
Look to the left side of the Network and Sharing Center, and click on Change advanced sharing settings.
In the new window, you can change each network’s sharing settings (Home, Public, and Work/Domain). Expand the profile you want to modify, and click on “File and Printer Sharing”
Save your changes.
Next (I know, I wish it was just that easy…) you have to add a registry key. Open Regedit, navigate to HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System – create a new DWORD:
LocalAccountTokenFilterPolicy with the Value of 1
Reboot. You can now access the $admin share remotely.


