Update bts-anydesk.ps1
commented out add support directories
This commit is contained in:
parent
ee59daf704
commit
d0b2b330f8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue