Skip to content

Instantly share code, notes, and snippets.

@cecilemuller
Last active July 23, 2023 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cecilemuller/a9bf4a0a2a7347d097ca7e5700a77d52 to your computer and use it in GitHub Desktop.
Save cecilemuller/a9bf4a0a2a7347d097ca7e5700a77d52 to your computer and use it in GitHub Desktop.
PowerShell: parse .lnk file
$sh = New-Object -ComObject WScript.Shell; $sh.CreateShortcut("example.lnk").TargetPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment