Add mystify.scr to NTLite and power settings.

I would like to install mystify.scr and change the power settings:
Screen saver .SCR files are installed in "C:\Windows\System32".
From the Post-Setup (Before logon) screen, Add / File and change the Destination path to "\Windows\System32".

For the power settings, you can create a custom power plan on another PC and import it. If you're not really interested, then you can create a batch file and import it into Post-Setup.

ChangeTimeouts.bat
Code:
@echo off
powercfg /change monitor-timeout-ac 400
powercfg /change monitor-timeout-dc 400
powercfg /change hibernate-timeout-ac 500
powercfg /change hibernate-timeout-dc 500
 
Back
Top