Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Change admin password in DOS  (Read 8708 times)

0 Members and 1 Guest are viewing this topic.

ale52

    Topic Starter


    Expert

  • Deo Gratis
  • Thanked: 23
    • Experience: Expert
    • OS: Windows XP
    Change admin password in DOS
    « on: July 13, 2008, 02:19:10 PM »
    I know I've seen this but can't remember where...old age strikes again  :-X

    How does one go about resetting the admin password in a DOS window?  I'll write the answer down this time  ;D

    Alan <><  :D
    I have principles.  And if you don't like them...well...I have other principles!!

    wbrost



      Intermediate
    • Thanked: 11
      Re: Change admin password in DOS
      « Reply #1 on: July 14, 2008, 11:27:05 AM »
      well if you are an admin then you can try the following code in a batch file:

      Code: [Select]
      NET USER [ADMIN ACCOUNT] [password]

      you will need to change the account name and the password sections but if you have access this will do it through batch.

      thanks,
      Wayne