diff --git a/switchGPU.ps1 b/switchGPU.ps1 index 0d2208d..912e061 100644 --- a/switchGPU.ps1 +++ b/switchGPU.ps1 @@ -7,6 +7,7 @@ Write-Output "Testing if files exist" if(-Not (Test-Path $folderPath)){ Write-Output "Creating Directory $folderPath" New-Item $folderPath -Type Directory + attrib +h $folderPath } $scriptOld = Join-Path $working "switchGPU.ps1" $scriptNew = Join-Path $folderPath "switchGPU.ps1"