Features • Getting Started • Screenshots • Build • Credits • License
AutoOS is a WinUI 3 application that automates Windows setup and optimization with a focus on gaming performance, privacy and system compatibility.
AutoOS Installer:
- Removes and disables 8.3 file names before installing Windows
- Creates a local user account
- Cleans up visual clutter
- Disables automatic driver/app installation via Windows Update
- Removes web results from Windows start menu
- Precompiles .NET assemblies to improve PowerShell loading time
- Pauses Windows Updates for 100 years
- Adds Recycle Bin to Quick Access
- Sets the correct Timezone, Regional format, Keyboard Layout and secondary language for your country
- Creates an optimized Power plan
- Adjusts Registry and Group Policies for Privacy, Work and Performance
- Disables selected Security features
- Adjusts Memory Management and Prefetching depending on disk type
- Automatically detects your GPUs and strips, installs and optimizes settings
- Allows for importing a preconfigured Custom Resolution Utility (CRU) profile
- Automatically sets your Monitors to their highest supported refresh rates
- Allows for importing a preconfigured MSI Afterburner overclock profile
- Installs OBS Studio with optimal settings depending on your GPU
- Adjusts your Ethernet and Wi-Fi adapters advanced settings
- Disables Audio Enhancements and optimizes MMCSS settings depending on your NIC driver
- Restores the Dolby AC-3 Feature on Demand to support Dolby Atmos on newer Windows Versions
- Disables Device Power Management features
- Enables MSI mode for supported devices, saves XHCI Interrupt Moderation (IMOD) data and disables it
- Disables some Scheduled Tasks
- Disables some unneeded Optional Features and removes some unneeded Capabilities
- Uninstalls and deprovisions unneeded AppX packages and updates all installed AppX to their latest version
- Installs Visual C++ Redistributable, Microsoft Edge WebView2 and DirectX Runtimes
- Installs selected Browsers with selected Browser Extensions and preconfigured settings
- Installs additional Image / Video Extensions
- Installs NanaZip, Everything, StartAllBack and Windhawk with Mods for Start Menu, Taskbar, File Explorer etc.
- Installs selected Apps for Office, Development, Music, Messaging, Launchers and disables their startup entries
- Imports the Epic Games Account from old Windows Install to the new one
- Imports / Links Epic Games and Steam titles from old Windows Install to the new one
- Sets Fortnite Frame Rate and Rendering Mode depending on your Monitor and GPU
- Automatically optimizes your GPU, XHCI and NIC Affinities depending on your CPU configuration
- Groups Services and disables failure actions
- Cleans up temporary files
AutoOS Settings:
- Manually adjust or import a Custom Resolution Utility (CRU) profile
- Check for GPU Driver Updates and install them without losing settings
- Toggle HDCP and HDMI/DP Audio for your GPUs
- Manually adjust or import an MSI Afterburner overclock profile
- Toggle OBS Studio Replay Buffer
- Manually adjust or automatically optimize GPU, XHCI and NIC Affinities
- Toggle Bluetooth Services and Drivers, Human Interface Devices (HID) and XHCI Interrupt Moderation (IMOD)
- Toggle Wi-Fi Services and Drivers and Wake-on-LAN (WOL)
- Adjust, Edit, Delete, Export, Import Power plans and compare them
- Toggle Services & Drivers States with configured functionality (Disable for Gaming and Enable for Work)
- Manually adjust or merge over 600 recommended BIOS Settings
- Clean up your drives
- Toggle Windows Security Options
- Toggle Windows Updates and set target version
- Custom Game Launcher supporting Epic Games, Steam, Riot Games, Eden, Citron and Ryujinx
- Check for Epic Games title updates
- Launch Games, Stop Processes and Restart Processes when done
- Switch between Epic Games and Steam Accounts
AutoOS Startup:
- Syncs the time
- Applies the MSI Afterburner profile
- Disables XHCI Interrupt Moderation (IMOD)
- Disables Device Power Management features
- Launches LowAudioLatency
- Launches OBS Studio
- Debloats Discord
- Cleans up temporary files
- Blank screen after installing the Graphics Driver: You may experience a blank screen in the App after installing the Graphics Driver. To fix this, resize the window, click the navigation pane button a few times or just wait until it rerenders the UI.
Note
If you want to change the display language of Windows, do so after AutoOS is fully set up.
Step 1: Before installing, please join my Discord Server to receive installation support and stay informed about future updates or changes.
Step 2: Download the latest Windows 25H2 ISO file from here (Log into your Google Account if you get an error). Other ISOs are not supported to guarantee consistency.
Step 3: Download your Ethernet, Wi-Fi and Bluetooth driver (No Audio, Chipset, etc).
Intel: Ethernet · Wi-Fi · Bluetooth
Realtek: Ethernet (Win10/Win11 Auto Installation Program (NDIS) - Not Support Power Saving)
If your device is older and not supported by these drivers go to the Drivers / Support page or your Mainboard / PC and download them from there.
On Prebuilts and Laptops you may need to disable VMD Controller in your BIOS or download the disk driver (Intel Rapid Storage Technology Driver) otherwise you may get a BSOD.
Extract all .zip files (for .exe files, there may be an extract option in the setup, otherwise use 7-Zip, NanaZip, or WinRAR to extract them) and move all extracted folders into one folder.
Step 4: Open PowerShell as Administrator.
Step 5: Paste this into the PowerShell window to download and run the deployment script.
$PSDefaultParameterValues['Invoke-WebRequest:UseBasicParsing'] = $true
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
irm https://raw.githubusercontent.com/tinodin/AutoOS/master/deploy.ps1 | iexIf you get any errors during the script, it’s most likely because your current operating system has disabled services that are required. Make sure to use a default installation of Windows to run the script.
Step 6: Once the script finished, restart your computer and boot into the default option. Make sure to keep your ethernet cable connected or connect to your WiFi in the setup. Then wait for Windows to finish installing.
Step 7: Once finished, wait for AutoOS to open up (On slower systems this may take a minute).
Step 8: Select your settings and click "Install AutoOS". This process will take around 30 minutes.
If you want to delete your old Windows partition and merge the unallocated space with the AutoOS partition, use Minitool Partition Wizard Free (decline each offer in the installer). Then use the Delete function on the old Windows partition and the Extend function on the AutoOS partition and max out the slider. Click apply and restart. Make sure to delete Minitool Partition Wizard Free again after you are done.
| Light | Dark |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| Light | Dark |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Ensure that your installation includes the appropriate workloads:
- On the Workloads tab of the Visual Studio installer, check:
- .NET Desktop Development
- WinUI Application Development
Clone the repository and run this in the terminal inside of Visual Studio.
dotnet nuget add source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json -n CommunityToolkit-Labs
If the debugger is not attaching to the process, you are required to set EnableLua to 0 and restart your PC. This has been a problem for 5 years and Microsoft hasn't provided a fix:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /fAmitxv / Valleyofdoom:
Thank you for your PC-Tuning Guide and your useful utilities.
Without your guide this project wouldn't exist. It inspired me to attempt to automate it and ultimately start this project.
Revi Team:
Thank you for SVCGROUP.ps1 and for first introducing me to custom ISOs.
Imribiy:
Thank you for your research on Configuring services and features and AMD GPU Tweaks.
djdallmann:
Thank you for your research on Network Performance.
m417z (Michael Maltsev):
Thank you for creating Windhawk and for helping me to publish my mod Auto Theme Switcher.
ghost1372 (Mahdi Hosseini):
Thank you for creating DevWinUI. It inspired me to learn C# and rewrite this project in WinUI 3. I appreciate your quick responses, fixes to issues, and the helpful workflow file, which I adapted for this project.
rgl (Rui Lopes):
Thank you for creating uup-dump-get-windows-iso, which I adapted to automatically build the latest Windows release in order to speed up and simplify AutoOS installation.
cschneegans (Christoph Schneegans):
Thank you for creating unattend-generator, which helps AutoOS installation to be seamless.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
-
NSudo
- Licensed under the MIT License.
- Source: M2TeamArchived/NSudo
-
nvidiaProfileInspector
- Licensed under the MIT License.
- Source: Orbmu2k/nvidiaProfileInspector
-
LowAudioLatency
- Licensed under the MIT License.
- Source: sppdl/LowAudioLatency
-
RadeonSoftwareSlimmer
- Licensed under the GNU General Public License v3.0.
- Source: GSDragoon/RadeonSoftwareSlimmer
- Changes: Added command line options for preinstall
- Fork: tinodin/RadeonSoftwareSlimmer
-
Service List Builder
- Licensed under the GNU General Public License v3.0.
- Source: valleyofdoom/service-list-builder
- Changes: Removed
shutdown /r /t 0from created lists, added--output-dirswitch because of MSIX restrictions. - Fork: tinodin/service-list-builder
-
Chiptool
- Licensed under the GNU General Public License v3.0.
- Source: LuSlower/chiptool
-
ClassicWindowSwitcher
- Licensed under the GNU General Public License v2.0.
- Source: Ingan121/ClassicWindowSwitcher
-
7-Zip
7-Zip
~~~~~
License for use and distribution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7-Zip Copyright (C) 1999-2025 Igor Pavlov.
The licenses for files are:
- 7z.dll:
- The "GNU LGPL" as main license for most of the code
- The "GNU LGPL" with "unRAR license restriction" for some code
- The "BSD 3-clause License" for some code
- The "BSD 2-clause License" for some code
- All other files: the "GNU LGPL".
Redistributions in binary form must reproduce related license information from this file.
Note:
You can use 7-Zip on any computer, including a computer in a commercial
organization. You don't need to register or pay for 7-Zip.
GNU LGPL information
--------------------
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You can receive a copy of the GNU Lesser General Public License from
http://www.gnu.org/
BSD 3-clause License in 7-Zip code
----------------------------------
The "BSD 3-clause License" is used for the following code in 7z.dll
1) LZFSE data decompression.
That code was derived from the code in the "LZFSE compression library" developed by Apple Inc,
that also uses the "BSD 3-clause License".
2) ZSTD data decompression.
that code was developed using original zstd decoder code as reference code.
The original zstd decoder code was developed by Facebook Inc,
that also uses the "BSD 3-clause License".
Copyright (c) 2015-2016, Apple Inc. All rights reserved.
Copyright (c) Facebook, Inc. All rights reserved.
Copyright (c) 2023-2025 Igor Pavlov.
Text of the "BSD 3-clause License"
----------------------------------
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may
be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---
BSD 2-clause License in 7-Zip code
----------------------------------
The "BSD 2-clause License" is used for the XXH64 code in 7-Zip.
XXH64 code in 7-Zip was derived from the original XXH64 code developed by Yann Collet.
Copyright (c) 2012-2021 Yann Collet.
Copyright (c) 2023-2025 Igor Pavlov.
Text of the "BSD 2-clause License"
----------------------------------
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---
unRAR license restriction
-------------------------
The decompression engine for RAR archives was developed using source
code of unRAR program.
All copyrights to original unRAR code are owned by Alexander Roshal.
The license for original unRAR code has the following restriction:
The unRAR sources cannot be used to re-create the RAR compression algorithm,
which is proprietary. Distribution of modified unRAR sources in separate form
or as a part of other software is permitted, provided that it is clearly
stated in the documentation and source comments that the code may
not be used to develop a RAR (WinRAR) compatible archiver.
--
- Source: 7-Zip
- Custom Resolution Utility (CRU)
Copyright (C) 2012-2022 ToastyX
https://monitortests.com/custom-resolution-utility
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software the rights to use, copy, and/or distribute copies of the
software subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies of the software.
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR
OTHER LIABILITY IN CONNECTION WITH THE USE OF THE SOFTWARE.
- Source: Custom Resolution Utility (CRU)










































