hi all,
created a nifty batch script to update to new build 1703
–
mkdir C:upgrade
start /wait Robocopy \molvmmon02pdq C:upgrade /mir
Reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunOnce /v WIN10 /t REG_SZ /d C:upgradeinstallWIN.bat /f
start /wait MsiExec.exe /X {8097EE64-FDE1-409A-B25D-3DFD862871E1} /passive
–
the installWIN.bat is this –
C:upgradewin10x64_1703setup.exe /auto upgrade
the msiexec is to uninstall SEP as to do a windows update it asks you to remove this app as its not compatible
so the next time i log in it will start the windows 10 upgrade process and after that i want to install SEP again as i uninstalled it
where can i add this to my script as i dont want to runonce to install SEP as i feel SEP will start off the install the same time while windows 10 is being upgraded
any thought?
rob