From 35be05df2094ea8bba4ee4725e6fa4956a79493d Mon Sep 17 00:00:00 2001 From: tromcho <113139586+tromcho@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:15:41 +0900 Subject: [PATCH] win: fix typo in Defender retention script #213 --- src/application/collections/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/collections/windows.yaml b/src/application/collections/windows.yaml index 3d0ba6a0..d2514107 100644 --- a/src/application/collections/windows.yaml +++ b/src/application/collections/windows.yaml @@ -3871,7 +3871,7 @@ actions: code: reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Scan" /v "DisableRestorePoint" /t REG_DWORD /d "1" /f revertCode: reg delete "HKLM\Software\Policies\Microsoft\Windows Defender\Scan" /v "DisableRestorePoint" /f 2>nul - - name: Set minumum time for keeping files in scan history folder + name: Set minimum time for keeping files in scan history folder docs: - https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDefender::Scan_PurgeItemsAfterDelay # Managing with MpPreference module: