Specify Marque Text?

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi,

We have a group policy set to enfore the Marque screen saver. And I was
wondering if its possible to specify the text, so all users get the same?

Cheers

Ben
 
Hi,

We have a group policy set to enfore the Marque screen saver. And I was
wondering if its possible to specify the text, so all users get the same?

Cheers

Ben
Manually configure one PC the way you want.

Then run:
regedit /a "\\Server\NETLOGON\Marquee.reg" "HKEY_CURRENT_USER\Control Panel\Screen Saver.Marquee"

In your logon script, add:

regedit /s "\\Server\NETLOGON\Marquee.reg"

or copy it to the netlogon share on all DCs and add the following to your logon script:

regedit /s "%LOGONSERVER%\NETLOGON\Marquee.reg"


OR

use a custom policy, tip 8532 in the 'Tips & Tricks' at http://www.jsifaq.com
 
Thanks Jerold

Jerold Schulman said:
Manually configure one PC the way you want.

Then run:
regedit /a "\\Server\NETLOGON\Marquee.reg" "HKEY_CURRENT_USER\Control
Panel\Screen Saver.Marquee"

In your logon script, add:

regedit /s "\\Server\NETLOGON\Marquee.reg"

or copy it to the netlogon share on all DCs and add the following to your
logon script:

regedit /s "%LOGONSERVER%\NETLOGON\Marquee.reg"


OR

use a custom policy, tip 8532 in the 'Tips & Tricks' at
http://www.jsifaq.com
 
Back
Top