> [!tldr] Credit to [PizzaBlu](https://pizzablufx.com) for finding this # What is it? (PC Only) This will allow you to save as many settings configuration files as you want # Setup 1. In Overwatch, set and save your settings as desired 2. Close Overwatch 3. Find your Overwatch Settings folder (located in `Documents\Overwatch\Settings`) 4. Copy the file `Settings_v0.ini` 5. On your desktop (or anywhere else) create a folder 6. Paste the file `Settings_v0.ini` in that folder 7. (Optional) Create a shortcut of `Documents\Overwatch\Settings` for faster access 8. Now you can replace at any time # Even faster with AutoHotkey (Windows only) *AutoHotkey is a free, open-source scripting language for Windows* If you don't already have AutoHotkey installed, you can get it [here](https://www.autohotkey.com/) or on [GitHub](https://github.com/AutoHotkey/AutoHotkey/releases) 1. Install AutoHotkey 2. Create a text file in the same folder as your **Saved Settings 🅱️** 3. Copy and paste **this ⬇️** inside ``` #Requires AutoHotkey v2.0 FileCopy "Settings_v0.ini", A_MyDocuments "\Overwatch\Settings", 1 ; The 1 at the end means it overwrites the destination file ``` 4. Save the file with any name you want ==BUT== replace the extension **.txt** with **.ahk** (like this `CopyMySettings.ahk`) 5. Done! Click on the script (`CopyMySettings.ahk`) to replace your **Saved Settings 🅱️** with your **Original Settings 🅰️** ## Want to add the script to your Start Menu? 1. Go in your **Saved Settings 🅱️** folder 2. Create a shortcut of your script (`Right Click` > `Show more option` > `Create shortcut`) 3. Copy it 4. Press `⊞ Win` + `R` 5. Type and enter `shell:programs` to open the Start Menu Programs Folder 6. Paste it here 7. Open your Start Menu (`⊞ Win`) 8. Start typing the name of your script to find it (e.g. `CopyMySettings.ahk`) 9. Click on `📌Pin to Start` 10. Done! All you have to do it open the Start Menu and click on the script!