Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iDigitalFlame/Windows10Fixup
Fixes and nuters the Windows 10 bloat and privacy violations so it can be finally usable.
https://github.com/iDigitalFlame/Windows10Fixup
powershell powershell-script windows-10 windows10
Last synced: 3 months ago
JSON representation
Fixes and nuters the Windows 10 bloat and privacy violations so it can be finally usable.
- Host: GitHub
- URL: https://github.com/iDigitalFlame/Windows10Fixup
- Owner: iDigitalFlame
- License: gpl-3.0
- Created: 2020-04-13T13:21:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T20:07:35.000Z (7 months ago)
- Last Synced: 2024-05-22T15:32:52.938Z (6 months ago)
- Topics: powershell, powershell-script, windows-10, windows10
- Language: PowerShell
- Homepage: https://dij.sh/win10
- Size: 62.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-windows-privacy - Windows 10 Privacy Fixup - Fixes and nuters the Windows 10 bloat and privacy violations so it can be finally usable. (Powershell and batch scripts)
README
# Windows 10 Privacy Fixup
Fixes Windows 10 settings to be more privacy oriented and removes bloat.
This script is mainly used for VMs and slimline PCs.
This WILL break some things (as it should), you have been warned.This disables/breaks:
- Telemetry
- Internet Explorer
- Most WIndows Apps (except Store)
- Cortana/Search
- Delivery Optimization
- OneDrive
= Sync
- Defrag
- Themes
- Windows Defender
- Windows Firewall
- Sleep/Suspend (Hibernate is Ok!)
- Fax and XPS
- Workfolders
- SMB Host (v1 and v2)Enables the Linux Subsystem!
## How to run
Download the script from here or ```dij.sh/win10``` [Link](https://dij.sh/win10)
Run the following command:
```[powershell]
powershell -ExecutionPolicy Unrestricted -File Fixup.ps1
```- or -
```[powershell]
powershell -ExecutionPolicy Unrestricted -Command "Invoke-WebRequest -UseBasicParsing 'https://dij.sh/win10' | Invoke-Expression"
```The script will prompt for UAC when needed.