Advertisements
How to be administrator in vista | windows tricks
When you install or uninstall any software in windows vista or delete some files from the windows drive, it shows a dialog box asking for permission. You can remove this by these 2 solutions-
1. Disable UAC(User Account Control)
2. Use Administrator Account
1. Disable User Account Control (UAC) - To disable User Account Control, Follow these steps
Control Panel --->User Accounts ---> UAC On or Off
Just select Off and restart your system. Now on, you won't get any problems.
2. Use Administrator Account : Vista has too a hidden administrator account like Windows XP. You can activate it
Just follow these steps:
start--->All Programs--->Accessories--->Command Prompt ( Right Click on Command Prompt and select Run as Administrator)
Command Prompt window will be open. Now use the following command to enable the administrator Account.
user administrator /active:yes
To disable the administrator account, use the following command:
net user administrator /active:no
{ 0 comments... read them below or add one }
Post a Comment