php editor Strawberry brings you a solution to the problem of unresponsiveness when running Windows 11 as administrator. When using Windows 11, sometimes we need to run certain programs or operations as an administrator, but find that nothing happens. This problem may be caused by permission settings or other reasons. Don’t worry, we have some simple workarounds to fix this issue and get you running the desired programs as administrator without any issues. Next, we will introduce these solutions in detail to help you solve the problem of unresponsive running in Windows 11 as administrator.
Detailed explanation of no response when running win11 as administrator
Method 1,
1. First, right-click the Windows Start menu, left-click Windows Terminal, Windows Terminal (Management Member) cannot be opened without any feedback;
2. Enter in the file explorer address bar: %USERPROFILE%\AppData\Local\Microsoft\Windows\WinX\Group3 , it was found that the two shortcuts of the Group3 folder windows terminal and windows terminal (administrator) were damaged; Note: The shortcuts placed in the Group3 folder are shortcuts for some functions of the right-click start menu.
Method 2,
Open powershell in administrator mode and enter:
1) Set-ExecutionPolicy Unrestricted
1) Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Open powershell in administrator mode and enter:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
The above is the detailed content of What should I do if there is no response when running Windows 11 as administrator?. For more information, please follow other related articles on the PHP Chinese website!