Home > Computer Tutorials > Troubleshooting > What to do if access is denied by Win10 application identity

What to do if access is denied by Win10 application identity

WBOY
Release: 2024-02-18 15:06:27
forward
1095 people have browsed it

php editor Zimo will introduce to you how to solve the problem of application identity recognition access denial in Win10 system. When you encounter the problem of inaccessible applications when using Win10 system, it may be caused by permission settings or system errors. Ways to resolve the issue include checking app permissions, resetting the app, running the Windows Store app troubleshooting tool, etc. Through these simple operations, you can easily solve the problem of application identification access denied in Win10 system.

Solution to Win10 application identity access denied:

1. Right-click a blank space on the desktop and select "New" a "Text Document".

Win10 application identity拒绝访问怎么办

2. Enter the window, enter the following code, save and exit.

@echo off

sc start AppIDSvc

exit

Win10 application identity拒绝访问怎么办

3. Then name the text document "Application Identity.bat".

Win10 application identity拒绝访问怎么办

4. Shortcut key "win R" to start running, enter "gpedit.msc", and press Enter to open.

Win10 application identity拒绝访问怎么办

5. After entering the Local Group Policy Editor interface, click the "Script (Startup/Shutdown)" option in "Windows Settings" under "Computer Configuration" on the left , select "Start" on the right to open.

Win10 application identity拒绝访问怎么办

6. In the window, click the "Add" button.

Win10 application identity拒绝访问怎么办

7. Click the "Browse" button and select the "Application Identity.bat" file just created.

Win10 application identity拒绝访问怎么办

8. Click OK and restart the computer to solve the problem.

Win10 application identity拒绝访问怎么办

The above is the detailed content of What to do if access is denied by Win10 application identity. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:dafanshu.com
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