orga
This commit is contained in:
parent
c92d382e3d
commit
abe97b8610
1 changed files with 2 additions and 5 deletions
|
@ -374,12 +374,9 @@ PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/obs/basic/profiles/Re
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/obs/basic/scenes/ReplayBuffer.json -OutFile '%ProgramFiles%\obs-studio\config\obs-studio\basic\scenes\ReplayBuffer.json'"
|
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/obs/basic/scenes/ReplayBuffer.json -OutFile '%ProgramFiles%\obs-studio\config\obs-studio\basic\scenes\ReplayBuffer.json'"
|
||||||
|
|
||||||
:: Setup the autostart of shadowplay
|
:: Setup the autostart of shadowplay
|
||||||
SCHTASKS /Create /TN "OBS Shadowplay" ^
|
SCHTASKS /Create /RU "%USERNAME%" /SC ONLOGON /TN "OBS Shadowplay" ^
|
||||||
/TR "'%LOCALAPPDATA%\start_obs_as_shadowplay.bat'" ^
|
/TR "'%LOCALAPPDATA%\start_obs_as_shadowplay.bat'" ^
|
||||||
/SC ONLOGON ^
|
/F /RL HIGHEST
|
||||||
/RU "%USERNAME%" ^
|
|
||||||
/RL HIGHEST ^
|
|
||||||
/F
|
|
||||||
|
|
||||||
:: 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