Advertisement
irokemr

Desactivar windows 10

Apr 25th, 2020
1,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.52 KB | None | 0 0
  1. @echo off
  2. cd /d "%~dp0" && ( if exist "%temp%\getadmin.vbs" del "%temp%\getadmin.vbs" ) && fsutil dirty query %systemdrive% 1>nul 2>nul || (  cmd /u /c echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~sdp0"" && ""%~s0""", "", "runas", 1 >> "%temp%\getadmin.vbs" && "%temp%\getadmin.vbs" && exit /B )
  3. color 1F
  4. title W10 Digital License Activation Script 5
  5. setlocal enabledelayedexpansion
  6. setlocal EnableExtensions
  7. pushd "%~dp0"
  8. cd /d "%~dp0"
  9. slmgr /dlv
  10.  
  11. slmgr /upk
  12.  
  13. slmgr /ipk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement