XP users can log into the built-in administrator account in safe mode for recovery or some other work, but in Windows 7 the built-in administrator account is disabled you can't log into it.
if you are troubleshooting something that needs to run as administrator, you can enable it with a simple steps
1. Open command prompt in administrator mode by right clicking and selecting 'Run as administrator'
2. type this command 'net user administraor /active:yes (prompt shows command completed successfully)
then logout, and you'll now see the Administrator account
and for disabling Administrator account
follow step 1, then type the following command: net user administrator /active:no
No comments:
Post a Comment