Home  >  Article  >  System Tutorial  >  What should I do if the application installation in Windows 10 is blocked?

What should I do if the application installation in Windows 10 is blocked?

下次还敢
下次还敢Original
2024-04-14 12:48:16919browse

Reasons why Windows 10 app installation is blocked include: security settings, SmartScreen, administrator permissions, registry settings, PowerShell execution policy, and group policy. Solutions include: checking security settings, turning off SmartScreen, granting administrator rights, changing the registry, using PowerShell, checking Group Policy, and reinstalling the app.

What should I do if the application installation in Windows 10 is blocked?

Solutions for Windows 10 Installing Apps Showing Blocked

Question: Why Windows 10 Display blocked when installing app?

Answer: Windows 10 may be blocked from installing apps for a variety of reasons, including:

Solution:

1. Check security settings

  • Open the "Windows Security" application.
  • Go to Virus & Threat Protection.
  • Click "Manage Settings".
  • Under "Application and Browser Controls," make sure "Reputation-based app blocking" is turned off.

2. Close SmartScreen

  • Open the "Windows Security" application.
  • Go to "Application and Browser Control".
  • Click "Application and File Control".
  • In the "SmartScreen" section, select "Off".

3. Grant administrator permissions

  • Right-click the application file you want to install.
  • Select "Run as administrator".

4. Change the registry

  • Warning: Editing the registry may cause system problems. Please proceed with caution.
  • Press the Windows key R, type "regedit" and press Enter.
  • Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  • In the right pane, right-click and select New > DWORD (32-bit )value".
  • Name it "EnableLUA".
  • Double-click "EnableLUA" and set its value to 0.

5. Using PowerShell

  • Press the Windows key X and select "Windows PowerShell (Administrator)".
  • Run the following command:

    <code>Set-ExecutionPolicy -Scope CurrentUser Unrestricted</code>

6. Check the group policy

  • Press the Windows key R, type "gpedit.msc" and press Enter.
  • Navigate to: Computer Configuration\Windows Settings\Security Settings\Software Restriction Policies
  • In the right pane, make sure the app is not blocked in the "Additional Rules" list.

7. Reinstall the application

  • Uninstall the application.
  • Restart the computer.
  • Download and install the app again.

The above is the detailed content of What should I do if the application installation in Windows 10 is blocked?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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