Re: XPPro : Restrict the programs a user can run
From: Jim Cavalaris [MS] (jamesca@online.microsoft.com)
Date: 06/12/02
- Next message: Jacob: "Cannot use CDROM under non-administrator access"
- Previous message: compuman25: "Re: Authentication problems"
- In reply to: Kent W. England [MVP]: "Re: XPPro : Restrict the programs a user can run"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jim Cavalaris [MS]" <jamesca@online.microsoft.com> Date: Tue, 11 Jun 2002 15:23:39 -0700
this option only controls whether those applications can be started by the
windows explorer shell. it does not disallow these processes from being
started. users can still start these programs by other means, such as from
a cmd prompt or taskmgr.
the option can be found in the group policy editor (gpedit.msc), under:
Local Computer Policy
User Configuration
Administrative Templates
System:
Don't run specified Windows applications
and the description text associated with the policy explains:
This setting only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users
from running programs, such as Task Manager, that are started by the system process or by other processes. Also, if you permit users
to gain access to the command prompt, Cmd.exe, this setting does not prevent them from starting programs in the command window that
they are not permitted to start by using Windows Explorer.
-- This posting is provided “AS IS” with no warranties, and confers no rights. "Kent W. England [MVP]" <kwe@mvps.org> wrote in message news:OSaE$BXECHA.2164@tkmsftngp02... > In addition to this technique there are the DisallowRun and RestrictRun > keys. Use DisallowRun if you want to disable certain specific apps and > use RestrictRun to only allow certain apps. > > Windows Registry Editor Version 5.00 > > ; set applications policy to explicit denied > [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Ex > plorer] > "DisallowRun"=dword:00000001 > > ; do not allow following applications to be run > [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Ex > plorer\DisallowRun] > "1"="calc.exe" > > Windows Registry Editor Version 5.00 > > ; set applications policy to explicitly allowed > [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Ex > plorer] > "RestrictRun"=dword:00000001 > > ; permit applications only if explicitly listed below > [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Ex > plorer\RestrictRun] > "1"="regedit.exe" > "2"="calc.exe" > > If the user account is a limited account, it will be difficult for them > to get around these restrictions and they are simpler than the policy > settings. > > -- > Kent W. England, MS MVP for Windows XP > (Please respond only in the newsgroup) > > Jim Cavalaris [MS] <jamesca@online.microsoft.com> wrote: > > > on windows xp and later, Software Restriction Policies may be set > > to determine what software may or may not be run by users on the > > system. > > > > Software Restriction Policies can be configured via the group policy > > editor (gpedit.msc) at: > > > > Local Computer Policy --> > > Computer Configuration --> > > Windows Settings --> > > Security Settings --> > > Software Restriction Policies > > > > policy can be set to either: > > restrict users from running specified programs > > - OR - > > restrict users to allow ONLY the specified programs to be run > > (the scenario you've described). > > > > for a non-domain machine, policy can be applied to all users on the > > system, or non-Admin users only (Admins are not affected by the > > policy, and may run any/all programs). you cannot specify this > > policy for only certain users, but for a non-domain machine, the > > Admin/non-Admin breakdown may be sufficient. > > > > for more information, take a look at the white paper doc at: > > > http://www.microsoft.com/windowsxp/pro/techinfo/administration/restricti > onpolicies/default.asp > > > > hope this helps, > > jim. > > > > "Roy Huntley" <roy_huntley@hotmail.com> wrote in message > > news:cab501c21053$b4f28d80$b1e62ecf@tkmsftngxa04... > >> I have an XPPro machine at home (not in a domain) with > >> several user accounts. I would like to restrict some > >> accounts so that they can only run specified programs (for > >> example Outlook and IE). How is this possible ? > >> > >> Thanks >
- Next message: Jacob: "Cannot use CDROM under non-administrator access"
- Previous message: compuman25: "Re: Authentication problems"
- In reply to: Kent W. England [MVP]: "Re: XPPro : Restrict the programs a user can run"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|