Windows – Run cmd.exe in Administrator mode without explorer.exe

administratorcommand linewindows 7windows-explorer

I've recently had trouble with explorer.exe not working. I found a possible solution here, using sfc.exe. The problem is that I cannot "right-click Command Prompt, and then click Run as administrator", since explorer.exe does not work for even a second without crashing. I tried to use the runas command to open cmd as administrator, but I get an error 1327 because I have a blank password.

My question is, is there any other way to run cmd.exe with admin privileges? If not, is there any way to run sfc.exe without admin privileges? If not, does anyone have solution to my original problem of explorer.exe stopping and restarting ad nauseam?

Best Answer

I found a simple solution that I can't believe I overlooked. Just open Task Manager, click "Show processes from all users", then click Continue to get Task Manager with Administrative Privileges. From there, go to File > New Task > cmd > OK, which will now open with admin privileges. From there I was able to get sfc to work just fine.

Related Question