Thursday 12 September 2013

Enable and Disable Windows Administrator Account

Hello guys, been long since my last post. :)

Okay, in this topic as I mention that "enable and disable Windows Administrator Account".

How to enable :

1. Open and run CMD as Admin -- you can do that by right-click on cmd as in this picture below.


 "well I'm using windows8 atm, but doesn't really matter, you can do the same trick on windows 8."

2. Next thing you need to do is, type in these command :

net user administrator /active:yes



3. Hit "enter" and restart/Log Out  your PC/Account.

To disable the administrator account, you just simply change the "yes" to "no".

the command is gonna be like this

net user administrator /active:no


Main focus:
The reason why we are activating the administrator account is that, sometimes windows doesn't allow we to do editing on some application in windows system, that is why we need to use and activate this account to be able to do the magic, what i meant by magic is that the rights to modify some algorithm in windows apps itself. As example I was in the middle of saving some editing in 'system.ini' file in windows and this popup notification comes up, I was able to edit and save some changes that i made, with using admin account on windows.



Source :
windows 7 forums

No comments:

Post a Comment