About 2,050,000 results
Open links in new tab
  1. What is inside a .lnk file? How does it work? - Super User

    Aug 19, 2017 · A lnk file is a link to a data object which may be something other than a file. Developers don't normally access the file contents directly but use system functions to create, modify, and …

  2. How do I "persuade" programs open an actual .lnk file in Windows 7?

    Jun 10, 2014 · A .lnk file in Windows is an actual file intended to be a shortcut to another file. However, I really do want to view the contents on the .lnk file itself. I'm finding it literally impossible to ...

  3. Create a shortcut (.lnk file) using PowerShell - Stack Overflow

    Aug 14, 2024 · I want to create a shortcut with PowerShell for this executable: C:\\Program Files (x86)\\ColorPix\\ColorPix.exe How can this be done?

  4. How to reset shortcuts (.lnk file) in Windows 7? - Super User

    Somehow I went to open a shortcut and Windows couldn't find the target but instead of pointing the shortcut to the .exe it pointed the .lnk file handler to the .exe, so now all my .lnk files are tr...

  5. How can I parse a .LNK shortcut from the Command Prompt in Windows?

    1 I think the problem is a .lnk file is a document that is interpreted by a program - Explorer.exe - just like a docx file would be handled by Word, or whatever. You'd have to write some sort of script to parse …

  6. file - Editing shortcut (.lnk) properties with Powershell - Stack Overflow

    Jan 27, 2009 · I've found a nasty VBS way to do this, but I'm looking for a native PoSh procedure to edit the properties of a .LNK file. The goal is to reach out to remote machines, duplicate an existing …

  7. How do I create a shortcut via command-line in Windows?

    May 4, 2015 · The shortcut created isn't a traditional .lnk file, but it should work the same nevertheless. Be advised that this will only work if the .bat file is run from the same drive as your startup folder.

  8. How to reset shortcuts (.lnk file) in windows 11? - Super User

    Feb 3, 2022 · The primary source of file associations is HKEY_CLASSES_ROOT, which in modern Windows versions is a merged view of the per-user HKCU\Software\Classes and the system-wide …

  9. Custom shortcut keys to .lnk files doesn't work anymore in Windows 11

    May 28, 2023 · The shortcut file (.lnk) points to the correct path of the executable and is placed on the dekstop. I have used cmd commands to hide the .lnk file with attrib +h +s +r filename.lnk. I tried …

  10. How do I create a shortcut (.lnk) with a relative target?

    I wish that Microsoft would create a new supported utility or Powershell Cmdlet to facilitate the creation of relative .lnk files or make NTFS links work more like Linux symbolic links.