Advertisement
irokemr

Comprobar activacion windows 10

Apr 25th, 2020
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.28 KB | None | 0 0
  1. @echo off
  2.  
  3. color 1F
  4. title Comprobar activacion windows 10
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. :Check
  13. CLS
  14. echo ======================================================================
  15. echo.
  16. cscript //nologo %systemroot%\System32\slmgr.vbs /dli
  17. cscript //nologo %systemroot%\System32\slmgr.vbs /xpr
  18.  
  19. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement