Jsou zobrazeny jen nové odpovědi. Zobrazit všechny
Předmět Autor Datum
- Dezaktivace sluzeb, jde mimo jiné (jako baze registru) moznosti i pres konsoli [PowerShell]. 1) Sp…
XoXoChanel 04.05.2018 18:47
XoXoChanel
Jsi opravdu dobrej,ale tohle zvládají ajťáci (jen někteří) Ostatní se ti smějí :-) poslední
Lamička 26.08.2018 00:38
Lamička

- 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

Zpět do poradny Odpovědět na původní otázku Nahoru