Advanced Configuration

For advanced users who want to fine-tune their AtomOS installation. These modifications can significantly impact system performance and stability.

Important

Creating a system restore point before making registry changes is strongly recommended. Incorrect modifications can cause system instability.

SECURITY RISK

By opting to disable Windows Defender during the playbook installation, you acknowledge that you are assuming full responsibility for your system's security. This process permanently strips all Windows Security modules, including real-time protection, the Windows Firewall, reputation-based protection, and threat monitoring. Your system will have zero native defense mechanisms against malware, exploits, or network-based threats. Proceed only if you understand the implications of running an entirely unprotected operating system.

Registry Tweaks

Reduces the delay when hovering over menus.

performance.reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="0"

Processor Scheduling

Optimize for programs rather than background services.

cpu.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"="38"

Disable Animations

animations.reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:90,12,03,80,10,00,00,00

PowerShell Scripts

Remove Bloatware Apps

Remove pre-installed Windows apps

Configure Services

Optimize Windows services for performance

Privacy Settings

Configure telemetry and data collection

Network Optimizations

Apply network performance tweaks

Security Hardening

Additional security measures for enhanced protection:

System Hardening

LSASS protection, Credential Guard, virtualization-based security

Privacy Enhancements

Telemetry blocking, data collection opt-out, activity history disable

Advanced Troubleshooting

System File Checker

Run sfc /scannow to verify and repair system files

Disk Diagnostics

Use chkdsk and DISM tools for disk and image health

Backup Recommendation

Always create a system restore point and backup your data before applying advanced configurations.