Hide .gpu Directory
This commit is contained in:
parent
e8b3302b9f
commit
6053e81f5e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user