How to Fix Run as administrator not working in Windows 10&11

Configurare noua (How To)

Situatie

  • Run as administrator Windows 10 not showing up/missing (The Run as administrator popup is not showing at all, it’s not available or is disabled)
  • Windows 10 CMD Run as administrator not working (While some are unable to run anything as an administrator in Windows 10, others can’t run Command Prompt as admin)
  • CTRL + SHIFT + Enter Run as administrator not working
  • Right click Run as administrator not working Windows 10 or Run as administrator does nothing

Solutie

Pasi de urmat
Perform a Clean boot
  1. Use Windows Key + R shortcut to open the Run dialog.
  2. Now type msconfig, and click OK or press Enter.
  3. When System Configuration window appears, navigate to the Services tab and check Hide all Microsoft services check box.
  4. Now click the Disable all button to disable all services on the list.
  5. Head over to the Startup tab and select Open Task Manager.
  6. Task Manager will appear, and you’ll see a list of all startup applications.
  7. Right-click the first application on the list and select Disable. Repeat this step for all startup applications.
  8. After you disable all applications in Task Manager, head back to the System Configuration window.
  9. Finally, click Apply and OK to save changes and restart your PC.
Perform an SFC and DISM scan
  1.  sfc /scannow
    1. Open Command Prompt as administrator. The fastest way to do that is to press Windows Key + X and select Command Prompt (Admin) from the list. Alternatively, you can use PowerShell (Admin) if you like.
    2. Once the Command Prompt starts, enter sfc /scannow and press Enter to run it.
    3. The SFC scan will now begin. Bear in mind that the scan can take about 10-15 minutes, so don’t interrupt it or interfere with it.
  2. DISM /Online /Cleanup-Image /RestoreHealth
    1. Start Command Prompt as an administrator.
    2. Enter the following command and press Enter: DISM /Online /Cleanup-Image /RestoreHealth
    3. The DISM scan will now start. Keep in mind that this scan can take about 20 minutes, sometimes more, so don’t interfere with it.
Boot to Safe Mode
  1. Open the Settings app and navigate to the Update & Security section. If you need to open the Settings app quickly, you can use Windows Key + I shortcut.
  2. From the menu on the left pick Recovery. In the right pane, click the Restart now button
  3. Navigate to the Troubleshoot > Advanced options > Startup Settings and click the Restart button.
  4. After your PC reboots, you should see a list of options.
  5. Select the Safe Mode with Networking option by pressing the corresponding keyboard key.
Create a new user account
  1. Open the Settings app and head over to the Accounts section.
  2. Select Family & other people in the left pane. In the right pane choose Add someone else to this PC.
  3. Now select I don’t have this person’s sign-in information > Add a user without a Microsoft account.
  4. Now you just need to enter the username that you want to use for the new account and click Next.

After creating a new user account, it’s a good idea to upgrade your new account to an administrative account. To do that, follow these steps:

    1. Open the Settings app and navigate to Accounts > Family & other people.
    2. Select the newly created account and choose Change account type.
    3. Set the Account type to Administrator and click OK.
  1. Open the Settings and remain on the System tab. Select Recovery.
  2. Click the Restart now button under Advanced startup.
  3. Select Troubleshoot and click Advanced options.
  4. In the Advanced options screen, select Command Prompt.
  5. Once the CMD opens, use the typing field to insert this command:net user administrator /active:yes
  6. Make sure you press Enter to run it.
  7. If Windows 11 Run as administrator is still not working, access the CMD again (using the same steps).
  8. This time, type in regedit to open the Registry Editor.
  9. Locate this key in the left pane of the editor and highlight it: HKEY_LOCAL_MACHINE
  10. Now, select File from the upper menu bar and click on Load Hive.
  11. Go to the following path:C:Windows\System32\config
  12. C: is usually the drive containing the Windows installation, but it can be a different letter there.
  13. Select the SAM file and click Open.
  14. Use the Load Hive dialog box to type REM_SAM as the name of the key and click OK. (This will load the hive into HKEY_LOCAL_MACHINE branch).
  15. Now, look in the left pane of the registry one more time and locate this key:HKEY_LOCAL_MACHINE\REM_SAM\SAM\Domains\Accounts\Users\000001F4
  16. In the right pane corresponding to the 000001F4 key, double-click the F Dword (REG_BINARY) to modify it.
  17. Place your cursor on the line 0038 (1st column), replace the value 11 with 10, and click OK.
  18. Close everything and reboot your Windows 11 PC.

Tip solutie

Permanent

Voteaza

(4 din 11 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?