https://github.com/harery/winpulse-optimizer
Next-generation Windows 11 tuning for maximum performance with zero guesswork.
https://github.com/harery/winpulse-optimizer
automation devops intune optimization performance powershell sccm sysadmin windows-11
Last synced: 8 months ago
JSON representation
Next-generation Windows 11 tuning for maximum performance with zero guesswork.
- Host: GitHub
- URL: https://github.com/harery/winpulse-optimizer
- Owner: Harery
- License: mit
- Created: 2025-06-20T20:10:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T20:49:14.000Z (8 months ago)
- Last Synced: 2025-06-20T21:39:38.294Z (8 months ago)
- Topics: automation, devops, intune, optimization, performance, powershell, sccm, sysadmin, windows-11
- Language: PowerShell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinPulse-Optimizer

> **Next-generation, enterprise-grade Windows 11 tuning for maximum performance with zero guesswork.**
---
| 🚀 | **Why WinPulse-Optimizer?** |
|----|--------------------------------------------------------------------------------------------------------------------------------------|
| **Agentless** | Pure PowerShell—no installs, no bloat; runnable from an elevated shell, Intune or SCCM. |
| **Self-Healing** | Auto-creates restore points and warns on failure for bullet-proof rollbacks. |
| **Zero-Touch** | Fully unattended-capable; exits non-zero on error so your pipelines stay clean. |
| **Observable** | Logs every action to `%USERPROFILE%\Desktop\SystemOptimizer.log` for audit readiness. |
| **Config-Driven** | Paths, services and visuals externalised in upcoming releases—no code edits needed. |



## Table of Contents
1. [Features](#features)
2. [Prerequisites](#prerequisites)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Roadmap](#roadmap)
6. [Contributing](#contributing)
7. [License](#license)
---
## Features
- **Privilege Check** – Hard-fails if not elevated, ensuring predictable results.
- **System Restore Automation** – Creates a restore point before any modification.
- **Visual-Effects Hardening** – Disables non-essential animations while keeping usability high.
- **Deep Temp Cleanup** – Clears OS, Edge, Chrome and recycle-bin debris in one pass.
- **Service Diet** – Disables telemetry and Maps broker for leaner background load.
- **Extensible Architecture** – JSON-driven cleanup paths and service profiles (roadmap).
---
## Prerequisites
- Windows 11 22H2 or later
- PowerShell 5.x **or** PowerShell 7.x
- Administrator privileges
---
## Installation
```powershell
# Clone the repo
git clone https://github.com//WinPulse-Optimizer.git
cd WinPulse-Optimizer