Forum Discussion
tom2025
Mar 13, 2025Copper Contributor
schtasks help
Hello, I would like to create the following Scheduled Task via script: schtasks /Create /RU User /RP Password /SC ONLOGON /TN “Task” /TR “C:\Temp\Programm.exe” /RL HIGHEST /DELAY 0001:00 2 quest...
JaxonRhodes
Mar 18, 2025Iron Contributor
Remember to replace "User" and "Password" with the actual username and password when running these commands. Also, creating tasks that run interactively may require administrator privileges, depending on your system settings.