All Kinds of Restrictions for Windows 2000, XP, 20

swati16

Member
[FONT=&quot]All Kinds of Restrictions for Windows 2000, XP, 2003, Vista, 2008 and 7[/FONT]
[FONT=&quot]Following is a list of some interesting restrictions, which can be made in Windows 2000, XP, 2003, Vista, 2008 and 7. Like you can restrict Display properties, taskbar properties, folder options, etc. All tricks are based on Registry editing. So I'll tell the key name and the value, that you have to create for the restriction. If the key is not present, then simply create it.

NOTE: If you want to remove the restriction, then simply delete the DWORD value or set its value to 0

So here we start:


1.) Restrict Display Properties:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System[/FONT]

[FONT=&quot]create DWORD value NoDispCPLand set its value to 1
2.) Restrict Taskbar Properties:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoSetTaskbar and set its value to 1
3.) Restrict Folder Options:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoFolderOptions and set its value to 1
4.) Restrict Locking/Unlocking the taskbar:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value LockTaskbar and set its value to 1
5.) Restrict Active Desktop:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoActiveDesktop and set its value to 1
6.) Restrict adding/deleting items from Toolbars:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoToolbarCustomize and set its value to 1
7.) Restrict adding/deleting toolbars:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoBandCustomizeand set its value to 1
8.) Restrict right-click in Start Menu:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoChangeStartMenu and set its value to 1
9.) Restrict Desktop Cleanup Wizard:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoDesktopCleanupWizard and set its value to 1
10.) Restrict notification at low disk space:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoLowDiskSpaceChecks and set its value to 1
11.) Restrict Taskbar Context Menu:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]create DWORD value NoTrayContextMenu and set its value to 1
12.) Restrict Programs to run:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer\DisallowRun[/FONT]

[FONT=&quot]create String value with any name, like 1 and set its value to the program's EXE file.
e.g., If you want to restrict msconfig, then create a String value 1 and set its value to msconfig.exe. If you want to restrict more programs, then simply create more String values with names 2, 3 and so on and set their values to the program's exe.
13.) Restrict Registry Editor:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System[/FONT]

[FONT=&quot]create DWORD value DisableRegistryToolsand set its value to 1
14.) Restrict Task Manager:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System[/FONT]

[FONT=&quot]create DWORD value DisableTaskMgr and set its value to 1
15.) Restrict Writing to USB Drives:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_LOCAL_MACHINE\SYSTEM\Current Control Set\Control\StorageDevicePolicies[/FONT]

[FONT=&quot]Create DWORD value WriteProtect and set its value to 1
16.) Restrict New option in context menu:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenu Handlers\New[/FONT]

[FONT=&quot]And delete the value of Default, e.g., empty it.
17.) Restrict Send To in context menu:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenu Handlers\Send To[/FONT]

[FONT=&quot]And delete the value of Default, e.g., empty it.
18.) Restrict Balloon Tips:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\Advanced[/FONT]

[FONT=&quot]Create DWORD value EnableBalloonTipsand set its value to 0
19.) Restrict Users to enable New XP StartMenu:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]Create DWORD value NoSimpleStartMenu and set its value to 1
20.) Restrict Command Prompt:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System[/FONT]

[FONT=&quot]Create DWORD value DisableCMD and set its value to 2
21.) Restrict Drives in My Computer:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]In right-side pane, create a new DWORD value NoViewOnDrive and change its value as following:[/FONT]
[FONT=&quot]3 : To Restrict A and B drives only.
4 : To Restrict C drive only.
7 : To Restrict A, B, and C drives only.
8 : To Restrict D drive only.
F : To Restrict A, B, C, and D drives only.
03FFFFFF : To Restrict all drives.[/FONT]
[FONT=&quot]And if you want more specific restrictions, like you want to restrict a combination of other drives, then you can use decimal no. instead of hexadecimal no. Following is a list for all drives decimal no.:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]A: 1[/FONT]
[FONT=&quot]B: 2[/FONT]
[FONT=&quot]C: 4[/FONT]
[FONT=&quot]D: 8[/FONT]
[FONT=&quot]E: 16[/FONT]
[FONT=&quot]F: 32[/FONT]
[FONT=&quot]G: 64[/FONT]
[FONT=&quot]H: 128[/FONT]
[FONT=&quot]I: 256[/FONT]
[FONT=&quot]J: 512[/FONT]
[FONT=&quot]K: 1024[/FONT]
[FONT=&quot]L: 2048[/FONT]
[FONT=&quot]M: 4096[/FONT]
[FONT=&quot]N: 8192[/FONT]
[FONT=&quot]O: 16384[/FONT]
[FONT=&quot]P: 32768[/FONT]
[FONT=&quot]Q: 65536[/FONT]
[FONT=&quot]R: 131072[/FONT]
[FONT=&quot]S: 262144[/FONT]
[FONT=&quot]T: 524288[/FONT]
[FONT=&quot]U: 1048576[/FONT]
[FONT=&quot]V: 2097152[/FONT]
[FONT=&quot]W: 4194304[/FONT]
[FONT=&quot]X: 8388608[/FONT]
[FONT=&quot]Y: 16777216[/FONT]
[FONT=&quot]Z: 33554432[/FONT]
[FONT=&quot]ALL: 67108863[/FONT]

[FONT=&quot]So if you want to disable a combination of drives, just sum their numbers and give the same value to NoViewOnDrive. e.g., for restricting C, D, E and F drives, give the value: 4+8+16+32 = 60


NOTE: You can also hide the drives using NoDrives DWORD value. The location and its value remain same as the above trick.


22.) Restrict RUN in New XP StartMenu:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]Create DWORD value NoRun and set its value to 1
23.) Restrict Control Panel:[/FONT]
[FONT=&quot]Code:[/FONT]
[FONT=&quot]HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer[/FONT]

[FONT=&quot]Create DWORD value NoControlPanel and set its value to 1
Above all are some common restrictions, if you want to know any specific restriction, then please post it. I'll try my best to give the registry code. [/FONT]
[FONT=&quot]
[/FONT]
 
Top