Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MichiMunich/Windows10-Privacy
PowerShell script for Windows 10 privacy settings
https://github.com/MichiMunich/Windows10-Privacy
Last synced: 1 day ago
JSON representation
PowerShell script for Windows 10 privacy settings
- Host: GitHub
- URL: https://github.com/MichiMunich/Windows10-Privacy
- Owner: MichiMunich
- License: mit
- Created: 2015-08-27T14:30:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T04:49:05.000Z (about 3 years ago)
- Last Synced: 2024-05-22T15:32:26.886Z (6 months ago)
- Language: PowerShell
- Size: 26.4 KB
- Stars: 51
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-windows-privacy - PowerShell scripts for Windows 10 - PowerShell script for Windows 10 privacy settings. (Powershell and batch scripts)
README
# Overview
PowerShell scripts for Windows 10:
./scripts/Windows10_Privacy.ps1:
- Disable telemetry settings and stop sending data to Microsoft
- Disable various scheduled tasks
- Configure update delivery optimization
- Disable OneDrive for file sync
- Script checks the required execution level
- Complete rollback is possible
- More Information: https://blog.doenselmann.com/windows-10-datenschutz-mit-powershell-erhoehen/
./scripts/Windows10_Cleanup.ps1:
- Cleanup Microsoft Temp Data
- Options are configurable within the script
- Script checks the required execution level
- More Information: https://blog.doenselmann.com/windows-10-mit-powershell-aufraeumen/
# Usage Windows10_Privacy.ps1
Enable privacy protection:
powershell.exe -ExecutionPolicy Bypass "& '.\Windows10_Privacy.ps1 ' -enable:$true"
Disable privacy protection:
powershell.exe -ExecutionPolicy Bypass "& '.\Windows10_Privacy.ps1 ' -enable:$false"
# Usage Windows10_Cleanup.ps1
powershell.exe -NoProfile -ExecutionPolicy Bypass "& '.\Windows10_Cleanup.ps1'"
Alternatively execute the batch File "Windows10_Cleanup.cmd" by doubleclick