From 6053e81f5e8e8b9d91d9cb24b412eec3b09785fe Mon Sep 17 00:00:00 2001 From: unknown <13404778+C9Glax@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:48:18 +0200 Subject: [PATCH] Hide .gpu Directory --- switchGPU.ps1 | 1 + 1 file changed, 1 insertion(+) 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"