is there any script to add programs to the win 7 iso that automatically installs after win 7 installs
find out if the installer has a silent option then run the installer from setupcomplete.cmd with the silent switch, sometimes you have to use an autoit script. if you want to go harddcore you can do a sysprep install, install your programs, then capture the image.
There a script which could add language to ISO file Windows7. I have one, but with her I have to add language to each version separately. Thank you for your answer!
New certs and logos will be added in the next version pretty soon... Would you like to share your script for integrating the language packs as it might be handy for lot of people
The new script takes a lot of time as compared to the earlier one. Is this happening with me or it is like that
1. Put the Windows 7 installation disc in the disc drive, and then start your computer. 2. Press a key when you are prompted. 3. Select a language, a time, a currency, a keyboard or an input method, and then click Next. 4. Click Repair your computer. 5. Click the operating system that you want to repair, and then click Next. 6. In the System Recovery Options dialog box, click Command Prompt.Type the following at the command prompt... Code: Bootsect.exe /nt60 all /force
Nothing new installed or addeded but i am getting a black screen after the Welcome screen after successfully running Win 7 for few days. It remains there no Desktop. Any idea
I have this problem Vista. You must run explorer.exe from task manager or edit registry for runing default shell CMD and after restart edit it to explorer.exe
I've got a question. I made preactivated Win 7 Dell Home Premium by replacing orginal bootmgr in PCAT and Winsxs folders by cracked one using DISM, aded Dell HP Key and Dell Cert but when I installed my system in Virtual PC it wasn't activated. Is this method still work?
If you used the make_bootmgr_tool and definitely know it has DELL SLIC, disregard. Otherwise open powershell and type Code: GWMI WIN32_BIOS and tell what version you see. If you didn't specifically create a DELL bootmgr, you probably have the ACER SLIC. Simple fix is change the DELL cert with ACER.XRM-MS
No, if you copy the hacked bootmgr into the folder he mentioned (using DISM on Install.wim) the hacked bootmgr gets installed by the OS, this way the SLIC is present on first boot during the "specialize pass" (just like an store bought OEM machine) This is cleaner than using setupcomplete.cmd with clone grldr installer as those method does not install SLIC/GRLDR until after the first boot, thus requiring a reboot before activation can occur. I like it because it don't need that extra re-boot.