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'"
|
||||
|
||||
:: 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'" ^
|
||||
/SC ONLOGON ^
|
||||
/RU "%USERNAME%" ^
|
||||
/RL HIGHEST ^
|
||||
/F
|
||||
/F /RL HIGHEST
|
||||
|
||||
:: Allow system to go in sleep mode when OBS is running
|
||||
POWERCFG /REQUESTSOVERRIDE PROCESS obs64.exe DISPLAY SYSTEM AWAYMODE
|
||||
|
|
Loading…
Reference in a new issue