# Verify activation Get-WmiObject -Class Win32_OperatingSystem | Select-Object -Property Caption, CSDVersion, BuildNumber
Use the following PowerShell command to verify that Windows is activated:
cd C:\KMSPico
Download the KMSPico tool from a reputable source and install it on your system.
# Define the KMSPico directory $kmspicoDir = "C:\KMSPico" kmspico powershell
# Navigate to the KMSPico directory cd $kmspicoDir
PowerShell is a powerful scripting language and command-line shell developed by Microsoft. It allows users to automate tasks, manage configurations, and execute scripts to perform various system administration tasks. kmspico powershell
Get-WmiObject -Class Win32_OperatingSystem | Select-Object -Property Caption, CSDVersion, BuildNumber This command will display information about the Windows installation, including the activation status.
# Activate Windows with KMSPico .\KMSPico.exe /act kmspico powershell