UltraVNC_1823_x64_Setup.exe installs expired certificate into:
C:\Program Files\uvnc bvba\UltraVnc\ultravnc.cer
Search found 8 matches
- 2026-06-09 13:27
- Forum: 1.8.x
- Topic: UltraVNC 1.8.X.X - Feedback
- Replies: 102
- Views: 2036819
- 2026-06-09 10:58
- Forum: 1.8.x
- Topic: UltraVNC 1.8.X.X - Feedback
- Replies: 102
- Views: 2036819
Re: UltraVNC 1.8.X.X - Feedback
Uninstalling an EXEMSI installation remotely with no GUI is not possible as the .msi uninstall command will just start the unins000.exe user interface.
so any commands for remote uninstall will fail
like those examples:
----
MsiExec.exe /X BD73903D-C694-4358-8F07-E71ABC89368F
msiexec.exe /x ...
so any commands for remote uninstall will fail
like those examples:
----
MsiExec.exe /X BD73903D-C694-4358-8F07-E71ABC89368F
msiexec.exe /x ...
- 2026-06-02 08:38
- Forum: 1.8.x
- Topic: UltraVNC 1.8.X.X - Feedback
- Replies: 102
- Views: 2036819
Re: UltraVNC 1.8.X.X - Feedback
Fixed in the flowing commit
Vnc viewer textbox size
https://github.com/ultravnc/UltraVNC/co ... c1ad3ca617
VNC server textbox size
https://github.com/ultravnc/UltraVNC/co ... b304634ba2
Vnc viewer textbox size
https://github.com/ultravnc/UltraVNC/co ... c1ad3ca617
VNC server textbox size
https://github.com/ultravnc/UltraVNC/co ... b304634ba2
- 2025-06-26 12:18
- Forum: 1.6.x
- Topic: UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 - Feedback
- Replies: 26
- Views: 2910015
Re: UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 - Feedback
The previous native MSI installer from "UltraVNC_1436_X64" was better and signed.
The new UltraVNC - UNREGISTERED - Wrapped using MSI Wrapper from www.exemsi.com 1.6.4.0 is worst without signature.
The new UltraVNC - UNREGISTERED - Wrapped using MSI Wrapper from www.exemsi.com 1.6.4.0 is worst without signature.
- 2023-10-11 04:55
- Forum: General help
- Topic: HELP! Use UltraVNC asking the called party for consens
- Replies: 1
- Views: 15527
Re: HELP! Use UltraVNC asking the called party for consens
You can read the help file here:
https://uvnc.com/webhelp/connections.html
In UltraVNC settings under "Connections" Tab you can select the following:
Query on incoming
A query window is a message box that ask permission to take over the control. You can select the timeout the default action ...
https://uvnc.com/webhelp/connections.html
In UltraVNC settings under "Connections" Tab you can select the following:
Query on incoming
A query window is a message box that ask permission to take over the control. You can select the timeout the default action ...
- 2023-10-05 09:31
- Forum: 1.4.x
- Topic: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback
- Replies: 20
- Views: 384770
Re: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback
Yes but if you uninstall it after the MSI installation the service is not deleted and you need to run:
Code: Select all
sc delete uvnc_service- 2023-10-04 08:51
- Forum: 1.4.x
- Topic: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback
- Replies: 20
- Views: 384770
Re: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback
I can confirm that the UltraVNC_1435_X64.msi installer doesn't register uvnc_service as service.
The "UltraVNC_1435_X64_Setup.exe" is working fine but not the .msi package.
The "UltraVNC_1435_X64_Setup.exe" is working fine but not the .msi package.
- 2021-12-16 09:11
- Forum: Olders
- Topic: Black or gray screen in the viewer
- Replies: 19
- Views: 185887
Re: Black or gray screen in the viewer
When the connection is over VPN with improperly configured MTU and MSS it also can cause gray screen. To test this you can use Wireshark and inspect the traffic for drop packets because of DF bit. Only for the test you can restrict the PMTU on both client/server which will limit the packet size to ...