Přidat otázku mezi oblíbenéZasílat nové odpovědi e-mailem jak odinstalovat windows defender

- Dezaktivace sluzeb, jde mimo jiné (jako baze registru) moznosti i pres konsoli [PowerShell].
1) Spust [PowerShell] (admin)
2) Vloz nasledujici kod :
[82194-dezaktivace-defender-png]

Set-MpPreference -DisableRealtimeMonitoring $true -DisableAutoExclusions $true -DisablePrivacyMode $true -DisableBehaviorMonitoring $true -DisableIntrusionPreventionSystem $true -DisableIOAVProtection $true -DisableScriptScanning $true -DisableArchiveScanning $true -DisableCatchupFullScan $true -DisableCatchupQuickScan $true -DisableEmailScanning $true -DisableRemovableDriveScanning $true -DisableRestorePoint $true -DisableScanningMappedNetworkDrivesForFullScan $true -DisableScanningNetworkFiles $true -DisableBlockAtFirstSeen $true

3) Verifikace probiha prikazem :

Get-MpPreference

- Zde si muzes povsimnout, ze uvedené sluzby jsou dezaktivované.
[82195-ddefender-png]

3) Dezinstalace Defenderu prikazem (nemam vyzkousené), zdroj : https://www.netometer.com/blog/wp-content/uploads/Disable-Uninstall-Windows-10-Defender-Server-10.txt
* :!: Pre deinstalaci, musi byt sluzby pozastaveny.

Uninstall-WindowsFeature -Name Windows-Defender

Nebo

Remove-WindowsFeature Windows-Defender, Windows-Defender-GUI

Reakce na odpověď

1 Zadajte svou přezdívku:
2 Napište svou odpověď:
3 Pokud chcete dostat ban, zadejte libovolný text:

Zpět do poradny