diff --git a/Create-HotKeyLNK.ps1 b/Create-HotKeyLNK.ps1 index 9399361..d1330d0 100644 --- a/Create-HotKeyLNK.ps1 +++ b/Create-HotKeyLNK.ps1 @@ -24,6 +24,10 @@ function Create-HotKeyLNK { Path to an exe for an icon. Defaults to Internet Explorer. Use "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,13" for PDF extension. + .PARAMETER PDFIcon + + Switch to create an icon with a PDF logo + .PARAMETER HotKey HotKey to bind to. Defaults to "CTRL+V".