• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Vista - taking ownership vs. UAC

ColKurtz

Senior member
I just upgraded to Vista 64 last weekend so I'm just now learning some of the differences. I've run into a few hassles relating to the new filesystem rules, and I'm wondering if anyone can help explain the difference in these 2 situations.

1) I tried to update my hosts file and got an error "persmission denied' (or something of the sort). I found out that I have to either take ownership of the file or elevate my editor before opening the file.

2) in another case, I was editing some exisiting text config files in the \program files (x86)\ directory, and when I tried to save I got an error "Cannot create the (path\filename)... make sure the path and filename are correct. After a little searching I saw posts advising that only disabling UAC would resolve this, and it did.

In both cases I am logged in as admin and have full permissions.

Can anyone explain the difference in behavior? Are threre different rules for the \Windows tree vs. the Program Files tree?

TIA.
 
In both cases I am logged in as admin and have full permissions.

No you aren't. Your logged in as an administrator and have a restricted use token. After you allow the UAC prompt you're actually running with full privs for that operation. Thats why your seeing the differences...
 
Does disabling UAC mean an admin is always operating with full privileges or does it just stop the alerts ?

Also, is there a way to completely do away with Vista's ownership file scheme and still use Vista ?
 
Is there a way to make file management in Vista work like XP ? I have multiple computers in a home enviroment, I don't need Vista stopping me from moving files and folders between users and machines.
 
Originally posted by: Tom
Is there a way to make file management in Vista work like XP ? I have multiple computers in a home enviroment, I don't need Vista stopping me from moving files and folders between users and machines.



Open an elevated command prompt, and enter: net user administrator /active:yes

When you restart, the "Real" admin account (as opposed to a User account with Admin priveledges) will be available. Give it a password, KK?
 
Back
Top