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.
Bookmark this Page!
BlinkList | del.icio.us | Digg it | Furl | reddit | Spurl | StumbleUpon |
Related Posts
- Restore Missing Pin to Start Menu Context Menu Option in Windows XP
- How to Remove NVIDIA Control Panel From the Context Menu
- “Copy Target URL” Context Menu Option for Internet Shortcut (.Url) Files
- Add Quick Launch (Create Shortcut) Option to the Send to Menu in Windows XP/Vista
- Adding the Run as Administrator Option for .VBS and .JS Files
- Search… Context Menu Option Removed in Windows 7 and Vista Service Pack 1
- Add “Open File Location” To the Context Menu for Shortcuts in Windows XP
- Add the “Open With Notepad” Context Menu Option for All File Types
- Add Select All Option to the Context Menu in Windows Vista
- Add Google Search Option to the Right-Click Menu in Internet Explorer
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.