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

Search found 19 matches

by ColtB45
2010-05-26 13:44
Forum: Olders
Topic: CLI to Start/Stop/Change Password of VNC Server
Replies: 10
Views: 15942

Re: CLI to Start/Stop/Change Password of VNC Server

To see a good example of how it is calculated look here in the source. UltraVNC Project Root\UltraVNC\uvnc_settings\uvnc_settings\security.cpp I'll make a simple little console application that can change the VNC password. I'll post it here once I am done. It will probably take a few days as I don't ...
by ColtB45
2010-05-25 21:30
Forum: Olders
Topic: CLI to Start/Stop/Change Password of VNC Server
Replies: 10
Views: 15942

Re: CLI to Start/Stop/Change Password of VNC Server

Sorry guys, I am having an off day. I didn't give this much thought when I put this out there. Don't you want to make the new password a second input argument? That would be significantly more complex if you wanted to define the password as plain text. The password value stored in either the ...
by ColtB45
2010-05-25 20:34
Forum: Olders
Topic: CLI to Start/Stop/Change Password of VNC Server
Replies: 10
Views: 15942

Re: CLI to Start/Stop/Change Password of VNC Server

Hi, I would like to know if there is any CLI to start, stop and change the password of VNC Server. I want to Start, Stop and Change the Password of VNC Server programatically. Appreciate any help in this regard. Thanks, Swapna. Try this batch script. Copy and paste the contents to 'chgvncpwd.cmd ...
by ColtB45
2010-05-21 20:02
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: CAD solution with UAC off

You're very welcome.

As for the registry key I believe that is correct but I haven't investigated it. In my environment we just made a group policy that controls that setting.
by ColtB45
2010-05-21 18:53
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: CAD solution with UAC off

...Any chance you could look into the repeater problem ( [topic=18016][/topic] and elsewhere ) or possibly patch your changes into 1.0.8.0, which doesn't have the repeater issue? I don't want to get in the habit of recompiling this fix for everyone who wants a particular version. BUT, since you ...
by ColtB45
2010-04-28 22:44
Forum: Feature requests
Topic: Secure Attention Sequence Capabilities
Replies: 4
Views: 6858

Re: Secure Attention Sequence Capabilities

Done. Thanks for the recommendation supercoe!
by ColtB45
2010-04-28 18:33
Forum: Feature requests
Topic: Secure Attention Sequence Capabilities
Replies: 4
Views: 6858

Re: Secure Attention Sequence Capabilities

My guess is that they will put this in the 1.0.9.x branch or the 2.x branch.
by ColtB45
2010-04-28 16:23
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: CAD solution with UAC off

Yes I have changed the GPO policy and the way I replaced the .exe file is by booting in safe mode because when I try to stop the server the "stop service" option is grayed out. And when I try to do so under task manager it tells me that access is denied. There is something new that I have noticed ...
by ColtB45
2010-04-20 15:34
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: CAD solution with UAC off

AndreL wrote:Is it possible to have a executable version with this patch (for a windows 7 32bits)?
Thanks any way for your job.
I just included it. See the first post.
It works on 32 and 64 bit versions of windows.
by ColtB45
2010-03-01 17:05
Forum: Olders
Topic: Build enviroment
Replies: 10
Views: 11286

Re: Build enviroment

B wrote:Thank you for working at this. Please let us know if you can verify that that the source ever produces the distributed binaries...
The source produces the binaries and they are fully functional.
by ColtB45
2010-03-01 16:49
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: CAD solution with UAC off

Updated first post.
by ColtB45
2010-03-01 00:13
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: CAD solution with UAC off

Thanks, I intend to stick around.:-D

I think this patch should be implemented with a UAC check:
  • If UAC is on, call CAD.exe with ShellExecute.
    If UAC is off, call CAD.exe as a service.
I'll go ahead and get that done and then submit the changes.
by ColtB45
2010-03-01 00:03
Forum: Olders
Topic: Build enviroment
Replies: 10
Views: 11286

Re: Build enviroment

I was able to get 1.0.8.2 (Rev. 495) to build correctly by making the following change. Index: UltraVNC Project Root/UltraVNC/winvnc/winvnc/winvnc.vcproj =================================================================== --- UltraVNC Project Root/UltraVNC/winvnc/winvnc/winvnc.vcproj (revision 495 ...
by ColtB45
2010-02-28 06:52
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: Possible CAD solution with UAC off

Moved to first post.
by ColtB45
2010-02-26 17:40
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

Re: Possible CAD solution with UAC off

Moved to first post.
by ColtB45
2010-02-26 15:49
Forum: Olders
Topic: CAD solution with UAC off
Replies: 48
Views: 266111

CAD solution with UAC off

This will check to see if UAC is on. If UAC is on it will use the normal method of invoking the Secure Attention Sequence(Ctrl+Alt+Delete). If UAC is disabled it will create a CAD service that can send the SAS and then start that service. You can download the patch here . You can download the ...
by ColtB45
2010-02-25 17:08
Forum: Olders
Topic: Build enviroment
Replies: 10
Views: 11286

Re: Build enviroment

I don't actually get any build errors. That's the weirdest part. My resulting 1.0.8.2 winvnc.exe executable is 1,582,592 bytes from unmodified source. The uvnc.com distributed binary is 1,590,216 bytes. Add to that the about screen, the configuration windows, msloogon auth, and a host of other ...
by ColtB45
2010-02-24 21:27
Forum: Olders
Topic: Build enviroment
Replies: 10
Views: 11286

Re: Build enviroment

Furthermore, the 1.0.8.0 source compiles fine and everything works. It's only the 1.0.8.2 source I have a problem with.
by ColtB45
2010-02-24 21:18
Forum: Olders
Topic: Build enviroment
Replies: 10
Views: 11286

Build enviroment

I think I have a fix to the cad problem but need to recompile the source to test. I am currently trying to build UltraVNC (winvnc.exe) from source. I have scoured these forums and have yet to find a fix to my problem. I can currently build the 1.0.8.2 source into an executable without error. However ...