Hi!
First of all: I really love ChunkVNC, I was looking for it for a long time!
There is one thing I didn't manage to accomplish properly.
According to this post: [topic=17598][/topic]
The InstantSupport.exe should require admin-privileges when it is run as soon as I put the #RequireAdmin in the InstantSupport.au3.
I did that and compiled the InstantSupport.exe but when I run it on a PC it does not have the little shield telling me that it will ask for admin-privileges when run and it seems like it does not run with admin-priviliges (UAC-requests freeze my viewer).
When I then right click it and explicitly run it with admin-privileges then the UAC no longer freezes the Viewer.
What am I doing wrong?
Thanks!
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
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
Run InstantSupport as admin
Re: Run InstantSupport as admin
netman,
Glad you like ChunkVNC.
At this point in time it's preferred that you use the InstantSupport tray icon to install as a service so you can control UAC prompts. Future releases will have the ability to temporarily disable UAC without having to install.
Glad you like ChunkVNC.
At this point in time it's preferred that you use the InstantSupport tray icon to install as a service so you can control UAC prompts. Future releases will have the ability to temporarily disable UAC without having to install.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: Run InstantSupport as admin
Thanks for the quick reply!
I am really looking forward to the next release, even though I am already happy with 3.1.
But is the #RequireAdmin-option not working at the moment? I guess it should indicate with the little shield in the symbol that it wants to be run as admin, right? At least I have seen that on other executables.
Cheers
netman
I am really looking forward to the next release, even though I am already happy with 3.1.
But is the #RequireAdmin-option not working at the moment? I guess it should indicate with the little shield in the symbol that it wants to be run as admin, right? At least I have seen that on other executables.
Cheers
netman
Re: Run InstantSupport as admin
#requireadmin allows the InstantSupport script to run as an administrator but the current way that InstantSupport executes the UltraVNC server won't allow you to control them.
I have some functioning code that I've been trying to get out the door now for months now that has "disable UAC" code without having to install the service. It's been so long since I've looked at 3.1 code that I don't remember how it worked before.
I know I've said this many times before but stay tuned, good things are coming.
I have some functioning code that I've been trying to get out the door now for months now that has "disable UAC" code without having to install the service. It's been so long since I've looked at 3.1 code that I don't remember how it worked before.
I know I've said this many times before but stay tuned, good things are coming.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: Run InstantSupport as admin
Yeah, yeah, sure. I've been waiting here so long I turned into a mod.
Seriously, looking forward to it.
"ChunkVNC - Duke Nukem Forever Edition"?
Seriously, looking forward to it.
"ChunkVNC - Duke Nukem Forever Edition"?
Re: Run InstantSupport as admin
lol, I'm using that release name!
At this point it seems that Winter/Spring time is easier for me to get projects done. Summer is crazy but Minnesota winters cool people off.
BTW: you were a mod before you just didn't have the fun buttons.
At this point it seems that Winter/Spring time is easier for me to get projects done. Summer is crazy but Minnesota winters cool people off.
BTW: you were a mod before you just didn't have the fun buttons.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: Run InstantSupport as admin
Yeah I guess so.
Anyhow, I just found the following via Fark -- I swear it was after I wrote the above -- Duke has a new release date "by the end of the year"*.
http://pc.gamespy.com/pc/duke-nukem-for ... 669p1.html
*for a "playable demo"
Anyhow, I just found the following via Fark -- I swear it was after I wrote the above -- Duke has a new release date "by the end of the year"*.
http://pc.gamespy.com/pc/duke-nukem-for ... 669p1.html
*for a "playable demo"
Re: Run InstantSupport as admin
I was working in the UAC but I think that it's a no-way road. If we want to get access to a PC that is in user-mode and we don't have admin pwd, I can imagine how to disable UAC.supercoe wrote:#requireadmin allows the InstantSupport script to run as an administrator but the current way that InstantSupport executes the UltraVNC server won't allow you to control them.
I have some functioning code that I've been trying to get out the door now for months now that has "disable UAC" code without having to install the service. It's been so long since I've looked at 3.1 code that I don't remember how it worked before.
I know I've said this many times before but stay tuned, good things are coming.
If the user is administrator the #requireadmin and install as service is enough, but all other ways (runas, registry) will not work in user-mode without an admin accont, isn't it?
Last edited by tbote on 2010-08-19 09:11, edited 1 time in total.
Re: Run InstantSupport as admin
Not sure I follow you -- the persistent UAC is by design (Microsoft's). Of course you're not going to be able to disable it without some kind of administrator rights...
If UltraVNC could continue running in the background so that you could remotely answer UAC prompts (without admin rights) then <b>any</b> remote control trojan could do the same thing...
If UltraVNC could continue running in the background so that you could remotely answer UAC prompts (without admin rights) then <b>any</b> remote control trojan could do the same thing...
Re: Run InstantSupport as admin
And that's why the UAC issue will be allways there All people is talking about workarounds etc but there is no way to disable/control UAC unless you have admin rights. RunAS also that's not a solution because it still launches UAC messageB wrote:Not sure I follow you -- the persistent UAC is by design (Microsoft's). Of course you're not going to be able to disable it without some kind of administrator rights...
If UltraVNC could continue running in the background so that you could remotely answer UAC prompts (without admin rights) then <b>any</b> remote control trojan could do the same thing...
Re: Run InstantSupport as admin
Correct, the only way to disable UAC requires admin privileges which prompts UAC. It is impossible to disable the UAC prompts without administrator access to the computer.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!