• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Group Policy Setting

blemoine

Senior member
i am running a Active Directory on Windows Server 2003. We have about 30 Workstations. my boss was wondering if we could remove the "games" (windows games) from all the workstations. Is there a group policy setting that will get this done or do i have to remove them all individually?
 
I don't know if a GPO can remove the apps, but you can probably have a policy that removes them from the menu, deletes the executable and/or blocks the executables from running/being renamed.
 
What I like to do is remove the start button completely with GPO and setup icons on the desktop for all necessary apps.
 
You could probably just write a batch script to delete the executables or only allow administrators access to the game files/dirs. Software restriction policies in GPOs only restrict based on exe name so if someone just tried changing the name they would defeat your cool security model. 🙂

I would assume your users will not be administrators of their boxes or else they could install games wherever, whenever. If they were really hard up and you allow external web access they could just go to the yahoo or msn games websites and play some cool ones there. 😉

Gaidin
 
Software restriction policies in GPOs only restrict based on exe name so if someone just tried changing the name they would defeat your cool security model

No. Please read the article I linked.
 
unless you restrict the renaming/copying of the executable.

Other option might be to just change the permissions on the games folder to Nobody denied access. That would probably do the trick.
 
Back
Top