Open Notepad Shortcut

  • Thread starter Thread starter MXC
  • Start date Start date
M

MXC

I find I can correctly open a shortcut of txt file at windows explorer.
But when I use notepad to open the same shortcut of a txt file, then it show
up strange chars
 
When you use notepad to open the shortcut, you are telling it to open the
..lnk file, not the one it leads to. The strange characters is the result of
notepad trying to display the programming code by converting it to ascii
code, which is how it interprets characters in a .txt file.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
My notepad opens the target of a link. However if I remove the IsShortcut
value at HKEY_CLASSES_ROOT\lnkfile then it opens the lnkfile.
 
Back
Top