-1

I am having an issue. I have a machine that has 2 users, the admin user and another user which seems to have basically no permissions to do anything. I do not know the admin password and every time I try to do anything form the other user account it prompts me for that admin user password. I have tried a number of methods to reset the password from changing UAC, various 3rd party windows password reset tools, and several other suggestions I found but when I try to do anything including creating a bootable image I get prompted for the admin password. There are files that are very important in the admin users documents that I need but I can't seem to find a way to get them. Any help would be greatly appreciated.

This post is not a duplicate, the methods suggested in the "duplicate" post here "What can I do if I forgot my Windows password?" do not solve my issue. When I try to run those executable I am prompted for the admin user's credentials.

mgrenier
  • 107

2 Answers2

0

Did you take a look at Offline NT Password Changer included in the Hiren Boot package. I haven't checked it though.

Official Documentation reads:

  1. This is a utility to reset the password of any user that has a valid local account on your Windows system.

  2. Supports all Windows from NT3.5 to Win8.1, also 64 bit and also the Server versions (like 2003, 2008, 2012)

  3. You do not need to know the old password to set a new one.
  4. Will detect and offer to unlock locked or disabled out user accounts!
pulsarjune
  • 1,299
-2

open command line type

net user

to find out the two users

then type for example username of the administrator

net user jone *

Type a password for the user: will prompt twice.

it should reset the password for the Admin account