It`s simple when you know how ! Tech,Tutorials How to resolve Kodi Freezing on Exit

How to resolve Kodi Freezing on Exit

Here is what you need to change in order to solve Kodi freeze when exiting the software, Navagate to :

C:\Program Files (x86)\Kodi\addons\skin.confluence\720p

Then Localte and open the file : DialogButtonMenu.xml

with notepad or any other TXT editor and Change  the line:

From <onclick>Quit()</onclick>      To      <onclick>System.Exec (“taskkill.exe /im Kodi.exe /f”)</onclick>
Save and exit the file
Another localtion to change the file is :

C:\Users\Your Name\AppData\Roaming\Kodi\addons\skin.confluence\720p

Then Localte and open the file : DialogButtonMenu.xml

with notepad or any other TXT editor and Change  the line :

From <onclick>Quit()</onclick> To <onclick>System.Exec (“taskkill.exe /im Kodi.exe /f”)</onclick>
Save and exit the file


Good Luck

4 thoughts on “How to resolve Kodi Freezing on Exit”

  1. Ok I’m on 17.6 estuary and I can only find the file in my program files I cannot find any file in the Kodi folder.

  2. I am on Kodi v18.7 “Leia”.
    For me I had to edit the file here:
    C:\Program Files (x86)\Kodi\addons\skin.estuary\xml\DialogButtonMenu.xml

    I had to open notepad as an administrator in order to allow me to save the file once edited. I had to remove the quotes for the taskkill command to execute.

    Replacing Quit() with:
    System.Exec (taskkill.exe /im Kodi.exe /f)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post