- Reaction score
- 148
- Location
- Port-Vendres France
Hi everyone,
Since it became usual on new viruses to damage the executable file extensions I decided to write a tool to solve this problem. It's called ExeFixer (See screenshot below).
Writing this tool became very interesting. Initially it was meant to only fix some file exensions and run executable files even if the .exe extension was deleted. But in the meantime I remembered some other fixes I could add to it, and it became a nice set of tools to fix common issues caused by the latest virus.
It's already working fine, tested it on most OS (x64 and x86) but it's very rare that I have a pc with Windows 2000 to fix and at this moment I don't have anyone. This is where I could use some help.
I'm pretty sure that the extension registry values are the same in windows 2k than in xp, but I wanted to be sure before uploading the tool.
So if anyone of you is willing to export these registry keys from a windows 2000 OS and upload the code I'd be very grateful. by the way, I need the code for these keys:
HKEY_CLASSES_ROOT\.exe
HKEY_CLASSES_ROOT\exefile
HKEY_CLASSES_ROOT\.msi
HKEY_CLASSES_ROOT\Msi.Package
HKEY_CLASSES_ROOT\.reg
HKEY_CLASSES_ROOT\regfile
HKEY_CLASSES_ROOT\.bat
HKEY_CLASSES_ROOT\batfile
HKEY_CLASSES_ROOT\.cmd
HKEY_CLASSES_ROOT\cmdfile
HKEY_CLASSES_ROOT\.com
HKEY_CLASSES_ROOT\comfile
I'm also integrating ExeFixer features in the new version of my virus removal tool: UVK, So I need this code to finish both.
Thanks in advance.
Since it became usual on new viruses to damage the executable file extensions I decided to write a tool to solve this problem. It's called ExeFixer (See screenshot below).

Writing this tool became very interesting. Initially it was meant to only fix some file exensions and run executable files even if the .exe extension was deleted. But in the meantime I remembered some other fixes I could add to it, and it became a nice set of tools to fix common issues caused by the latest virus.
It's already working fine, tested it on most OS (x64 and x86) but it's very rare that I have a pc with Windows 2000 to fix and at this moment I don't have anyone. This is where I could use some help.
I'm pretty sure that the extension registry values are the same in windows 2k than in xp, but I wanted to be sure before uploading the tool.
So if anyone of you is willing to export these registry keys from a windows 2000 OS and upload the code I'd be very grateful. by the way, I need the code for these keys:
HKEY_CLASSES_ROOT\.exe
HKEY_CLASSES_ROOT\exefile
HKEY_CLASSES_ROOT\.msi
HKEY_CLASSES_ROOT\Msi.Package
HKEY_CLASSES_ROOT\.reg
HKEY_CLASSES_ROOT\regfile
HKEY_CLASSES_ROOT\.bat
HKEY_CLASSES_ROOT\batfile
HKEY_CLASSES_ROOT\.cmd
HKEY_CLASSES_ROOT\cmdfile
HKEY_CLASSES_ROOT\.com
HKEY_CLASSES_ROOT\comfile
I'm also integrating ExeFixer features in the new version of my virus removal tool: UVK, So I need this code to finish both.
Thanks in advance.