From 0c57bee8d21800b0ff790c6a1a8418b5bc23e8f1 Mon Sep 17 00:00:00 2001 From: James Stringer <38541878+jamesstringerparsec@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:16:25 +0100 Subject: [PATCH] Don't copy cert --- CopyFilesToVM.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CopyFilesToVM.ps1 b/CopyFilesToVM.ps1 index 0e711bd..6dae7bd 100644 --- a/CopyFilesToVM.ps1 +++ b/CopyFilesToVM.ps1 @@ -46,7 +46,6 @@ param( Copy-Item -Path $psscriptroot\User\Install.ps1 -Destination $DriveLetter\Windows\system32\GroupPolicy\User\Scripts\Logon Copy-Item -Path $psscriptroot\Machine\psscripts.ini -Destination $DriveLetter\Windows\system32\GroupPolicy\Machine\Scripts Copy-Item -Path $psscriptroot\Machine\Install.ps1 -Destination $DriveLetter\Windows\system32\GroupPolicy\Machine\Scripts\Startup - Copy-Item -Path $psscriptroot\parsecpublic.cer -Destination $DriveLetter\ProgramData\Easy-GPU-P } @@ -4256,4 +4255,4 @@ Start-VM -Name GPU-P Read-Host -Prompt "If all went well the Virtual Machine will have started - you need to approve a certificate install inside the VM -via the Hyper-V viewer before connecting via Parsec" \ No newline at end of file +via the Hyper-V viewer before connecting via Parsec"