Skip to content

Instantly share code, notes, and snippets.

View artemyev's full-sized avatar

Evgeniy Artemyev artemyev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am artemyev on github.
  • I am artemyev (https://keybase.io/artemyev) on keybase.
  • I have a public key ASBxhoRk2pKpOyg88SwinCG20ospIC9grllZJ4DHn4D_FAo

To claim this, I am signing this object:

@artemyev
artemyev / remove.cmd
Created February 25, 2016 11:41
all telemetry and win10 update remove
echo Uninstalling KB3021917
wusa /uninstall /KB:3021917 /norestart /quiet
echo Uninstalling KB3050265
wusa /uninstall /KB:3050265 /norestart /quiet
echo Uninstalling KB3035583
wusa /uninstall /KB:3035583 /norestart /quiet
echo Uninstalling KB2952664
wusa /uninstall /KB:2952664 /norestart /quiet
echo Uninstalling KB2952664
for /L %%i in (1,1,13) do start /w wusa.exe /uninstall /kb:2952664
@artemyev
artemyev / remove_crw.cmd
Created February 25, 2016 11:36 — forked from xvitaly/remove_crw.cmd
Remove telemetry updates for Windows 7 and 8.1
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
<!doctype html>
<html>
<head>
<!-- Run in full-screen mode. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">