enable multi mode so we can have multiple obs running simultaniously
This commit is contained in:
parent
b5ce373639
commit
3efebf3c5f
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ PowerShell -Command "$WshShell = New-Object -COM WScript.Shell;" ^
|
|||
"$Shortcut = $WshShell.CreateShortcut('%ProgramData%\Microsoft\Windows\Start Menu\Programs\OBS Studio\OBS Studio (64bit).lnk');" ^
|
||||
"$Shortcut.TargetPath = '%ProgramFiles%\obs-studio\bin\64bit\obs64.exe';" ^
|
||||
"$Shortcut.WorkingDirectory = '%ProgramFiles%\obs-studio\bin\64bit';" ^
|
||||
"$Shortcut.Arguments = '--profile ""ANRI GAMING (PROFIL)""""';" ^
|
||||
"$Shortcut.Arguments = '--profile ""ANRI GAMING (PROFIL)"""" --multi';" ^
|
||||
"$Shortcut.Save()"
|
||||
:: Allow system to go in sleep mode
|
||||
powercfg -requestsoverride process obs64.exe display system awaymode
|
||||
|
|
Loading…
Reference in a new issue