Atlas folder configuration
The Atlas Folder is located at C:\Atlas and contains configuration files and scripts that control your AtlasOS installation.
Folder structure
The Atlas Folder contains the following structure:
C:\Atlas\
├── Config\
│ ├── General.ini
│ └── Advanced.ini
├── Scripts\
│ └── CustomScripts.ps1
└── Logs\
Configuration files
General.ini
Contains general system settings and preferences for common tweaks and optimizations.
Info
Edit General.ini with a text editor like Notepad to customize basic AtlasOS settings.
Advanced.ini
Contains advanced configuration options for power users who want fine-grained control over AtlasOS behavior.
Advanced Users Only
Only modify Advanced.ini if you understand the implications of each setting. Incorrect changes may affect system stability.
Customization
Editing configuration files
- Navigate to C:\Atlas\Config
- Open the desired .ini file with a text editor
- Modify settings according to your preferences
- Save the file
- Restart your computer for changes to take effect
Tip
Always make a backup of configuration files before editing. You can copy them to another location for safekeeping.
Custom scripts
The Scripts folder allows you to add custom PowerShell scripts that run during AtlasOS initialization.
- Place your .ps1 script in C:\Atlas\Scripts
- Ensure scripts follow PowerShell best practices
- Scripts will execute automatically during system startup
Script Safety
Only run scripts from trusted sources. Malicious scripts can compromise your system security.
Logs
The Logs folder contains diagnostic information and error logs that can help troubleshoot issues with your AtlasOS installation.
If you encounter problems, check the logs directory for error messages and diagnostic information.
Related configuration
- Basic Settings - General configuration options
- Installation Guide - Initial setup