stubblefield
05-05-2003, 09:06 AM
I want to add a registry key, only if the key doesn't currently exist.
Here's what I need to add:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"SCRNSAVE.EXE"="%windir%\\system32\\logon.scr"
If a user has this key already with a different screen saver, I don't want to overwrite what they have...I just want to ensure a screen saver is set.
Here's what I need to add:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"SCRNSAVE.EXE"="%windir%\\system32\\logon.scr"
If a user has this key already with a different screen saver, I don't want to overwrite what they have...I just want to ensure a screen saver is set.