Configuration/tweaks/debloat/.
Overview
Debloat tweaks in AtlasOS focus on:- Removing unnecessary Windows features
- Disabling resource-consuming scheduled tasks
- Optimizing storage management
- Hiding unused system pages
- Reducing system overhead
Scheduled Task Management
Disable Scheduled Tasks
- Update compatibility databases
- Collect diagnostic data
- Report telemetry to CEIP
- Send usage data for A/B testing
- Perform unnecessary background operations
ignoreErrors: true flag ensures the tweak continues even if a task doesn’t exist on certain Windows versions.
Storage Management
Configure Storage Sense
- Enables automatic temporary file cleanup
- Runs monthly to maintain storage
- Preserves Downloads folder contents
- Keeps Recycle Bin intact
- Disables OneDrive cleanup (as OneDrive is removed)
- Enables silent disk cleanup task
Disable Reserved Storage
Content Delivery Configuration
Configure Content Delivery
Disables Windows content delivery features including:- Suggested apps in Start Menu
- Tips and recommendations
- App suggestions in Settings
- Pre-installed promotional apps
- Automatic app installation
Interface Cleanup
Hide Unused Security Pages
Hides unused Windows Security pages from the security center interface, simplifying the UI by removing features that are disabled or not applicable in AtlasOS.Debloat Tweaks Summary
| Category | What’s Removed/Disabled | Benefit |
|---|---|---|
| Scheduled Tasks | Compatibility updates, diagnostics, CEIP, usage reporting | Reduced CPU/disk usage |
| Storage Sense | Configured for safe cleanup | Automatic maintenance |
| Reserved Storage | 7GB+ update reserve | More usable storage |
| Content Delivery | Suggested apps, tips, ads | Cleaner experience |
| Security Pages | Unused security features | Simplified UI |
Configuration Location
All debloat tweak YAML files are located in:Disabled Scheduled Tasks
The following scheduled tasks are disabled:Application Experience
PcaPatchDbTask- Program Compatibility Assistant database updates
UCPD
UCPD velocity- Universal Control Panel Diagnostics
Diagnostics
Microsoft-Windows-DiskDiagnosticDataCollector- Disk diagnostic data collection
Customer Experience Improvement Program
Consolidator- CEIP data consolidationUsbCeip- USB device telemetry
Feature Flighting
UsageDataReporting- A/B testing and feature rollout data
YAML Structure
Debloat tweaks use several action types:Impact on System
Debloat tweaks provide:- Reduced startup time
- Lower idle CPU usage
- Less disk activity
- More available storage space
- Cleaner user interface
- Fewer background processes
- Improved system responsiveness
Safety Considerations
- All tweaks are reversible
- Tasks use
ignoreErrors: truefor version compatibility - Critical system tasks are not disabled
- Storage Sense preserves user data (Downloads, Recycle Bin)
- Reserved storage can be re-enabled if needed for major updates