Tudo bem TaisonMarques? Sentimos muito por todo ocorrido, faremos o possível para ajudar!
Tente executar os passos a seguir atentamente e nos informe o resultado:
1. Pressione as teclas Windows + R, digite shutdown.exe -r -o -t 0 e clique em Ok;
2. Clique em Soluções de problemas > Opções Avançadas > Configurações de Inicialização;
3. Clique no botão Reiniciar e pressione a tecla5ouF5 para acessar o sistema em modo seguro com rede.
Com o sistema em modo seguro, execute os passos abaixo:
1. Pressione as teclas Windows+Qe digiteCMD;
**2.**Clique com o botão direito do mouse sobre Prompt de Comandoe selecione a opção Executar como Administrador;
3. Cole os comandos abaixo e pressione Enter:
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend” /V Start /T REG_DWORD /D 4 /F[Pressione Enter]
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc” /V Start /T REG_DWORD /D 4 /F[Pressione Enter]
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisSvc” /V Start /T REG_DWORD /D 4 /F[Pressione Enter]
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense” /V Start /T REG_DWORD /D 4 /F[Pressione Enter]
REG DELETE “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run” /V SecurityHealth /F[Pressione Enter]
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /t REG_DWORD /D 1 /F[Pressione Enter]
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MSASCuiL.exe" /V Debugger /T REG_SZ /D "%programfiles%\Windows Defender\MSASCuiL.exe " /F [Pressione Enter]
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /V DisableRealtimeMonitoring /T REG_DWORD /D 1 /F[Pressione Enter]
Ao apresentar operação concluída com êxito, reinicie o sistema.
Nota: Esses parâmetros desativam os serviços e processos associados ao Windows Defender.
Para reativá-lo, utilize os comandos:
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend” /V Start /T REG_DWORD /D 2 /F[Pressione Enter]
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc” /V Start /T REG_DWORD /D 2 /F[Pressione Enter]
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisSvc” /V Start /T REG_DWORD /D 2 /F[Pressione Enter]
REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense” /V Start /T REG_DWORD /D 2 /F[Pressione Enter]
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /t REG_DWORD /D 0 /F[Pressione Enter]
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" /V MSASCuiL.exe /F[Pressione Enter]
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /V DisableRealtimeMonitoring /T REG_DWORD /D 0 /F[Pressione Enter]
Espero ter ajudado, até mais!