May 29, 2016
How to create a StartMenu link on the Desktop with PowerShell
Introduction With the interface changes to Windows 8 and above we see the ease of adding shortcuts by dragging or right clicking on the StartMenu links and sending to the desktop diminished, but with PowerShell we can easily automate creating links to folders and applications. In this post we will see just how easy it is to create these links. Code The code is simple, we will need to create a... read more