andym9999 Posted November 25, 2005 Posted November 25, 2005 I have a reg file that successfuly merges into HKEY_CURRENT_USER and disables the screen saver. The reg file contains:[HKEY_CURRENT_USER\Control Panel\Desktop]"PowerOffActive"="0""PowerOffTimeOut"="0""ScreenSaverIsSecure"="0""ScreenSaveTimeOut"="600""ScreenSaveActive"="0""SCRNSAVE.EXE"=""This all works fine. I want to now make this the default setting for all new users so have modified the reg file to write the same settings into HKEY_USERS\.DEFAULT\Control Panel\DesktopBut when i create a new user it still has the screensaver active. Any ideas?
jdoe Posted November 25, 2005 Posted November 25, 2005 The reg file is OK but when it is applied is important.Using CMDLINES.TXT will solve your problem.CMDLINES.TXT
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now