When you right-click a .inf, the Install command may be missing from the context menu. This happens due to a missing registry key related to .inf file type.
Note: Despite this problem, you can still run .inf files using the following command-line: (REF: InstallHinfSection Function)
The missing Install option can be restored by running the .reg fix below.
1. Download inffix_xp.zip and save to Desktop
2. Unzip the archive and extract the file inffix_xp.reg
3. Right-click inffix_xp.reg and choose Merge.
4. Click Yes when asked for confirmation.
Related Posts
- Restore Missing Pin to Start Menu Context Menu Option in Windows XP
- How to Remove NVIDIA Control Panel From the Context Menu
- Adding the Run as Administrator Option for .VBS and .JS Files
- “Copy Target URL” Context Menu Option for Internet Shortcut (.Url) Files
- Search… Context Menu Option Removed in Windows 7 and Vista Service Pack 1
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?





@David: For troubleshooting shell extensions, one could also try ‘”Method 2″ at http://windowsxp.mvps.org/slowrightclick.htm
This doesn’t always fix the problem. My system had the registry entries just as described.
BUT, I found that some programs install their own context menu items, these can be found in:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
On removing one of these, magically all my options re-appeared.
I used trial and error deleting one-by-one, after first taking a copy of the registry key (export) so i could get back if I needed to.