I work as a helpdesk agent. I made a custom application that runs winvnc to perform a reverse vnc connection from my customers to my office pc. The command which is run from my app looks as following:
> winvnc.exe -sc_prompt -sc_exit -autoreconnect -connect ip_address::port -run
This works perfectly, but when you try to open a Windows function/program that needs admin rights, the UAC windows is prompted, and I cannot launch executable files as well. The same occurs when screen protector is launching. No matter what kind of account the user is, admin and non admin users are prompted at the same way. And the problems grow in Windows 10...
So my question: Is there a way to launch winvnc (reverse connection as shown above) allowing run everything as the same permissions as the local user? So that, if the local user is admin, no prompt for UAC.
Thanks in advance!
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
Run winvnc with administrator rights
- Rudi De Vos
- Admin & Developer
- Posts: 6891
- Joined: 2004-04-23 10:21
- Contact:
Re: Run winvnc with administrator rights
Not possible
UAC is used to protect applications to start critical exe without user intervention.
If it's possible to use a backdoor then UAC would make no sense to protect anything.
R.
UAC is used to protect applications to start critical exe without user intervention.
If it's possible to use a backdoor then UAC would make no sense to protect anything.
R.
Re: Run winvnc with administrator rights
And why other solutions for remote connections, like TeamViewer, LiteManager or RemoteUtilities, can make it run without installation with the same permissions of the current user and without UAC prompt?
- Rudi De Vos
- Admin & Developer
- Posts: 6891
- Joined: 2004-04-23 10:21
- Contact:
Re: Run winvnc with administrator rights
To avoid UAC you have 2 options
-Run as service
-Start the application with runas admin
Teamviewer can not run as "current user" and use UAC
https://www.teamviewer.com/en/help/332- ... tible.aspx
-Run as service
-Start the application with runas admin
Teamviewer can not run as "current user" and use UAC
https://www.teamviewer.com/en/help/332- ... tible.aspx