All Projects → simeononsecurity → Windows-Optimize-Harden-Debloat

simeononsecurity / Windows-Optimize-Harden-Debloat

Licence: Apache-2.0 License
Fully Optimize, Harden, and Debloat Windows 10 and Windows 11 Deployments to Windows Best Practices and DoD STIG/SRG Requirements. The ultimate Windows 10 & 11 security and privacy script!

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Windows-Optimize-Harden-Debloat

Standalone-Windows-Server-STIG-Script
STIG Standalone Windows Servers to DoD STIG/SRG Requirements and NSACyber Guidance. The ultimate Windows Server security and compliance script!
Stars: ✭ 26 (-91.45%)
Mutual labels:  microsoft, mil, cyber, stigs, hardware-requirements
Windows.10.DNS.Block.List
Windows DNS Block List
Stars: ✭ 18 (-94.08%)
Mutual labels:  telemetry, windows-10, windows10, debloat
ISOKIT
Windows 10 Professional - Full Strip & Lockdown Edition
Stars: ✭ 35 (-88.49%)
Mutual labels:  microsoft, windows-10, windows10
BetterWindows
Some windows tips to improve your UX experience when using windows
Stars: ✭ 27 (-91.12%)
Mutual labels:  windows-10, windows-desktop, windows10
Windows10Tools
Tools for Windows 10
Stars: ✭ 45 (-85.2%)
Mutual labels:  windows-10, windows10, debloat
x1
A Windows taskbar replacement in C# .NET
Stars: ✭ 25 (-91.78%)
Mutual labels:  windows-10, windows-desktop, windows10
Longhorn
Windows 10 Debloater
Stars: ✭ 18 (-94.08%)
Mutual labels:  microsoft, windows-10, debloat
Regtweaks
Registry Tweaks for Windows.
Stars: ✭ 675 (+122.04%)
Mutual labels:  microsoft, telemetry, windows-10
Sharpapp
💩⭐️🚀A #app with cutting edge technology to #minimize windows-10 telemetry and #maximize privacy plus many more
Stars: ✭ 474 (+55.92%)
Mutual labels:  microsoft, telemetry, windows-10
Windows10debloater
Script to remove Windows 10 bloatware.
Stars: ✭ 11,462 (+3670.39%)
Mutual labels:  windows-10, windows10, debloat
Debotnet
🔥🚀 Debotnet is a tiny portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.
Stars: ✭ 707 (+132.57%)
Mutual labels:  microsoft, telemetry, windows-10
windows10
MS Windows 10 cheat-sheet
Stars: ✭ 13 (-95.72%)
Mutual labels:  microsoft, windows-10, windows10
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (-81.58%)
Mutual labels:  windows-10, windows10
Light-Switch
Easily switch from light to dark theme, or the other way around, in Windows 10/11.
Stars: ✭ 25 (-91.78%)
Mutual labels:  windows-10, windows-desktop
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (-58.55%)
Mutual labels:  windows-10, windows10
MediaFlyout
Windows 10+ Media Control Taskbar Flyout
Stars: ✭ 87 (-71.38%)
Mutual labels:  windows-10, windows10
desktop-duplication-cpp
Windows Desktop Duplication Tool for live coding presentations in C++2a
Stars: ✭ 51 (-83.22%)
Mutual labels:  windows-desktop, windows10
Post-Tweaks
A post-installation batch script for Windows
Stars: ✭ 136 (-55.26%)
Mutual labels:  telemetry, debloat
Windows11-Optimization
Community repository, to improve security and performance of Windows 10 and windows 11 with tweaks, commands, scripts, registry keys, configuration, tutorials and more
Stars: ✭ 17 (-94.41%)
Mutual labels:  windows-10, windows10
BitLocker-Guidance
Configuration guidance for implementing BitLocker. #nsacyber
Stars: ✭ 90 (-70.39%)
Mutual labels:  microsoft, bitlocker

Optimize, Harden, and Debloat Windows 10 Deployments

Note: This script should work for most, if not all, systems without issue. While @SimeonOnSecurity creates, reviews, and tests each repo intensively, we can not test every possible configuration nor does @SimeonOnSecurity take any responsibility for breaking your system. If something goes wrong, be prepared to submit an issue. Do not run this script if you don't understand what it does. It is your responsibility to review and test the script before running it.

Introduction:

Windows 10 is an invasive and insecure operating system out of the box. Organizations like PrivacyTools.io, Microsoft, Cyber.mil, the Department of Defense, and the National Security Agency have recommended configuration changes to lockdown, harden, and secure the operating system. These changes cover a wide range of mitigations including blocking telemetry, macros, removing bloatware, and preventing many digital and physical attacks on a system. This script aims to automate the configurations recommended by those organizations.

Notes:

  • This script is designed for operation in primarily Personal Use environments. With that in mind, certain enterprise configuration settings are not implemented. This script is not designed to bring a system to 100% compliance. Rather it should be used as a stepping stone to complete most, if not all, the configuration changes that can be scripted while skipping past issues like branding and banners where those should not be implemented even in a hardened personal use environment.
  • This script is designed in such a way that the optimizations, unlike some other scripts, will not break core windows functionality.
  • Features like Windows Update, Windows Defender, the Windows Store, and Cortona have been restricted, but are not in a disfunctional state like most other Windows 10 Privacy scripts.
  • If you seek a minimized script targeted only to commercial environments, please see this GitHub Repository

Requirements:

Additions:

This script adds, removes, and changes settings on your system. Please review the script before running it.

  • Browsers will have additional extentions installed to aid in privacy and security.
    • See here for additional information.
  • To aid in automating Windows Updates the PowerShell PSWindowsUpdate module will be added to your system.

Fixing Microsoft Account or Xbox Services:

This is because we block signing into microsoft accounts. Microsoft's telemetry and identity association is frowned upon. However, if you still wish to use these services see the following issue tickets for the resolution:

Recommended reading material:

A list of scripts and tools this collection utilizes:

First Party:

Third Party:

Additional configurations were considered from:

STIGS/SRGs Applied:

How to run the script:

Manual Install:

If manually downloaded, the script must be launched from an administrative powershell in the directory containing all the files from the GitHub Repository

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Get-ChildItem -Recurse *.ps1 | Unblock-File
.\sos-optimize-windows.ps1

Automated Install:

Use this one-liner to automatically download, unzip all supporting files, and run the latest version of the script.

iwr -useb 'https://simeononsecurity.ch/scripts/windowsoptimizeandharden.ps1'|iex

Example of 
Windows-Optimize-Harden-Debloat automatic install

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].