Restrict Users from Running Specific Applications for others users
- July 19, 2009
- 357 views

- No Comments
This is useful for anyone who wants to stop specific applications from running without having to install any software of any kind, all they need to do is make a simple edit in the registry.
Method 1:
how to Restrict Users from Running Specific Windows Programs by Using Group Policy.
To use Group Policy Object Editor to restrict users from running specific Windows programs, use the procedure that is described in the section that is appropriate to your situation.
Editing the Local Policy on a Windows Computer
To restrict users from running specific Windows programs on a standalone Windows computer:
1. Click Start, and then click Run.
2. In the Open box, type gpedit.msc, and then click OK.
3. Expand User Configuration, expand Administrative Templates, and then expand System.
4. In the right pane, double-click Don’t run specified Windows applications.
5. Click Enabled, and then click Show.
6. Click Add, and then type the executable file name of the program that you want to restrict users from running. For example, type iexplore.exe.
7. Click OK, click OK, and then click OK.
NOTE: If domain-level policy settings are defined, they may override this local policy setting.
8. Quit Group Policy Object Editor.
9. Restart the computer.
Editing the Group Policy in a Domain
To edit a domain-wide policy to restrict users from running specific Windows programs:
1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers.
2. Right-click your domain, and then click Properties.
3. Click the Group Policy tab.
4. In the Group Policy Object Links box, click the group policy to which you want to apply this setting. For example, click Default Domain Policy.
5. Click Edit.
6. Expand User Configuration, expand Administrative Templates, and then expand System.
7. In the right pane, double-click Don’t run specified Windows applications.
8. Click Enabled, and then click Show.
9. Click Add, and then type the executable file name of the program that you want to restrict
users from running. For example, type iexplore.exe.
10. Click OK, click OK, and then click OK.
11. Quit Group Policy Object Editor, and then click OK.
NOTE: Group Policy changes are not immediately enforced. For more information, see the Troubleshooting section.
Method 2: How to Restrict Users from Running Specific Windows Programs by Editing the Registry
To restrict users from running specific Windows programs by editing the registry, follow these steps:
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Create a DWORD value named DisallowRun. To do so:
# a.Locate and then click the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer
# b.On the Edit menu, point to New, and then click DWORD Value.
# c.Type disallowrun, and then press ENTER.
# d.Double-click the DisallowRun value that you created in the previous step.
# e.Type 1 in the Value data box, and then click OK.
4. Create a new HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer\DisallowRun subkey. To do so:
# a.Right-click the following registry key, point to New, and then click Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer
# b.Type disallowrun, and then press ENTER.
5. For each program that you want to prevent users from running, create a new string value in the DisallowRun subkey that you created in step 4. Use consecutive numbers to name the string values (starting with 1), and use the executable file name for the program as the data for the string value.
For example, if you want to restrict users from running Microsoft Internet Explorer:
# a. Right-click the following registry key, point to New, and then click String Value:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer\DisallowRun
# b.Type 1, and then press ENTER.
# c.Double-click the 1 value that you created in the previous step.
# d.Type iexplore.exe in the Value data box, and then click OK.
6. Quit Registry Editor, and then restart the computer.
Donate Us for our Kind hard work Support
Computer Treasure Contributor
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!



