add picture to demonstrate task scheduler setting

This commit is contained in:
kangyu-california 2022-09-02 11:34:30 -07:00 committed by GitHub
parent 07932e7881
commit 696796c37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,9 @@ this tool and not have to worry about re-arranging when all is back to normal.
- Unzip the file into any directory.
* Note, the program can be run from any directory, but the program saves its data in `C:\Users\[User]\AppData\Local\PersistentWindows`
- It is highly recommended to create a task in Task Scheduler to automatically start PersistentWindows when a user logs on.
- Make sure to select `Run only when user is logged on`, and disable `Stop the task if it runs longer than (3 days)` in the task property settings.
- Make sure to select `Run only when user is logged on`, and **disable `Stop the task if it runs longer than (3 days)` in the task property settings.**
<img src="https://user-images.githubusercontent.com/59128756/188043145-d2954a75-821d-4464-b07f-2001d1a3053b.png" alt="image" width="500"/>
- Specify the command option `-delay_start 10` in the Edit Action dialog to avoid startup failures after Windows upgrades
## Usage Instructions