In this video I explain how you can use a vbs your computer password to change. the text Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.Run ("C:\WINDOWS\system32\cmd.exe") WScript.Sleep 1000 WshShell.SendKeys "net user {enter} net user " a=inputbox("Enter the username of your computer.") Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.SendKeys ""+a WshShell.SendKeys " *{enter}" WScript.Sleep 1000 a=inputbox("type your new password.") Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.SendKeys ""+a WshShell.SendKeys "{enter}" WshShell.SendKeys ""+a WshShell.SendKeys "{enter}" litigious is not responsible for damage to your computer
@@@@@@@@@@@@@@@@@@@@@@@@@
15 Şub 2009 tarihinde yayınlandı
In this video I explain how you can use a vbs your computer password to change.
the text
Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.Run ("C:\WINDOWS\system32\cmd.exe") WScript.Sleep 1000
WshShell.SendKeys "net user {enter} net user " a=inputbox("Enter the username of your computer.")
Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.SendKeys ""+a
WshShell.SendKeys " *{enter}" WScript.Sleep 1000
a=inputbox("type your new password.")
Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.SendKeys ""+a
WshShell.SendKeys "{enter}"
WshShell.SendKeys ""+a
WshShell.SendKeys "{enter}"
Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.Run ("C:\WINDOWS\system32\cmd.exe") WScript.Sleep 1000 WshShell.SendKeys "net user {enter} net user " a=inputbox("Enter the username of your computer.") Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.SendKeys ""+a WshShell.SendKeys " *{enter}" WScript.Sleep 1000 a=inputbox("type your new password.") Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.SendKeys ""+a WshShell.SendKeys "{enter}" WshShell.SendKeys ""+a WshShell.SendKeys "{enter}"