*we recommend to use the automatic remover Ancile these times, which is still updated and has more useful functions.
------------------------------------------------------------------------------------------------------------------------------------------------------
Vytvor nový textový súbor, vlož do neho nasledujúci kód, ulož ho s príponou .bat a dvojklikni na neho.
Create new text file, copy following code inside, save the file with .bat extension and double click on it.
- Code: Select all
echo Uninstalling KB3075249 (telemetry for Win7/8.1)
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart
echo Uninstalling KB3080149 (telemetry for Win7/8.1)
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart
echo Uninstalling KB3021917 (telemetry for Win7)
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart
echo Uninstalling KB3022345 (telemetry)
start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart
echo Uninstalling KB3068708 (telemetry)
start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart
echo Uninstalling KB3044374 (Get Windows 10 for Win8.1)
start /w wusa.exe /uninstall /kb:3044374 /quiet /norestart
echo Uninstalling KB3035583 (Get Windows 10 for Win7sp1/8.1)
start /w wusa.exe /uninstall /kb:3035583 /quiet /norestart
echo Uninstalling KB2990214 (Get Windows 10 for Win7 without sp1)
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart
echo Uninstalling KB2990214 (Get Windows 10 for Win7)
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart
echo Uninstalling KB2952664 (Get Windows 10 assistant)
start /w wusa.exe /uninstall /kb:2952664 /quiet /norestart
echo Uninstalling KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2)
start /w wusa.exe /uninstall /kb:3075853 /quiet /norestart
echo Uninstalling KB3065987 (update for "Windows Update" on Win7/Server 2008R2)
start /w wusa.exe /uninstall /kb:3065987 /quiet /norestart
echo Uninstalling KB3050265 (update for "Windows Update" on Win7)
start /w wusa.exe /uninstall /kb:3050265 /quiet /norestart
echo Uninstalling KB971033 (license validation)
start /w wusa.exe /uninstall /kb:971033 /quiet /norestart
echo Uninstalling KB2902907 (description not available)
start /w wusa.exe /uninstall /kb:2902907 /quiet /norestart
echo Uninstalling KB2976987 (description not available)
start /w wusa.exe /uninstall /kb:2976987 /quiet /norestart
echo Uninstalling KB3083324 (update for "Windows Update" on Win7)
start /w wusa.exe /uninstall /kb:3083324 /quiet /norestart
echo Uninstalling KB3083325 (update for "Windows Update" on Win8.1)
start /w wusa.exe /uninstall /kb:3083325 /quiet /norestart
echo Uninstalling KB3083710 (update for "Windows Update" on Win7)
start /w wusa.exe /uninstall /kb:3083710 /quiet /norestart
echo Uninstalling KB3083711 (update for "Windows Update" on Win8.1)
start /w wusa.exe /uninstall /kb:3083711 /quiet /norestart
Windows Update si nastavte na Automatické kontrolovanie aktualizácií ale s poskytnutím možnosti či sa prevezmú a nainštalujú a ak sa Vám tieto updaty znovu zjavia, dajte ich skryť.
Set up Windows Update to Check for updates, but let me choose whether to download and install them and if u see these updates again, just hide them.
//skript doplnený o septembrové a októbrové updaty / september and october updates added to script
#AnonymousSlovakia