1

I wanted to set up Xenia on my computer, which is an emulator that used .xex files. While loading the game, I wanted to always open my .xex ROM with Xenia, and so I clicked Open with, selected xenia and selected "always open with".

However, this process has somehow caused Windows to also run .exe files with Xenia. I am now unable to open ANY programs, as they all just open Xenia, even Xenia itself is not working. All programs also now take the icon of Xenia. I have tried deleting the Xenia file and restarting according to another thread, but it does not seem to reset the extension override. .lnk files also stopped working for me.

Any help would be appreciated.

1 Answers1

2

Open Explorer which should still work, enable showing file extensions in its settings. Then create a .bat file, edit it with Edit from the right-click menu and just put cmd in it. Then you can use reg.exe to change the value if you have sufficient permissions:

reg add HKCR\.exe /ve /t REG_SZ /d exefile
Jan0660
  • 36