How to log in as SYSTEM in windows
Hi,
As you all know, your computer has many built-in accounts, the problem however is that you cannot log-in as any of these "hidden" accounts.
Today I'll show you how to log-in as SYSTEM.
This is just a fun excercise, please DO NOT modify any settings while logged-in as this account.
Step 1 - Run Command Prompt
----------------------------------------
This step will open Command Prompt
Simply click on Start->Run or Press Windows Key+R
Now type CMD and click OK or press Enter...
Step 2 : Close Windows Explorer
-------------------------------------------
This first step is to close Windows Explorer. To manage this, simply press CTRL+ALT+DELETE or CTRL+SHIFT+ESC.
This will open your Task Manager, now click on the Proccesses Tab, and browse for EXPLORER.EXE, select that process and click End Process. (Your start menu and desktop will disappear - DO NOT PANIC)
Step 3 - Schedule another Command Prompt to run
-----------------------------------------------------------------
This step will schedule another instance of command prompt to run, but this time it will be run as SYSTEM.
In your open Command Prompt, type the following:
at <time> /interactive "cmd.exe" and press ENTER (where <time> is a minute or two in the future from your current System Time eg. Time now is 10:58, so <time> will be 11:00)
Step 4 - Re-enable Explorer.exe
-------------------------------------------
This step will re-enable Explorer.exe as your shell (giving you back your Start Menu, Desktop etc)
When your second Command Prompt pops-up, type the following in that Command Prompt:
explorer.exe and press Enter (This will cause your system to load Explorer.exe as your shell, but under the SYSTEM account and not your account)

Step 5 - Check and enjoy
----------------------------------
After your Start Menu re-appears, you can close the Command Promtps and the Task Manager.
Now all that remains is to check whether it worked.
Click on Start, and check the name at the top of the Start Menu...it will say SYSTEM.

Viola!
Step 6 - Reverting back
-------------------------------------
This step will log you back on as yourself.
Simply click on Log-Off and then log back on as Yourself.
Ciao
- Cilegna's blog
- Login or register to post comments
- 893 reads
Recent comments
- Re: Google Chrome wants to be installed on new komputers
1 year 21 weeks ago - Re: Adding links to posts !!
1 year 33 weeks ago - Re: Your favourite movie of all time??
1 year 33 weeks ago - favorite actor
1 year 33 weeks ago - Re: got an error message how to solve this
1 year 37 weeks ago - I would suggest
1 year 37 weeks ago - Installed IE7 now can't access the internet
1 year 40 weeks ago - Re: How to enable system restore
1 year 42 weeks ago - Re: How to enable system restore
1 year 42 weeks ago - Seems that Daemon tools cannot understand it
1 year 44 weeks ago

Comments
Re: How to log in as SYSTEM in windows
Great tutorial. Keep going that way ;)