• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how do i remove the admin share, C$

By setting an explicit access rights to that person with NO ACCESS as the rights...

You will need to set the NTFS level security and click on ADD and add the users domain ID and save it, then go back in and double click on the users id in the list and set the permissions to "Special" and remove ALL check boxes and that will remove ALL access to the c$ share for that user... I had to do it here at work until my NT Administrator did enough crap that I could fire him...
 
can you add a new share, say named drivec$ and then remove the old share c$

of course, you will have to change the permission on drivec$ from everyone to whatever you need to.
 
the c$ share is not the same as a folder shared through file and print sharing. if you're worried about someone connecting to your machine over the network disable file and print sharing in the local area connection.
 
You CAN remove the default shares. Use regedit to navigate to this key in your registry - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\. Add a new DWORD value named AutoShareWks with a value of 0. Reboot and there won't be any administrative shares on your PC. Note that this is for NT Workstation or 2000 Pro only. For the server versions of NT or 2K, the value is AutoShareServer.

Hope this helps 🙂
 
If you go to services and disable the Server and the Computer Browser services, you'll remove the admin share.
 
If you remove the Server service, it will essentially disable file and print sharing. An extra unwanted side-effect of disabling the Server service is that it will also disable the Computer Browser service because it is dependent on the Server service.

evergreen96 - I don't think it's possible to rename admin shares.
 
I have run into people that wanted to do something similar to what you are inquiring about - the next thing I'm getting is a call as to why they can't access their PC because the login won't work. They essentially made the drive inaccessible because they removed the default share for that drive.

Be careful with what you are trying to do. You have been warned 😉

Good time to check your backups and ERD.
 
I do not want to get rid of the default share. All i want to do is remove the hidden admin share. I still have special folders that are accessiable to specific people.

The Registry hack that was provide a few post ago works just fine. The C$ and D$ are now gone. The purpose of me wanting to do this is to keep the junior sys admins out of my drives.
 
Is there a way you can audit if anyone maps to your drive.. I already turn it on but I only get mgs that the domain I didn' see this in the event viewer? All I see is Previeged use.
 
I understand that much and I am glad it worked - I was more alluding to what I have seen "sysadmin wannabes" do when tinkering "innocently" with shares and rights in NT. 😀


 
Back
Top