0

I just installed Win7 64bit on a new hard drive, and I created a user account through the OOBE. I want to make my user account a standard user.

However, if I go into "User Accounts" and select "Change my account type", the standard user option is greyed out--this account apparently has to be an administrator.

I thought maybe it was the only admin account on the machine, so I tried to create a new user account named "Administrator", but was told I couldn't, because one already exists.

What gives? What do I have to do to run as a standard user?

1 Answers1

1

Have you tried creating a third account (called for example "test"), and setting that as a standard user?

Windows 7 forces your first user to be an administrator, plus the Administrator account is already created (but disabled), hence the second problem you're having.

Failing the UI, you could always go with net user test /add at an elevated command prompt, which will create a standard user called "test", which you can then modify using the UI.

EDIT: You could create a third, elevated account, and log in as that user, demote your first account, and then using elevated command prompt from the first account, delete the third account. Then again, you could boot into Safe Mode, log in as Administrator, and achieve the same thing. There are many ways to do what you want to do.