enable multi mode so we can have multiple obs running simultaniously

This commit is contained in:
Mylloon 2023-05-29 15:25:17 +02:00
parent b5ce373639
commit 3efebf3c5f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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