How To Activate Free Windows 10 and Office 2016
Activate Windows 10 without using any software
Method 1: Manual activation
Step 1: Select the right key for your Windows.Here is the list of Windows 10 volume license keys.
Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM Home Single Language: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH Home Country Specific: PVMJN-6DFY6-9CCP6-7BKTT-D3WVR Professional: W269N-WFGWX-YVC9B-4J6C9-T83GX Professional N: MH37W-N47XK-V7XM9-C7227-GCQG9 Education: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Education N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43 Enterprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4Step 2: Right-click on the start button and open Command Prompt (Admin).
Step 3: Use the command “slmgr /ipk yourlicensekey” to install a license key (yourlicensekey is the activation key you got above).
(*Note*: You need to hit [Enter] key to execute commands.)
Step 4: Use the command “slmgr /skms kms.digiboy.ir” to connect to my KMS server.
Step 5: The last step is to activate your Windows using the command “slmgr /ato”.
Check the activation status again.
Method 2: Using a batch file
Step 1: Copy the following code into a new text document.@echo off title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo Activate Windows 10 ALL versions for FREE!&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 N&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 /upk >nul&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&cscript //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul&cscript //nologo slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul&cscript //nologo slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul&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&set i=1 :server if %i%==1 set KMS_Sev=kms.lotro.cc if %i%==2 set KMS_Sev=kms.digiboy.ir if %i%==3 set KMS_Sev=mhd.kmdns.net110 if %i%==4 goto notsupported cscript //nologo slmgr.vbs /skms %KMS_Sev% >nul&echo ============================================================================&echo.&echo. cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) explorer "http://RenewSoftware.com"&goto halt :notsupported echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo. :halt pauseCreate a new text document.
Step 2: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”).
Step 3: Run the batch file as administrator.
Please wait…
Done!!!
Check the activation status again.
Office 2016 is the latest version of the Microsoft Office productivity suite, succeeding Office 2013. New features of Office 16 include the ability to manage and work with files in Microsoft OneDrive from the lock screen, a powerful search tool for support and commands called “Tell me” and co-authoring mode with users connected to Office Online.
Supported products:
– Microsoft Office Standard 2016
– Microsoft Office Professional Plus 2016
– Office 365 Professional Plus
Step 1: Copy the following code into a new text document.
@echo off title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo =====================================&echo #Copyright: RenewSoftware.com&echo =====================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo. if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16" if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16" for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul echo.&echo ====================================&echo Activating your Office... cscript //nologo ospp.vbs /rearm >nul&cscript //nologo ospp.vbs /unpkey:WFG99 >nul&cscript //nologo ospp.vbs /unpkey:DRTFM >nul&cscript //nologo ospp.vbs /remhst >nul&cscript //nologo ospp.vbs /ckms-domain >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul set i=1 :server if %i%==1 set KMS_Sev=kms.lotro.cc if %i%==2 set KMS_Sev=kms.digiboy.ir if %i%==3 set KMS_Sev=mhd.kmdns.net110 if %i%==4 goto notsupported cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul echo ------------------------------------&echo.&echo. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.& echo ====================================== & echo. & choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to the server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) explorer "http://RenewSoftware.com"&goto halt :notsupported echo.&echo ======================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version :halt pauseStep 2: Open Notepad and Paste the code into the text file. Then save it as a batch file (named “1click.cmd”).
Step 3: Run the batch file as administrator.
Done!
Check the activation status again.