Saturday, August 29, 2009

Change XP Administrator Password from other account

Introduction

  1. Generate Random Administrator Password

    1. Click Start
    2. Click Run
    3. Type cmd and press enter
    4. Now type net user administrator /random and press enter


Full Content

Start

Run

input

output

Note:

After execution of command password is reset automatically.

In this case password is case sensitive. So copy this password before you logoff.

  1. Generate Administrator Password of Choice

    1. Click Start
    2. Click Run
    3. Type cmd and press enter
    4. Now type net user administrator * and press enter

output_2

Note:

After you press enter, type new password you want to set for Administrator.

While typing password remains hidden.

1 comment: