Access administrative shares on Server 2008/Vista
Tuesday, August 19th, 2008Quick windows tip again, if you find yourself unable to access the administrative shares (\\machine\c$, tasks, etc) on a Windows Server 2008 or Vista computer with UAC enabled, using the credentials of a local administrator — don’t panic. This is actually intended.
Turns out local administrators cannot elevate their privileges over the network, with UAC enabled.
Note that this doesn’t affect users in the Domain Admins group!
Now, you could do the dumb “neowin poweruser” thing and turn UAC off, or you could change this particular behavior in the registry. Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
And add a new DWORD named LocalAccountTokenFilterPolicy with a value of 1, and then reboot. It all should work.
Again, users with Domain Admin privileges are unaffected.

Against TCPA