Remote Tech Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 10 November 2010

List of All Kinds of Restrictions for Windows 2000, XP, Server 2003, Vista, Server 2008 and 7

Posted on 06:41 by Unknown

List of All Kinds of Restrictions for Windows 2000, XP, Server 2003, Vista, Server 2008 and 7


Many times people access our system and change our customized settings here and there. Wouldn't it be great if we can restrict them to change the settings and other things like restrict from changing Folder Options, Taskbar settings, Desktop settings, etc.

Today in this tutorial, we'll share a list of some important and useful restrictions, which can be put in Windows 2000, XP, Server 2003, Vista, Server 2008 and 7.

STEP 1: Open Registry Editor

All restrictions are based on Registry editing. So you'll need to open Registry Editor by providing regeditcommand in RUN or Start menu Search box and press Enter. After that go to the registry key mentioned in step 2.

STEP 2: Create Registry Key

Once you are in Registry Editor. Go to following keys and create or modify required DWORD value as mentioned below:

http://img.photobucket.com/albums/v374/vishaal_here/Windows_Restrictions_List.png

1. Restricting Desktop Properties

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

Create new DWORD NoDispCPL and set its value to 1

If you want to restrict any particular tab in Desktop Properties like Themes, Screen Saver, etc, you can take help of following tutorial:

How to Enable / Disable Changing Themes, Wallpapers, Screen Savers and Other Settings

2. Restricting Taskbar Properties

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoSetTaskbar and set its value to 1

3. Restricting System Properties

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoPropertiesMyComputer and set its value to 1

4. Restricting Folder Options

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoFolderOptions and set its value to 1

5. Restricting Registry Editor

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

Create new DWORD DisableRegistryTools and set its value to 1

6. Restricting Task Manager

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

Create new DWORD DisableTaskMgr and set its value to 1

7. Restricting Control Panel

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoControlPanel and set its value to 1

Also check following tutorial:

How to Hide / Show Specific Control Panel Applets / Icons in Windows?

8. Restricting Command Prompt

Go to following key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System

Create new DWORD DisableCMD and set its value to 2

9. Restricting Locking/Unlocking of Taskbar

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD LockTaskbar and set its value to 1

10. Restricting right-click on Taskbar

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoTrayContextMenu and set its value to 1

11. Restricting Toolbars in Taskbar

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoToolbarsOnTaskbar and set its value to 1

12. Restricting drag-and-drop and right-click in Start Menu

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoChangeStartMenu and set its value to 1

13. Restricting RUN in Start Menu

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoRun and set its value to 1

14. Restricting Shut Down, Restart, Sleep and Hibernate commands

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoClose and set its value to 1

15. Restricting Log off in Start Menu

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD StartMenuLogOff and set its value to 1

16. Restricting Active Desktop Feature

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoActiveDesktop and set its value to 1

17. Restricting adding/removing items to/from Toolbars

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoToolbarCustomize and set its value to 1

18. Restricting adding/removing Toolbars

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoBandCustomize and set its value to 1

19. Restricting Autorun Feature

Visit following tutorial:

How to Disable Autorun Functionality in Windows Using Registry Editor?

20. Restricting notification at low disk space

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoLowDiskSpaceChecks and set its value to 1

21. Restricting Writing to USB Drives

Go to following key:

HKEY_LOCAL_MACHINE\SYSTEM\Current Control Set\Control\StorageDevicePolicies

Create new DWORD WriteProtect and set its value to 1

Also check following tutorial:

How to Disable / Restrict Use of USB Storage Devices in Windows?

22. Restricting "New" option in context menu

Go to following key:

HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenu Handlers\New

And delete the value of Default, e.g., empty it.

23. Restricting "Send To" option in context menu

Go to following key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenu Handlers\Send To

And delete the value of Default, e.g., empty it.

24. Restricting any desired application

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer\DisallowRun

Create new String value with any name, like 1 and set its value to the desired 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, simply create more String values with names 2, 3 and so on and set their values to the program's exe file.

25. Restricting Drives in My Computer

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

In right-side pane, create new DWORD NoViewOnDrive and change its value as following:

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.

If you want more specific restrictions, like you want to restrict a combination of drives, you can use decimal no. instead of hexadecimal no. Following is a list for all drives decimal no.:

A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
G: 64
H: 128
I: 256
J: 512
K: 1024
L: 2048
M: 4096
N: 8192
O: 16384
P: 32768
Q: 65536
R: 131072
S: 262144
T: 524288
U: 1048576
V: 2097152
W: 4194304
X: 8388608
Y: 16777216
Z: 33554432
ALL: 67108863

So if you want to disable a combination of drives, just sum their numbers and give the same value toNoViewOnDrive. 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.

That's all. Above are some common restrictions, if you want to know about any specific restriction, please let us know.

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



Email ThisBlogThis!Share to XShare to Facebook
Posted in Registry Tips, Windows Tips | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Windows Server 2008 Core Command Guide
    Windows Server 2008 Core Command Guide What Command Set DNS IP Netsh int ipv4 set dns “local area connection” stat...
  • USB Disk Security 5.4.0.12
    USB Disk Security -  Download 100% protection against any threats via USB storage USB Disk Security is a top-rated antivirus utility that pr...
  • GDS COMMITTEE IMPLEMENTATION ORDERS RELEASED BY DIRECTORATE TODAY
    GDS COMMITTEE IMPLEMENTATION ORDERS RELEASED BY DIRECTORATE TODAY POSTAL DIRECTORATE ISSUED ORDERS TODAY FOR IMPLEMENTING THE GDS COMMITTEE ...
  • (no title)
    POSTAL RATES INDEX Letters / Book Post Registered Articl...
  • Most Useful Websites
           The list primarily highlights the lesser-known or undiscovered websites and misses out all-time favorites like Google Docs, Wikipedia...
  • Commands in Windows Vista
    Windows Vista Command Line List and Reference The list of commands available in the command line shell for Windows Vista is similar to that ...
  • Save queries in Windows Server 2003's Active Directory Users and Computers tool
    Windows Server 2003 administrators can’t live without the Active Directory Users and Computers tool. Here’s a quick look at the saved querie...
  • PDF into Word ( Document) converter
    PDF into Word ( Document) Converter         PDF2Word(pdf to word) software enable export the text, images and other contents from pdf docume...
  • THIRUKKURAL PDF DOWNLOAD (தமிழ் )
    CLICK HERE TO DOWNLOAD THIRUKKURAL (தமிழ்)    or CLICK HERE TO DOWNLOAD THIRUKKURAL (TAMIL & ENGLISH)    or CLICK HERE TO DOWNLOAD THIR...
  • How to shutdown computer automatically at a specific time
    Trick 1: Start > Run Type ' shutdown -s -t 1800 ' without quotes Click OK A dialog will appear showing the countdown t...

Categories

  • Computer Guidelines
  • Customer Care
  • DB Tools
  • Drivers
  • Entertainments
  • FAQ
  • For System Administrators
  • FTP
  • General Informations
  • General Knowledge
  • Guidelines
  • Hardwares
  • Health Tips
  • Internet Tips
  • Latest Software Updates
  • Network Trouble shooting
  • Printer Trouble shooting
  • Printing Tips
  • Recovery Tips
  • Registry Tips
  • Registry Tools
  • Security Guidelines
  • Security Tips
  • Software Tips
  • Softwares
  • SQL
  • Technology
  • Tips and Tricks
  • Tools
  • Trouble shooting
  • Useful Softwares
  • Utilities
  • Virus Solutions
  • Websites
  • windows 7
  • Windows Server
  • Windows Tips
  • Windows Vista
  • Windows XP FAQ

Blog Archive

  • ►  2011 (138)
    • ►  May (32)
    • ►  April (24)
    • ►  March (29)
    • ►  February (15)
    • ►  January (38)
  • ▼  2010 (241)
    • ►  December (55)
    • ▼  November (40)
      • WebLink Tool
      • Drivers and Product Keys Backup Tools
      • How to Enable Plug and Play detection ( LPT Port )
      • Mobile Number Portability Service to be Launched t...
      • Sripuram Golden Temple situated in Vellore,Tamilna...
      • Google Apps Users Gets More Google Services
      • 20 Things I Learned ( A Good Book by Google)
      • How to use BSNL selfcare portal
      • Add Items, Shortcuts In Right Click Send To Menu
      • How to Speed Up Gmail
      • Microsoft Office Compatibility Pack 2007 & 2010
      • Happiness comes not from being loved, but from loving
      • INFORMATION ABOUT STROKE
      • IMPORTANT GOVERNMENT WEBSITES LINKS
      • IMPORTANT WEBSITES
      • Yoga for you...
      • Latest Softwares & Updates
      • USEFUL SOFTWARES
      • For System Administrators
      • Convert Text To Image With One Click
      • Anti Frustration Software
      • THE TEN PRECAUTIONS FOR CELL PHONE USERS
      • Anti Virus - Kaspersky PURE 9.1.0.124 Final
      • How to Restrict Internet usage in office?
      • USB Disk Security 5.4.0.12
      • Windows XP Utility
      • Windows XP Security Console
      • Yoga the best way to stay fit by Baba Ramdev's Dog...
      • Log In To Yahoo! Messenger With Multi Account With...
      • Frequently Asked Problems with Solutions
      • List of All Kinds of Restrictions for Windows 2000...
      • Mind It When You Place Laptop On Your Knees, Thigh...
      • Story Of Appreciation
      • Tips To Protect Your Orkut Account From Scams
      • Toll Free Numbers in India
      • USB Pendrive / HDD Blocker UBlock v0.3
      • 10 TOP Registry edits and tweaks for Windows XP
      • KODAIKANAL - DINDIGUL DISTRICT, TAMILNADU -624101
      • Try to know about Data Entry Test
      • Important Items
    • ►  October (21)
    • ►  September (35)
    • ►  August (39)
    • ►  July (23)
    • ►  June (5)
    • ►  May (2)
    • ►  April (12)
    • ►  March (4)
    • ►  February (2)
    • ►  January (3)
  • ►  2009 (26)
    • ►  December (5)
    • ►  November (3)
    • ►  October (4)
    • ►  September (5)
    • ►  August (3)
    • ►  July (5)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile