├── .github └── FUNDING.yml ├── 3rd Party Applications ├── EmptyFolderNuker.exe ├── Windows-ISO-Downloader.exe ├── border_stripper.exe ├── rufus-3.11p.exe └── youtube-dl.exe ├── Executables ├── CreateRestorePoint.zip ├── IconStorage │ ├── Aha-Soft-Archive-Toolbar-Repair.ico │ ├── Blackvariant-Button-Ui-Requests-3-OneDrive.ico │ └── Icondesigner.net-Hyperion-Time-Machine.ico ├── README.md ├── RepairWindows32.exe ├── RepairWindows64.exe ├── UninstallOneDrive32.exe └── UninstallOneDrive64.exe ├── Hosts ├── MS Tracking & NSA.txt ├── MS Tracking.txt ├── NSA.txt └── README.md ├── Legacy └── Registry │ ├── AllowTelemetry False.reg │ ├── FixSearchBar.reg │ ├── Readme.md │ └── Some Settings are Managed Fix.reg ├── License ├── README.md ├── Scripts ├── 3rd Party │ ├── Disable Content Delivery Manager.bat │ ├── Enable NTFS Long File Paths.bat │ ├── Icon Cache Cleaner.bat │ ├── Kill Skype Host.bat │ ├── Lockscreen Image Downloader.bat │ └── README.md ├── Create Restore Point.bat ├── Disable Firewall.bat ├── Disallow Telemetry.bat ├── Enable Firewall.bat ├── Fix File Security.bat ├── Never Shutdown.bat ├── Repair Windows.bat ├── Search Bar Fix.bat ├── Some Settings Are Managed Fix.bat ├── Stop Windows Update.bat └── Uninstall OneDrive.bat ├── Setup ├── Ninite Windows10Tools Setup 2-24-2020.exe └── README.md ├── WIPs ├── Debloatx.bat ├── EVERYTHING.bat ├── FullDebloat.bat └── README.md └── adolfintel-Windows10-Privacy ├── No Error Reporting.bat ├── No Forced Updates.bat ├── No Windows Tips.bat ├── Prevent License Checking.bat ├── README.md ├── Remove Cortana.bat ├── Remove Edge.bat ├── Remove Everything.bat ├── Remove Music and TV.bat ├── Remove Scheduled Tasks.bat ├── Remove Sticky Notes.bat ├── Remove Telemetry Etc.bat ├── Remove XBox and GameDVR.bat └── WimTweak ├── Kill Windows Defender.bat ├── README.md ├── Remove Windows Store.bat └── install_wim_tweak.zip /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | patreon: L33Tech 4 | -------------------------------------------------------------------------------- /3rd Party Applications/EmptyFolderNuker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/3rd Party Applications/EmptyFolderNuker.exe -------------------------------------------------------------------------------- /3rd Party Applications/Windows-ISO-Downloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/3rd Party Applications/Windows-ISO-Downloader.exe -------------------------------------------------------------------------------- /3rd Party Applications/border_stripper.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/3rd Party Applications/border_stripper.exe -------------------------------------------------------------------------------- /3rd Party Applications/rufus-3.11p.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/3rd Party Applications/rufus-3.11p.exe -------------------------------------------------------------------------------- /3rd Party Applications/youtube-dl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/3rd Party Applications/youtube-dl.exe -------------------------------------------------------------------------------- /Executables/CreateRestorePoint.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/CreateRestorePoint.zip -------------------------------------------------------------------------------- /Executables/IconStorage/Aha-Soft-Archive-Toolbar-Repair.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/IconStorage/Aha-Soft-Archive-Toolbar-Repair.ico -------------------------------------------------------------------------------- /Executables/IconStorage/Blackvariant-Button-Ui-Requests-3-OneDrive.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/IconStorage/Blackvariant-Button-Ui-Requests-3-OneDrive.ico -------------------------------------------------------------------------------- /Executables/IconStorage/Icondesigner.net-Hyperion-Time-Machine.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/IconStorage/Icondesigner.net-Hyperion-Time-Machine.ico -------------------------------------------------------------------------------- /Executables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/README.md -------------------------------------------------------------------------------- /Executables/RepairWindows32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/RepairWindows32.exe -------------------------------------------------------------------------------- /Executables/RepairWindows64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/RepairWindows64.exe -------------------------------------------------------------------------------- /Executables/UninstallOneDrive32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/UninstallOneDrive32.exe -------------------------------------------------------------------------------- /Executables/UninstallOneDrive64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Executables/UninstallOneDrive64.exe -------------------------------------------------------------------------------- /Hosts/MS Tracking & NSA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Hosts/MS Tracking & NSA.txt -------------------------------------------------------------------------------- /Hosts/MS Tracking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Hosts/MS Tracking.txt -------------------------------------------------------------------------------- /Hosts/NSA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Hosts/NSA.txt -------------------------------------------------------------------------------- /Hosts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Hosts/README.md -------------------------------------------------------------------------------- /Legacy/Registry/AllowTelemetry False.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Legacy/Registry/AllowTelemetry False.reg -------------------------------------------------------------------------------- /Legacy/Registry/FixSearchBar.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Legacy/Registry/FixSearchBar.reg -------------------------------------------------------------------------------- /Legacy/Registry/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Legacy/Registry/Readme.md -------------------------------------------------------------------------------- /Legacy/Registry/Some Settings are Managed Fix.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Legacy/Registry/Some Settings are Managed Fix.reg -------------------------------------------------------------------------------- /License: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/License -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/3rd Party/Disable Content Delivery Manager.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/3rd Party/Disable Content Delivery Manager.bat -------------------------------------------------------------------------------- /Scripts/3rd Party/Enable NTFS Long File Paths.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/3rd Party/Enable NTFS Long File Paths.bat -------------------------------------------------------------------------------- /Scripts/3rd Party/Icon Cache Cleaner.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/3rd Party/Icon Cache Cleaner.bat -------------------------------------------------------------------------------- /Scripts/3rd Party/Kill Skype Host.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/3rd Party/Kill Skype Host.bat -------------------------------------------------------------------------------- /Scripts/3rd Party/Lockscreen Image Downloader.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/3rd Party/Lockscreen Image Downloader.bat -------------------------------------------------------------------------------- /Scripts/3rd Party/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/3rd Party/README.md -------------------------------------------------------------------------------- /Scripts/Create Restore Point.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Create Restore Point.bat -------------------------------------------------------------------------------- /Scripts/Disable Firewall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Disable Firewall.bat -------------------------------------------------------------------------------- /Scripts/Disallow Telemetry.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Disallow Telemetry.bat -------------------------------------------------------------------------------- /Scripts/Enable Firewall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Enable Firewall.bat -------------------------------------------------------------------------------- /Scripts/Fix File Security.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Fix File Security.bat -------------------------------------------------------------------------------- /Scripts/Never Shutdown.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Never Shutdown.bat -------------------------------------------------------------------------------- /Scripts/Repair Windows.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Repair Windows.bat -------------------------------------------------------------------------------- /Scripts/Search Bar Fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Search Bar Fix.bat -------------------------------------------------------------------------------- /Scripts/Some Settings Are Managed Fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Some Settings Are Managed Fix.bat -------------------------------------------------------------------------------- /Scripts/Stop Windows Update.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Stop Windows Update.bat -------------------------------------------------------------------------------- /Scripts/Uninstall OneDrive.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Scripts/Uninstall OneDrive.bat -------------------------------------------------------------------------------- /Setup/Ninite Windows10Tools Setup 2-24-2020.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Setup/Ninite Windows10Tools Setup 2-24-2020.exe -------------------------------------------------------------------------------- /Setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/Setup/README.md -------------------------------------------------------------------------------- /WIPs/Debloatx.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/WIPs/Debloatx.bat -------------------------------------------------------------------------------- /WIPs/EVERYTHING.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/WIPs/EVERYTHING.bat -------------------------------------------------------------------------------- /WIPs/FullDebloat.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/WIPs/FullDebloat.bat -------------------------------------------------------------------------------- /WIPs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/WIPs/README.md -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/No Error Reporting.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/No Error Reporting.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/No Forced Updates.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/No Forced Updates.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/No Windows Tips.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/No Windows Tips.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Prevent License Checking.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Prevent License Checking.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/README.md -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove Cortana.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove Cortana.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove Edge.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove Edge.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove Everything.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove Everything.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove Music and TV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove Music and TV.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove Scheduled Tasks.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove Scheduled Tasks.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove Sticky Notes.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove Sticky Notes.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove Telemetry Etc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove Telemetry Etc.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/Remove XBox and GameDVR.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/Remove XBox and GameDVR.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/WimTweak/Kill Windows Defender.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/WimTweak/Kill Windows Defender.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/WimTweak/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/WimTweak/README.md -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/WimTweak/Remove Windows Store.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/WimTweak/Remove Windows Store.bat -------------------------------------------------------------------------------- /adolfintel-Windows10-Privacy/WimTweak/install_wim_tweak.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetfin/Windows10Tools/HEAD/adolfintel-Windows10-Privacy/WimTweak/install_wim_tweak.zip --------------------------------------------------------------------------------