Windowsの最新のアップデートを実行していますが、バッテリーを節約するために、ラップトップのウイルス対策ベースの保護をすべて削除したいと考えています。
PCの設定とWindowsDefenderにアクセスしようとしましたが、自分のマシンを所有するスパイウイルスのように有効になり続けます...
私もこれを試しました:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableRealtimeMonitoring"=dword:00000001
それでも、再起動後に再びオンになります。
私もサービスを無効にすることはできません。
いくつかのオプションがあります。
http://winaero.com/blog/disable-or-enable-windows-defender-in-windows-10/
http://www.ghacks.net/2015/10/25/how-to-disable-windows-defender-in-windows-10-permanently/
Winareoダウンロードを使用した後のUPDATE&SECURITY設定ページは次のとおりです(これは scan using https://www.virustotal.com/
ここでのGhacksの2番目の方法は私のために機能し、Windows Defenderは数か月間完全に無効になっています: http://www.ghacks.net/2015/10/25/how-to-disable-windows-defender-in- windows-10-永続的に/
Windowsレジストリを使用したWindows Defenderの無効化
WindowsレジストリでWindowsDefenderを無効にすることもできます。基本的に、グループポリシーエディターでアプリケーションを無効にしたときに書き込まれる設定と同じです。
Tap on the Windows-key to open the Start Menu. Type regedit.exe and hit enter. Confirm the UAC Prompt to continue. Navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender If you see the preference DisableAntiSpyware on the right double-click on it and set it to 1 to disable Windows Defender. If the preference does not exist, right-click on Windows Defender and select New > Dword (32-bit) Value, and name it DisableAntiSpyware.
後でWindowsDefenderを復元するには、キーを削除するか、その値を0に設定します。