Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 628 Bytes

HelpersInstallChocolateyDesktopLink.md

File metadata and controls

27 lines (16 loc) · 628 Bytes

Install-ChocolateyDesktopLink

This adds a shortcut on the desktop to the specified file path.

NOTE: This is deprecated in favour of [[Install-ChocolateyShortcut|HelpersInstallChocolateyShortcut]].

Usage

Install-ChocolateyDesktopLink $targetFilePath

Examples

Install-ChocolateyDesktopLink 'C:\tools\NHibernateProfiler\nhprof.exe'

Parameters

  • -targetFilePath

    This is the location to the application/executable file that you want to add a shortcut to on the desktop.

    Example: 'C:\tools\NHibernateProfiler\nhprof.exe'

[[Function Reference|HelpersReference]]