mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 21:15:38 +02:00
update readme & help
This commit is contained in:
parent
006aa4e517
commit
45fe1c90a0
2 changed files with 4 additions and 3 deletions
3
Help.md
3
Help.md
|
@ -10,7 +10,8 @@
|
|||
| -silent | No splash window, no balloon tip hint, no event logging
|
||||
| -ignore_process "notepad.exe;foo" | Avoid restoring windows for the processes notepad.exe and foo
|
||||
| -debug_process "notepad.exe;foo" | Print the window positioning event logs in Event Viewer for the processes *notepad.exe* and *foo*
|
||||
| -foreground_background_dual_position=0 | turn off dual position switching
|
||||
| -foreground_background_dual_position=0 | Turn off dual position switching
|
||||
| -ctrl_minimize_to_tray=0 | Turn off ctrl minimize window to notification tray
|
||||
| -prompt_session_restore | Ask the user before restoring the window layout upon resuming the last session. This may help reduce the total restore time for remote desktop sessions on slow internet connections.
|
||||
| -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). This is in case the restore is incomplete or the monitor fails to go to sleep due to the restore starting too early.
|
||||
|
|
|
@ -94,9 +94,9 @@ Choose one of the two options:
|
|||
- The window Z-order can be restored in addition to the two-dimentional layout. This feature is enabled for snapshot restore only.
|
||||
- To help me diagnose a bug, please run Event Viewer, locate the "Windows Logs" -> "Application" section, then search for Event ID 9990 and 9999, and copy-paste the content of these events to the new issue report, as shown in the following example
|
||||
<img src="https://user-images.githubusercontent.com/59128756/190280503-a96ce57f-a6f0-4aad-9748-221bbb4f9207.png" alt="image" width="800"/>
|
||||
- If there are too many events to report, click "Filter current log" from the Action panel in Event Viewer, choose all 9990 and 9999 events in last hour, then click "Save Filtered Log File As", and attach the saved events file in the bug report
|
||||
- If there are too many events to report, click "Filter current log" from the Action panel in Event Viewer, choose all 9990 and 9999 events in last hour, then click "Save Filtered Log File As", select "Text (*.txt)" format, and attach the saved events file to the bug report
|
||||
|
||||
<img src="https://github.com/kangyu-california/PersistentWindows/assets/59128756/ce4ee2e7-8662-4eb5-9a49-cbe53d30f911.png" alt="image" width="500"/>
|
||||

|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue