Giter VIP home page Giter VIP logo

asus_aura_fix's Introduction

ASUS_Aura_fix

I always had to open Armory Crate at startup and restart the aura service due to other apps that could control my RGB lighting, so I made this small script to reset Aura service after boot.

Note that the script delay may not work for you and you might need to increase it.

In case you've got corsair iCUE or any other lighting app that messes up your Aura Armory Crate settings, I've created this script that runs on startup and fixes the lighting mode.

The script will not run if your execution policy is restricted. You need to run in a PowerShell window:

set-executionpolicy remotesigned

More about this here: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.2

In order to use it, please follow the steps.

  1. Go to Task Scheduler, right click on Task Scheduler Library and create a new folder
  2. Right click on the new folder and select Create a basic task
  3. Give it a name, and a description
  4. Trigger must be set to Log On
  5. Action is start a program and select PowerShell from the browse list (normally the path is: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe) and set as arguments:

-ExecutionPolicy Bypass <full_path_downloaded_script.ps1>

  1. click on Finish
  2. Now, we need to edit the new created task. Right click on it, and go to Properties. On the general tab, select Run with highest privileges and set the configuration for Windows 10.
  3. In Settings, I set the run on demand, running if start is missed and forced to stop in case of task not ending when requested.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.