Many of you could easily login in Administrator account in windows XP but in Windows Vista or 7, you can’t get that account directly.. The account is created in Windows 7 or Vista, but since it’s not enabled you cannot use it.
If you are troubleshooting something which requiers to run in administrator login only, you can enable it with a simple command.
- First you need to open a command prompt with administrator rights.
- Click on Start(Windows icon) type “cmd” without quotes and then open it by right-clicking and choosing “Run as administrator”
-
Now type the following command:
net user administrator activate:yes
You will get a message that the command completed successfully. - Reboot your system..
-
You can see Administrator login on your welcome screen..