shortcuts

  • Welcome to ITBible, we're your #1 resource for enterprise or homelab IT problems (or just a place to show off your stuff).
  1. WizardTux

    PowerShell Create URL Shortcuts

    Just a quick script on creating URL Shortcuts, defaults to the Public user desktop and has support for custom icons. param ( [string]$Path, [Parameter(Mandatory=$true)] [string]$Name, [Parameter(Mandatory=$true)] [string]$URL, [string]$IconUrl, [string]$IconPath =...