HIDE DRIVES AND PARTITIONS
Open the Registry Editor by going to Start/Run and typing in "regedit" (without the quotes). Find your way to...HKEY_CURRENT_USER\Software\Mcft\Windows\CurrentVersion\Policies
Click on "Explorer".
Just right-click in the right pane and choose "New/DWORD Value" then name the key "NoDrives". And open this set value data=”corresponding drive value”,base=decimal
The values for each drive are as follows:
1 - A I Q Y 2 - B J R Z
4 - C K S 8 - D L T
16 - E M U 32 - F N V
64 - G O W 80 - H P X
If you want to hide more than one drive in a column? Simply add the values together: D+E = 8+16 = 24. So set value data="24", base=”decimal”. Press ok. (“Noviewondrive” used to lock the drive)
Note: if every operation completed in one restart or logoff
In other possibilities (set to all operation value data=”1”, base=”decimal”)
Norunhide run
Nofind hide search
Noclose hide shutdown
Nofolderoptionshide folder options
Nocontrolpanelhide control panel
Nomanagemycomputerverbhide manage option
Nopropertiesmycomputerhide my computer properties
Noviewcontextmenuhide my computer right click option
Noaddedprinterhide add printer option
Nodeleteprinterhide delete printer option
NoSetFolders Removes Folders from the Settings option on Start Menu NoSetTaskbar Removes Taskbar system folder from the Settings option on Start Menu
NoNetHood Hides or removes the Network Neighborhood icon from the desktop
NoDesktop Hides all items including, file, folders and system folders from the Desktop
NoSaveSettings Means to say, 'Don't save settings on exit'
DisableRegistryTools Disable Registry Editing Tools (If you disable this option, the Windows Registry Editor (regedit.exe) too will not work.)
NoRecentDocsHistory Removes Recent Document system folder from the Start Menu (IE 4 and above)
ClearRecentDocsOnExit Clears the Recent Documents system folder on Exit.
Nolnternetlcon Removes the Internet (system folder) icon from the Desktop
Under the same key:
HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies you can create new sub keys other than the already existing Explorer key. Now create a new key and name it System. Under this new key, system we can create the following new DWORD values (1 for enabling the particular option and 0 for disabling the particular option):
NODispCPL Hides Control Panel
NoDispBackgroundPage Hides Background page.
NoDispScrsavPage Hides Screen Saver Page
NoDispAppearancePage Hides Appearance Page
NoDispSettingsPage Hides Settings Page
NoSecCPL Disables Password Control Panel
NoPwdPageHides Password Change Page
NoAdminPaqe Hides Remote Administration Page
NoProfilePage Hides User Profiles Page
NoDevMgrPage Hides Device Manager Page
NoConfigPage Hides Hardware Profiles Page
NoFileSysPage Hides File System Button
NoVirtMemPage Hides Virtual Memory Button
Similarly, if we create a new sub key named Network, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):
NoNetSetupSecurityPage Hides Network Security Page
NoNelSetup Hides or disables the Network option in the Control Panel
NoNetSetupIDPage Hides the Identification Page
NoNetSetupSecurityPage Hides the Access Control Page
NoFileSharingControl Disables File Sharing Controls
NoPrintSharing Disables Print Sharing Controls
Similarly, if we create a new sub key named WinOldApp, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):
Disabled Disable MS-DOS Prompt
NoRealMode Disable Single-Mode MS-DOS.
Etc.,