Registry Mod

M

Mark

I am looking for a script that will modify the registry by
enabling the screen svare and making sure it is password
enabled. I am new to writing script and I am having
problems.
 
O

Oli Restorick [MVP]

To expand on what Dave has said, you can do the following:

Set the current user up as you would like. Find the key that Dave mentioned
(HKCU\Control Panel\Desktop) and export just that key to a reg file.

Next, open the reg file in Notepad and remove the lines that don't concern
the screensaver.

To launch the script, use:

regedit /s <path to reg file>

Regards

Oli
 
O

Oli Restorick [MVP]

To expand on what Dave has said, you can do the following:

Set the current user up as you would like. Find the key that Dave mentioned
(HKCU\Control Panel\Desktop) and export just that key to a reg file.

Next, open the reg file in Notepad and remove the lines that don't concern
the screensaver.

To launch the script, use:

regedit /s <path to reg file>

Regards

Oli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top