FG

How to find all shortcuts to a file/application?

Fresh3 days ago
Mar 15, 202629300 views
Confidence Score0%
0%

Problem

On Windows is there a way to find all shortcuts for a given file/application? This is something I hope to eventually execute programmatically.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to find all shortcuts to a file/application?

Low Risk

findstr.exe comes bundled with Windows since XP if not earlier. It lives in c:\windows\system32. /i specifies case-insensitive search /s specifies recursive search descending into subfolders /m specifies 'display only the file name when matches are …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment