-
Notifications
You must be signed in to change notification settings - Fork 344
Add (pin) shortcut to Start menu (or taskbar) #228
base: master
Are you sure you want to change the base?
Conversation
This thing has not made it in yet? |
Been a little busy, but that should be clearing up soon. :) |
Also fixed Dutch language |
I was wondering, is the If so, this becomes a hell of a lot easier:
|
A reminder that the old version that only works on English systems is still unfixed one year later: |
bump 2015 alert. We need this. |
And it's not in there yet? |
I thought we decided to prefer Install-ChocolateyShortcut over this - https://github.com/chocolatey/choco/blob/master/src/chocolatey.resources/helpers/functions/Install-ChocolateyShortcut.ps1 ? |
Where is the discussion about this? You might be right, but I have no Anyway, this needs to be automated in installZipPackage, where a lot of GUI There are a lot of new packages with GUI tools that (automatically) create Op vr 17 jul. 2015 om 14:00 schreef Rob Reynolds [email protected]:
|
This will pin items to the Start menu. This is developed and tested on
Windows 8
.I added support to pin items to the Taskbar (
-taskbar true
) instead of Start Menu, because this functionality is outdated here:https://github.com/chocolatey/chocolatey/blob/master/src/helpers/functions/Install-ChocolateyPinnedTaskBarItem.ps1
That one does not work in Windows 8, only <= Windows 7. Also, it does not work for any Windows language other than English.
This one works in 6 languages, and more if someone can add the correct words to the language arrays.