Skip to content

Instantly share code, notes, and snippets.

@ardenasasvc
Created November 28, 2022 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ardenasasvc/3c4b3d28a7f2691d2a5e10a31d0fd3cf to your computer and use it in GitHub Desktop.
Save ardenasasvc/3c4b3d28a7f2691d2a5e10a31d0fd3cf to your computer and use it in GitHub Desktop.
gists for home
# sometimes the hue option is greyed out within signalrgb and I need to reset signal's hue integration. deletes the associated registry key. source of original idea: https://www.reddit.com/r/SignalRGB/comments/vdw8ss/comment/icoremm
Remove-Item -Path HKEY_CURRENT_USER\SOFTWARE\WhirlwindFX\SignalRgb\philips -Force -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment