Advertisement
vanhoivo

How To Activate Windows 10

Jul 30th, 2015
3,768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.33 KB | None | 0 0
  1.                                                       How To Activate Windows 10
  2. ==============================================================================================================================================
  3. Method 1: Active by phone
  4. Uses MAK/Retail keys here: http://pastebin.com/SNNQ0qq9
  5. --------------------------------------------------------
  6. Method 2: Using KMS keys
  7. 1. Open Command Prompt (CMD) as Administrator (Windows + X > A);
  8. 2. Run all the code below:
  9. slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx (*)
  10. slmgr /skms kms.xspace.in
  11. slmgr /ato
  12. (*) xxxxx-xxxxx-xxxxx-xxxxx-xxxxx is the KMS key of your edition. You can get it here: http://pastebin.com/9QNirzmy
  13. 3. Enjoy!
  14. -----------------------------------------------------------------------------------------------------------------------------------
  15. Method 3: Using KMS tools
  16. 1. Microsoft Toolkit: http://pastebin.com/wTfZKXAM
  17. 2. KMSpico: http://pastebin.com/sjLppTmz
  18. 3. KMSAuto
  19. NET: http://pastebin.com/s1fVGz6G
  20. Lite: http://pastebin.com/GLGkg4xL
  21. -----------------------------------------------------------------------------------------------------------------------------------
  22. Notes: License is only 180 days.
  23. ==============================================================================================================================================
  24. vanhoivo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement