Skip to content

Instantly share code, notes, and snippets.

@uemuraj
Created June 3, 2021 07:18
Show Gist options
  • Save uemuraj/300ae1becd33c2e93123c3eb5c9354fa to your computer and use it in GitHub Desktop.
Save uemuraj/300ae1becd33c2e93123c3eb5c9354fa to your computer and use it in GitHub Desktop.
Windows のショートカット( *.lnk ファイル)の設定内容を確認する
@powershell -Command "(New-Object -ComObject WScript.Shell).CreateShortcut("""%~dpf1""")"
@uemuraj
Copy link
Author

uemuraj commented Jun 3, 2021

実際には PowerShell のワンライナーです。とりあえずバッチファイルにしてあります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment