Skip to content

Instantly share code, notes, and snippets.

# local
- Arc (https://arc.net/)
- Brave (https://brave.com/)
- Biscuit (https://eatbiscuit.com/)
- Waterfox (https://www.waterfox.net/)
- Vivaldia (https://vivaldi.com/)
- Tor Browser (https://www.torproject.org/)
- HTTrack (https://github.com/xroche/httrack)
- Listary (https://www.listary.com/)
- Everything (https://www.voidtools.com/downloads/)
@rma92
rma92 / LTSC-x86-absolute-min.xml
Last active May 23, 2025 13:46
Windows 10 1809 (LTSC) NtLite profiles
<?xml version="1.0" encoding="utf-8"?>
<Preset isAutoSaved="true" xmlns="urn:schemas-nliteos-com:pn.v1">
<Date>09/16/2019 16:42:48</Date>
<AppInfo>
<Version>1.8.0.6790</Version>
<Licensed>Yes</Licensed>
<Protections>Yes</Protections>
<Host>Windows 10 Enterprise LTSC 2019 (1809) x86 - Client 10.0.17763.107 (en-US)</Host>
</AppInfo>
<ImageInfo>
@xvitaly
xvitaly / remove_crw.cmd
Last active July 12, 2025 09:00
Remove telemetry updates for Windows 7 and 8.1
@echo off
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)