Thanks pals , your ideas are worth.
i however found another way to do it ..
## Unlocking admin account on windows (*) with ubuntu 12.04
## proven to work. at least where i've used.
Method 1:
1. Boot from ubuntu live cd
2. Mount the windows partition and access Folder Windows then System 32
3. Search for Utilman.exe and rename it to Utilman1.exe
3. Find also cmd.exe, copy and paste it in the same folder
4. Rename the copy to utilman.exe
5. Close the folder, remove the ubuntu live cd and reboot
6. On login screen appears a cmd with admin privileges
7. Create a new user and group him in the admin pool
#this is done using the following commands:
net user /add SOME_USER Some_password ------------------- create new user
net localgroup administrators SOME_USER /add --------------------add him to Admin group
net share SHARE_NAME=c:\ /grant:SOME_USER,full-------------------Here we grant him power above all
The command above will grant user name SOME_USER will full grant, that’s mean SOME_USER can do everything on the system including see other users file .
8. Restart your system and login with the account you created and rush to the user profiles and change / clear the password from the account in discussion
9. Now you can login to the account with a blank or the password you set.
10.Access the system 32 and delete current utilma.exe and rename utilman1.exe to utilman.exe
Enjoy!
Method 2:
1. Obtain and boot from a live ubuntu cd
2. Open the software center and on the top panel hit edit and scroll down to software sources
3. Under Ubuntu softwares mark everything except the source code option and choose the Universal server
4. Hit close to save the edit and close the software center
5. Launch a terminal (I assume you know how
Ctrl + Alt +T6. Type
sudo -s and hit Enter to gain root (makes everything easier for you)
7. Next run apt-get update to just have things in order
then
apt -get install chntpw (quit hacky a package)
8. Now to the real part. Simply open a folder and mount the windows partition (by simply clicking on it)
9. type
cd/media/ here press Tab and select the Numbers you get there.. then
/Windows/System32/config/ press Enter.
## you should have something like this (capital W/S depends on the os ie vista, xp etc)
cd /media/4536729200192/Windows/System32/config 10. key in
chntpw SAM and follow instructions to edit admin password.I RECOMMEND YOU USE OPTION 1 ONLY.
11. For a different user use;
chntpw -u user_name SAM. if you aren't sure of the username
chntpw -l SAM will show you a list.
12. type reboot when done and log into the edited accounts at your own liberty
ENJOY!