Skip to content

QuicksandJesus/NextLevelDebloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NextLevelDeBloat - Windows 11 Business Optimization

Project Status: 🟒 Active | Version: 3.0 | Last Updated: 2025-12-31

Project Goal

NextLevelDeBloat is an automated Windows 11 business optimization solution that removes pre-installed bloatware, disables telemetry and tracking, optimizes privacy settings, and provides full restoration capabilities. Designed for #MundyTuned to streamline Windows 11 deployment across multiple computers with consistent, reproducible results.

Contact: [email protected]
Business: #MundyTuned
Repository: NextLevelDeBloat (Private GitHub)


System Overview

Complete Windows 11 business optimization solution with consumer restoration capability. This package removes bloatware, enhances privacy, reduces system overhead, and provides multiple restoration methods to return to consumer Windows 11 state.


System Inventory

Last Inventory Date: 2025-12-31
Machine: WESTCHKPT1
Platform: Windows 11 (Build 26100)

Running Processes

  • PowerShell 5.1.26100.7462
  • Windows Task Scheduler (Active)
  • Windows Update Service (Running)
  • Git 2.52.0 (Installed)

Installed Software

  • Windows 11 (Current Build)
  • Google Chrome (Detected for default browser configuration)
  • #MundyTuned Debloat Scripts (v3.0)

Network Configuration

  • GitHub: Private repository (NextLevelDebloat)
  • Windows Update: Microsoft Update (3rd party products enabled)

File System

  • Working Directory: C:\temp
  • Snapshots: snapshots/ (7-day retention)
  • Documentation: docs/

Registry State

  • Backup location: C:\temp\registry-backup-*.reg
  • Policy location: HKLM:\Software\Policies\Microsoft\

Features

Business Optimization

  • Removes 36 bloatware apps
  • Disables 11 unnecessary services (including 3 Edge services)
  • Disables 4 telemetry tasks
  • Applies 40+ privacy/business policies
  • Level 3 Edge suppression (updates, telemetry, policies blocked)
  • Automatic system backup
  • Hardware-based app preservation
  • Detailed logging

Consumer Restoration

  • Automated restoration script
  • Four restoration methods available
  • Reinstalls all Windows apps
  • Re-enables all services
  • Removes business policies
  • Restores Edge functionality
  • Verification included

Documentation

  • Complete master documentation
  • Detailed debloat explanations
  • Consumer deployment guide
  • Quick reference guides
  • Troubleshooting procedures
  • Emergency procedures

Quick Deployment

Automated Deployment (Recommended)

# Clone repository or copy files to target machine
cd C:\temp

# Run automated deployment (creates snapshots, validates system, applies debloat)
.\Deploy-NextLevelDebloat.ps1

Manual Deployment

  1. Review DEPLOYMENT.md
  2. Run .\business-debloat.ps1 -DryRun to preview changes
  3. Execute .\business-debloat.ps1 to apply optimization
  4. Verify results with .\verify-restoration.ps1

GitHub Integration

# After initial deployment
git init
git add .
git commit -m "Initial NextLevelDeBloat deployment"
git remote add origin https://github.com/bmundy1996/NextLevelDeBloat.git
git push -u origin main

Note: Configure GitHub credentials securely using gh auth login or personal access token. Do NOT hardcode API keys in scripts.


Files Included

Deployment Scripts

  • Deploy-NextLevelDebloat.ps1 - Automated deployment with validation and snapshot creation

Documentation

  • FINAL_SUMMARY.md - START HERE - Complete overview
  • MASTER_DOCUMENTATION.md - Complete master reference
  • CONSUMER_DEPLOYMENT.md - Consumer restoration guide
  • DEBLOAT_DOCUMENTATION.md - Detailed debloat explanation
  • QUICK_REFERENCE.md - Quick command reference
  • PACKAGE_INDEX.md - Complete file inventory

Scripts

  • business-debloat.ps1 - Business optimization script (v3.0)
  • business-debloat-restore.ps1 - Consumer restoration script (v1.0)
  • verify-restoration.ps1 - System verification script (v1.0)

Configuration

  • debloat-config.json - Machine configuration file

Logs

  • debloat-log.txt - Execution log

Quick Start

Business Deployment

# Preview changes
.\business-debloat.ps1 -DryRun

# Run optimization
.\business-debloat.ps1 -ContinueAnyway

# Verify system
.\verify-restoration.ps1

Consumer Restoration

# Option 1: System Restore (RECOMMENDED)
rstrui.exe

# Option 2: Automated Restoration
.\business-debloat-restore.ps1 -RestoreAll

# Option 3: Selective Restoration
.\business-debloat-restore.ps1 -RestoreApps -RestoreServices

# Verify restoration
.\verify-restoration.ps1 -Verbose

What Gets Removed/Disabled

Apps (36)

Gaming: Xbox (7 apps), GamingApp, GameBar
Communication: Skype, YourPhone, Mail/Calendar, People
Entertainment: Photos, Music (Zune), Videos, Camera
Productivity: OneDrive, Outlook, Office Hub, Todos, Sticky Notes
Utilities: Calculator, Maps, Weather, News, Alarms, Voice Recorder
AI/Telemetry: Copilot, Feedback Hub, Mixed Reality
Other: 3D Viewer, Paint, Wallet, Store Purchase App

Services (11)

Telemetry: DiagTrack, RetailDemo, wisvc
Gaming: XblAuthManager, XboxNetApiSvc, XboxGipSvc
Utilities: MapsBroker, WalletService
Edge: MicrosoftEdgeElevationService, edgeupdate, edgeupdatem

Tasks (4)

Microsoft Compatibility Appraiser, Customer Experience Improvement Program, Program Data Updater, XblGameSaveTask


Privacy & Security Benefits

Enhanced Privacy (Business State)

  • Telemetry tracking disabled
  • Usage analytics disabled
  • Advertising ID disabled
  • Edge telemetry disabled
  • Bing search disabled
  • Cortana disabled
  • Location services limited
  • Windows Error Reporting disabled

Restoration Options

Option 1: System Restore (RECOMMENDED)

  • Time: 5-10 minutes
  • Risk: None
  • Data Loss: None

Option 2: Automated Restoration

  • Time: 20-30 minutes
  • Risk: Low
  • Data Loss: None

Option 3: Manual Restoration

  • Time: 30-45 minutes
  • Risk: Low
  • Data Loss: None

Option 4: Fresh Reset

  • Time: 1-2 hours
  • Risk: None
  • Data Loss: Yes (with "Keep my files" option)

Requirements

  • Windows 11
  • PowerShell 5.1 or higher
  • Administrator privileges
  • Internet connection (for updates/verification)

Usage

Business Deployment

  1. Review FINAL_SUMMARY.md
  2. Run .\business-debloat.ps1 -DryRun to preview
  3. Run .\business-debloat.ps1 to optimize
  4. Verify with .\verify-restoration.ps1
  5. Deploy to business users

Consumer Restoration

  1. Review CONSUMER_DEPLOYMENT.md
  2. Choose restoration method
  3. Execute restoration
  4. Verify with .\verify-restoration.ps1 -Verbose
  5. Update Windows and configure

Important Notes

  • System Restore Points: Limited by Windows (24-hour frequency)
  • Edge Suppression: Cannot fully remove Edge (system component)
  • Domain-Joined: Group Policy may override local settings
  • Windows Updates: May reinstall some apps (re-run script)
  • Registry Backups: Created automatically (~295-325MB per run)

Support

Documentation

Document Description Status
ARCHITECTURE.md System architecture and component relationships πŸ”„ In Progress
DEPLOYMENT.md Detailed deployment guide for Windows 11 πŸ”„ In Progress
CONFIGURATION.md Configuration options and JSON reference πŸ”„ In Progress
RESTORATION.md Rollback procedures and restoration guide πŸ”„ In Progress
TROUBLESHOOTING.md Common issues and solutions πŸ”„ In Progress
API_REFERENCE.md PowerShell functions and parameters πŸ”„ In Progress

Quick Reference

  • Start Here: Review this README
  • Deploy: Run .\Deploy-NextLevelDebloat.ps1
  • Verify: Run .\verify-restoration.ps1
  • Restore: Run .\business-debloat-restore.ps1
  • Troubleshoot: See TROUBLESHOOTING.md

Contact

Email: [email protected]
Business: #MundyTuned
For: Windows optimization support, deployment issues, feature requests


Safety & Reversibility

Safety Features

  • Pre-execution permission checks (admin, registry, services, tasks)
  • Automatic registry backups before any changes
  • Dry run mode for testing without applying changes
  • Hardware detection to preserve essential apps (camera, calculator)
  • Domain detection to avoid Group Policy conflicts
  • Comprehensive logging of all actions to debloat-log.txt
  • Interactive mode with confirmation prompts
  • ContinueAnyway flag for advanced users

Reversibility Options

Option 1: Automated Restoration (Recommended)

.\business-debloat-restore.ps1 -RestoreAll
  • Restores registry from backup
  • Re-enables all disabled services
  • Re-enables all disabled tasks
  • Removes business policies
  • Reinstalls all removed apps
  • Time: 20-30 minutes

Option 2: Selective Restoration

# Restore specific components
.\business-debloat-restore.ps1 -RestoreRegistry
.\business-debloat-restore.ps1 -RestoreServices
.\business-debloat-restore.ps1 -RestoreTasks
.\business-debloat-restore.ps1 -RestoreApps

Option 3: System Restore Point

# Windows built-in restore
rstrui.exe

# List available restore points
vssadmin list shadows
  • Uses Windows restore points
  • Time: 5-10 minutes
  • No data loss
  • Most reliable option

Option 4: Registry Backup

# Import from latest backup
reg import C:\temp\registry-backup-*.reg

# Or use Deployment script backup
reg import C:\temp\snapshots\registry-backup-*.reg

Snapshot Retention

  • Location: snapshots/ directory
  • Format: snapshot-YYYYMMDD-HHMMSS.tar.gz
  • Retention: 7 days (auto-cleaned by Deploy-NextLevelDebloat.ps1)
  • Contents: Full system state before any changes

Success Criteria

After successful deployment:

  • 36+ bloatware apps removed
  • 11 services disabled (including 3 Edge services)
  • 4 scheduled tasks disabled
  • 40+ registry settings applied
  • Edge Level 3 suppression complete
  • Registry backups created (snapshots/)
  • Explorer restarted successfully
  • No critical errors in logs
  • System fully functional
  • Windows Update preserved
  • Task Scheduler operational
  • Restoration capability verified
  • Deployment script successful
  • Git repository initialized

License

This software is provided for internal business use.
#MundyTuned - Windows Optimization Solutions
Business Email: [email protected]


Contributing

For inquiries or support:
#MundyTuned | [email protected]


GitHub Repository

Repository Details

Repository Contents

NextLevelDebloat/
β”œβ”€β”€ docs/                          # Comprehensive documentation
β”‚   β”œβ”€β”€ ARCHITECTURE.md
β”‚   β”œβ”€β”€ DEPLOYMENT.md
β”‚   β”œβ”€β”€ CONFIGURATION.md
β”‚   β”œβ”€β”€ RESTORATION.md
β”‚   β”œβ”€β”€ TROUBLESHOOTING.md
β”‚   └── API_REFERENCE.md
β”œβ”€β”€ snapshots/                      # System backups (7-day retention)
β”œβ”€β”€ business-debloat.ps1          # Main debloat script
β”œβ”€β”€ business-debloat-restore.ps1   # Restoration script
β”œβ”€β”€ debloat-config.json            # Configuration file
β”œβ”€β”€ Set-ChromeDefaultBrowser.ps1   # Chrome helper
β”œβ”€β”€ Deploy-NextLevelDebloat.ps1    # Automated deployment
└── README.md                       # This file

Git Workflow

# Initial setup
git init
git add .
git commit -m "Initial commit - NextLevelDeBloat v3.0"

# Create private repository (via GitHub web interface)
# Then connect local repo
git remote add origin https://github.com/bmundy1996/NextLevelDebloat.git
git branch -M main
git push -u origin main

# Ongoing development
git add <changed files>
git commit -m "Description of changes"
git push

Version History

Version Date Changes
3.1 2025-12-31 GitHub integration, automated deployment, documentation overhaul, snapshot management
3.0 2025-12-31 Added Level 3 Edge suppression, automated restoration script, verification script, complete documentation suite
2.0 2025-12-30 Added restoration, Chrome default, domain detection
1.0 2025-12-29 Initial release - Basic debloat functionality

Acknowledgments

#MundyTuned - Windows Optimization Solutions
Business Email: [email protected]

  • Original script concept from community debloat scripts
  • Enhanced with business-focused optimizations
  • Complete restoration capability added
  • Comprehensive documentation created

Repository URL: https://github.com/QuicksandJesus/Win11-DeBloat
Created: 2025-12-31
Status: βœ… Production Ready with Complete Restoration Capability
#MundyTuned | [email protected]


Quick Commands Reference

# Business Optimization
.\business-debloat.ps1                    # Standard run
.\business-debloat.ps1 -DryRun            # Preview changes
.\business-debloat.ps1 -Interactive       # Confirm actions
.\business-debloat.ps1 -ContinueAnyway    # Force run

# Consumer Restoration
.\business-debloat-restore.ps1            # Complete restoration
.\business-debloat-restore.ps1 -DryRun     # Preview
.\business-debloat-restore.ps1 -Interactive # Confirm actions

# Verification
.\verify-restoration.ps1                  # Standard check
.\verify-restoration.ps1 -Verbose         # Detailed

# System Restore
rstrui.exe                              # GUI restore point
vssadmin list shadows                    # List restore points

System Optimized for Business Use
Complete Restoration Capability Available
Comprehensive Documentation Included

#MundyTuned - Windows Optimization Solutions
Business Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors