Hi, I came across this article and would like to share this useful little taskbar shortcut for Windows 11 (Windows 10 see below); that may save you some time on the next application freeze; especially dedicated to the followers of the “Sim hangs at Quit to Desktop - MSFS 2024” and Msfs 2020 will not shut down fully thread. The shortcut adds the option to “end task” on application right-click on the taskbar.
The constant hangs are quite omnipresent right now in both MS2020 and MS2024 - and with the Nvidia driver instability. I look forward to fixes but until then, if you would like to add the shortcut…
Please remember; applications may appear to have crashed but may be processing. It’s often advised, to let the program finish carrying out its task. Use this with caution.
“force-closing” means immediately terminating the process; which could result in loss of data
Here the three simple steps to add the shortcut:
Step 1 - Open Settings:
Step 2 - Open “For developers” settings:
Step 3 - Enable End Task - Taskbar shortcut
Alternative for Windows 10 or - The DIY–way for Windows 10 / 11:
Part 1 - Batch file to terminate Flight Simulator (Windows 10/11)
-
In the Folder Options; disable “Hide extensions for known file types”, so you can rename the file type extensions:
-
Open Notepad and copy / paste the following command:
-
taskkill/im FlightSimulator.exe
-
In Notepad, use save as, save the file to your desktop as something like
end MS2020.bat
(remove.txt)
-
That’s it, for creating a batch file to quickly force-close Microsoft Flight Simulator 2020. (For Microsoft Flight Simulator 2024, change the process name to FlightSimulator2024.exe)
-
Try it out: open Flight Simulator, wait for the initial “cloud sync” window (if it appears) and use the batch file you created.
Part 2 - Pin to Taskbar (Windows 10/11)
To pin to the taskbar is more indirect; because you cannot drag and drop the .bat file onto your taskbar. There are probably multiple ways of pinning it to your taskbar; here is one way, from the earlier thread:
- Save the .bat file to a folder, where you will permanently save the file for use (you will need your .bat file for the shortcut to work).
- Rename the .bat file to
end MS2020.exe
- Drag the .bat file to the taskbar.
- Rename the .bat file back to
end MS2020.bat
- Right-click on the new icon, that appeared on your taskbar and change the path of the target from
end MS2020.exe
toend MS2020.bat
- Open MS2020 and give it a try.
Please feel free to ask any questions in the comments below .