6

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?

user1494396
  • 231
  • 1
  • 2
  • 8

5 Answers5

7

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.

Canadian Luke
  • 24,640
user1494396
  • 231
  • 1
  • 2
  • 8
3

Is there any other way to run cmd.exe with admin privileges?

Yes, restart your computer in safe mode and log in as the "administrator" user, he normally only shows up when you are logging in to safe mode.


If not, is there any way to run sfc.exe without admin privileges?

SFC requires administrator privileges, however you can remove the drive and run sfc.exe on another computer that you can run software as administrator, you will need to use the arguments /OFFBOOTDIR and /OFFWINDIR to point at the drive letter of the attached drive.

sfc /scannow /OFFBOOTDIR=d:\ /OFFWINDIR=d:\windows

That is what you would type on the other computer if the new attached drive showed up as the D: drive.


If not, does anyone have solution to my original problem of explorer.exe stopping and restarting ad nauseam?

Your last option is use the System Recover Options menu and try rolling back to a restore point. (it's not SFC but it may fix the problem)

0

In my case I couldn't use Task Manager.

So if you have permissions, you can try opening msconfig.exe, in tools tab find Command Prompt and click run. This will bypass the UAC prompt and run cmd in privileged mode.

joojn
  • 11
0

try a new profile? it could be one user account is trashed?

MDT Guy
  • 3,727
-1

cmd.exe is in windows\system32. if you go there you can always press the right click button to open it as admin

task manager - new task - search - go to \windows\system32\ and find cmd.exe - press right mouse button - run as admin

:D