Labels

Friday, December 30, 2011

change VNC settings on multiple systems

How to change the VNC settings remotely.

Many organizations to change the VNC application server settings from all the systems, you can simply change the registry settings on all the systems you want.
1) Install VNC server on one system.
2) Make the require settings on that system.
3) Install the VNC server on all required systems you want to access or monitor remotely.
4) Register the below registry settings on all the systems.
HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4
5) You can Export registry from local system and import the registry on remote systems.
 
For enabling windows user authentication, follow the below registry entry.


1) Password : pass$123
2) Enable user authentication, before connecting.
3) Lock the system after disconnecting the session.
Registry Entry:-
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4]
"Password"=hex:7c,86,f5,c6,87,b6,59,c6
"SecurityTypes"="VncAuth"
"ReverseSecurityTypes"="None"
"QueryConnect"=dword:00000001
"QueryOnlyIfLoggedOn"=dword:00000000
"queryconnectTimeout"=hex:90
"PortNumber"=dword:0000170c
"IdleTimeout"=dword:00000e10
"HTTPPortNumber"=dword:000016a8
"LocalHost"=dword:00000000
"Hosts"="+,"
"AcceptKeyEvents"=dword:00000001
"AcceptPointerEvents"=dword:00000001
"AcceptCutText"=dword:00000001
"SendCutText"=dword:00000001
"DisableLocalInputs"=dword:00000000
"DisconnectClients"=dword:00000001
"AlwaysShared"=dword:00000000
"NeverShared"=dword:00000000
"DisconnectAction"="Lock"
"RemoveWallpaper"=dword:00000000
"RemovePattern"=dword:00000000
"DisableEffects"=dword:00000000
"UpdateMethod"=dword:00000001
"PollConsoleWindows"=dword:00000001
"UseCaptureBlt"=dword:00000001
"UseHooks"=dword:00000001
"Protocol3.3"=dword:00000000
 


Command to import the registry settings.
reg import ______(registry file path)
 
 

No comments:

Post a Comment