Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Disable User Account Control just for admin profile? Vista Home Premium

Reply
Thread Tools Display Modes

Disable User Account Control just for admin profile? Vista Home Premium

 
 
Tuttle
Guest
Posts: n/a

 
      06-09-2008
Hello all:

In Vista Home Premium, I want to disable User Account Control just for the
admininstrator profile. I want User Account Control to remain enabled for
all other user profiles. How can I do this?

I have tried several methods that Google found, but always when I disable
UAC for admininstrator, it is then disabled for other users. How can I
disable it just for the admininstrator?


 
Reply With Quote
 
 
 
 
solon fox
Guest
Posts: n/a

 
      06-09-2008
On Jun 9, 3:14*pm, "Tuttle" <nospamh...@notarealaddressnospam.gs>
wrote:
> Hello all:
>
> In Vista Home Premium, I want to disable User Account Control just for the
> admininstrator profile. I want User Account Control to remain enabled for
> all other user profiles. How can I do this?
>
> I have tried several methods that Google found, but always when I disable
> UAC for admininstrator, it is then disabled for other users. How can I
> disable it just for the admininstrator?


I don't think you can disable it for just one account. Maybe TweakUAC
(http://www.tweak-uac.com/what-is-tweak-uac/) is right for you?

Or, you could create two shortcuts one to disable UAC:

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

And, one to enable UAC:

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

If you really wanted to get fancy, then you could add a script to
disable it for your login and disable it for everyone else. Maybe you
could even entice someone to write it for you. ;-)

But, then again maybe TweakUAC is best for your needs.

-solon fox
 
Reply With Quote
 
Brink
Guest
Posts: n/a

 
      06-09-2008

Tuttle;741945 Wrote:
> Hello all
>
> In Vista Home Premium, I want to disable User Account Control just fo
> th
> admininstrator profile. I want User Account Control to remain enable
> fo
> all other user profiles. How can I do this
>
> I have tried several methods that Google found, but always when
> disabl
> UAC for admininstrator, it is then disabled for other users. How can
> disable it just for the admininstrator


Hi Tuttle

This tutorial will show you how to elevate the administrator account
so they are not bothered by UAC anymore

http://www.vistax64.com/tutorials/80...lege-level.htm

Hope this helps
Shaw

--
Brin

*There are no dumb questions, just the people that do not as
them.*
'*VISTA FORUMS*' *Please post feedback to help others.*
 
Reply With Quote
 
solon fox
Guest
Posts: n/a

 
      06-09-2008
On Jun 9, 4:57*pm, Brink <gu...@unknown-email.com> wrote:
> Tuttle;741945 Wrote:
>
> > Hello all:

>
> > In Vista Home Premium, I want to disable User Account Control just for
> > the
> > admininstrator profile. I want User Account Control to remain enabled
> > for
> > all other user profiles. How can I do this?

>
> > I have tried several methods that Google found, but always when I
> > disable
> > UAC for admininstrator, it is then disabled for other users. How can I
> > disable it just for the admininstrator?

>
> Hi Tuttle,
>
> This tutorial will show you how to elevate the administrator accounts
> so they are not bothered by UAC anymore.
>
> http://www.vistax64.com/tutorials/80...ntrol-uac-elev...
>
> Hope this helps,
> Shawn
>
> --
> Brink
>
> *There are no dumb questions, just the people that do not ask
> them.*
> '*VISTA FORUMS*' > *Please post feedback to help others.*


Sweet! I love it when someone tells me something I didn't know.

Thanks Brink.

-solon fox
 
Reply With Quote
 
Brink
Guest
Posts: n/a

 
      06-10-2008

solon fox;742050 Wrote:
> On Jun 9, 4:57*pm, Brink <gu...@xxxxxx-email.com> wrote:> > >
> > > Tuttle;741945 Wrote:
> > >> > > > >
> > > > > Hello all:> > > >
> > >
> > >> > > > >
> > > > > I have tried several methods that Google found, but always when I
> > > > > disable
> > > > > UAC for admininstrator, it is then disabled for other users. How
> > > can I
> > > > > disable it just for the admininstrator?> > > >
> > >
> > > Hi Tuttle,
> > >
> > > This tutorial will show you how to elevate the administrator

> > accounts
> > > so they are not bothered by UAC anymore.
> > >
> > >

> > http://www.vistax64.com/tutorials/80...ntrol-uac-elev...
> > >
> > > Hope this helps,
> > > Shawn
> > >
> > > --
> > > Brink
> > >
> > > *There are no dumb questions, just the people that do not ask
> > > them.*
> > > '*VISTA FORUMS*' > > > *Please post feedback to help others.* > >

>
> Sweet! I love it when someone tells me something I didn't know.
>
> Thanks Brink.
>
> -solon fox


Your welcome Solon Fox. Nice shortcut you posted to.

Shawn


--
Brink

*There are no dumb questions, just the people that do not ask
them.*
'*VISTA FORUMS*' *Please post feedback to help others.*
 
Reply With Quote
 
Tuttle
Guest
Posts: n/a

 
      06-10-2008
solon fox:

Thank you for those shortcuts. That is a really useful technique!
I don't know how I would write a script to disable it for my login and
enable it for everyone else, but that sounds like a cool idea.


Brink:

Thanks for offering another approach. I also read one of the other tutorials
on your site. I didn't know that there was a difference between the
initially-created Administer account and the "real built-in Administrator
account". Good grief. I set myself up as administrator, using the initial
account, so I could configure this laptop for a friend who will login as a
Standard user. I thought that Administrator meant "Administrator", but
apparently not.


 
Reply With Quote
 
Brink
Guest
Posts: n/a

 
      06-10-2008

Tuttle;742733 Wrote:
> solon fox
>
> Thank you for those shortcuts. That is a really useful technique
> I don't know how I would write a script to disable it for my login an
> enable it for everyone else, but that sounds like a cool idea
>
>
> Brink
>
> Thanks for offering another approach. I also read one of the othe
> tutorial
> on your site. I didn't know that there was a difference between th
> initially-created Administer account and the "real built-i
> Administrato
> account". Good grief. I set myself up as administrator, using th
> initia
> account, so I could configure this laptop for a friend who will logi
> as
> Standard user. I thought that Administrator meant "Administrator", bu
> apparently not


Your welcome Tuttle

--
Brin

*There are no dumb questions, just the people that do not as
them.*
'*VISTA FORUMS*' *Please post feedback to help others.*
 
Reply With Quote
 
Tuttle
Guest
Posts: n/a

 
      06-12-2008
On Jun 9, 3:14 pm, "Tuttle" wrote:
> In Vista Home Premium, I want to disable User Account Control just for the
> admininstrator profile. I want User Account Control to remain enabled for
> all other user profiles. How can I do this?


"solon fox" wrote:
I don't think you can disable it for just one account. Maybe TweakUAC
(http://www.tweak-uac.com/what-is-tweak-uac/) is right for you?



I am now using TweakUAC. It's very good, even better than disabling UAC
entirely: it allows UAC to run in "quiet mode" so that the PC is still
protected but elevations warnings/prompts are suppressed for administrators.

Thanks for that, it was a perfect suggestion!


 
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
Vista Home Premium - Single User Profile - "user profile cannot be loaded" tch8102 Windows Vista Administration 15 08-06-2008 11:56 PM
User Account Control - Disable GW Windows Vista Security 2 11-18-2007 10:38 PM
Disable admin approval mode in Vista home premium tbrox Windows Vista Security 7 09-16-2007 01:13 AM
user account control in home premium Just FYI Windows Vista Security 2 03-15-2007 03:29 PM
Disable user account control Alan Windows Vista Security 2 06-12-2006 06:40 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