Jump to content

Recommended Posts

Posted
But where do i put the commands? in the .reg file i have set to run in GPO, or in the parameters box in the Startup script GPO?

 

Well how are you running it currently? If you're doing it through script/bat can't you just do a run of it? In your startup script you're running a BAT?

 

Steve

Posted
No I am currently running it on it's own. In the GPO it runs a startup script called logon_screensaver.reg.

 

Guess you could try running a script that just does: REGEDIT /S logon_screensaver.reg

 

Not sure if you can do it direct through GPO, never tried tbh. Try adding a /s or -s to the GPO parameters, but not much use on that side sorry.

 

Steve

  • Thanks 1
Posted
Guess you could try running a script that just does: REGEDIT /S logon_screensaver.reg

 

 

Steve

 

I have tried that in the parameters but it still asks me if i want the registry changes to be added.

Posted

we just use

 

reg import logon_screensaver.reg

 

then make sure the script and logon_screensaver.reg are both saved in the startup folder of the group policy.

 

I think while logged in it will prompt when running startup it won't.

 

link

Posted

This inside a batch file has done the trick.

 

REGEDIT /S \\Server\scripts\logon_screensaver.reg

 

Even though the batch file and reg file are in the same location without entering the full path it just would not work.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...