Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Disable UAC without reboot?

Reply
Thread Tools Display Modes

Disable UAC without reboot?

 
 
Max
Guest
Posts: n/a

 
      10-15-2007
Does anyone know how one might disable UAC without reboot. I'd like to
be able to disable it via the registry (I'm familiar with how to do
this) and possibly run something that simulates a reboot? I know the
tool TweakUA does this so there has to be a way. This is for the
purpose of supporting Windows Vista clients with VNC and having a
simple way to disable then re-enable UAC when finished.

Thanks,
Max

 
Reply With Quote
 
 
 
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      10-15-2007
Max

Instead of disabling UAC completely, it's best to disable the Consent Prompt
Behavior for Admin accounts.

All of the UAC settings are contained in the following registry Key.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System

The Value 'ConsentPromptBehaviorAdmin' is what you are looking for. Note
the default Value Data is '2'. Change this value to '0' (Zero).

You should make a backup of that System Key prior to making any changes.

One thing to remember is that when you do disable UAC, you also lose the
File, Folder, and registry virtualization as well as Internet Explorer
Protected Mode and much of the compatibility for older software. If you will
be installing programs with UAC turned off, when you do turn it back on, you
may experienced some unexpected behavior from these programs.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Max" <> wrote in message
news: ups.com...
> Does anyone know how one might disable UAC without reboot. I'd like to
> be able to disable it via the registry (I'm familiar with how to do
> this) and possibly run something that simulates a reboot? I know the
> tool TweakUA does this so there has to be a way. This is for the
> purpose of supporting Windows Vista clients with VNC and having a
> simple way to disable then re-enable UAC when finished.
>
> Thanks,
> Max
>


 
Reply With Quote
 
Adam Albright
Guest
Posts: n/a

 
      10-15-2007
On Mon, 15 Oct 2007 15:09:49 -0000, Max <> wrote:

>Does anyone know how one might disable UAC without reboot. I'd like to
>be able to disable it via the registry (I'm familiar with how to do
>this) and possibly run something that simulates a reboot? I know the
>tool TweakUA does this so there has to be a way. This is for the
>purpose of supporting Windows Vista clients with VNC and having a
>simple way to disable then re-enable UAC when finished.
>
>Thanks,
>Max


Why would you want to? If it takes much longer than a minute or so to
reboot then something is wrong with your setup.

If fact if you use your computer intensively for hours on end
switching between a lot of different high demand applications is
actually helps to reboot after several hours of use since this is the
only way to flush out some of the crap Windows has in memory and as a
bonus it refreshes system resources which may be getting depleted.

 
Reply With Quote
 
Max
Guest
Posts: n/a

 
      10-15-2007
Ronnie -

Does this setting require a reboot? And will this stop the
connectivity being cutoff when using remote control programs like VNC?

Thanks,
Max

On Oct 15, 10:59 am, "Ronnie Vernon MVP" <r...@invalid.org> wrote:
> Max
>
> Instead of disabling UAC completely, it's best to disable the Consent Prompt
> Behavior for Admin accounts.
>
> All of the UAC settings are contained in the following registry Key.
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System
>
> The Value 'ConsentPromptBehaviorAdmin' is what you are looking for. Note
> the default Value Data is '2'. Change this value to '0' (Zero).
>
> You should make a backup of that System Key prior to making any changes.
>
> One thing to remember is that when you do disable UAC, you also lose the
> File, Folder, and registry virtualization as well as Internet Explorer
> Protected Mode and much of the compatibility for older software. If you will
> be installing programs with UAC turned off, when you do turn it back on, you
> may experienced some unexpected behavior from these programs.
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
> "Max" <m...@kipness.com> wrote in message
>
> news: ups.com...
>
> > Does anyone know how one might disable UAC without reboot. I'd like to
> > be able to disable it via the registry (I'm familiar with how to do
> > this) and possibly run something that simulates a reboot? I know the
> > tool TweakUA does this so there has to be a way. This is for the
> > purpose of supporting Windows Vista clients with VNC and having a
> > simple way to disable then re-enable UAC when finished.

>
> > Thanks,
> > Max



 
Reply With Quote
 
joel406
Guest
Posts: n/a

 
      10-15-2007

Go to start and select control panel. Open administrators tool and
select system configuration. Select the tab labled tools. Scroll down
till you see disable UAC. Highlight then press the button labled Launch.
Type exit in the command window that popped up when you pushed the
Launch button.

Reboot.

After reboot go back to the control panel and open security center. At
the left side of the page is the link to change how security center
alerts you. Click it and select the last option to never alert you.

Your done.


--
joel406
 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      10-16-2007
Max

No, this does not require a reboot. This is the advantage of changing the
settings via the registry. Press the F5 key before you exit regedit to
refresh.

I don't know the answer to the question about VNC, you'll just have to try
it.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Max" <> wrote in message
news: ps.com...
> Ronnie -
>
> Does this setting require a reboot? And will this stop the
> connectivity being cutoff when using remote control programs like VNC?
>
> Thanks,
> Max
>
> On Oct 15, 10:59 am, "Ronnie Vernon MVP" <r...@invalid.org> wrote:
>> Max
>>
>> Instead of disabling UAC completely, it's best to disable the Consent
>> Prompt
>> Behavior for Admin accounts.
>>
>> All of the UAC settings are contained in the following registry Key.
>>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System
>>
>> The Value 'ConsentPromptBehaviorAdmin' is what you are looking for. Note
>> the default Value Data is '2'. Change this value to '0' (Zero).
>>
>> You should make a backup of that System Key prior to making any changes.
>>
>> One thing to remember is that when you do disable UAC, you also lose the
>> File, Folder, and registry virtualization as well as Internet Explorer
>> Protected Mode and much of the compatibility for older software. If you
>> will
>> be installing programs with UAC turned off, when you do turn it back on,
>> you
>> may experienced some unexpected behavior from these programs.
>>
>> --
>>
>> Ronnie Vernon
>> Microsoft MVP
>> Windows Shell/User
>>
>> "Max" <m...@kipness.com> wrote in message
>>
>> news: ups.com...
>>
>> > Does anyone know how one might disable UAC without reboot. I'd like to
>> > be able to disable it via the registry (I'm familiar with how to do
>> > this) and possibly run something that simulates a reboot? I know the
>> > tool TweakUA does this so there has to be a way. This is for the
>> > purpose of supporting Windows Vista clients with VNC and having a
>> > simple way to disable then re-enable UAC when finished.

>>
>> > Thanks,
>> > Max

>
>


 
Reply With Quote
 
DevilsPGD
Guest
Posts: n/a

 
      10-16-2007
In message < om> Max
<> wrote:

>Does this setting require a reboot? And will this stop the
>connectivity being cutoff when using remote control programs like VNC?


IF you use Group Policies (or edit the registry) to set UAC to still
notify, but NOT use a secure desktop, it won't kill VNC.

--
You can get more with a kind word and a 2x4 than just a kind word.
 
Reply With Quote
 
Snuff
Guest
Posts: n/a

 
      10-16-2007
On Mon, 15 Oct 2007 15:09:49 -0000, Max <> wrote:

>Does anyone know how one might disable UAC without reboot. I'd like to
>be able to disable it via the registry (I'm familiar with how to do
>this) and possibly run something that simulates a reboot? I know the
>tool TweakUA does this so there has to be a way. This is for the
>purpose of supporting Windows Vista clients with VNC and having a
>simple way to disable then re-enable UAC when finished.
>
>Thanks,
>Max

Would it not have been quicker to reboot than to write and read the
responses to this post?

What are you using man? A celeron with 32 MB of ram? Is it like an
all day job to do a quick reboot?
 
Reply With Quote
 
DevilsPGD
Guest
Posts: n/a

 
      10-16-2007
In message <> Snuff
<> wrote:

>On Mon, 15 Oct 2007 15:09:49 -0000, Max <> wrote:
>
>>Does anyone know how one might disable UAC without reboot. I'd like to
>>be able to disable it via the registry (I'm familiar with how to do
>>this) and possibly run something that simulates a reboot? I know the
>>tool TweakUA does this so there has to be a way. This is for the
>>purpose of supporting Windows Vista clients with VNC and having a
>>simple way to disable then re-enable UAC when finished.
>>
>>Thanks,
>>Max

>Would it not have been quicker to reboot than to write and read the
>responses to this post?
>
>What are you using man? A celeron with 32 MB of ram? Is it like an
>all day job to do a quick reboot?


Far more important when you're supporting remote machines via VNC -- You
cannot turn off UAC as turning off UAC requires a UAC popup.

--
You can get more with a kind word and a 2x4 than just a kind word.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cd does not run after reboot andy1669 Windows Vista Installation 3 03-30-2008 08:16 PM
Disable reboot/shutdown "progams still running" dialog Ben Schwehn Windows Vista General Discussion 0 03-09-2008 09:08 AM
Disable F8 during startup - Disable Advanced startup options scree Chris VDP Windows Vista Security 1 03-05-2008 04:45 PM
reboot will Windows Vista General Discussion 2 12-15-2007 04:11 AM
can't reboot beekum57 Windows Vista Installation 7 10-12-2006 06:10 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59