mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
turn off fast restore by default
This commit is contained in:
parent
0d3d5c24f3
commit
efc2d0bb67
2 changed files with 7 additions and 1 deletions
|
@ -158,6 +158,9 @@ if not errorlevel 1 goto wait_to_finish";
|
|||
case "-enable_auto_restore_by_manual_capture":
|
||||
pwp.manualNormalSession = true;
|
||||
break;
|
||||
case "-fast_restore":
|
||||
pwp.fastRestore = true;
|
||||
break;
|
||||
case "-delay_restart":
|
||||
delay_restart = 1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue