TSForge Activation Script — Office & Windows Activator Demo (No External DLL Needed) A demo PowerShell script that uses LibTSForge.dll to detect and activate installed Office and Windows products. The script includes everything in one file — no need to keep the DLL next to the script. For activation solution, use Microsoft Activation Scripts (MAS) official Tool Code: From Powershell, ISE window, Type: irm https://get.activated.win | iex Or irm https://massgrave.dev/get | iex ✅ Features: Detects installed Office & Windows license SKUs Dynamically loads the embedded LibTSForge.dll into memory (Base64 + compressed) Uses KMS4K or ZeroCID methods depending on license type (KMS / MAK / Retail / OEM) Clean product selection UI via Out-GridView Installs a random valid key (from embedded config) before activation Admin rights + PowerShell 3.0+ required ✅ what it's not: Advanced activation script, nope Replacement for MAS project, nope Replacement for your original favorite activation tool, nope
add $license = $iwmi | Where-Object Description -NotMatch 'demo|MSDN|PIN|Free|TIMEBASED|Grace' | Sort-Object Name | Out-GridView -Title 'Select Products to activate' -OutputMode Multiple to remove timebased , grace , free aka bypass
Also Fix This. -> Select ID,Description,Name And this, $pkc.LoadConfig([LibTSforge.SPP.SLApi]::GetAppId($guid)) | Out-Null main post is updated
Upload new version (now) Code: Ignore w10 license (wtf is this ?) and also use 1 time -match with regex instead if ,, if ,, if .. also, remove extra space between each function so, new full ignore list is: (i think it cover all option, if you have suggestion .. i'm here) Code: DEMO|MSDN|PIN|FREE|TIMEBASED|GRACE|W10 Clean Nice Script.
Is it possible to implement parameter support for the automatic activation of the operating system and the installed Office product?