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