JoJoPatty Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Enable And Logon As The "true" Administrator In Windows

Go down

Enable And Logon As The "true" Administrator In Windows Empty Enable And Logon As The "true" Administrator In Windows

Post by Streetz Wed Oct 08, 2008 10:14 am

start>rightclick Computer>manage>users>users>rightclick administrator>properties>General Tab>uncheck"Disabled"

then set a password, right click administrator>set password.

open command prompt as administrator (right click method) and type in this:

net user administrator /active:yes

then log out, login as administrator


to disable:

start>rightclick Computer>manage>users>users>rightclick administrator>properties>General Tab>check"Disabled"

open command prompt as administrator (right click method) and type in this:

net user administrator /active:no


simple, quick, yet effective


Edit: Update

Apparently vista Home doesn't like the method of using the Computer Management and the option is removed, the following command prompt code will work on all versions

Code:
net user Administrator insertpasswordhere /active:yes

make sure to right click and run cmd as administrator
Streetz
Streetz
Co-Administrator
Co-Administrator

Posts : 1582
Join date : 2008-07-09

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum