Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milgradesec/windows-settings
Windows 10/11 Security & Privacy Hardening
https://github.com/milgradesec/windows-settings
hardening powershell privacy security settings sysadmin windows windows-server windows10
Last synced: 1 day ago
JSON representation
Windows 10/11 Security & Privacy Hardening
- Host: GitHub
- URL: https://github.com/milgradesec/windows-settings
- Owner: milgradesec
- License: gpl-3.0
- Created: 2020-07-28T07:18:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T18:20:01.000Z (7 months ago)
- Last Synced: 2024-05-22T15:32:44.144Z (6 months ago)
- Topics: hardening, powershell, privacy, security, settings, sysadmin, windows, windows-server, windows10
- Language: PowerShell
- Homepage:
- Size: 241 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-windows-privacy - windows-settings - Windows 10 hardening scripts and configs. (Powershell and batch scripts)
README
# 🔒 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):
```powershell
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