Win+R, type regedit
then Enter
BACK UP YOUR REGISTRY.
- Select
Computer
- File -> Export
- Put somewhere safe.
- Double click that file to restore Registry to where you started.
Go to key HKEY_CLASSES_ROOT\.lnk
Now, since I have NO IDEA how they possibly did this (I couldn't figure it out at least), I'm not sure what your key looks like. But here's mine below (Win8), I suggest looking for things that are out of place and removing them. FYI @= means the key value name is (Default)
and what follows in quotes is whats in the Data field.
HKEY_CLASSES_ROOT\.lnk
@="lnkfile"
HKEY_CLASSES_ROOT\.lnk\ShellEx
@=""
HKEY_CLASSES_ROOT\.lnk\ShellEx\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} (x4)
(These four keys look like they might be system dependent)
HKEY_CLASSES_ROOT\.lnk\ShellNew
"NullFile"=""
"IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,36,00,37,00,36,00,39,00,00,00
"ItemName"="@shell32.dll,-30397"
"Handler"="{ceefea1b-3e29-4ef1-b34c-fec79c4f70af}" (Probably system specific)
"MenuText"="@shell32.dll,-30318"
"NullFile=""
HKEY_CLASSES_ROOT\.lnk\ShellNew\Config
"DontRename"=""
I'd delete any other key you see in there, especially one that references Word. Typically that would be a ContentType
key or a "Word.Document.#"
entry as the @= value rather than "lnkfile"
It might be helpful to export only your
HKEY_CLASSES_ROOT\.lnk
registry key and paste the contents of the resulting text file (open in notepad to see) in your question. – PatKilg – 2013-07-11T12:51:26.147