6
edits
Changes
no edit summary
'''Windows 7 Activation via Multiple Activation Key (MAK)'''
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
</source>
----'''Batch file for activation via key lists for Windows 7, 8 and 8.1. One activation code per line in win_7_pro.txt and used codes will be written into used_win_7_pro.txt as "$KEY $HOSTNAME" so they are marked as used and on which machine.'''
<source lang="dos">
echo something went wrong.
exit /b 1
</source>
----
'''package file:'''
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="winactivation"
name="Windows Activation"
revision="1"
reboot="false"
priority="100">
<check type="execute" path='%ComSpec% /c cscript /nologo C:\Windows\system32\slmgr.vbs /dli | find "Lizenziert" > NUL' condition="exitcodeequalto" value="0" >
<install cmd='%ComSpec% /c "%SOFTWARE%\WinActivation\remove_proxy.reg"' />
</package>
</packages>
</source>
[[Category:Silent Installers]]
[[Category:Changing Windows settings]]