cannot browse C$

  • Thread starter Thread starter John
  • Start date Start date
J

John

environment: 1 w2k3 server (domain setup already) + 1 WXP (join domain
already)

How can I do in WinXP client PC (I got local admin right) to prevent domain
admin browsing the C:
e.g.., \\clientPC\c$

thanks.
 
John said:
environment: 1 w2k3 server (domain setup already) + 1 WXP (join domain
already)

How can I do in WinXP client PC (I got local admin right) to prevent domain
admin browsing the C:
e.g.., \\clientPC\c$

thanks.

You can alter the NTFS permissions on drive C: but
doing this might start a mini-war with your domain
administrator which you are unlikely to win.
 
8.
Turn off automatic sharing of ADMIN$, C$, D$, etc. via the
"AutoShare" parameter in the registry. This parameter is under
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters",
and is "AutoShareServer" for WinNT Server or "AutoShareWks" for WinNT
Workstation. This is a DWORD, with a value of '1' for enabled (default),
or a value of '0' for disabled. You will have to add the value yourself
because it doesn't already exist in the registry.


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"AutoShareWks"=dword:00000000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top