UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 7a38ef8e authored by Bryan Gagne's avatar Bryan Gagne
Browse files

Delete vnc_windows.ps1

parent 7a61d5ec
Branches
No related merge requests found
Pipeline #109408 passed with stages
in 56 seconds
# ----- Install tightvnc as service with regular connection and view only connection
# regular connection password
Set-Variable -Name "pass" -Value "defaultPassword"
# view only password
Set-Variable -Name "viewpass" -Value "defaultViewOnlyPassword"
choco install tightvnc -y --installArguments 'SERVER_REGISTER_AS_SERVICe=1 SET_ACCEPTRFBCONNECTIONS=1 VALUE_OF_ACCEPTRFBCONNECTIONS=1 SET_ALWAYSSHARED=1 VALUE_OF_ALWAYSSHARED=1 SET_DISCONNECTACTION=1 VALUE_OF_DISCONNECTACTION=1 SET_USECONTROLAUTHENTICATION=1 VALUE_OF_USECONTROLAUTHENTICATION=1 SET_USEVNCAUTHENTICATION=1 VALUE_OF_USEVNCAUTHENTICATION=1 SET_CONTROLPASSWORD=1 VALUE_OF_CONTROLPASSWORD=$pass SET_PASSWORD=1 VALUE_OF_PASSWORD=$pass SET_VIEWONLYPASSWORD=1 VALUE_OF_VIEWONLYPASSWORD=$viewpass'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment