created a batch script to update to new build 1703

BatchPatch Forums Home Forums BatchPatch Support Forum created a batch script to update to new build 1703

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9003
    robertw
    Participant

    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

    #12051
    doug
    Moderator

    For deploying Windows 10 feature updates/upgrades, I would generally recommend following the method outlined here:

    https://batchpatch.com/deploying-windows-feature-upgrades-remotely-to-multiple-computers

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.