mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 12:35:37 +02:00
fix #245, double quote path of auto_start script as it may contain space char
This commit is contained in:
parent
b26bbf608e
commit
31dbd2458e
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
powershell -ExecutionPolicy Bypass -File %~dp0\auto_start_pw_aux.ps1
|
||||
powershell -ExecutionPolicy Bypass -File "%~dp0auto_start_pw_aux.ps1"
|
||||
pause
|
Loading…
Add table
Add a link
Reference in a new issue