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

Commit e98abaa

Browse files
Fix wording and auto run team machine script
1 parent 6ad326b commit e98abaa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PostInstall/PostInstall.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ Function InstallParsec {
807807
}
808808

809809
Function InstallParsecVDD {
810-
ProgressWriter -Status "Parsec Virtual Display Driver" -PercentComplete $PercentComplete
810+
ProgressWriter -Status "Installing Parsec Virtual Display Driver" -PercentComplete $PercentComplete
811811
Import-Certificate -CertStoreLocation "Cert:\LocalMachine\TrustedPublisher" -FilePath "$env:ProgramData\ParsecLoader\parsecpublic.cer" | Out-Null
812812
Start-Process "C:\ParsecTemp\Apps\parsec-vdd.exe" -ArgumentList "/silent"
813813
$iterator = 0
@@ -961,8 +961,9 @@ foreach ($func in $ScripttaskList) {
961961
}
962962

963963
StartGPUUpdate -DontPromptPasswordUpdateGPU:$DontPromptPasswordUpdateGPU
964+
Start-ScheduledTask -TaskName "Setup Team Machine"
964965
ProgressWriter -status "Done" -percentcomplete 100
965-
Write-Host "1. Open Parsec and sign in" -ForegroundColor black -BackgroundColor Green
966+
Write-Host "1. Open Parsec and sign in (Team machines should have automatically signed in if userdata was correct)" -ForegroundColor black -BackgroundColor Green
966967
Write-Host "2. Use GPU Updater to update your GPU Drivers!" -ForegroundColor black -BackgroundColor Green
967968
#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
968969
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

0 commit comments

Comments
 (0)