
- #Cmd code for activate windows 10 for free
- #Cmd code for activate windows 10 windows 10
- #Cmd code for activate windows 10 free
- #Cmd code for activate windows 10 windows
#Cmd code for activate windows 10 windows
In other words, it shows the original Windows key your computer came with. Note: This method displays the Windows product key stored in your computer’s BIOS or UEFI firmware. The 25-digit product key will then appear. Once open, copy and paste the following command and then hit the Enter key: wmic path softwarelicensingservice get OA3xOriginalProductKey

If prompted, enter your Windows account password. Right-click it and select “Run As Administrator” from the window that appears. To do this, type “cmd” in the Windows search bar.Ĭommand Prompt will appear in the search results.
#Cmd code for activate windows 10 windows 10
To find your Windows 10 product key using the Command Prompt, you’ll need to open the command line application with administrative privileges. Step 4: Run the batch file as administrator.Find Your Windows 10 Product Key Using the Command Prompt Then save it as a batch file (Windows10.cmd) Step 3: Paste the code into the text file.

& set /a i+=1 & goto server)Įcho =&echo.&echo Sorry! Your version is not supported.&echo.
#Cmd code for activate windows 10 free
If %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul&goto server) else (goto notsupported)Ĭscript //nologo slmgr.vbs /skms %KMS%:1688 >nul&echo =&echo.&echo.Ĭscript //nologo slmgr.vbs /ato | find /i "successfully" & (echo.&echo =&echo.&echo #My official blog: &echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at if you have any questions or concerns.&echo.&echo #Please consider supporting this project: &echo #Your support is helping me keep my servers running everyday!&echo.&echo =&choice /n /c YN /m "Would you like to visit my blog ?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one. If %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul&cscript //nologo slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul&goto server) else wmic os | findstr /I "10 pro" >nul If %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul&cscript //nologo slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul&cscript //nologo slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul&cscript //nologo slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul&goto server) else wmic os | findstr /I "education" >nul If %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul&cscript //nologo slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul&cscript //nologo slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul&cscript //nologo slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul&cscript //nologo slmgr.vbs /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ >nul&cscript //nologo slmgr.vbs /ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639 >nul&goto server) else wmic os | findstr /I "home" >nul


#Cmd code for activate windows 10 for free
Title Activate Windows 10 ALL versions for FREE!&cls&echo =&echo #Project: Activating Microsoft software products for FREE without software&echo =&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB N&echo.&echo.&echo =&echo Activating your Windows.&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&set i=1&wmic os | findstr /I "enterprise" >nul Step 2: Copy the code below into a new text off
