Link to home
Start Free TrialLog in
Avatar of Quetzal
Quetzal

asked on

Help with GPEDIT.MSC

Need a little help locking down an XP Pro workstation in a workgroup environment.  Want to restrict one userid to only running a specific exe and doing nothing else.  I'm figuring to use the group policy editor to do this.  Has anyone done this before?
Avatar of CrazyOne
CrazyOne
Flag of United States of America image

Description of the Software Restriction Policies in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;310791

BEGIN ARTICLE

The information in this article applies to:
Microsoft Windows XP Professional

SUMMARY
This article describes software restriction policies in Windows XP.

Administrators can use software restriction policies to allow software to run. By using a software restriction policy, an administrator can prevent unwanted programs from running. This includes viruses and Trojan horse software, or other software that is known to cause problems.

MORE INFORMATION
You can use the Group Policy tool in Windows XP to implement software restriction policies. To enable a software restriction policy, use either of the following methods:
Using Group Policy
Click Start, and then click Run.
Type gpedit.msc, and then click OK.
Expand the following items:
Computer Configuration
Windows Settings
Security Settings
Software Restriction Policies
Using the Local Security Policy
Click Start, and then click Run.
Type secpol.msc, and then click OK.
Follow the instructions to enable a policy.
The Default Security Level and Exceptions
You can configure the default security level and define additional rules that form exceptions to the default rules. The default security level determines the behavior for all programs. Additional rules provide exceptions to the default security level. The two security levels are:
Disallowed - If you set Disallowed as the default rule, no programs are permitted. You must create additional rules that enable particular programs to run.

Using Disallowed as the default is not a good idea unless the administrator has a complete list of permitted programs.
Unrestricted - If you set Unrestricted as the default rule, all programs are allowed to run. You must create additional rules if you want to restrict individual programs.

Unrestricted is best if the administrator does not have a complete list of permitted programs, but needs to prevent certain programs from running.
Additional Rules
You can configure several types of additional rules:
Hash - With a Hash rule, the administrator lists the program file to be blocked or explicitly permitted. It is hashed, resulting in a cryptographic fingerprint that remains the same regardless of the file name or location. You can use this method to prevent a particular version of a program from running, or to prevent a program from running no matter where it is located.
Certificate - You can build Certificate rules by providing a code-signing software publisher certificate. Like Hash rules, Certificate rules apply no matter where the program file is located or what it is named.
Path - Path rules apply to all programs that run from the specified local or network path, or from subfolders that are in the path.
Internet Zone - You can use Internet Zone rules to apply software restriction policy rules based on the Microsoft Internet Explorer security zone in which the program is run. Currently, these rules apply only to Microsoft Windows Installer packages that are run from the zone. Internet Zone rules do not apply to programs that are downloaded by Internet Explorer.
General Configuration Rules
In addition to the default security and additional rules, you can also define general configuration rules to determine how software restriction policies are applied on the computer. These include:
Enforcement - You can use the Enforcement settings to determine which files are enforced, and which users are subject to the security restriction policy configuration. By default, all software files except libraries (such as dynamic-link libraries, or DLLs) are subject to the security restriction policy settings. You can configure the security restriction policies to apply to all software files. Note that this may require that you add rules for each library file that is required by a program.

By default, all users are subject to the security restriction policy settings on the computer. You can configure enforcement for all users except local administrators, which allows local administrators to run disallowed programs.
Designated Files Types - You can use this policy to configure the file types to which the security restriction policy settings apply.
Trusted Providers - You can use the Trusted Providers properties to configure which users can select trusted publishers. You can also determine which, if any, certificate revocation checks are performed before trusting a publisher.
First Published: Oct 17 2001 12:54PM  

COPYRIGHT NOTICE. Copyright 2002 Microsoft Corporation, One Microsoft Way, Redmond, Washington 98052-6399 U.S.A. All rights reserved.
 
END  ARTICLE
ASKER CERTIFIED SOLUTION
Avatar of CrazyOne
CrazyOne
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Quetzal
Quetzal

ASKER

So...I logon as each user to configure user policies...or is there a way to apply to them to specific users while logged on as an administrator?
>>>or is there a way to apply to them to specific users while logged on as an administrator?

Umm I can't remember but I don't think you can apply towards a specific user unless you temporarily give that account admin previleges and then sign on as that user then do the configuration then login under your account and then remove the admin previleges to that other account
Avatar of Quetzal

ASKER

hmmm...slightly clunky, but that will work...I'll give it a shot.