milgradesec / windows-settings

Windows 10/11 Security & Privacy Hardening

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔒 Windows Settings

🚧 Under construction...

Introduction

This project is divided into two main files.

windows10.ps1, a powershell script to configure Windows 10/11 system settings and some third-party software for increased privacy and security.

ExploitGuard/ExploitSettings.xml, contains settings with aditional exploit mitigations for many system services and third-party software.

Software Covered

This list includes applications with configuration changed by the main script:

  • Microsoft Office
  • Microsoft Edge
  • Google Chrome
  • Brave Browser
  • Mozilla Firefox
  • Zoom

How to configure your system

To configure your system copy and run this powershell line as administrator (Creates a scheduled task to run daily):

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/milgradesec/windows-settings/main/windows10.ps1'))

Sources

License

GNU General Public License v3.0

About

Windows 10/11 Security & Privacy Hardening

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%