Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista performance & maintenance

Vista - User Account Control

Reply
 
Old 12-13-2007   #1 (permalink)
Wildcat


 
 

User Account Control

I am trying to disable UAC on a more permanent basis than just turning it
off as Windows Defender will turn it back on. I am using this script:

C:\Windows\System32\cmd.exe /k
%windir%\System32\reg.exe ADD
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\System /v EnableLUA
/t REG_DWORD /d 0 /f

in order to actually turn UAC off. I am running it in Task Scheduler and it
does turn UAC off. However, it requires a second boot to apply it. This
takes too long so I am looking for a script that tests if UAC is on or off
and re-boots only if it is on.
I tried a second batch file to run upon logon to reboot (shutdown -r -t 0)
but I got into a perpetual reboot situation which required an Acronis
restore to get out of. Any idea how to get the second boot only if UAC is
turned on?
I don't need the aggravation of UAC as I am the sole user and depend on my
daily Acronis backups to resolve any problems that might occur by turning it
off.


My System SpecsSystem Spec
Old 12-13-2007   #2 (permalink)


Vista Ultimate x64
 
 

Re: User Account Control

Why don't you just disable both windows defender and UAC? To be honest, UAC is just annoying and Windows defender just takes up resources.

But, as far as your script goes, it looks like it works, until the reboot. If i'm reading this right, looks like you setup a loop. I would test it myself, but as you have had to restore to get back....

I have a similar script that prevents other programs from activating UAC or windows defender, i'll se if i can find it for you and might help.
My System SpecsSystem Spec
Old 12-13-2007   #3 (permalink)
Rick Rogers


 
 

Re: User Account Control

Hi,

If you disable it from the tools tab of msconfig, it will not come back
unless you re-enable it. You will need to reboot the first time you launch
the disable routine.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Wildcat" <rwhelan@xxxxxx> wrote in message
news:B6F1B061-A16F-452A-B7E0-51F514CDC31C@xxxxxx
Quote:

>I am trying to disable UAC on a more permanent basis than just turning it
>off as Windows Defender will turn it back on. I am using this script:
>
> C:\Windows\System32\cmd.exe /k
> %windir%\System32\reg.exe ADD
> HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\System /v
> EnableLUA
> /t REG_DWORD /d 0 /f
>
> in order to actually turn UAC off. I am running it in Task Scheduler and
> it does turn UAC off. However, it requires a second boot to apply it. This
> takes too long so I am looking for a script that tests if UAC is on or off
> and re-boots only if it is on.
> I tried a second batch file to run upon logon to reboot (shutdown -r -t 0)
> but I got into a perpetual reboot situation which required an Acronis
> restore to get out of. Any idea how to get the second boot only if UAC is
> turned on?
> I don't need the aggravation of UAC as I am the sole user and depend on my
> daily Acronis backups to resolve any problems that might occur by turning
> it off.
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
dont know user account control password and no administrator user General Discussion
User Account Control... Vista General
Help with User Account Control .NET General
User Account Control Vista General
User Account Control Vista account administration


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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