Auto Add

Thursday, 9 May 2013

Hack windows 8 user and password

Forgetting your password is never any fun, but luckily there’s a really easy way to reset the password. All you need is a copy of the Windows installation disk and one simple command line trick.
Boot off the Windows disk and select the “Repair your computer” option from the lower left-hand corner.
002vax.jpg

003ik.jpg
Follow through until you get to the option to open the Command Prompt, which you’ll want to select.


Next enter these command one by one (make sure to replace C in the first command to the appropriate drive letter for your Windows partition, if it’s different in your case)
C:
cd windows
cd system32
copy cmd.exe cmd.exe.original
copy Utilman.exe Utilman.exe.original
del Utilman.exe
ren cmd.exe Utilman.exe
Reset Windows 8 Password Step 8
Once you get to the login screen, click the Ease of Access button at the bottom left corner. Based on the commands that we used in the previous step, this will open a Command Prompt window instead of the Ease of Access menu.
net user Srikanth password
That’s all there is to it. Now you can login.
After successfully unlocking  your account and resetting the account password now you need to roll back the changes you
made to Utilman.exe and cmd.exe, so go ahead and boot your pc with the System Recovery CD
c: and hit Enter key(your Windows drive maybe different so change it accordingly to the drive letter you have)

cd windows 
c:\windows
 

cd system32
c:\windows\system32


del  Utilman.exe 
c:\windows\system32\ del Utilman.exe

 ren  Utilman.exe.original Utilman.exe
c:\windows\system32\ ren Utilman.exe.original Utilman.exe

 ren cmd.exe.original cmd.exe 
c:\windows\system32\ren cmd.exe.original cmd.exe

hen the PCc reboots and reaches the logon screen, check to see if the Utilman is fixed and returned back to place by
clicking on its icon on the bottom left side of the screen,

Thanks & Regards

Srikanth Goud- Virtualization Administrator
 

No comments:

Post a Comment

Microsoft Intune, a Compliance Policy

  In Microsoft Intune, a Compliance Policy is a set of rules and settings that a device must meet to be considered "healthy" and ...