Hi Guys, Today I am Going to tell you how to Fix the “You Need to Activate Windows before you Personalize your PC” Error in Windows 10 &11?
If You Keep on Search for an Issue named “How to Fix “You Need to Activate Windows before you Personalize your PC” Error in Windows 10 &11?” or “How to Remove “You Need to Activate Windows before you Personalize your PC” Error in Windows 10 &11?”. You are at the Right Place to Get Your Answers & Solve the Issue/Error.
This Error Occurs When your Windows Os is not Activated Properly. You need to Activate Windows To Remove this Error.
Check Out This: How to Fix An Automated WordPress Update has failed to Complete – Please attempt the update again now Error?
Steps For How to Fix “You Need to Activate Windows before you Personalize your PC” Error in Windows 10 &11?
METHOD 1: Using Command Prompt/Windows Powershell
Step 1: Type the command “slmgr /ipk Product Key” to install a license key.
Note- Your Key is the key Corresponding to your OS and Select it from the below List.
slmgr /ipk Product Key
*You can Get the Windows KMS Keys from Microsoft Website*
https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys
Here is the List of Windows KMS client setup 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-KHJW4
Step 2: Now after choosing your Specific and Enter the Command in Command Prompt and press Enter. You’ll See a Message Which Says “Installed Product Key Successfully”.
Step 3: Now type the command “slmgr /skms kms.msguides.com”.
Step 4: After Entering the Command Press Enter and You’ll See A Message Which Says “Key Management Service Machine Name Set to kms.msguides.com.”
Step 5: Now use this command “slmgr /ato” to Activate Your Windows 10.
If you receive any errors,
Use the Alternative KMS Servers
Step 4: Now type the command “slmgr /skms kms.digiboy.ir”.
Step 5: Now use this command “slmgr /ato”
(or)
Step 4: Now type the command “slmgr /skms kms.chinancce.com”.
Step 5: Now use this command “slmgr /ato”
You’ll See a Message Which Says “Product Activated Successfully”.
Now Check Your Windows Activation.It Says Windows is Activated.
METHOD 2: Using Microsoft Toolkit
Step 1: First of all Download Microsoft Toolkit From Below Given Link After Downloading Install it.
Step 2: After Installing Run the Toolkit and You Have to select the option either office Activation or Windows Activation.
Step 3: Now Select the Windows Activation and It Will Open the Activator.
Step 4: Now Navigate to the Activation Tab and Select EZ-Activator.
That’s All You’ll See the Message “AutoKMS was Created Successfully”.
METHOD 3: Using Some Activation Script Codes
Step 1: First of all Open your Notepad and Copy-Paste the Below Given Source Codes to Your Notepad.
@echo off 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 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 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 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 W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul&goto server) else (goto notsupported) :server if %i%==1 set KMS=kms7.MSGuides.com if %i%==2 set KMS=s8.now.im if %i%==3 set KMS=kms9.MSGuides.com if %i%==4 goto notsupported cscript //nologo slmgr.vbs /skms %KMS%:1688 >nul&echo ============================================================================&echo.&echo. cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&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 [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://MSGuides.com"&goto halt :notsupported echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo. :halt pause >nul
Step 2: Save the Notepad File as Filename.cmd
Step 3: Now Right Click on the File And Select Run as Administrator.
Step 4: Now You’ll see the Message Which says “Activating Your Windows”.
Step 5: Voila! Now You’ll See the Message “Product Activated Successfully.”
Method 4 – Using Different Type of Activators
1.HWIDGen
2.KMSpico
3.W10 Digital Activation Program
*Important Tip – We Personally Advice Our Users Not to use the Activators.
That’s It. You’re Done. Have a Nice Day.
That’s All About this Post. Give Your Reviews / Reactions about this Post and Leave Comments, Ask Your Doubts, We are here to Help You!
1 Comment
Thank you. This article was very helpful and I was able to remove license issues in my PC.
Keep up the good work