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[/CODE]
- 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
Sign up
Already have an account? Login
Log in with Razer ID to create new threads and earn badges.
LOG INEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.