This repository was archived by the owner on Oct 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -804,6 +804,10 @@ Function Server2019Controller {
804804
805805Function InstallParsec {
806806 Start-Process " C:\ParsecTemp\Apps\parsec-windows.exe" - ArgumentList " /silent" , " /shared" - wait
807+ }
808+
809+ Function InstallParsecVDD {
810+ ProgressWriter - Status " Parsec Virtual Display Driver" - PercentComplete $PercentComplete
807811 Import-Certificate - CertStoreLocation " Cert:\LocalMachine\TrustedPublisher" - FilePath " $env: ProgramData \ParsecLoader\parsecpublic.cer" | Out-Null
808812 Start-Process " C:\ParsecTemp\Apps\parsec-vdd.exe" - ArgumentList " /silent"
809813 $iterator = 0
@@ -819,7 +823,7 @@ Function InstallParsec {
819823 $configfile += " host_virtual_monitors = 1"
820824 $configfile += " host_privacy_mode = 1"
821825 $configfile | Out-File C:\ProgramData\Parsec\config.txt - Encoding ascii
822- }
826+ }
823827
824828# Apps that require human intervention
825829function Install-Gaming-Apps {
@@ -940,8 +944,9 @@ $ScripttaskList = @(
940944" Create-AutoShutdown-Shortcut" ;
941945" Create-One-Hour-Warning-Shortcut" ;
942946" disable-server-manager" ;
943- " disable-devices" ;
944947" Install-Gaming-Apps" ;
948+ " disable-devices" ;
949+ " InstallParsecVDD" ;
945950" Server2019Controller" ;
946951" gpu-update-shortcut" ;
947952" clean-up" ;
You can’t perform that action at this time.
0 commit comments