Need help creating GPO

  • Thread starter Thread starter Gabriel
  • Start date Start date
G

Gabriel

I am trying to creat a GPO that will acomplish the
following 2 things.
1. to remove games from windows 2000 system
2. to set the log on screen saver (ctrl-alt-del)

Any assistance would be appericated. Thank you!!!
 
1)
Quite limited in Windows 2000. You can use the following policies:
User Configuration\Administrative Templates\System
"Run only allowed windows applications"
"Don't run specified windows applications"

However, the policy uses a specific executable name. Users can easily rename
the executables to run them. Besides that, if user have access to command
prompt, they could execute from there as well.

If you are Windows XP/2003, you can use the Software Restriction Policy
Description of the Software Restriction Policies in Windows XP
http://support.microsoft.com/?id=310791

For (2), you can use the following policies:
User Configuration\Administratives Templates\Control Panel\Display
"Activate screen saver"
"Screen saver executable name"
 
Back
Top