noExpire

Do not expire password, try with any of these...

lusrmgr.msc
net accounts /maxpwage:unlimited
wmic path Win32_UserAccount WHERE Name=’username’ set PasswordExpiries=false

ScreenSaver

Asignar el Screen Saver en Windows desde linea de comandos...

Get the list of screen saver options we have:

dir c:\windows\system32\*scr /b

To set Bubbles as the screensaver, run:

reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\system32\Bubbles.scr /f

--