windows-shortcuts icon indicating copy to clipboard operation
windows-shortcuts copied to clipboard

A Node.js API for creating, editing, and reading Windows shortcuts (.lnk files).

Results 6 windows-shortcuts issues
Sort by recently updated
recently updated
newest added

# Overview windows-shortcuts is a Create, edit, and query Windows shortcuts (.lnk files) This package is vulnerable to Command Injection. It is possible to run arbitrary code during a Windows...

![image](https://user-images.githubusercontent.com/2265048/45491827-42025e00-b79d-11e8-90db-f5d3c2f30fa7.png) But there is no "link target window not found" when I click, just no response. When target is not exists: ![image](https://user-images.githubusercontent.com/2265048/45491892-6cecb200-b79d-11e8-96fb-9ea245c1e257.png)

Here is a .Lnk file that the library does not open: https://www.dropbox.com/s/npt74o57x75062l/Kodi.zip?dl=1 It returns all values empty. And it's a Windows 10 App link, different from regular Lnks

Hi all.. When I fixed a shortcut in the windows toolbar. It does not consider the arguments declared in the shortcut. Is there any way to make this work?

In my electron app I am attempting to make shortcuts for items that can be in one of two languages, English and Japanese. Making a shortcut in English works fine....

I think switching to execFile should have fixed simple code injection issues. It's unclear to me whether this module should be expected to be secure with untrusted input, especially when...