diff options
author | breadcat | 2018-07-10 14:22:04 +0100 |
---|---|---|
committer | breadcat | 2018-07-10 14:22:04 +0100 |
commit | c8b8716bc349173deae7990901182fe8a376faf2 (patch) | |
tree | 5e36c7c34180527fedf1145bbf32e402e5e176dd /7-updates.bat | |
parent | 532a45ee7b68ee4f5606e1649380b3adf5e4d713 (diff) | |
download | win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.tar.gz win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.tar.bz2 win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.zip |
Initial commit
Diffstat (limited to '7-updates.bat')
-rw-r--r-- | 7-updates.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/7-updates.bat b/7-updates.bat new file mode 100644 index 0000000..426abf9 --- /dev/null +++ b/7-updates.bat @@ -0,0 +1,3 @@ +rem install windows media framework, if they exist after mounting network +if exist Z:\images\windows/KB3133719-x64.msu wusa.exe Z:\images\windows/KB3133719-x64.msu /quiet /norestart +if exist Z:\images\windows/KB3133719-x86.msu wusa.exe Z:\images\windows/KB3133719-x86.msu /quiet /norestart
\ No newline at end of file |