Hi
I think this adm-file will help you.
Copy this into a file a name it something.adm
[code:1]
;Configure setting for Slideshow screensaver
CLASS USER
CATEGORY !!CP
CATEGORY !!SS
KEYNAME "Control Panel\Screen Saver.Slideshow"
POLICY !!SSsetting
EXPLAIN !!Explainsettings
SUPPORTED !!mySupported
PART "Enter the complete path to the pictures in the box below:" TEXT
END PART
PART "Path:" EDITTEXT REQUIRED
VALUENAME "ImageDirectory"
END PART
END POLICY
END CATEGORY
END CATEGORY
[STRINGS]
CP="Control Panel"
SS="Screensaver Settings"
SSsetting="Slideshow settings"
ExplainSettings="This policy enters the path to the Slideshow screensaver. Note that this is a preference and not a policy meaning that you need to enter it blank to remove it from the computers. You can't delete the policy to remove it from the users settings!"
mySupported="Windows XP or above"
[/code]
Then add that adm to your GPO


LinkBack URL
About LinkBacks
Reply With Quote