Skip to content

Releases: tinodin/AutoOS

v1.3.2.1

31 Mar 13:34

Choose a tag to compare

v1.3.2.1 Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.3.2.1

31 March 2026

  • Fix SoundPage device refresh and launching SoundHelper when no input / output device 862c7b7
  • Improve Windows Defender Enable toggle cd739ba
  • Change "Heterogeneous short running thread scheduling policy" to "All processors" 2052b0b
  • 1.3.2.1 Pre-release b3bffcc

v1.3.2.0

30 Mar 23:12

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.3.2.0

31 March 2026

  • Add Sound Page and SoundHelper to replace LowAudioLatency c95be47
  • Improve Energy & Power Tab Button Layout and add Duplicate and Restore 3a859ac
  • Support all sound formats 490f742
  • Support Windows Sleep function c79e07a
  • Remove deprecated NVIDIA stuff a964fbc
  • Remember Stage / Action and continue from there if cancelled b688760
  • Fix Sound Page Volume Slider if Volume cannot be changed 6d79cf5
  • Fix Errors after ValveKeyValue update 23c0766
  • Kill AppX process before updating ce240f7
  • Update StartupStage a2ebb95
  • Add Raw Mouse Throttle Values afa268c
  • Fix Intel GPU Update check error by using curl.exe instead of Puppeteer a010528
  • Fix error if no active audio devices 5d3eb61
  • Rename Setting 899f6fa
  • Fix Copy AC / DC Value not using updated data 1605155
  • Fix typo 9d56a39
  • Update workflow f34a99a
  • Bump version b579813

v1.3.1.1

22 Mar 20:10

Choose a tag to compare

v1.3.1.1 Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.3.1.1

22 March 2026

  • Update Powerplan 16cf964
  • Fix Error when Steam game has invalid release date 85335ad
  • Update Fortnite GameUserSettings.ini 4c5ae64
  • Update Everything version f668b6e

v1.3.1.0

21 Mar 14:40

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.3.1.0

21 March 2026

  • Disable RegistryWriteVirtualization and FileSystemWriteVirtualization
  • Add RegistryHelper.cs to completely replace NSudo.exe
  • Add StartService(), StopService(), CreateService(), SetStartupType() and DisableFailureActions() to ServicesHelper.cs
  • Add TaskSchedulerHelper to replace disablescheduledstasks.ps1 and schtasks.exe/PowerShell calls
  • Disable specific scheduled tasks instead of wildcard matches
  • Add StoreHelper.GetVersion to replace PowerShell calls
  • Add StoreHelper.Remove() and StoreHelper.Deprovision to replace PowerShell calls
  • Add StoreHelper.Update() to replace updateappx.ps1 and show progress in MB
  • Fix StoreHelper.Install()
  • Install Microsoft Windows App Runtime
  • Fix Windows Security Page toggling Windows Defender being stuck
  • Fix iCloud, WhatsApp, 1Password and Qobuz Installation
  • Fix Error if double pressing close button in AutoOS Installer
  • Fix Resume button in AutoOS Installer if multiple errors
  • Fix Secondary Keyboard Layout not being activated
  • Fix Crash if scrolling quickly in Energy & Power Page
  • Move functions from Actions.cs into their appropriate Helpers
  • Delete files after use in AutoOS Installer
  • Add Progress Percentage to AutoOS Installer
  • Centralized Stages logic
  • Improve Margins all around the app
  • Convert startallback.ps1 to C#
  • Convert pausewindowsupdates.ps1 to C#
  • Convert groupservices.ps1 to C#
  • Convert a lot of cmd.exe calls into native C#
  • Remove a lot of unnecessary await Task.Run() calls
  • Disable Dynamic Performance States (P-States) by default
  • Update Windhawk Start Menu Styler Mod

v1.3.0.0

12 Mar 13:22

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.3.0.0

12 March 2026

  • Add StoreHelper to replace getmicrosoftstorelink.ps1 03a7eff
  • Implement ReadWriteHelper using WinRing Driver 6dc6090
  • Replace imod.ps1 with DeviceHelper and remove HID Devices Setting c49b8bd
  • Introduce standalone AutoOS Updater and AutoOS Pre-release option 4415184
  • Fix AutoOS Startup IMOD and improve UI 0a96893
  • Add Dynamic Performance States (P-States) Setting for NVIDIA GPUs f14bf18
  • Fix Installer Icon Quality 065f9fa
  • Make sure InstallLocation path is formatted correctly 2aa3fb3
  • Only show updater if there are actions to perform eb200a3
  • Update Windhawk Mods 3c8deae
  • Update certificate if expired fa66e38
  • Fix Steam Games is running check and add blur 130d51f
  • Make search box function in compare mode in Energy & Power Page 225c7af
  • Use DecodePixelHeight on Images in Games Tab to lower Ram usage d63ca34
  • Fix stuck on updater e940a74
  • Improve Update Check 38c9e65
  • Disable new Windows Start Menu Layout in unattend.xml 0b31993
  • Bump version 390ebe1
  • Improve UpdateStage f76235b
  • Don't run updater if no previous version 1e168a9
  • Pre-release test b83a724
  • Allow for searching by GUID in Energy & Power Page 68b2b0a
  • Move MainWindow and StartupWindow into Views 86fd022
  • Update Link 593a1f0

v1.2.9.0

01 Mar 21:29

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.2.9.0

1 March 2026

  • Make Per-CPU Scheduling Tab use SetupAPI using DeviceHelper 6097a87
  • Make AutoOS NativeAOT Compatible b43a9da
  • Skip Steam Games if coming soon e1340ff
  • Skip Steam Games if coming soon e173af9
  • Make Energy & Power Page load faster and fix some issues 8dea7b0
  • Fix Energy & Power Page Tooltips d922022
  • Update workflow f0f399e
  • Fix League Of Legends Games tab error 7e535fa
  • Bump version 5e281a3
  • Fix AMD Radeon Graphics no driver found 98d4565
  • Fix GPU Update checks 63a366a
  • Enable Publish AOT f1cce6a
  • Leave VBSCRIPT Capability installed 187e44e

v1.2.8.0

20 Feb 23:41

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.2.8.0

20 February 2026

  • Replace all DllImports and LibrarayImports with NativeMethods (PInvoke) 6cc39c0
  • Implement AMD GPU Update checking and support for all GPUs, Allow for GPU Driver Installation from AutoOS Settings, Restructure Helpers and files db87d51
  • Fix Toggling HDMI/DP Audio not saving 0cb5575
  • Improve ServicesHelper and add better logging 1051e33
  • Add ProcessesHelper, ServicesHelper and replace a lot of System.Management calls f65a516
  • Fix HDMI/DP Audio State detection causing freezes in various parts of the app 6da659f
  • Fix some errors 01867ee
  • Add Intel GPU Update check functionality 7fa1b9d
  • Add Separate Monitor Helper 1fb9ea2
  • Add RamHelper 31f0ee1
  • Fix OptionalFeatureStage 7335c7b
  • Fix Steam Games error because of API changes 76a4ae1
  • Remove Brave initial preferences 70c7e25
  • Fix Intel GPU Update Check if driver is installed 71b37e8
  • Remove leftover button cdc4c0b
  • Fix deploy.ps1 if Bitlocker doesn't exist cea9cf4
  • Bump version 2bd3603
  • Disable Language Hotkeys 64b3821
  • Fix Filters not working in NVIDIA App 0aa46d7

v1.2.7.0

13 Feb 17:13

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.2.7.0

13 February 2026

  • Remove unnecessary options from Services & Drivers Page 0a3e11a
  • Improve unattend.xml registry 76c6c25
  • Disable Virtualization-based Security (VBS) and add a toggle for it 694032e
  • Improve AMD GPU Settings 6cd7b83
  • Fix for 23H2 users e03c02d
  • Fix Update 4371465
  • Set Global C-state Control to Enabled on X3D Chips 64998b5
  • Implement Retry Logic for Microsoft Store Downloads because servers are down right now 01d7403
  • Fix for 23H2 users f66ed8f
  • Disable "Minimize to system tray" for WhatsApp, Install Process Explorer without replacing Task Manager 436772b
  • Improve Stop Processes 7daa9a7
  • Fix Steam Games Import 7876ce4
  • Bump version 3f5997e
  • Update README.md 460b0ca
  • Improve Steam and Git Installation 28d0e0e
  • Enable Scroll Wheel for Alt Tab 3eeab8d
  • Fix OBS Settings with multiple GPUs d12733a
  • Add Pin Visual Studio Code to taskbar 80461ed
  • Update Google Drive Link e2bcee7
  • Update README.md 41b3c77

v1.2.6.0

07 Feb 00:16

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.2.6.0

7 February 2026

  • Add GPU Detection in AutoOS Installer and toggling HDMI/DP Audio 7b45b64
  • Add ClassicWindowSwitcher, Make Sort by Time Played Default, Make Stop Processes Async fcf460d
  • Make Toggling Windows Defender compatible with newer Windows Versions f4f50f7
  • Move to 25H2 270b966
  • Rework OptionalFeatureStage f1fd8c1
  • Improve Play button in Games Tab 66f0885
  • Fix Intel iGPU Detection 309ae59
  • Improve Energy & Power Page Compare Column Widths e941491
  • Bump version e189fb4
  • Enable native NVME support e11772c
  • Dont exit the script if not enough space 14ab854

v1.2.5.0

01 Feb 14:53

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.2.5.0

1 February 2026

  • Improve Energy & Power Page e0ad183
  • Add Edit, Delete and Export to Energy & Power Page edf0b3e
  • Bump version bc76a9c
  • Fix Energy & Power Page Crash when changing Value based settings ccc897e
  • Fix some Steam Games not showing up d39bb28
  • Update README.md fbb114a
  • Adjust MMCSS 6858904
  • Disable Notepad Wordwrap and Spellcheck a4b546d