6

I am unable to run programs with as an administrator. This includes programs that normally run with admin permissions.

When I try to run these programs as an administrator I get an error which says "Windows cannot find 'FILE PATH\program.exe' . Make sure you typed the name correctly, and then try again."

As an example, when I attempt to open task manager I get an error which says "Windows cannot find 'C:\windows\system32\taskmgr.exe'. Make sure you typed the name correctly and try again."

This occurs for any program I try to run as an administrator, no matter the location of the program. In some cases when trying to access administrator settings within control panel, no error message will appear, and the settings will not open.

3
  • 2
    Try running sfc /scannow. If you can't run it from an elevated command prompt from within Windows, boot to Advanced Startup Options, and run it from there.
    – wysiwyg
    Commented Dec 12, 2017 at 23:29
  • What happened that brought on this behavior. Commented Dec 13, 2017 at 0:53
  • I'll do the sfc /scannow through Advanced Startup Options as soon as I get some free time, probably in a couple hours, and I'll report back on the results. I can't recall any specific event that started this behavior.
    – llamaninja
    Commented Dec 13, 2017 at 2:02

3 Answers 3

1

Thanks for the assistance, but I managed to fix the issue. I booted into safe mode via Advanced Startup Settings, and ran sfc /scannow.

After rebooting the problem was solved.

0

Right click the icon of software/program and open Properties, select Security tab and make sure that admin user account/user group has full control permission.

Click .exe file which is located on the installation folder, such as click taskmgr.exe under “*C:\windows\system32*” and confirm that if same problem happens.

If there is antivirus/protection software, disable it, or, you can re-start system in Clean Boot and check the result.

Perform a clean startup to determine whether background programs are interfering with your game or program: https://support.microsoft.com/en-us/help/331796/perform-a-clean-startup-to-determine-whether-background-programs-are-i

If you tried to use SFC.exe to check/repair system files, article “Use the System File Checker tool to repair missing or corrupted system files” can be considered as a reference for detail steps: https://support.microsoft.com/en-us/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system

0

I ran into this tonight. sfc /scannow refused to fix the problem, but its log at C:\Windows\Logs\CBS\CBS.log indicated that there was an issue with C:\Windows\System32\consent.exe. Indeed, when I looked the file was gone (not sure what happened to it).

I was able to take a copy of consent.exe from another computer and put it in C:\Windows\System32 in Safe Mode. sfc /scannow still complained about the file but at least I was then able to run programs as administrator outside Safe Mode.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .