Como corrigir a mensagem de erro "Este aplicativo foi bloqueado para sua proteção" no Windows 10?

0

O Windows 10 UAC foi bloqueado para o meu aplicativo e todas as vezes que aparece a mensagem de erro "Este app foi bloqueado para sua proteção".

Procurei ajuda on-line, mas nenhum tema me ajudou a corrigir esse problema. Eu apliquei corretamente mesmo que reiniciei o PC algumas vezes após cada ação individual.

Eu removi o cache, atualizei as configurações de registro também antes de desinstalar o aplicativo para reinstalar novamente usando a conta de administrador. Infelizmente nada funcionou ainda.

Alguns dos links que acompanhei para resolver o problema -

Como contornar "This aplicativo foi bloqueado para sua proteção "erro

link

    
por The Coder 01.10.2015 / 11:09

2 respostas

-1

Tente isto:

Fonte tirada de: link

Step 1: Launch Start Menu, search and select Command Prompt. Then right-click on it and choose Run as Administrator from the context menu.

Step 2: Type the following command without quotes at the Command Prompt and then hit Enter:

net user administrator /active:yes

You should see the message saying "command completed successfully".

Step 3: Launch Start Menu once again and right-click on user-account title at the top-left of the screen. Then click Sign-out.

Step 4: At the login screen, log into the Administrator account and you will return to the Desktop of that user profile.

Step 5: Locate and run the .exe file for the program which you want to install.

Step 6: As you have already logged into the Administrator account, the Smartscreen protection will be disabled and the installation should complete successfully.

Step 7: After you have completed the installation, just log back into your regular account after logging out of the Admin account.

Step 8: Finally, disable the Administrator account that was used earlier to prevent malicious access to your system files from external sources like hackers and cyber-criminals.

Just execute the following command (without quotes) to accomplish this feat from Command Prompt: "net user administrator /active:no".

Espero que ajude !!

    
por 01.10.2015 / 11:51
-2

Eu estava tentando instalar os drivers do meu adaptador sem fio e descobri este problema:

Imagem do erro

Corrigi o problema executando meus arquivos por meio do cmd:

Imagem da solução

Depois de fazer o primeiro comando para localizar os arquivos (deve localizar os arquivos onde o arquivo de instalação é) você pode executá-lo de lá.

    
por 31.10.2015 / 00:47