How to Exclude KMSPico from Windows Defender
This is a necessary step before extracting KMSPico. Once you add the exclusion, Defender will leave the folder alone and you can run the activator without interruption.
Method 1: Folder Exclusion via Windows Security (Recommended)
This is the cleanest method — it excludes a specific folder rather than disabling Defender entirely.
- Press Win + S, search for Windows Security, and open it.
- Click Virus & threat protection.
- Scroll down to Virus & threat protection settings and click Manage settings.
- Scroll to Exclusions and click Add or remove exclusions.
- Click Add an exclusion → Folder.
- Navigate to and select the folder where you plan to extract KMSPico (e.g.
C:\KMSPico). - Click Select Folder. The exclusion is now active.
You can now extract the RAR archive into that folder and run the activator without Defender interference. You can remove the exclusion after activation if preferred.
Method 2: PowerShell (Fastest)
Open PowerShell as Administrator and run:
> Add-MpPreference -ExclusionPath "C:\KMSPico"
Replace C:\KMSPico with your actual extraction path. This takes effect immediately.
Method 3: Temporary Disable (Quick but Less Precise)
If you prefer to disable real-time protection temporarily:
- Open Windows Security → Virus & threat protection → Manage settings.
- Toggle Real-time protection to Off.
- Extract and run KMSPico.
- Re-enable real-time protection after activation completes.
Note: Windows will automatically re-enable real-time protection after a short period even if you turn it off manually. The folder exclusion method (Method 1) is preferred because it is permanent for that folder without weakening overall protection.
Why Defender Flags KMSPico in the First Place
Windows Defender uses behavioral rules that flag any software modifying the Windows Software Protection Platform (SPP). Since KMSPico directly interacts with SPP to install the GVLK key and activate Windows, it triggers the HackTool:Win32/AutoKMS heuristic. This is a policy classification — not evidence of malicious code. The same heuristic would flag a clean, custom-written volume licensing script.
Defender's PUA protection, in particular, is designed for aggressive enterprise environments and will quarantine tools that are perfectly legitimate for personal use. An exclusion is the correct technical response.