I am signed in under an administrator account in my laptop; however, now vista is not allowing me to install / uninstall any software.
feedback
|
migrated from stackoverflow.com Mar 10 '11 at 12:25
This question came from our site for professional and enthusiast programmers.
|
Since you are running under your username with Admin privileges, Windows Vista does not really give you privileges to run stuff. To access the administrator account and install software and stuff you need to access the hidden "Administrator" account. Go to the command prompt icon and right click and hit "Run as Administrator" Type in the following command:
Reboot your computer to apply the changes and you now have access to the real admin account. To turn off this administrator account, run the same command but instead of yes, say no. | |||
|
feedback
|