diff options
author | breadcat | 2020-07-05 18:17:57 +0100 |
---|---|---|
committer | breadcat | 2020-07-05 18:17:57 +0100 |
commit | 004961c0a812dca3bb4327e5970845b138994db4 (patch) | |
tree | 2fbf2a4ac02a0f3e81a7500cabb88bf71e419099 /7-updates.bat | |
parent | 06ca1b2a3d7f98b1a147d7d11a0585bcd00f538b (diff) | |
download | win10-prep-004961c0a812dca3bb4327e5970845b138994db4.tar.gz win10-prep-004961c0a812dca3bb4327e5970845b138994db4.tar.bz2 win10-prep-004961c0a812dca3bb4327e5970845b138994db4.zip |
Tidied unused local server sections
No longer use local server, so removed sections relating to it, also
removed activation as no longer running that server
Diffstat (limited to '7-updates.bat')
-rw-r--r-- | 7-updates.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/7-updates.bat b/7-updates.bat deleted file mode 100644 index 426abf9..0000000 --- a/7-updates.bat +++ /dev/null @@ -1,3 +0,0 @@ -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 |