https://github.com/tzwel/WSD
Quickly disable unnecessary services on Windows
https://github.com/tzwel/WSD
bloat debloat debloater python script services svc windows
Last synced: 4 months ago
JSON representation
Quickly disable unnecessary services on Windows
- Host: GitHub
- URL: https://github.com/tzwel/WSD
- Owner: tzwel
- License: apache-2.0
- Archived: true
- Created: 2021-03-28T01:58:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T08:01:01.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:09:42.183Z (8 months ago)
- Topics: bloat, debloat, debloater, python, script, services, svc, windows
- Language: Python
- Homepage:
- Size: 203 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tzwel/WSD - Quickly disable unnecessary services on Windows (Python)
README
![]()
WSD - (Opinionated) Windows Service Debloater
### WSD disables Windows services that bloat your computer, track you and are unnecessary for your PC to work
The lists of processes WSD will disable are currently stored in [this](https://github.com/tzwel/WSD/blob/main/src/WSDservices.py) file.## Download methods
### [Releases](https://github.com/tzwel/WSD/releases) - for most users
Head to this section and pick whatever release fits your taste, you would usually want the latest one### Download for advanced users (latest .py versions, often experimental)
```shell
git clone https://github.com/tzwel/WSD.git
```