I have a computer I use from time to time and the old admin made it impossible to do anything with this computer other than go on the internet. It's a windows xp system. the usual gpedit.msc tricks don't work because on the "only" profile there is has no admin powers. There is an admin acct, but it is hidden from the log in screen and the password is unknown to myself. Software restriction policies prevent exe files from being installed or used off a flashdrive, cmd prompt is disabled. batch files wont work, etc. Is there a way to unlock this computer without a full reinstall of windows? Too add one last thing, the start menu is even limited (no run, ctrl panel, etc.) and the only thing accessible is the current programs.
3 Answers
I recommend Offline NT Password Editor. It allows you to clear passwords and enable users, e.g. the admin user. You will need to load it onto a USB drive, or CD if you prefer, and follow the directions in the Download section of the link provided. Once you make the disk bootable restart your computer and boot from that drive. Then follow the on screen instructions.
Note: This only works if the drive in unencrypted.
- 4,783
i think we can try some command line alternative. in your case to enable admin account:
open command prompt, & execute the following command
net user administrator /active:yes
Now admin account will be visible on Log in Screen. if you forgot admin password then use
net user <username> <password>
will reset the password.
if still its not working try How do I reset the Windows XP Administrator password? Sticky Keys Method.
use Hiren's boot cd.Burn hiren image file to a disk. boot to hiren and select “Offline NT/2000/XP/Vista/7 Password Changer”. once entered select the windows folder and select user, then change password.
- 1,473
- 3
- 12
- 19