Switching Chroma Visualizer over pressing the key | Razer Insider
Skip to main content

Switching Chroma Visualizer over pressing the key

  • July 3, 2019
  • 0 replies
  • 95 views

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 replies.