From d0b2b330f8ff9d8fadb0de401c523b4d84d8c377 Mon Sep 17 00:00:00 2001 From: "rob.mcewan" Date: Wed, 20 Nov 2024 23:10:37 +1000 Subject: [PATCH] Update bts-anydesk.ps1 commented out add support directories --- bts-anydesk.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bts-anydesk.ps1 b/bts-anydesk.ps1 index 21a2e4a..f18cacd 100644 --- a/bts-anydesk.ps1 +++ b/bts-anydesk.ps1 @@ -40,9 +40,9 @@ function unzip { } #Create Support Directories -New-Item -ItemType directory -Path C:\support -ErrorAction SilentlyContinue -New-Item -ItemType directory -Path C:\support\software -ErrorAction SilentlyContinue -New-Item -ItemType directory -Path C:\support\software\AnyDesk -ErrorAction SilentlyContinue +#New-Item -ItemType directory -Path C:\support -ErrorAction SilentlyContinue +#New-Item -ItemType directory -Path C:\support\software -ErrorAction SilentlyContinue +#New-Item -ItemType directory -Path C:\support\software\AnyDesk -ErrorAction SilentlyContinue #Start WinRM Service Start-Service WinRM -verbose