Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Registry Settings for System HookDll & Video Hook Driver

Post Reply
bradm
Posts: 5
Joined: 2004-05-24 22:24
Location: Visalia, Ca

Registry Settings for System HookDll & Video Hook Driver

Post by bradm »

Where are these settings located at, the help files says it's EnableHook and EnableDriver under the winvnc3, but there not there when I enable or disable the item. I'm setting up a register part of the program to push out to clients

Brad
Sir Nigel
20
20
Posts: 48
Joined: 2004-05-24 03:20
Location: Texas
Contact:

Post by Sir Nigel »

Both are here:

HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default

and here:

HKEY_CURRENT_USER\Software\ORL\WinVNC3

So they don't appear?
This space not for rent.
bradm
Posts: 5
Joined: 2004-05-24 22:24
Location: Visalia, Ca

nope

Post by bradm »

nope, here is what I have so far, and this works, but I have a few that have video problems, I so I want to just change the reg value for those computers

[HKEY_LOCAL_MACHINE\SOFTWARE\orl\winvnc3]
"DebugMode"=dword:00000000
"DebugLevel"=dword:00000000
"AllowLoopback"=dword:00000000
"MSLogonRequired"=dword:00000000
"UseDSMPlugin"=dword:00000000
"DSMPlugin"=hex::-)

[HKEY_LOCAL_MACHINE\SOFTWARE\orl\winvnc3\default]
"SocketConnect"=dword:00000001
"HTTPConnect"=dword:00000001
"AutoPortSelect"=dword:00000001
"InputsEnabled"=dword:00000001
"LocalInputsDisabled"=dword:00000000
"IdleTimeout"=dword:00000000
"QuerySetting"=dword:00000002
"QueryTimeout"=dword:0000000a
"LockSetting"=dword:00000000
"DisableTrayIcon"=dword:00000000
"RemoveWallpaper"=dword:00000000
"Password"=hex::-)
"PollUnderCursor"=dword:00000001
"PollForeground"=dword:00000001
"PollFullScreen"=dword:00000001
"OnlyPollConsole"=dword:00000001
"OnlyPollOnEvent"=dword:00000000
"AllowProperties"=dword:00000000
"AllowShutdown"=dword:00000000


[HKEY_LOCAL_MACHINE\SOFTWARE\UltraVnc\mslogon]
"group1"=hex:0000000
"group2"=hex:0000000
"group3"=hex:0000000
"locdom1"=dword:00000000
"locdom2"=dword:00000000
"locdom3"=dword:00000000
Post Reply