This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # | |
| # OpenRGB-startup.pyw | |
| # | |
| # Started by Windows Task Scheduler on login or when resuming from sleep | |
| # | |
| # Requires openrgb-python: https://github.com/jath03/openrgb-python/ | |
| # | |
| ''' | |
| │ This script is loosely based on nullxception's OpenRGB startup script: | |
| │ https://gist.github.com/nullxception/230bf4091758d87d73fa05d843b98b56 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ' Disables Vanguard from starting when you boot your computer | |
| Call CreateObject("Shell.Application").ShellExecute("cmd.exe", "/c ""sc config vgc start= disabled & sc config vgk start= disabled""", "", "runas") |