The search returned 4 results

by dvinouze
November 28, 2019 - 4:54 PM
Forum: WAPT Packages
Subject: [SOLVED] tis-disable-sleepmode & Windows 10
Answers: 3
Views : 4084

Re: tis-disable-sleepmode & Windows 10

Thank you for your reply.
I tested these commands

: `run('"powercfg.exe" -change -monitor-timeout-ac 20')`, `
run('"powercfg.exe" -change -monitor-timeout-dc 20')`, `
run('"powercfg.exe" /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0')`,
and `run('"powercfg.exe" /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE ...`
by dvinouze
November 28, 2019 - 09:24
Forum: WAPT Packages
Subject: [SOLVED] tis-disable-sleepmode & Windows 10
Answers: 3
Views : 4084

[SOLVED] tis-disable-sleepmode & Windows 10

Hello,
I'm experiencing a strange issue on our network. Windows 10 workstations with the tis-disable-sleepmode package are asking for the user's session password when a user tries to log back in.
This isn't the expected behavior; the screen should simply turn off.
by dvinouze
November 25, 2019 - 10:55 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Waptagent and Windows sleep
Answers: 6
Views : 7649

Re: Waptagent and Windows standby

Hello,
Is it normal that authentication is requested upon restarting?

I simply want to turn off the display, but when the screen is turned off, the user seems locked out.
Regards,
by dvinouze
August 5, 2019 - 3:30 PM
Forum: WAPT Packages
Subject: Create shortcut
Answers: 3
Views : 5971

Create shortcut

Hello,
I'm having a small problem installing a desktop shortcut:
the `create_user_desktop_shortcut()` function returns an error, even though `create_desktop_shortcut()` works correctly.
However, the installation via PyScripter is successful; both shortcuts are created...