• This repository has been archived on 07/Dec/2023
  • Stars
    star
    837
  • Rank 54,007 (Top 2 %)
  • Language
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ”ฅ๐Ÿš€ Debotnet is a tiny portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.

Currently are over 250 privacy scripts available (03-21-2020)

GitHub last commit GitHub issues Latest GitHub release Downloads on GitHub GitHub tweet follow on Twitter

Be sure to โญ๏ธ Debotnet's repo so you can keep up to date on releases and progress!


Debotnet - Your copy of Windows 10 is now Debotnetted!

A free and portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.

alt text


Your preparation for the Net!

The Windows 10 default privacy settings leave a lot to be desired when it comes to protecting you and your private information. Whenever I set up a new computer or update a current setup for my family or job, I always carefully go through the privacy settings for each install, making sure to lock it down to make it as private as possible.

Windows 10 has raised several concerns about privacy due to the fact that it has a lot of telemetry and online features, which send your data (sensitive and not) to Microsoft and can't be disabled, which means Microsoft can:

  • Run software on your computer without your consent
  • Get data from your computer without your consent
  • Remove software and files from your computer without your consent

This qualifies Windows 10 as malware, and more specifically, a botnet.

Debotnet requires Windows 10 including both 32-bit and 64-bit versions.

Info! The development of Debotnet was discontinued.

If you are interested in continuing to maintain the project, you can do so. I have released the Source Code of Debotnet. The project was compiled with Visual Basic 6. It will not be everybody's cup of tea and it's not mine too, but I had fun with it anyway and it worked well. You can read the whole background story here.

You will find great replacement tools for Debotnet with SharpApp or Spydish which is even better for the non-experienced user.

๐ŸŽจ Features

  • Disable telemetry and online features, which send your data (sensitive and not) to Microsoft
  • Choose which unwanted functions you wish to disable
  • Debotnet will show you what it's doing. You have full control, because the executing code is not hard coded and can be viewed in a simple text editor
  • Simple scripting engine for adding custom privacy rules
  • Debug mode. E.g. the Test mode lets you see which values are twisted in registry or commands executed
  • Scripts updated on GitHub
  • Support for Ninite service, which allows you to download and install more than 70 popular apps for Windows
  • Support for Chocolatey Software, which has a massive community package repository of installs (more than 4,000 packages)
  • Download Windows 10 ISO files using Microsoft Media Creation Tool with command line switches, also through MCT Wrapper or just a PowerShell script
  • Integration of custom PowerShell debloating scrips, e.g W4RH4WK / Debloat-Windows-10, Sycnex / Windows10Debloater
  • Download deprecated Windows apps, e.g. Classic Calculator
  • Modern and familiar UI, with theme support
  • Small footprint. No installation required (Portable)

๐Ÿ”จ Usage

As above mentioned Debotnet's main tools (in this case the scripts for debotnetting Windows) are not hard coded. Debotnet is based upon simple .DS1 files which define exactly which registry keys, files and or/services should be disabled, blocked, deleted etc. and preserved by the program. These script files allows you to execute command-line tools and parameter and also simple PowerShell code.

๐Ÿพ Example

[Info]
ID=No more forced updates
Ver=1.0
Desc=This will notify when updates are available, and you decide when to install them.\n\nThe values added to registry with this script will prevent forced updates.
Dev=Federico Dossena
DevURL=https://github.com/adolfintel/Windows10-Privacy
WinVer=Compatible with Windows 10
Evaluation=Recommended
EvaluationColor=009e5e

[Code]
Task1=Try,query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate,STDOUT
Task2=Try,query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions,STDOUT
Task3=Try,query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallDay,STDOUT
Task4=Try,query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime,STDOUT
File5=Reg,add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 0 /f,STDOUT
File6=Reg,add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 2 /f,STDOUT
File7=Reg,add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallDay /t REG_DWORD /d 0 /f,STDOUT
File8=Reg,add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime /t REG_DWORD /d 3 /f,STDOUT

๐Ÿ’พ Download

๐Ÿ’ฌ Suggesting features / providing feedback

Report an Issue on GitHub

๐Ÿš€ Acknowledgments

๐Ÿ“œ License

100% Free, also for commercial purposes


Website โ€ข Scripts โ€ข How-to's โ€ข FAQ โ€ข Documentation โ€ข Download

with โค๏ธŽ ยฉ Mirinsoft.

More Repositories

1

ThisIsWin11

The real PowerToys for Windows 11
C#
5,137
star
2

Winpilot

Your everyday Windows companion
C#
3,971
star
3

privatezilla

๐Ÿ‘€๐Ÿ‘ฎ๐Ÿข๐Ÿ”ฅPerforms a privacy & security check of Windows 10
C#
3,423
star
4

bloatbox

โ˜‘๏ธ๐ŸŒ  Remove Bloatwares from Windows 10
PowerShell
1,692
star
5

CleanmgrPlus

๐Ÿพ A Improved Replacement for Microsoft Disk Cleanup
GSC
576
star
6

LoveWindowsAgain

Fall in love with Windows 11
C#
444
star
7

CloneApp

๐Ÿ“ฆEasily Backup & Restore Windows Programs Settings
409
star
8

control-uwp

๐ŸŒš๐ŸŒ“Alternative Control Panel for Windows 10
C#
390
star
9

JunkCtrl

Decluttering bot
C#
341
star
10

TweakUIX

PowerToys/Tweak UI Replica
C#
319
star
11

Appcopier

Back up key things on your Windows PC, perform a reset or simply go back in time.
C#
300
star
12

burnbytes

๐ŸฆOpen-source replica of Microsoft Disk Clean-up with aesthetics of Storage sense (aimed as community cleaner)
C#
224
star
13

ReadySunValley

Replacement for Microsoft PC Health Check app
C#
194
star
14

patchfluent

๐Ÿ’ง ๐Ÿฆ„ Customize Windows 10 Updates
C#
184
star
15

CoMachina

๐Ÿค–๐Ÿ”ฅYour everyday local companion (inspired by Microsoft Copilot)
HTML
45
star
16

WhyNotWinAI

Check if your system can handle the new AI-powered features.
HTML
31
star
17

Tweakomatic

Manage Your Computer Tweakomatically
C#
22
star
18

pimpapp

Experimental project! One day an app will come along, which has exactly this name again ๐Ÿ˜ ๐Ÿ’ฉ ๐Ÿ”ฅ ๐Ÿšซ
9
star
19

WhatsPC

What to do with your Toaster?
1
star