Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Alan Wade's profile on WallpaperFusion.com
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.
Aug 11, 2023  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
It's on our feature request list so I've added your vote to it :)

Thanks Alan!
Aug 11, 2023  • #2
Alan Wade's profile on WallpaperFusion.com
Quote:
It's on our feature request list so I've added your vote to it :)

Thanks Alan!

Thanks Owen
Aug 11, 2023  • #3
Alan Wade's profile on WallpaperFusion.com
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
Aug 27, 2023  • #4
Alan Wade's profile on WallpaperFusion.com
All sorted :)

Added Taskill to the batch file and that fixed it.

REM Close DisplayFusion
"C:\Program Files\DisplayFusion\DisplayFusionCommand.exe" -closeall taskkill /f
REM Start DisplayFusion back up
start /b "" "C:\Program Files\DisplayFusion\DisplayFusion.exe"

Added a shortcut to the Start Menu and happy now :)
• Attachment: 2023-08-28_13-15-29.png [48,108 bytes]
2023-08-28_13-15-29.png
2023-08-28_13-15-29.png
Aug 28, 2023 (modified Aug 28, 2023)  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)