How to resolve Kodi Freezing on Exit
There are two folder where you need to insert new text for the Exit Button. But first you must unhide the Hidden Items in Windows folders by choosing the check box to show Hidden Items in Windows Explorer.
FOLDER 1
C:\Program Files (x86)\Kodi\addons\skin.confluence\720p
1. Navigate to your Kodi addons installation folder C:\Program Files x86\Kodi\addons
2. Find the folder for the skin you are using (default skin is Confluence) located in skin.confluence
3. In subfolder 720p open the DialogButtonMenu.xml file in Notepad and search for the word Quit
4. Change the line <onclick>Quit()</onclick> to
<onclick>System.Exec ("taskkill.exe /im Kodi.exe /f")</onclick>
5. Save and exit.
FOLDER 2
Look for your login name in C:\Users\
C:\Users\Your Name\AppData\Roaming\Kodi\addons\skin.confluence\720p
1. Navigate to your Kodi addons installation folder in C:\Users\your name.
C:\Users\Your Name\AppDate\Roaming\Kodi\addons\skin.confluence\720p
2. Find the folder for the skin you are using (default skin is Confluence) located in skin.confluence
3. In subfolder 720p open the DialogButtonMenu.xml file in Notepad and search for the word Quit
4. Change the line <onclick>Quit()</onclick> to
<onclick>System.Exec ("taskkill.exe /im Kodi.exe /f")</onclick>
5. Save and exit.
This should have fixed Kodi Exit freezing in Windows.