[SOLVED] tis-disable-sleepmode & Windows 10
Published: November 28, 2019 - 09:24
Good morning,
I'm experiencing strange behavior on our network; the Windows 10 machines have the package tis-disable-sleepmode requests the user session password when a user wishes to use the workstation again.
This is not the expected behavior; the screen should simply turn off after 20 minutes of inactivity.
Did I miss an option?
THANKS
I'm experiencing strange behavior on our network; the Windows 10 machines have the package tis-disable-sleepmode requests the user session password when a user wishes to use the workstation again.
This is not the expected behavior; the screen should simply turn off after 20 minutes of inactivity.
Code: Select all
run('"powercfg.exe" -change -monitor-timeout-ac 20')
run('"powercfg.exe" -change -monitor-timeout-dc 20')
THANKS