Jump to content

Way to not have to specify a key ?


Recommended Posts


Hello!

Yes it's possible, if you inject the key and in this way you don't need to add this one inside "Autounattend.xml"!

You need to mount the image (install.wim) you want and after use this command, empolying Dism.exe

You need to have installed WAIK for Windows 7 first!

Adapt to your needs (example for Windows 7 Ultimate x86 and temp mount folder called "test")

Set_Product_Key.cmd


@echo off
echo ==Mounting Image Index:5 Windows 7 Ultimate==
"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /WimFile:"C:\win7pro\sources\install.wim" /Index:5 /MountDir:"C:\test"
pause to see if ERROR
echo.
echo ==Set Valid ProductKey (or Default) for Windows 7 Ultimate==
"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\test" /Set-ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
pause to see if ERROR
echo.
echo ==Unmount and Commit Image Index:5 Windows 7 Ultimate==
"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\test" /commit
pause to see if ERROR

Cheers

Edited by myselfidem
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...