mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
update Readme/Help, highlite -delay_auto_restore
This commit is contained in:
parent
3502a1bbac
commit
d8d6c4c2f1
2 changed files with 5 additions and 4 deletions
4
Help.md
4
Help.md
|
@ -13,8 +13,8 @@
|
|||
| -ignore_process "notepad.exe;foo" | Avoid restoring windows for the processes notepad.exe and foo
|
||||
| -debug_process "notepad.exe;foo" | Print window positioning event logs for the processes notepad.exe and foo in event viewer
|
||||
| -prompt_session_restore | Ask the user before restoring the window layout upon resuming the last session. This may help to reduce the total restore time for remote desktop sessions on slow internet connections.
|
||||
| -delay_auto_capture 1.0 | Adjust the latency from window move event to auto-capture to 1.0 second, the default latency is 3~4 seconds.
|
||||
| -delay_auto_restore 2.5 | Adjust the latency from monitor on/off event to auto-restore to 2.5 seconds (the default latency is 1 second), in case some monitor fails to go to sleep due to auto-restore starts too early.
|
||||
| -delay_auto_capture 1.0 | Adjust the lag between window move event and auto-capture to 1.0 second, the default lag is 3~4 seconds.
|
||||
| **-delay_auto_restore 2.5** | Adjust the lag between monitor on/off event and auto-restore to 2.5 seconds (the default lag is 1 second), in case restore is incomplete or monitor fails to go to sleep due to restore starts too early.
|
||||
| -slow_restore | Slow down the auto-restore progress to avoid incomplete restore due to adversarial moves by Windows OS
|
||||
| -redraw_desktop | Redraw the whole desktop after a restore in case some window workarea is not refreshed
|
||||
| -fix_zorder=1 | Preserve window Z-order for automatic restore. The Z-order of a window indicates the window's position in a stack of overlapping windows.
|
||||
|
|
|
@ -46,7 +46,7 @@ this tool and not have to worry about re-arranging when all is back to normal.
|
|||
- When software upgrades are available, a notice will show up in the menu.
|
||||
|
||||
## Privacy Statement
|
||||
- PersistentWindows performs its duby by collecting following information,
|
||||
- PersistentWindows performs its duty by collecting following information,
|
||||
* window position
|
||||
* window size
|
||||
* window zorder
|
||||
|
@ -60,7 +60,8 @@ this tool and not have to worry about re-arranging when all is back to normal.
|
|||
- PersistentWindows periodically checks the github home page for software version upgrade, which can be disabled in menu
|
||||
|
||||
## Known Issues
|
||||
- **A computer reboot triggered by Windows Update has recently caused the PersistentWindows icon to disappear. To fix it, please add the command option "-delay_start 10" in Task Scheduler and reboot**
|
||||
- **Windows OS (or other apps) may revert window position that PersistentWindows has restored due to lack of coordination. The conflict can be resolved by adding delay to restore via command line argument such as "-delay_auto_restore 5" when launching PersistentWindows.exe**
|
||||
- **A computer reboot triggered by Windows Update may cause the PersistentWindows icon to disappear. The issue can be fixed by adding delay to app startup via command line argument such as "-delay_start 10" when running PersistentWindows.exe**
|
||||
- Some applications (such as Task Manager, Event Viewer etc) require running PersistentWindows with administrator privileges to fully recover the window layout. There is an option to "Run with highest privileges" when you add PersistentWindows in Task Scheduler.
|
||||
- **PersistentWindows can get stuck in a "busy" state (with a red icon in the System Tray) during a restore if one of the windows becomes unresponsive. You may find out the culprit window in Task Manager using "Analyze wait chain". The unresponsive app might need an immediate hot-upgrade, or need to be killed to let PersistentWindows proceed**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue