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

How to disable vnc server property page?

Post Reply
monday8848
8
8
Posts: 27
Joined: 2012-11-22 02:45

How to disable vnc server property page?

Post by monday8848 »

Hi:
I have 3 questions need help.
1: I already disable vnc server properties, But visit our site is not disable, It means user can easy open the vnc homepage and forum. I want disable this too, You know,some curious user maybe open this forum, And try to reset vnc server setting.
2: If user double left click vnc server icon (on right buttom of taskbar), He will can modify vnc server property page setting. I also want disable this too. Does somebody know how to disable it?
3: I found a big problem with latest vnc edition. When vnc viewer connect to vnc server. If viewer double left click vnc server icon, and try to reset vnc server property page settings, for example, modify poll screen setting. Then,vncserver maybe discard previous setting, and go back to original setting.
I test computer is Win7 32bit and Win7 64bit, Below is my vnc server setting.
[ultravnc]
passwd=000000000000000000
passwd2=000000000000000000
[admin]
UseRegistry=0
MSLogonRequired=1
NewMSLogon=0
DebugMode=0
Avilog=0
path=C:\Program Files\UltraVNC
DebugLevel=8
DisableTrayIcon=0
LoopbackOnly=0
UseDSMPlugin=1
AllowLoopback=0
AuthRequired=1
ConnectPriority=0
DSMPlugin=SecureVNCPlugin.dsm
AuthHosts=
DSMPluginConfig=
AllowShutdown=0
AllowProperties=0
AllowEditClients=0
FileTransferEnabled=0
FTUserImpersonation=0
BlankMonitorEnabled=0
BlankInputsOnly=0
DefaultScale=1
CaptureAlphaBlending=1
BlackAlphaBlending=0
primary=1
secondary=0
SocketConnect=1
HTTPConnect=0
XDMCPConnect=0
AutoPortSelect=0
PortNumber=5900
HTTPPortNumber=0
IdleTimeout=0
RemoveWallpaper=1
RemoveAero=1
QuerySetting=4
QueryTimeout=20
QueryAccept=0
QueryIfNoLogon=1
InputsEnabled=1
LockSetting=0
LocalInputsDisabled=0
EnableJapInput=0
kickrdp=0
clearconsole=0
service_commandline=
FileTransferTimeout=30
[admin_auth]
group1=xxxxxxxxxxxxxx
group2=xxxxxxxxxxxxxxx
group3=
locdom1=2
locdom2=2
locdom3=0
[poll]
TurboMode=1
PollUnderCursor=1
PollForeground=0
PollFullScreen=1
OnlyPollConsole=0
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: How to disable vnc server property page?

Post by Rudi De Vos »

the file ultravnc.ini is os protected by the file permissions set on this file.
If you realy want to nobody ( even admin users) can change it from systray, you can change to file permissions to read-only.
User still can temp change value, but after reboot you always have your orig settings back.

Reset happen when something goes wrong with the desktop user impersonation, user has access to change ini file but
doesn't has access to create temp files... or temp file is locked. The service run as system but we need to use the desktop
user permissions to make the options change... depending onthe desktop users it sometimes goes wrong.
To be save, use uvnc_settings.exe ( seperate exe) when winvnc is running as service.
monday8848
8
8
Posts: 27
Joined: 2012-11-22 02:45

Re: How to disable vnc server property page?

Post by monday8848 »

thanks, I'll try to set NTFS permission for UltraVNC folder. BTW, Could you please answer question1 and question2? How to disable Visite our site menu?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: How to disable vnc server property page?

Post by Rudi De Vos »

This can not be disabled from a menu setting, you need to disable it in source and recompile.
monday8848
8
8
Posts: 27
Joined: 2012-11-22 02:45

Re: How to disable vnc server property page?

Post by monday8848 »

thanks.
Post Reply