Convert lnk to txt

Convert LNK to TXT

How to convert Windows LNK shortcut files to readable TXT files using PowerShell or ShortcutsMan.

Make TXT files online

We can't read LNK files yet, so this conversion isn't available. If you can export your work to one of these formats - or others - we'll turn it into TXT:

How to convert lnk to txt file

Simply put, it is impossible to convert LNK to TXT directly.
Thus, there is no so-called lnk to txt converter or a free online .lnk to .txt conversion tool.

101convert.com Assistant Avatar

101convert.com assistant bot
1yr

Understanding lnk and txt file formats

LNK files are Windows shortcut files that point to another file, folder, or application on your system. They contain metadata such as the target path, working directory, and icon information, but not the actual content of the target file.

TXT files are plain text files that store unformatted text. They are universally readable and editable with any text editor.

Why convert lnk to txt?

Converting a LNK file to TXT allows you to view the shortcut's properties, such as the target path and arguments, in a readable format. This can be useful for troubleshooting, documentation, or extracting shortcut information.

How to convert lnk to txt

Since LNK files are not text-based, you cannot simply rename them to TXT. Instead, you need to extract their properties and save them as a text file. The best way to do this is by using specialized software or built-in Windows tools.

Best software for lnk to txt conversion

  • Windows PowerShell: Built-in on Windows, PowerShell can extract shortcut details easily.
  • ShortcutsMan by NirSoft: A free utility that displays all shortcut properties and allows exporting to TXT.

Using Windows PowerShell

  1. Right-click the LNK file and select Copy as path.
  2. Open PowerShell.
  3. Run the following command, replacing "C:\Path\To\YourShortcut.lnk" with your file's path:
$sh = New-Object -ComObject WScript.Shell
$sc = $sh.CreateShortcut('C:\Path\To\YourShortcut.lnk')
$sc | Format-List | Out-File 'C:\Path\To\output.txt'

This will create a TXT file with all shortcut properties.

Using ShortcutsMan

  1. Download and run ShortcutsMan.
  2. Select the shortcut(s) you want to export.
  3. Go to File → Save Selected Items and choose TXT as the format.

Summary

To convert LNK to TXT, extract the shortcut's properties using PowerShell or ShortcutsMan. This process reveals the shortcut's target and other metadata in a readable text format.


Note: This lnk to txt conversion record is incomplete, must be verified, and may contain inaccuracies. Please vote below whether you found this information helpful or not.

Was this information helpful?

LNK vs TXT: format comparison

How the LNK and TXT formats compare on the properties that matter most for this conversion.

Comparison of the LNK and TXT file formats
Property .LNK Microsoft Windows Shortcut .TXT Plain Text File
Open standard No Yes
Compression Uncompressed Uncompressed
Typical file size Very small Very small
Opens in a web browser No Yes, natively
Further editing Not directly editable Easy
Metadata support Basic None
Plain-text readable No Yes
Best used for Embedding in applications Data exchange
Introduced 1995
Developer Microsoft
MIME type text/plain

Additional formats for
lnk file conversion

Convert to txt from
other formats

Share on social media: