copyDriverFiles v1.3
copyDriverFiles v1.3
$systemPath = "C:\Windows\System32\"
$driverPath = "C:\Windows\System32\DriverStore\FileRepository\"
Write-Host $localDriverFolder
Write-Host "Success! Please go to C:\Temp and copy the files where they are
expected within the VM."
} else {
Write-Host "This PowerShell Script must be run with Administrative Privileges
or nothing will work."
}