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
- Use Windows Key + R shortcut to open the Run dialog.
- Now type msconfig, and click OK or press Enter.
- When System Configuration window appears, navigate to the Services tab and check Hide all Microsoft services check box.
- Now click the Disable all button to disable all services on the list.
- Head over to the Startup tab and select Open Task Manager.
- Task Manager will appear, and you’ll see a list of all startup applications.
- Right-click the first application on the list and select Disable. Repeat this step for all startup applications.
- After you disable all applications in Task Manager, head back to the System Configuration window.
- Finally, click Apply and OK to save changes and restart your PC.
Perform an SFC and DISM scan
- sfc /scannow
- 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.
- Once the Command Prompt starts, enter sfc /scannow and press Enter to run it.
- 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.
- DISM /Online /Cleanup-Image /RestoreHealth
- Start Command Prompt as an administrator.
- Enter the following command and press Enter: DISM /Online /Cleanup-Image /RestoreHealth
- 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
- 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.
- From the menu on the left pick Recovery. In the right pane, click the Restart now button
- Navigate to the Troubleshoot > Advanced options > Startup Settings and click the Restart button.
- After your PC reboots, you should see a list of options.
- Select the Safe Mode with Networking option by pressing the corresponding keyboard key.
Create a new user account
- Open the Settings app and head over to the Accounts section.
- Select Family & other people in the left pane. In the right pane choose Add someone else to this PC.
- Now select I don’t have this person’s sign-in information > Add a user without a Microsoft account.
- 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:
-
- Open the Settings app and navigate to Accounts > Family & other people.
- Select the newly created account and choose Change account type.
- Set the Account type to Administrator and click OK.
- Open the Settings and remain on the System tab. Select Recovery.
- Click the Restart now button under Advanced startup.
- Select Troubleshoot and click Advanced options.
- In the Advanced options screen, select Command Prompt.
- Once the CMD opens, use the typing field to insert this command:
net user administrator /active:yes
- Make sure you press Enter to run it.
- If Windows 11 Run as administrator is still not working, access the CMD again (using the same steps).
- This time, type in regedit to open the Registry Editor.
- Locate this key in the left pane of the editor and highlight it: HKEY_LOCAL_MACHINE
- Now, select File from the upper menu bar and click on Load Hive.
- Go to the following path:
C:Windows\System32\config
- C: is usually the drive containing the Windows installation, but it can be a different letter there.
- Select the SAM file and click Open.
- 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).
- 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
- In the right pane corresponding to the 000001F4 key, double-click the F Dword (REG_BINARY) to modify it.
- Place your cursor on the line 0038 (1st column), replace the value 11 with 10, and click OK.
- Close everything and reboot your Windows 11 PC.
Leave A Comment?