Confirmed users
1,351
edits
(clarifications) |
(vnc can be done by command line as well) |
||
Line 476: | Line 476: | ||
VNC Password: | VNC Password: | ||
* Right click on VNC icon in system tray -> Admin Properties -> Enter new password -> "OK" -> "Yes" | * using ssh: use "<tt>sed</tt>", but note the "<tt>-i</tt>" option is not supported: | ||
** if rdp has been used you need to reboot to see VNC (ultra vnc), or launch ultra-vnc manually | cd "\Program Files\UltraVNC" | ||
** with VNC login, you'll see "ctrl-alt-del to login" screen if autologon is not set up correctly. | copy ultravnc.ini ultravnc.bak | ||
sed -e s/default_key/new_key/ ultravnc.bak > ultravnc.ini | |||
* via GUI: | |||
** Right click on VNC icon in system tray -> Admin Properties -> Enter new password -> "OK" -> "Yes" | |||
*** if rdp has been used you need to reboot to see VNC (ultra vnc), or launch ultra-vnc manually | |||
*** with VNC login, you'll see "ctrl-alt-del to login" screen if autologon is not set up correctly. | |||