Skip to content

maximovmax/Windows10-Privacy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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"
Alternatively execute the batch File "Windows10_Privacy.cmd" by doubleclick

Usage Windows10_Cleanup.ps1

powershell.exe -ExecutionPolicy Bypass "& '.\WindowsCleanup.ps1'"
Alternatively execute the batch File "Windows10_Cleanup.cmd" by doubleclick

About

PowerShell script for Windows 10 privacy settings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 92.7%
  • Batchfile 7.3%