cscript //nologo slmgr.vbs /upk
cscript //nologo slmgr.vbs /cpky
cscript //nologo slmgr.vbs /ckms
sc config wuauserv start=auto
net start wuauserv
cscript //nologo slmgr.vbs /ipk 7YK3K-RNKHV-3R6JT-BMBRY-7MGVD
cscript //nologo slmgr.vbs /ato
cscript //nologo "%Systemroot%\system32\slmgr.vbs" /dli >WinStatus.txt
cscript //nologo "%Systemroot%\system32\slmgr.vbs" /dti >>WinStatus.txt
start WinStatus.txt
exit
exit
@