Greater than or equal check when using Group Policy Preferences and Item Level Targeting in the Registry
Posted
by
edusysadmin
on Server Fault
See other posts from Server Fault
or by edusysadmin
Published on 2010-10-08T19:10:24Z
Indexed on
2011/06/20
16:25 UTC
Read the original article
Hit count: 198
I'm implementing some screen saver configurations via Group Policy Preferences (on Win7 Enterprise x64 desktops). The desired configuration is to have users be able to adjust their screen saver and screen saver time out, but not allow them to select non screen saver or a time out higher than 45min.
I've found a great write-up for configuration of the screen saver (link) but cannot find a way to configure the time out. I cannot find a way to have the item level targeting compare the reg key HKCU\Control Panel\Desktop\ScreenSaveTimeOut value and force an over-write of the key if configured above 45min/2700seconds.
Anyone else tried something like this or found a means to do this?
© Server Fault or respective owner