User Account Control Step-by-Step Guide

Updated: April 20, 2011

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Storage Server 2008 R2, Windows Vista

User Account Control (UAC) is a security component that allows an administrator to enter credentials during a non-administrator's user session to perform occasional administrative tasks. This step-by-step guide provides the instructions that are necessary for using UAC in a test environment. You can use this guide to test how your line-of-business (LOB) applications run in Windows 7 and Windows Vista.

In this guide

This guide is intended for the following audiences:

  • IT planners and analysts who are evaluating the product

  • Security architects who are responsible for implementing trustworthy computing

  • Administrators who need to control the behavior of UAC

This document is not intended to provide a comprehensive, detailed description of UAC. Additional resources include the following:

What is User Account Control?

User Account Control (UAC) is a security component that enables users to perform common tasks as non-administrators (called standard users in Windows Vista), and as administrators without having to switch users, log off, or use Run As. User accounts that are members of the local Administrators group run most applications as a standard user. By separating user and administrator functions, UAC helps users move toward using standard user rights by default.

When an administrator logs on to a computer that is running Windows 7 or Windows Vista, the user is assigned two separate access tokens. Access tokens, which contain a user's group membership and authorization and access control data, are used by the Windows operating system to control what resources and tasks the user can access. The access control model in earlier Windows operating systems did not include any failsafe checks to ensure that users truly wanted to perform a task that required their administrative access token. As a result, malicious software could install on users' computers without notifying the users. (This is sometimes referred to as a "silent" installation.)

Even more damaging, because the user is an administrator, the malicious software could use the administrator's access control data to infect core operating system files, and in some instances, become nearly impossible to remove.

ImportantImportant
For more information about the UAC changes in Windows 7, see What's New in User Account Control.

The primary difference between a standard user and an administrator is the level of access that the user has over core, protected areas of the computer. Administrators can change the system state, turn off the firewall, configure security policies, install a service or a driver that affects every user on the computer, and install software for the entire computer. Standard users cannot perform these tasks, and they can only install per-user software.

Unlike earlier versions of Windows, when an administrator logs on to a computer running Windows 7 or Windows Vista, the user’s full administrator access token is split into two access tokens: a full administrator access token and a standard user access token. During the logon process, authorization and access control components that identify an administrator are removed, resulting in a standard user access token. The standard user access token is then used to start the desktop, the Explorer.exe process. Because all applications inherit their access control data from the initial launch of the desktop, they all run as a standard user.

After an administrator logs on, the full administrator access token is not invoked until the user attempts to perform an administrative task. When a standard user logs on, only a standard user access token is created. This standard user access token is then used to start the desktop.

ImportantImportant
Because the user experience can be configured with Group Policy, there can be different user experiences, depending on policy settings. The configuration choices made in your environment will affect the prompts and dialog boxes that are seen by standard users, administrators, or both.

Requirements for User Account Control

We recommend that you first use the steps provided in this guide in a test environment. Step-by-step guides are not necessarily meant to be used to deploy features in the operating system without accompanying documentation (as listed in the Additional resources section), and this guide should be used with discretion as a stand-alone document.

Setting up the test lab

The lab configuration needed for testing UAC includes a domain controller running Windows Server 2008 R2 or Windows Server 2008; a member server running Windows Server 2008 R2 or Windows Server 2008; and a client computer running Windows 7 or Windows Vista. The domain controller, member server, and the client computer should be on an isolated network, and they should be connected through a common hub or Layer 2 switch. Private addresses should be used throughout the test configuration.

Key scenarios for User Account Control

This guide covers the following scenarios for UAC:

noteNote
The three scenarios that are included in this guide are intended to help administrators become familiar with the UAC feature. They include the basic information and procedures that administrators need to start using UAC. Information and procedures for advanced or customized UAC configurations are not included in this guide.

Scenario 1: Request an application to run elevated one time

In Windows Vista, UAC and its Admin Approval Mode are enabled by default. When UAC is enabled, local administrator accounts run as standard user accounts. This means that when a member of the local Administrators group logs on, they run with their administrative privileges disabled. This is the case until they attempt to run an application or task that has an administrative token. When members of the local Administrators group attempt to start such an application or task, they are prompted to consent to running the application as elevated. Scenario 1 details the procedure to run an application or task as elevated one time.

noteNote
To perform the following procedure, you must be logged on to a client computer as a member of the local administrators group. You cannot be logged on with the computer (or built-in) administrator account because Admin Approval Mode does not apply to this account (the built-in administrator account is disabled on new installations of Windows Vista).

To request an application to run elevated one time

  1. Start an application that is likely to have been assigned an administrative token, such as Microsoft Windows Disk Cleanup. A User Account Control prompt is displayed.

  2. Verify that the details presented match the request you initiated.

  3. In the User Account Control dialog box, click Continue to start the application.

Scenario 2: Configure an application to always run elevated

Scenario 2 is similar to the previous scenario in that you want to run an application or process as elevated with the administrator access token. However, in this scenario you want to run an application that has not been marked by the developer or identified by the operating system as an administrative application. Some applications, such as internal line-of-business applications, or non-Microsoft products might require administrative rights, but they have not been identified as such. In this scenario, you mark an application to prompt the user for consent, and if granted, to run as an administrative application. The following procedure steps you through this process.

noteNote
To perform the following procedure, you must be logged on to a client computer as a member of the local administrators group. You cannot be logged on with the computer (or built-in) administrator account because Admin Approval Mode does not apply to this account.

ImportantImportant
This procedure cannot be used to prevent UAC from prompting for consent to run an administrative application.

To configure an application to always run elevated

  1. Right-click an application that is not likely to have been assigned an administrative token, such as a word processing application.

  2. Click Properties, and then select the Compatibility tab.

  3. Under Privilege Level, select Run this program as an administrator, and then click OK.

    noteNote
    If the Run this program as an administrator option is unavailable, it means that the application is blocked from always running elevated, the application does not require administrative credentials to run, the application is part of the current version of the operating system, or you are not logged on to the computer as an administrator.

Scenario 3: Configure User Account Control

Scenario 3 outlines some common tasks that local administrators perform during the set up and configuration of client computers running Windows 7 or Windows Vista. The following procedures step you through the tasks of turning off UAC, disabling Admin Approval Mode, disabling UAC from prompting for credentials to install applications, and changing the elevation prompt behavior.

ImportantImportant
Advanced configuration options for UAC are not available in Windows Vista Starter, Windows Vista Home Basic, or Windows Vista Home Premium.

Turning off UAC

Use the following procedure to disable UAC.

To perform the following procedure, you must be able to log on with or provide the credentials of a member of the local Administrators group.

ImportantImportant
Turning off UAC reduces the security of your computer and may expose you to increased risk from malicious software. We do not recommend leaving UAC disabled.

To turn off UAC

  1. Click Start, and then click Control Panel.

  2. In Control Panel, click User Accounts.

  3. In the User Accounts window, click User Accounts.

  4. In the User Accounts tasks window, click Turn User Account Control on or off.

  5. If UAC is currently configured in Admin Approval Mode, the User Account Control message appears. Click Continue.

  6. Clear the Use User Account Control (UAC) to help protect your computer check box, and then click OK.

  7. Click Restart Now to apply the change right away, or click Restart Later, and then close the User Accounts tasks window.

Disabling Admin Approval Mode

Use the following procedure to disable Admin Approval Mode.

noteNote
To perform the following procedure, you must be logged on to a client computer as a local administrator.

ImportantImportant
You cannot disable Admin Approval Mode on Windows Vista Starter, Windows Vista Home Basic, or Windows Vista Home Premium because secpol.msc is not included.

To disable Admin Approval Mode

  1. Click Start, click All Programs, click Accessories, click Run, type secpol.msc in the Open box, and then click OK.

  2. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue..

  3. From the Local Security Settings console tree, double-click Local Policies, and then double-click Security Options.

  4. Scroll down and double-click User Account Control: Run all administrators in Admin Approval Mode.

  5. Select the Disabled option, and then click OK.

  6. Close the Local Security Settings window.

Disabling User Account Control from prompting for credentials to install applications

Use the following procedure to disable UAC from prompting for credentials to install applications.

noteNote
To perform the following procedure, you must be logged on to a client computer as a local administrator.

ImportantImportant
This procedure is not supported on Windows Vista Starter, Windows Vista Home Basic, or Windows Vista Home Premium.

To disable UAC from prompting for credentials to install applications

  1. Click Start, click All Programs, click Accessories, click Run, type secpol.msc in the Open text box, and then click OK.

  2. From the Local Security Settings console tree, click Local Policies, and then click Security Options.

  3. Scroll down and double-click User Account Control: Detect application installations and prompt for elevation.

  4. Select the Disabled option, and then click OK.

  5. Close the Local Security Settings window.

Changing the elevation prompt behavior

Use the following procedures to change the elevation prompt behavior for UAC. You can configure the behavior of the elevation prompt separately for administrators and for standard users.

noteNote
To perform the following procedures, you must be logged on to a client computer as a local administrator.

ImportantImportant
To complete the following procedures, you must be running Windows Vista Ultimate, Windows Vista Enterprise, or Windows Vista Business. You cannot complete the following procedures if you are running Windows Vista Starter, Windows Vista Home Basic, or Windows Vista Home Premium because secpol.msc is not included.

To change the elevation prompt behavior for administrators

  1. Click Start, click Accessories, click Run, type secpol.msc in the Open box, and then click OK.

  2. From the Local Security Settings console tree, click Local Policies, and then click Security Options.

  3. Scroll down to and double-click User Account Control: Behavior of the elevation prompt for administrators.

  4. From the drop-down menu, select one of the following settings:

    • Elevate without prompting (tasks that request elevation will automatically run as elevated without prompting the administrator)

    • Prompt for credentials (this setting requires user name and password input before an application or task will run as elevated)

    • Prompt for consent (default setting for administrators)

  5. Click OK.

  6. Close the Local Security Settings window.

To change the elevation prompt behavior for standard users

  1. Click Start, click Accessories, click Run, type secpol.msc in the Open box, and then click OK.

  2. From the Local Security Settings console tree, click Local Policies, and then Security Options.

  3. Scroll down to and double-click User Account Control: Behavior of the elevation prompt for standard users.

  4. From the drop-down menu, select one of the following settings:

    • Automatically deny elevation requests (standard users will not be able to run programs that require elevation, and they will not be prompted)

    • Prompt for credentials (this setting requires user name and password input before an application or task will run as elevated, and it is the default for standard users)

  5. Click OK.

  6. Close the Local Security Settings window.

Troubleshooting and support

Because UAC is a feature in Windows 7 Windows Vista, Windows Server 2008 R2, and Windows Server 2008, support is available directly from Microsoft and from user communities. For more information, see the Microsoft Support site.

Additional resources

Tags :


Community Content

old_geek
it is stupid
It only got worse on win 7.  How incredibly stupid.
Tags :

Thomas Lee
Administrative and User Accounts
<p>I'm very disappointed; and that's an understatement.</p> <p>The Vista User and Administration accounts need to be corrected. I'm finding that I cannot even clear out a folder (if it contains sub-folders) without deleting each individual sub-folder first. Vista keeps telling me I don't have administration rights ! I own this PC, and if I want full access rights to my system, then I should be able to set it up that way, but I can't.I go to "help", and it tells me to run "secpol.msc", to change administrative rights, but when I attempt to do that, it says the file is not available. Then I learn from this site that you don't include the file in the home version. Why not ? Then I go to contact you folks (about a software issue specific to your firm) and I'm told to contact the manufacturer of my PC, because they installed Vista at the factory. (They didn't create this software problem). Or my other option appears to be to pay you folks a fee to contact you to discuss this problem. A problem that shouldn't exist in the first place.The logic I'm reading on your site is that Vista is set-up this way to protect me from "Mal-ware". Well, I'm the customer, and I'm not "Mal-ware", hence I should have full access to my own system, if I so desire.If I'm misunderstanding something about what I need to do to increase my administrative rights, on my own PC, please advise what I'm missing and what I need to change to get full rights to my file system.If I am understanding this correctly, please send me the "secpol.msc" file, or whatever other files/instructions I need to gain full adminsrative rights to manage my file systems. Please help with this; in my opinion the fact Vista insists on limiting my access rights, to my own PC, is totally unwarranted, and ridiculous.And, no, I'm not willing to pay a fee for you fix it. This is a brand new OS, and it shouldn't be making the mistake of cofusing the customer with "Mal-ware"!!</p> <pre>[tfl - 24 01 09] You should post questions like this to the Technet Forums at <mtps:InstrumentedLink NavigateUrl="http://forums.microsoft.com/technet" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://forums.microsoft.com/technet</mtps:InstrumentedLink> or the MS Newsgroups at <mtps:InstrumentedLink NavigateUrl="http://www.microsoft.com/communities/newsgroups/en-us/" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://www.microsoft.com/communities/newsgroups/en-us/</mtps:InstrumentedLink>. You are much more likely get a quick response using the forums than through the Community Content.<br />For specific help about:<br />Exchange : <mtps:InstrumentedLink NavigateUrl="http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.exchange%2C" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.exchange%2C</mtps:InstrumentedLink>&amp;amp;amp;<br />SQL Server : <mtps:InstrumentedLink NavigateUrl="http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C</mtps:InstrumentedLink>&amp;amp;amp;<br />Windows : <mtps:InstrumentedLink NavigateUrl="http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows%2C" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows%2C</mtps:InstrumentedLink>&amp;amp;amp;<br />Windows Server : <mtps:InstrumentedLink NavigateUrl="http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows.server%2C" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows.server%2C</mtps:InstrumentedLink>&amp;amp;amp;<br />Virtual Server : <mtps:InstrumentedLink NavigateUrl="http://groups.google.com/group/microsoft.public.virtualserver/topics?lnk" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://groups.google.com/group/microsoft.public.virtualserver/topics?lnk</mtps:InstrumentedLink> Full Public : <mtps:InstrumentedLink NavigateUrl="http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C</mtps:InstrumentedLink>&amp;amp;amp;<br /><br />And - to 'fix' the problems, go to the root of each volume, and add everyone/full control and propogate that permission to all sub-folders. This is NOT a great idea security wise, but will dolve your problem. Vista is trying to help - but UAC is much, much better in Win7.</pre>
Tags :

Thomas Lee
In reply to: Circumventing UAC through network?
<i> <b>Isn't UAC meant to protect the end-users?</b> </i> <br /> Nope. At least not in the way you're describing.<br /><br /> Because when you have remote access to the Program Files folder, you need to access the pc as an administrator over the network. Since you're already an administrator in that case, there's no need to elevate your rights (hence: what UAC all is about).<br /><br /> If you aren't an administrator, and do can access your program files directory from the network, I would seriously consider your network security. You've got a whole in it the size of a small planet.
Tags : contentbug

Thomas Lee
Admin Approval Mode - UAC bug
I have run into an issue where a local admin account that I have created cannot access C:\Users without prompting for consent.<br /> Because of this consent prompt, processes that use this account are failing.<br /><br /> The account I am using I created using Group Policy and it is in the Local Administrators GROUP.<br /> According to Microsoft, this account should be running under Admin Approval in Windows 7 by default.<br /><br /> I enabled the setting on the UAC: Behavior of the elevation prompt for administrators in Admin Approval Mode - Elevate without Prompting.<br /><br /> The account still receives prompts even after reboots. I know it's not an issue with the Admin account itself because when I disable UAC altogether, the account works fine. <br /><br /> Please FIX! :(<br /><br /> Thanks!<br /><br /><b>[tfl - 08 01 12] Hi - and thanks for your post. Community content is not the appropriate place for technical support queries. Instead, you should visit the Technet Forums at http://forums.microsoft.com/technet, where such posts are welcomed and where you stand a much better chance of getting your query resolved. Sorry if that's not the answer you wanted to hear.</b><br />
Tags :

RoslynKay
Strange UAC behavior for 'Users' folder location
<p>This is not a bug I cross checked it several times..&amp;amp; I have come to believe this was meant to be the default way UAC would behave in <strong>'Users'</strong> folder. <br /><br />Here's the scenario - When a user <strong>(A)</strong> tries to access another users <strong>(B)</strong> location - The UAC screen prompts and upon authentication what really happens in the background is that user 'A' is added and granted permanent access to 'B' location..even after a restart!!. I am not sure why UAC was designed like this for Users folder - the same behavior however does not apply to Program Files location.</p>

Cyberfed
Run-As Admin Requirement
I find it absolutely ridiculous that being logged into a Server 2008 R2 server <b>as local admin</b><u><b>STILL</b></u> requires me to run a command prompt (and other applications) with a 'run-as administrator' to perform functions.<br /><br />There should be a global policy setting to disable this in my opinion. Just like you can disable UAC.<br /><br />
Tags : contentbug

Thomas Lee
modify via Registry?
What stinks is that secpol.msc isn't provided in Home Premium! What is MS's rationale for this?? I've seen writeups about making changes to UAC to the registry directly, or via NET commands. I also once had to "mount" a registry portion/hive that isn't normally accessible in regedit, where these settings may live. Unfortunately I'd have to search for my notes - Does anybody else know from this?<br /><br /> Disabling UAC is my last choice - Overall I've become quite satisfied with Vista, except that unless you have Business or Ultimate you're a second class citizen!
Tags : complaint

okuns
Turning off UAC for selective programms
In the process of testing of old (XP compatible) applications we have experienced a problem, that our major application (based on VB engine) does not work properly with turned on UAC. Having turned off UAC, works our application error-free. Due to the corporate policy we cannot turn off UAC completely but we are looking for a solution, how to turn off UAC for selective applications. I have found solutions for turning off UAC prompts but this is not our goal. I will be very pleased for your comments / ideas: mark.okuns@pta.de
Tags :

CrisD
Turning off UAC in Windows 2008 R2
<div>This article in the library is in the Windows Server/Windows Server 2008 and windows Server 2008 R2/Browse Windows Server Technologies/Security and Protection/User Account Control/User Account Control/ Step by StepGuide<br /><br />In the section Turning off UAC,<br /><br />The article's procedures states;<br /></div> <ol> <li> <p>Click <b>Start</b>, and then click <b>Control Panel</b>.</p> <li> <p>In <b>Control Panel</b>, click <b>User Accounts</b>.</p> <li> <p>In the <b>User Accounts</b> window, click <b>User Accounts</b>.</p> <li> <p>In the <b>User Accounts</b> tasks window, click <b>Turn User Account Control on or off</b>.</p> </li> </li> </li> </li> </ol> <p>However in Windows 2008 R2, the option Turn User Account Control on or off in the Task Window does not appear.<br /><br />Could you please update you documentation.<br /><br />***FYI in R2 this is changed by using the slider that pops up when you click on Change User Account Control Settings. Moving the slider to the bottom disables UAC. This is documented here: <mtps:InstrumentedLink NavigateUrl="http://technet.microsoft.com/en-us/library/dd759070.aspx" runat="server" xmlns:mtps="http://msdn2.microsoft.com/mtps">http://technet.microsoft.com/en-us/library/dd759070.aspx</mtps:InstrumentedLink></p>

allesmachine
Manage UAC with Group Policy
UAC levels can be managed via group policy. I hope there is no one out there that is responsible for 1,000 computers that thinks they need to run around and manually modify this setting! Wait, you don't know what group policy is? No wonder you hate Windows...
Tags :

sim0208
.NEW INSTAL HELP with service pack !!!1
im searching hard for a reason why service pack one wonte install<br /><br />this is how far i got .... deep into the undergrowth of vistas problems and no aswers anywhere!<br /><br />im admin .. only user and nothing seemes to help <br />
Tags : contentbug

B_E_L
REALLY completely over-complicated!!!
So what... I should take a year or two off and try to figure any of this baloney out just so I can write a decent install that will avoid the UAC prompts WITHOUT HAVING TO RUN AROUND TO OVER 1,000 MACHINES AND MANUALLY ADJUST THESE SETTINGS?!?!?!? Yeah, really helpful.<br /><br />What was that former Microsoft slogan "Where DONT you want to go today?"... Useless, completely and utterly useless.<br /><br />Microsoft is the ONLY company where employees butter toast by shaking the entire building and hoping the butter rattles across the toast. Cant you boneheads do anything in a simple fashion?!?!?
Tags : contentbug

ajsachse
Is there another way to help me out?
I really want to change the UAC setting for a program and I'm using Vista Home Premium. I know that in the above contect it said Vista Home Premium does not include secpol.msc, but i want to know if there's another to make it work. My parents want to use this program that kept on asking for my permission since their account is Standard. However I can't makt the account administrator because they don't understand the threat on the internet. Therefore, I really need another way to make this work. I am really not up to buying another PC or another Window at the moment, so SERIOUSLY, DO SOMETHING ABOUT IT MICROSOFT!!!!!!!!!!!!!!!!!!!<br /><br /><pre>[tfl - 24 02 10] Hi - and thanks for your post.You should post questions like this to the Technet Forums at http://forums.microsoft.com/technet or the MS Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quick response using the forums than through the Community Content. For specific help about:<br />Exchange : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.exchange%2C&amp;<br />SQL Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&amp;<br />Windows : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows%2C&amp;<br />Windows Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows.server%2C&amp;<br />Virtual Server : http://groups.google.com/group/microsoft.public.virtualserver/topics?lnk<br />Full Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&amp;</pre><br /><br /><br />

Thomas Lee
Removing UAC via the Server
I would like to know if there is a way to remove the UAC from all of the Vista machines on my network at once. I would assume Group Policy would have it but my Windows Server 2003 SBS doesn't have those options in the Group Policy Management Console(GPMC). I can imagine it's in the Windows Server 2008 version, is there anyway to use that GPMC instead?<br /><br /> I'm having the same problem: Can't find any reference to UAC through Group Policies anywhere help files or various forums - possibly I'm missing something obvious! I <i>have</i> seen a reference to changing these settings by running GPMC on a domain-connected client, however, so I'll investigate that and post to the forum if I get anywhere. The only other line of approach that occurs to me is to directly edit client registry settings in a policy. Anyone have any better ideas or experience to contribute?<br /><br /><pre>[tfl - 24 02 10] Hi - and thanks for your post.You should post questions like this to the Technet Forums at http://forums.microsoft.com/technet or the MS Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quick response using the forums than through the Community Content. For specific help about:<br />Exchange : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.exchange%2C&amp;<br />SQL Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&amp;<br />Windows : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows%2C&amp;<br />Windows Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows.server%2C&amp;<br />Virtual Server : http://groups.google.com/group/microsoft.public.virtualserver/topics?lnk<br />Full Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&amp;<br /></pre><br />

Thomas Lee
What a mess!
Wow! I started feeling old because I thought somehow either technology got too complicated or I became computer illiterate. After reading some of the complaints I see I'm not the only one having similar issues with what should be a simple fix. Seems like Home Preminum owners are the guinea pigs who have to spend additional funds to get these quirks fixed. Just another way to bring in the old-mighty-dollar.<br /><br /><pre>[tfl - 24 02 10] Hi - and thanks for your post.You should post questions like this to the Technet Forums at http://forums.microsoft.com/technet or the MS Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quick response using the forums than through the Community Content. For specific help about:<br />Exchange : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.exchange%2C&amp;<br />SQL Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&amp;<br />Windows : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows%2C&amp;<br />Windows Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows.server%2C&amp;<br />Virtual Server : http://groups.google.com/group/microsoft.public.virtualserver/topics?lnk<br />Full Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&amp;<br /></pre><br />

Thomas Lee
WHY WONT SIMCITY 4 work for Windows Vista Home Premium???????
where do i start... I just bought a new computer from walmart an HP Pavilion Slimline. it has 3GB of memory, 300GB of hard drive, i just bought a new 8400 GeForce Graphics Card and a new Power Supply that is 400W. I have talked with microsoft Tech Support for a total of over 9 Hours.... more time then i have even spent appreciating my new computer, trying to get SIMCITY 4 to work on my computer... and yes this is the newest edition "SIM BOX" which is compatible to Windows Vista. I dont know why i have had to do all the *** i have had to do just to get no where, which is where i still stand.... I have spent over 100 dollars on add ons for this 600 dollar computer which i bought primarily just to play SIMCITY 4. i have gone threw the compatibility adjustment, the UAC, turning off my firewall, updating my Vista to Service Pack 2, creating a new Administrater account to try and install the game, i have literally installed and uninstalled this game probbably 20+ times and still got nowhere!!! i dont know what to do. EA GAMES NEEDS TO MAKE A NEW VERSION OF SIM CITY THAT WILL WORK WITH MICROSOFT 7 FOR SURE..... I wish there was a way to get this game to work, it is my favorite game of all time, i would rather play this than any PS3 game. I have The Sims Life Stories on my computer and it works just fine, but i dont care much for that game, i wanna be able to play SIM CITY 4... please help me with this problem i cant afford to spend anymore money on things i dont need.......<br /><pre>[tfl - 24 02 10] Hi - and thanks for your post.You should post questions like this to the Technet Forums at http://forums.microsoft.com/technet or the MS Newsgroups at http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quick response using the forums than through the Community Content. For specific help about:<br />Exchange : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.exchange%2C&amp;<br />SQL Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&amp;<br />Windows : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows%2C&amp;<br />Windows Server : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.windows.server%2C&amp;<br />Virtual Server : http://groups.google.com/group/microsoft.public.virtualserver/topics?lnk<br />Full Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&amp;<br /></pre><br />

Thomas Lee
Circumventing UAC through network?
Funny story, but sadly, it's all true. One of our users once needed to edit an ini-file located in "Program Files" to get an older program working properly, and UAC stopped him dead. In order to get some work done fast, he mapped Vista's system drive to an XP, modified the ini, saved it, and voíla, all's well!<br /><br /> Amazing how we didn't see this coming. Isn't UAC meant to protect the end-users? Why is it looking elsewhere, whistling like nothing's happening while "vital" system files are being modified from over the network? I would imagine that UAC would go berserk if system files are being modified, but no, nothing, nothing happened.<br /><br /> You might argue that it's a firewall issue, we ought to have turned on the firewall, but the argument goes like this: if you design UAC to prevent vital system files being modifed, shouldn't UAC do a better job in protecting them, rather than irritate the "you-know-what" out of everybody?<br /><br /> Well done, Microsoft; well done, UAC-team.<br /><br /> Actually I feel sorry for the boys and girls in UAC-team, since they have to try hard to fullfil the wildest fantacies of some brain-dead, ultra-egoed corpheads to make the OS impenetrable. Sadly, UAC is the wrong way to approach that, IMHO.<br />
Tags : complaint

Thomas Lee
Insane!
All i can say is "what a friggin nightmare" stay away from UAC - will lead to you pulling out your hair !

Page view tracker