A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

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

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » General Vista Help and Support
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

General Vista Help and Support The general Windows Vista discussion forum, for topics not covered elsewhere. (microsoft.public.windows.vista.general)

User Account Control



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 13th 07, 03:27 PM posted to microsoft.public.windows.vista.general
Wildcat[_2_]
external usenet poster
 
Posts: 12
Default 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.

  #2 (permalink)  
Old December 13th 07, 03:40 PM posted to microsoft.public.windows.vista.general
MICHAEL
external usenet poster
 
Posts: 1,459
Default User Account Control

"Wildcat" wrote in message
...
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 PanelUser AccountsTurn User Account Control on or off

Yes, you need to reboot.


-Michael

  #3 (permalink)  
Old December 13th 07, 05:59 PM posted to microsoft.public.windows.vista.general
Wildcat[_2_]
external usenet poster
 
Posts: 12
Default 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" wrote in message
...
"Wildcat" wrote in message
...
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 PanelUser AccountsTurn User Account Control on or off

Yes, you need to reboot.


-Michael


  #4 (permalink)  
Old December 13th 07, 06:23 PM posted to microsoft.public.windows.vista.general
MICHAEL
external usenet poster
 
Posts: 1,459
Default User Account Control

Hmm... I don't use Windows Defender because I don't
trust it. Sorry.


-Michael

"Wildcat" wrote in message
...
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" wrote in message
...
"Wildcat" wrote in message
...
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 PanelUser AccountsTurn User Account Control on or off

Yes, you need to reboot.


-Michael


  #5 (permalink)  
Old December 13th 07, 07:24 PM posted to microsoft.public.windows.vista.general
Wildcat[_2_]
external usenet poster
 
Posts: 12
Default 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" wrote in message
...
Hmm... I don't use Windows Defender because I don't
trust it. Sorry.


-Michael

"Wildcat" wrote in message
...
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" wrote in message
...
"Wildcat" wrote in message
...
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 PanelUser AccountsTurn User Account Control on or off

Yes, you need to reboot.


-Michael



  #6 (permalink)  
Old December 13th 07, 09:13 PM posted to microsoft.public.windows.vista.general
newfdog
external usenet poster
 
Posts: 8
Default User Account Control

i turned off uac through user account and still use defender. never came
back on for me
"Wildcat" wrote in message
...
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.


 




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 On



All times are GMT. The time now is 07:51 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.