1. Bicom Systems
  2. Solution home
  3. PBXware
  4. create shortcut on desktop windows 11

Create Shortcut On Desktop Windows 11 __full__ May 2026

$Desktop = [Environment]::GetFolderPath("Desktop") $Name = [System.IO.Path]::GetFileNameWithoutExtension($TargetPath) $ShortcutPath = Join-Path $Desktop "$Name.lnk"

$WScript = New-Object -ComObject WScript.Shell $Shortcut = $WScript.CreateShortcut($ShortcutPath) $Shortcut.TargetPath = $TargetPath $Shortcut.Save() create shortcut on desktop windows 11