Tuesday, April 19, 2011

Restricting window features through registry editor

1. Click Start → Run and type regedit.
2. Scroll Down to following registry keys-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
See some good restriction on windows *** No Shutdown button!!! 

If the particular link or path is missing you can create the key for the same name for example if Explorer doesn’t exists in Policies, so you should create a new key (right click on blank space in Policies and type Explorer to create a new key. Please see previous article on blocking view on specific drive where method for creation of DWORD value name and data is clearly defined).
3. Create a DWORD “AS STATED BELOW ” and set the value to restrict:-
(Right click in the blank space of Explorer key and Create a new DWord. Rename the DWord as “AS STATED BELOW ”.



4.          Within the above key type the DWORD for respective functions (Keep in mind that the value of DWord should be 1 for activating these features and 0 for disabling them.)


DWord Value name
Function menu (DWORD value data  = 1(Y) or =0 (N)
NoFindDisable/ hide find menu
NoDrivesHide drive through My Computer
NoRecentDocsHistoryPrevent documents from adding to the list
ClearRecentDocsOnExitClear recent doc on exit of Windows
NoNetworkConnectionsDisable / hide
NoSMHelpDisable Start Menu Help
NoSMMyDocsDisable/ Hide My Documents
NoToolbarsOnTaskbarAs Mentioned in Dword Value
NoTrayItemsDisplayAs Mentioned in Dword Value
HideClockAs Mentioned in Dword Value
NoSetFoldersAll settings of Folders
NoSetTaskbarRemoves Taskbar system folder from the settings option on the start Menu
No DesktopRemoves everything from the Desktop
NoCloseDisables Shutdown
NoSaveSettingsPrevent changes of Desktop Settings
DisableRegistryTool“regedit.exe will not work” Please avoid this.

5. Restart.

Similarly, small restrictions on System and network can also be applied:-

6.          Scroll Down to following registry keys (System Related) :-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\explorer]

DWord Value nameFunction (DWORD value data = 1(Y) or =0 (N)
NoControlPanelHides the Control Panel
NoDispBackgroundPageHides the Background Page
NoDispScrsavPageHides the Screen Saver Page
NoDispAppearencePageHides the Appearance Page
NoDispSettingsPageHides the Setting Page
NoSecCPLHides Security Page in Control Panel
NoPwdPageHides Password Page
NoAdminPageHides Remote Administration Page
NoProfilepageHides User Profile Page
NoDevMgrPageHides Device Manager Page
NoConfigPageHides Hardware Profiles page
NoFileSysPageHides File System Button
NoVirtMemPageHides Virtual Memory Page
DisableRegistryToolRestrict on editing of Windows registry



7.     Scroll Down to following registry keys (Network Related):-

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Network]


DWord Value nameFunction (DWORD value data= 1(Y) or =0 (N)
NoNetSetupSecurityPageHides the Network Security Page
NoNetSetupHides the Network option in the control panel
NoNetSetupIDPageHides the Identification Page
NoFileSharingControlHides the File Sharing Control Page
NoPrintSharingHides the Print Sharing Page

8. Restart.

No comments:

Post a Comment