Switching Chroma Visualizer over pressing the key | Razer Insider

Switching Chroma Visualizer over pressing the key


Hi,
I wrote a little batch file to start and stop to Chroma Visualizer.
All you had to do to get this work:
- Create a batch file with the following code
code:
@echo off
tasklist.exe | findstr "ChromaVisualizer.exe" > nul
cls
if errorlevel 1 (
START "ChromaVisualizer" "C:\\Program Files (x86)\\Razer\\Synapse3\\AudioVisualizer\\ChromaVisualizer.exe"
) else (
taskkill -f -im ChromaVisualizer.exe
)
EXIT

- Start Razer Synapse and set the Chroma Visualizer to always Active
- Go to your Keyboard/Mouse/Mousepad settings click on any key and set the function to run a program navigate to the bat (show all files) and click on it
- Enjoy

Pls report bugs and feedback

Cheers

This topic has been closed for comments