Home > System Tutorial > Windows Series > What should I do if there is no response when running Windows 11 as administrator?

What should I do if there is no response when running Windows 11 as administrator?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2024-02-12 10:00:24
forward
1989 people have browsed it

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;

What should I do if there is no response when running Windows 11 as administrator?

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.

What should I do if there is no response when running Windows 11 as administrator?

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!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template