7 lines
272 B
Batchfile
7 lines
272 B
Batchfile
@echo Off
|
|
cscript.exe c:\Windows\System32\slmgr.vbs /skms 10.0.14.20:1688
|
|
timeout /t 2 /nobreak
|
|
rem cscript.exe c:\Windows\System32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
|
|
rem timeout /t 2 /nobreak
|
|
cscript.exe c:\Windows\System32\slmgr.vbs /ato
|
|
timeout /t 2 /nobreak |