Follow the steps below to turn on more Defender settings.
01
It reads your Defender settings and copies them onto the clipboard.
powershell -Command "Start-Process powershell -Verb RunAs -ArgumentList '-NoProfile','-Command','$FormatEnumerationLimit=-1; Get-MpPreference | Out-String -Width 4096 | Set-Clipboard; Start-Sleep -Milliseconds 600'"
Nothing on the clipboard at step 3?
Some machines drop the clipboard when the window closes. This one leaves the settings on screen — click inside it, press Ctrl and A, then Ctrl and C.
powershell -Command "Start-Process powershell -Verb RunAs -ArgumentList '-NoProfile','-NoExit','-Command','$FormatEnumerationLimit=-1; Get-MpPreference | Out-String -Width 4096'"
02
Press
. A small box opens in the corner. Paste with Ctrl and V and press Enter. Windows asks whether to allow changes — click Yes. A window opens briefly and closes itself.
We are here to help. Call (720) 295-3735 for any questions.
03
A long list of names and values. It stays in your browser — nothing is sent anywhere until you choose to paste it into Claude, a free assistant from another company.
04
The AI prompt made in Step 3 will output a PowerShell script.
Open PowerShell as an administrator and run the command.