Windows 7 Change Administrator Settings

Terence Ayres

Honorable
Feb 5, 2013
1
0
10,510
Hello,
I have a new pc desktop and I am locked in as administrator which limits cerain uses of other progs. how can I unlock and still keep all info.
 

Apanzee

Honorable
Moderator
Dec 17, 2012
789
0
11,260
Press start and type "run" - in the window that appears, type "cmd" to open command prompt. Type the following in the box that pops up, one line at a time:

net user administrator /active:yes
net user administrator *

It will then prompt you to enter a password, just hit enter twice to leave it without a password.

Reboot the machine and log into the administrator account that should now be visible at the log in screen. Go to control panel and modify the settings for your personal account.

Next, open command prompt again and type:

net user administrator /active:no

Reboot the machine and log in as usual.