Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hide C drive in WinXP

Featured Replies

How can you hide the C: drive from users ?

I've seend some GPO templates beeing made. But aren't there any easier way?

// Preben

well who do u want to hide it from and what partition is windows installed on

  • Author

I'm running a large network, and want to limit users to store either on a local disk that is not a system drive, or a network based disk.

So basicly just hide the c:\ icon would help alot.

Then I'll just add a norun value to registry, and it's locked :)

// Preben

Are you refering to the administrative (C$) share? This is shared for Domain administrative purposes, and if you're not an Admin, those who are may frown on disabling this share--but I'll let you worry about wether or not your reasons for disabling the share are legitimate.

The problem with turning off the C$ share is that everytime your system is rebooted, it re-appears. There are several ways to remove it permanently, but the one I like the best is by adding this vb script:

strComputer = "."

Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

Set colShares = objWMIService.ExecQuery _
("Select * from Win32_Share Where Name = 'C$'")

On error resume next
For Each objShare in colShares
objShare.Delete
Next


WScript.quit

EDIT: Just read your last post, and realized that what you are trying to do is much different from what I described above--so you can just disregard it.

Edited by TheFlash428

By default I move the My Documents folder to D drive on newly built systems so naturally the user files get saved there in stead of system drive. I also disable system restore for this drive. I even set this folder for internet downloads.

In situations of disaster it is a simple matter to reformat c: & do a fresh install. Data never gets affected.

By default I move the My Documents folder to D drive on newly built systems so naturally the user files get saved there in stead of system drive. I also disable system restore for this drive. I even set this folder for internet downloads.

In situations of disaster it is a simple matter to reformat c: & do a fresh install. Data never gets affected.

Are you running a domain? If you are then it's simply a case of using the group policy management console to create a policy applied to certain users to either hide the C drive or prevent access to it completley. Both of these policies are in User Configuration > Administrative Templates > Windows Components > Windows Explorer.

  • Author

I cannot find it under user configuration (yes, I'm in an AD enviroment).

I can find some similarities under Computer Configurations.

But only with one value : "Turn off shell protocol protected mode". Is this the value ?

Thank you all guys for helping me out on this, and for the quick replies.

// Preben

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.