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 General

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

Reply
 
Old 06-09-2008   #1 (permalink)
Tuttle


 
 

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

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?



My System SpecsSystem Spec
Old 06-09-2008   #2 (permalink)
solon fox


 
 

Re: Disable User Account Control just for admin profile? Vista HomePremium

On Jun 9, 3:14*pm, "Tuttle" <nospamh...@xxxxxx>
wrote:
Quote:

> 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\Policies\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\Policies\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
My System SpecsSystem Spec
Old 06-09-2008   #3 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

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

Quote  Quote: Originally Posted by Tuttle View Post
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.

User Account Control (UAC) - Elevate Privilege Level

Hope this helps,
Shawn
My System SpecsSystem Spec
Old 06-09-2008   #4 (permalink)
solon fox


 
 

Re: Disable User Account Control just for admin profile? Vista HomePremium

On Jun 9, 4:57*pm, Brink <gu...@xxxxxx-email.com> wrote:
Quote:

> Tuttle;741945 Wrote:
>
Quote:

> > Hello all:
>
Quote:

> > 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?
>
Quote:

> > 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*' (http://www.vistax64.com)
> *Please post feedback to help others.*
Sweet! I love it when someone tells me something I didn't know.

Thanks Brink.

-solon fox
My System SpecsSystem Spec
Old 06-10-2008   #5 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

Re: Disable User Account Control just for admin profile? Vista HomePremium

Quote  Quote: Originally Posted by solon fox View Post
On Jun 9, 4:57*pm, Brink <gu...@xxxxxx-email.com> wrote:
Quote:
> Tuttle;741945 Wrote:
>
Quote:
> > Hello all:
>
>
Quote:
> > 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*' (http://www.vistax64.com)
> *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
My System SpecsSystem Spec
Old 06-10-2008   #6 (permalink)
Tuttle


 
 

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

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.


My System SpecsSystem Spec
Old 06-10-2008   #7 (permalink)


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

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

Quote  Quote: Originally Posted by Tuttle View Post
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.
Your welcome Tuttle.
My System SpecsSystem Spec
Old 06-11-2008   #8 (permalink)
Tuttle


 
 

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

On Jun 9, 3:14 pm, "Tuttle" wrote:
Quote:

> 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!


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista Home Premium: New user account failing to load user profile Vista account administration
Vista Home Premium. Admin Account WiFi Speed Good. Other User Account Speed Not So Good. Vista General
Help! Vista Home Premium. Admin Account WiFi Speed Good. Other User Account Speed Not So Good. Vista networking & sharing
Vista Home Premium - Single User Profile - "user profile cannot be loaded" Vista account administration
user account control in home premium Vista security


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