Skip to content

Instantly share code, notes, and snippets.

View jumarag's full-sized avatar

Julián Martínez Aguilar jumarag

View GitHub Profile
@jumarag
jumarag / remove_telemetry_W7-W8_and_updates_to_W10.cmd.cmd
Last active June 2, 2016 08:01 — forked from fanian/remove_crw.cmd
Remove telemetry updates for Windows 7 and 8.1
@echo off
rem #
rem # [EN] Remove telemetry Updates for Windows 7 and 8.1 and Windows 10 Updates
rem # [ES] Elimina actualizaciones de Windows 7 y 8.1 que prepara el equipo para actualizar a Windows 10
rem # También elimina actualizaciones que incluyen telemetría
rem #
rem # Source:
rem # https://gist.github.com/xvitaly/eafa75ed2cb79b3bd4e9#file-remove_crw-cmd
rem #
rem # ##################################################