Using a LAN, i tested my SC on my Vista Home Premium computer, after adding the line in the custom ZIP to allow UAC to be disabled for the VNC session. Unfortunately, when the session was over, UAC never turned itself back on. I was forced to turn it on manually.
Is there a work around for this?
[mod=494,1260912755]moved from General help to SC[/mod]
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
1.0.8.2 SC Vista, and UAC
-
- Posts: 4
- Joined: 2009-12-15 05:13
1.0.8.2 SC Vista, and UAC
Last edited by jasoncollege24 on 2009-12-15 21:32, edited 1 time in total.
-
- Posts: 4
- Joined: 2009-12-15 05:13
Re: 1.0.8.2 SC Vista, and UAC
As an afterthought, it also enabled my guest account. I can disable the account from my users control panel applet, but with each restart, the account is enabled again automatically. I normaly do not enable the guest account on my computers.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: 1.0.8.2 SC Vista, and UAC
This are the registry value's SC change for it.
1) save old value
2) set to 0
3) restore old value ( sample 2)
on start
--------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000
----
on exit
------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000002
-------
1) save old value
2) set to 0
3) restore old value ( sample 2)
on start
--------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000
----
on exit
------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000002
-------
-
- Posts: 4
- Joined: 2009-12-15 05:13
Re: 1.0.8.2 SC Vista, and UAC
your reply suggests that it automatically turns UAC back on when it exits SC... this was not the case for me. the changes to my UAC had to be undone manually,and my guest account will not stay off.
I'm assuming this is a bug.
I'm assuming this is a bug.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: 1.0.8.2 SC Vista, and UAC
Is the console user admin ?
If the console user isn't admin and you give another account+passwd
to disable uac you can't enable it back.
On exit, the console user is used to write to the registry, if this user doesn't have access, restore fail with permission denied.
If the console user isn't admin and you give another account+passwd
to disable uac you can't enable it back.
On exit, the console user is used to write to the registry, if this user doesn't have access, restore fail with permission denied.
-
- Posts: 4
- Joined: 2009-12-15 05:13
Re: 1.0.8.2 SC Vista, and UAC
the guest account finally styed off. to answer your question, the only available account on the computer is setup as admin. (I am prompted with an OK/Cancel choice instead of requiring a password for UAC)