Skip to content

Commit

Permalink
remove_MS_telemetry.cmd: add KB3035583
Browse files Browse the repository at this point in the history
Add to removal list: Update installs Get Windows 10 app in Windows 8.1
and Windows 7 SP1 / 7 SP1 / 8.1
  • Loading branch information
Irvin committed Jul 27, 2016
1 parent 280a136 commit c3a2039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion remove_MS_telemetry.cmd
Expand Up @@ -4,7 +4,7 @@ endlocal & setlocal EnableDelayedExpansion

rem Script Updated by <https://github.com/simdol>
rem Script Originally Created by <github.com/tarampampam> #2015
rem Script Version: 0.3.0 <07/14/2016>
rem Script Version: 0.3.1 <07/27/2016>
rem Supports: Microsoft Windows 7/8/8.1

echo.
Expand Down Expand Up @@ -116,6 +116,7 @@ if %UninstallUpdates%==1 (
rem 2976978 - Compatibility update for Windows 8.1 and Windows 8 // 8 / 8.1
rem 2977759 - Compatibility update for Windows 7 RTM // 7
rem 3170735 - July 2016 Update for Windows Journal // 7 SP1 / 8 / 8.1
rem 3035583 - Update installs Get Windows 10 app in Windows 8.1 and Windows 7 SP1 / 7 SP1 / 8.1

for %%? in (
"3080149"
Expand Down Expand Up @@ -148,6 +149,7 @@ if %UninstallUpdates%==1 (
"2976978"
"2977759"
"3170735"
"3035583"
) do call:uninstall_update %%?
)

Expand Down

0 comments on commit c3a2039

Please sign in to comment.