Hello people I have recently changed my CPU, Motherboard and RAMs so I was planning on reinstalling windows on my PC. Last time I installed Windows was probably or so 10 years ago and I can’t remember for the life of me how I activated it.
Any recommendations on activating the new install? Or is it too much trouble nowadays and should I just buy a key?
It is maybe time to try something else like Linux for exemple.
Linux is a family of operating system running the Linux kernel.
You may be thinking of WSL, a subsystem for linux on windows.
I already have a laptop with linux on it that I use to try out some stuff I see on this community. But I use the Windows PC mainly for Everyday stuff and Gaming. So I’d rather keep the current OS but thanks for the suggestion anyways.
I’m an avid Void user, so I get the value of linux. But I cringe every time I see a comment like this. The OP has asked a specific question about a specific version of a specific OS. Someone asking about an OS should not be considered an invitation to tell them about another.
Thank you for saying this! The Linux virtue signaling is so strong around here that it really is off putting. Like, we get it. You’re a super duper computer person that’s super duper smart and has made the smartest of smart choices in your OS.
It’s like going on a car sub where someone’s asking how to repair the brakes on a Ford Focus, and someone replying “Well I have a Hyundai i20 and it doesn’t have that problem”
Fuckin irritating kids
Create a file on desktop called 1click.bat and paste this:
@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_Sev=kms7.MSGuides.com if %i%==2 set KMS_Sev=kms8.MSGuides.com if %i%==3 set KMS_Sev=kms9.MSGuides.com if %i%==4 goto notsupported cscript //nologo slmgr.vbs /skms %KMS_Sev%: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 msguides.com@gmail.com 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
Then just run it as administrator. Don’t forget to add desktop to exceptions in your antivirus/firewall or windows might auto delete it.
I don’t know why I’m getting downvotes since this is working perfectly. Found that on reddit where many people confirmed its working and never had problems with it. Maybe solution from other post is better, take care
Running scripts from a random comment is risky if you don’t know how to check if the script is safe (and someone asking how to activate windows definitely doesn’t). Better to just link the massgravel Microsoft Activation Scripts (MAS), as the top comment did.
Since your post contains windows activation keys in the batch file script I’m going to remove it. Rule 3. Don’t request or link to specific pirated titles. If you want to link to a web page that contains that activation script and base 64 encode the URL then that would be fine.
But using the MAS method, as others have mentioned, would be my recommendation and only requires a quick web search for “massgravel github” to find.
Im sorry about that. I wanted to help, but wasnt thinking. My post deserves to be deleted and next time im gonna try MAS
Buy a key from a chinese retailer. 5€ for a fully functional windows.
If you don’t want to, there are KMS tools but they work for a time then they don’t anymore.
Piracy could also mean “buy shit for way less”. Instead of a 200$ key you can have it for 2-5$. It kinda fits.
Plus you can have it free but it’ll be a hassle or very low price and it won’t be a hassle. The choice is his.
Thats not piracy then, you just buy your key from someone else, who probably got the key legally anyway.
Yeah go pay for a key that’s gonna get revoked once MS figures out its being illegally resold nahhhh
To be fair, there’s an almost zero percent chance of the key being revoked. Microsoft sells (or sold) W10 keys for peanuts all over the world depending on the market. They don’t region lock. Their current strategy is monetising services, so there’s no risk they’re suddenly going to u-turn on their decade long strategy and kick off MS users.
Worst case scenario OP has to use one of the hacks explained in this submission in a few years.
Why go through all that when MAS exists. Just activate it yourself with a single script, use the same thing for MS Office as well. I’ll never understand why people choose to pay for stolen/enterprise keys
I don’t have any recommendation beyond what has already been said but if none of the solutions work or seem too much to handle and you don’t absolutely need windows for whatever reason (mostly work, if gaming is what you’re worrying about Linux works fine usually now that steam is pushing for more conpatibility) I’d rather recommend you try out Linux Mint (or Nobara if you want all the gaming stuff to be setup for you already) instead of buying windows as it will save you money and time.
KMSPico still works, but take care of where you get it from.
Stay safe.