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

  1. Navigate to C:\Atlas\Config
  2. Open the desired .ini file with a text editor
  3. Modify settings according to your preferences
  4. Save the file
  5. 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.

  1. Place your .ps1 script in C:\Atlas\Scripts
  2. Ensure scripts follow PowerShell best practices
  3. 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.