add quotes
This commit is contained in:
parent
e601f512a1
commit
7e0d8378aa
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
|
||||||
SET "repo=https://git.mylloon.fr/Anri/confOS/raw/branch/main"
|
SET "repo=https://git.mylloon.fr/Anri/confOS/raw/branch/main"
|
||||||
SET "local=%HOMEPATH%\Documents\Local"
|
SET "local=%HOMEPATH%\Documents\Local"
|
||||||
|
|
||||||
MKDIR !local! 2>NUL
|
MKDIR "!local!" 2>NUL
|
||||||
|
|
||||||
fltmc >NUL 2>&1 || (
|
fltmc >NUL 2>&1 || (
|
||||||
:: Notice
|
:: Notice
|
||||||
|
@ -232,7 +232,7 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenTabletDriv
|
||||||
ECHO WindowsInk support for OpenTabletDriver...
|
ECHO WindowsInk support for OpenTabletDriver...
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/vmulti-bin/releases/download/v1.0/VMulti.Driver.zip -OutFile '%TEMP%\VMulti-Driver.zip'"
|
PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/vmulti-bin/releases/download/v1.0/VMulti.Driver.zip -OutFile '%TEMP%\VMulti-Driver.zip'"
|
||||||
PowerShell -Command "Expand-Archive -Path '%TEMP%\VMulti-Driver.zip' -DestinationPath '%TEMP%\VMulti-Driver' -Force"
|
PowerShell -Command "Expand-Archive -Path '%TEMP%\VMulti-Driver.zip' -DestinationPath '%TEMP%\VMulti-Driver' -Force"
|
||||||
CALL %TEMP%\VMulti-Driver\install_hiddriver.bat
|
CALL "%TEMP%\VMulti-Driver\install_hiddriver.bat"
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/VoiDPlugins/releases/latest/download/WindowsInk.zip -OutFile '%TEMP%\WindowsInk.zip'"
|
PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/VoiDPlugins/releases/latest/download/WindowsInk.zip -OutFile '%TEMP%\WindowsInk.zip'"
|
||||||
PowerShell -Command "Expand-Archive -Path '%TEMP%\WindowsInk.zip' -DestinationPath '%LOCALAPPDATA%\OpenTabletDriver\Plugins\Windows Ink' -Force"
|
PowerShell -Command "Expand-Archive -Path '%TEMP%\WindowsInk.zip' -DestinationPath '%LOCALAPPDATA%\OpenTabletDriver\Plugins\Windows Ink' -Force"
|
||||||
|
|
||||||
|
@ -325,7 +325,7 @@ ECHO La configuration des differents Addons de Firefox est presente dans le doss
|
||||||
|
|
||||||
:: Setup WindowsAutoNightMode
|
:: Setup WindowsAutoNightMode
|
||||||
ECHO WindowsAutoNightMode configuration...
|
ECHO WindowsAutoNightMode configuration...
|
||||||
MKDIR %APPDATA%\AutoDarkMode 2>NUL
|
MKDIR "%APPDATA%\AutoDarkMode" 2>NUL
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/WindowsAutoNightMode/config.yaml -OutFile '%APPDATA%\AutoDarkMode\config.yaml'"
|
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/WindowsAutoNightMode/config.yaml -OutFile '%APPDATA%\AutoDarkMode\config.yaml'"
|
||||||
"%LOCALAPPDATA%\Programs\AutoDarkMode\adm-app\AutoDarkModeApp.exe"
|
"%LOCALAPPDATA%\Programs\AutoDarkMode\adm-app\AutoDarkModeApp.exe"
|
||||||
|
|
||||||
|
@ -338,7 +338,7 @@ PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/WindowsAutoNightMode/
|
||||||
:: "--startreplaybuffer --profile ""ReplayBuffer"""" --scene ""ReplayBuffer""""';" ^
|
:: "--startreplaybuffer --profile ""ReplayBuffer"""" --scene ""ReplayBuffer""""';" ^
|
||||||
:: "$Shortcut.Save()"
|
:: "$Shortcut.Save()"
|
||||||
:: :: Default shortcut should start default profile
|
:: :: Default shortcut should start default profile
|
||||||
:: CALL !local!\fix_obs_shortcut.bat yes
|
:: CALL "!local!\fix_obs_shortcut.bat" yes
|
||||||
:: :: Allow system to go in sleep mode when OBS is running
|
:: :: Allow system to go in sleep mode when OBS is running
|
||||||
:: powercfg -requestsoverride process obs64.exe display system awaymode
|
:: powercfg -requestsoverride process obs64.exe display system awaymode
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue