Windows 10 - Help with pre-installed software

daniel10123

New Member
Hello Guys.
I must to do Windows 10 image with pre-installed software, i need:
M$ Office 2016
  • 7zip
  • Google Chrome
  • Eset Internet Security
  • Adobe reader
  • TeamViewer
  • SeaFile
I need to have my own wallpaper, and pre-created admin user.
Please help give some tips or instructions
 
So far I've found you need to mark 'OEM Setup Complete' in Unattended to have SetupComplete to Run in Windows 10, though I have no idea why.

As for how to preinstall those, I have the switches for silent installation of a few softwares in my setupcomplete, Here are those:

%WINDIR%\Setup\Programs\7Zip.exe /S

msiexec.exe /i %WINDIR%\Setup\Programs\Chrome.msi /passive /norestart

Adobe reader used to respond to these switches, but I haven't used it in years (ever since Chrome started reading PDF files):

msiexec /i %WINDIR%\Setup\Programs\Reader.msi /sPB /rs /msiEULA_ACCEPT=yes

The others I have no idea, unfortunately
 
So far I've found you need to mark 'OEM Setup Complete' in Unattended to have SetupComplete to Run in Windows 10, though I have no idea why.
> So far I've found you need to mark 'OEM Setup Complete' in Unattended to have
> SetupComplete to Run in Windows 10, though I have no idea why.

It's because the lawyers and product engineer managers at Microsoft shared a moment at the Sweat Lodge:


You only need that option if there is a possibility that your media will be used on hardware with an Win10Pro OEM embedded license.
 
I work around that by adding a runonce RegFile via NTLite that starts up a batch in C:\Setup, and at the end, adds another runonce entry to delete the folder after a restart, then end the batch with a system restart.
 
Back
Top