// 3. Create the Shortcut (using Shell32 or custom library) // Note: Typically requires referencing IWshRuntimeLibrary or using a shell wrapper CreateShortcut(shortcutLocation, executablePath, "Launch " + appName);
Desktop Shortcut Creation Priority: Medium Category: User Experience / Accessibility