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: about 1 month ago
JSON representation

PowerShell script for Windows 10 privacy settings

Lists

README

        

# Overview
PowerShell scripts for Windows 10:



./scripts/Windows10_Privacy.ps1:




./scripts/Windows10_Cleanup.ps1:

# 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