diff --git a/windows11.bat b/windows11.bat index 35a09d0..6afe7a8 100644 --- a/windows11.bat +++ b/windows11.bat @@ -258,11 +258,11 @@ PowerShell -Command "" ^ "Remove-Item -Force $archive" :: Script OBS Automatic ReplayBuffer Restart -PowerShell -Command "" ^ - "$archive = '%TEMP%\auto-obs-rb-restart.zip';" ^ - "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/auto-obs-rb-restart/releases/download/latest/auto-obs-rb-restart.zip -OutFile $archive;" ^ - "Expand-Archive -Path $archive -DestinationPath '%ProgramFiles%\obs-studio\config' -Force;" ^ - "Remove-Item -Force $archive" +@REM PowerShell -Command "" ^ +@REM "$archive = '%TEMP%\auto-obs-rb-restart.zip';" ^ +@REM "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/auto-obs-rb-restart/releases/download/latest/auto-obs-rb-restart.zip -OutFile $archive;" ^ +@REM "Expand-Archive -Path $archive -DestinationPath '%ProgramFiles%\obs-studio\config' -Force;" ^ +@REM "Remove-Item -Force $archive" :: Setup the autostart of shadowplay SCHTASKS /Create /RU "%USERNAME%" /SC ONLOGON /TN "OBS Shadowplay" ^