Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 19f9af8

Browse files
Don't pause if asked to run silently
1 parent e98abaa commit 19f9af8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

PostInstall/PostInstall.ps1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,5 +967,8 @@ Write-Host "1. Open Parsec and sign in (Team machines should have automatically
967967
Write-Host "2. Use GPU Updater to update your GPU Drivers!" -ForegroundColor black -BackgroundColor Green
968968
#Write-Host "You don't need to sign into Razer Synapse, the login box will stop appearing after a couple of reboots" -ForegroundColor black -BackgroundColor Green
969969
Write-Host "You may want to change your Windows password to something simpler if the password your cloud provider gave you is super long" -ForegroundColor black -BackgroundColor Green
970-
Write-host "DONE!" -ForegroundColor black -BackgroundColor Green
971-
pause
970+
Write-host "DONE!" -ForegroundColor black -BackgroundColor Green}
971+
if ($DontPromptPasswordUpdateGPU) {}
972+
Else {pause}
973+
974+

0 commit comments

Comments
 (0)