Hi,
Is it possible to have a restart button for DF?
I am forever changing items and need to restart DF to apply the new settings, this would be much easier if there was asimple way to restart the app.
I found another post of mine requesting a restart button back in 2012. The code was suggested and although I tried to add a timeout to it, it dosnt restart automatically giving the message as "Sorry, another instance of DisplayFusion is already running. Would you like to close the existing instance and use this one."
Any chance someone can help me debug the code?
REM Close DisplayFusion
"C:\Program Files\DisplayFusion\DisplayFusionCommand.exe" -closeall
T=10
REM Start DisplayFusion back up
start /b "" "C:\Program Files\DisplayFusion\DisplayFusion.exe"
Original post here: https://www.displayfusion.com/Discussions/View/suggestion-restart-button/?ID=367b9247-9602-49d5-9197-929902d279b0