Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hulr/BetterPrivacy
PowerShell script to improve your privacy on Windows 10 computers
https://github.com/hulr/BetterPrivacy
Last synced: about 19 hours ago
JSON representation
PowerShell script to improve your privacy on Windows 10 computers
- Host: GitHub
- URL: https://github.com/hulr/BetterPrivacy
- Owner: hulr
- License: mit
- Created: 2016-02-17T20:25:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T12:22:03.000Z (over 5 years ago)
- Last Synced: 2024-05-22T15:33:02.068Z (6 months ago)
- Language: PowerShell
- Size: 12.7 KB
- Stars: 61
- Watchers: 13
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-windows-privacy - BetterPrivacy - PowerShell script to improve your privacy on Windows 10 computers. (Powershell and batch scripts)
README
# BetterPrivacy
> PowerShell script to improve your privacy on Windows 10 computers
## Description
With this script you can do the following to improve your privacy on Windows 10 computers:
* Disable services
* Remove apps
* Uninstall OneDrive
* Block telemetry domains
* Block telemetry IPs
* Change general privacy settings![BetterPrivacy](http://i.imgur.com/DIFrgVL.png)
## System requirements
* Windows 10
* Administrator Account (self-elevating, no need to start as admin)
* Display resolution: 500x1100## Usage
1. Download the complete repository
2. Make sure you extract all files to the same folder
3. Execute the batch file 'run.cmd'use it at your own risk!
### Configuration
You can manually change the items of services, apps, domains and IPs inside the corresponding textboxes. Make sure that one entry is on one line, before you run the script by pressing the 'run' button.If you want to add additional items permanently, you can do this by extending the 'conf.json' to fit your needs.
## Thanks to
* [W4RH4WK](https://github.com/W4RH4WK) for the awesome [Debloat-Windows-10](https://github.com/W4RH4WK/Debloat-Windows-10) scripts
* [10se1ucgo](https://github.com/10se1ucgo) for the base idea with his project [DisableWinTracking](https://github.com/10se1ucgo/DisableWinTracking)