Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

User Account Control

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 12-13-2007
Wildcat
 

Posts: n/a
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-13-2007
MICHAEL
 

Posts: n/a
Re: User Account Control
"Wildcat" <rwhelan@shaw.ca> wrote in message
news:F45354CD-1F5C-43A6-B697-95BDCB2EAEB3@microsoft.com...
> 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.


You seem to be doing this a really convoluted way.

Control Panel>User Accounts>Turn User Account Control on or off

Yes, you need to reboot.


-Michael

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-13-2007
Wildcat
 

Posts: n/a
Re: User Account Control
but it comes back on when Windows Defender runs, I believe, and then you
have to turn it off and re-boot again. I'd rather ensure it is ALWAYS OFF

"MICHAEL" <u158627_emr2@dslr.net> wrote in message
news:e8jUB6ZPIHA.3532@TK2MSFTNGP04.phx.gbl...
> "Wildcat" <rwhelan@shaw.ca> wrote in message
> news:F45354CD-1F5C-43A6-B697-95BDCB2EAEB3@microsoft.com...
>> 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.

>
> You seem to be doing this a really convoluted way.
>
> Control Panel>User Accounts>Turn User Account Control on or off
>
> Yes, you need to reboot.
>
>
> -Michael


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-13-2007
MICHAEL
 

Posts: n/a
Re: User Account Control
Hmm... I don't use Windows Defender because I don't
trust it. Sorry.


-Michael

"Wildcat" <rwhelan@shaw.ca> wrote in message
news:86E655CC-89B8-4907-AC5E-71398BE93BBB@microsoft.com...
> but it comes back on when Windows Defender runs, I believe, and then you have to turn it off
> and re-boot again. I'd rather ensure it is ALWAYS OFF
>
> "MICHAEL" <u158627_emr2@dslr.net> wrote in message
> news:e8jUB6ZPIHA.3532@TK2MSFTNGP04.phx.gbl...
>> "Wildcat" <rwhelan@shaw.ca> wrote in message
>> news:F45354CD-1F5C-43A6-B697-95BDCB2EAEB3@microsoft.com...
>>> 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.

>>
>> You seem to be doing this a really convoluted way.
>>
>> Control Panel>User Accounts>Turn User Account Control on or off
>>
>> Yes, you need to reboot.
>>
>>
>> -Michael

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-13-2007
Wildcat
 

Posts: n/a
Re: User Account Control
I just took Defender off startup so maybe it'll be ok now as long as I
don't run it.

"MICHAEL" <u158627_emr2@dslr.net> wrote in message
news:OdlG3UbPIHA.5720@TK2MSFTNGP04.phx.gbl...
> Hmm... I don't use Windows Defender because I don't
> trust it. Sorry.
>
>
> -Michael
>
> "Wildcat" <rwhelan@shaw.ca> wrote in message
> news:86E655CC-89B8-4907-AC5E-71398BE93BBB@microsoft.com...
>> but it comes back on when Windows Defender runs, I believe, and then you
>> have to turn it off and re-boot again. I'd rather ensure it is ALWAYS
>> OFF
>>
>> "MICHAEL" <u158627_emr2@dslr.net> wrote in message
>> news:e8jUB6ZPIHA.3532@TK2MSFTNGP04.phx.gbl...
>>> "Wildcat" <rwhelan@shaw.ca> wrote in message
>>> news:F45354CD-1F5C-43A6-B697-95BDCB2EAEB3@microsoft.com...
>>>> 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.
>>>
>>> You seem to be doing this a really convoluted way.
>>>
>>> Control Panel>User Accounts>Turn User Account Control on or off
>>>
>>> Yes, you need to reboot.
>>>
>>>
>>> -Michael

>>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-13-2007
newfdog
 

Posts: n/a
Re: User Account Control
i turned off uac through user account and still use defender. never came
back on for me
"Wildcat" <rwhelan@shaw.ca> wrote in message
news:F45354CD-1F5C-43A6-B697-95BDCB2EAEB3@microsoft.com...
>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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB 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
User account control Lilllis microsoft.public.windows.vista.security 4 11-09-2007 06:45
Article ID: 928497 You encounter unexpected behavior when you perform tasks as a standard user and the User Account Control feature is disabled in Windows Vista KBArticles English 0 10-22-2007 20:00
User account control George Frank microsoft.public.windows.vista.general 3 04-28-2007 09:38
User Account Control Paul microsoft.public.windows.vista.general 4 04-04-2007 01:03
User Account Control Marcin Domaslawski microsoft.public.windows.vista.security 6 02-10-2007 00:09




All times are GMT +1. The time now is 13:46.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119