Taggs Posted June 23, 2006 Posted June 23, 2006 Can anyone tell me how to switch on C$ sharing on a W2k server please.ThanksTaggs
Mordac85 Posted June 23, 2006 Posted June 23, 2006 If they've been disabled you can re-enable them like so:REG Add HKLM\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters /v AutoShareServer /t REG_DWORD /d 1But it will require a reboot to pick up the change.
Sonic Posted June 26, 2006 Posted June 26, 2006 You can bypass reboot with restart service after regtweak :::Browser is dependant of lanmanserver, so we stop the servicesc stop browser:: Wait a moment during stopping service ...ping 127.0.0.1 >NUL:: Shutdown lanmanserver (shared folder ...)sc stop lanmanserver:: Wait a moment during stopping service ...ping 127.0.0.1 >NUL:: Restart Browser, due to dependence lanmanserver restart toosc start browser
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now