Skip to content

Instantly share code, notes, and snippets.

@kpietralik
Last active March 31, 2018 16:41
Show Gist options
  • Save kpietralik/9c421b31026f1675484a2e8a5617687a to your computer and use it in GitHub Desktop.
Save kpietralik/9c421b31026f1675484a2e8a5617687a to your computer and use it in GitHub Desktop.
Boxstarter - Toolbar
# Taskbar items
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Install-ChocolateyShortcut `
-ShortcutFilePath "C:\Users\Admin\Desktop\Notepad++.lnk" `
-TargetPath "C:\Program Files\Notepad++\notepad++.exe" `
-WindowStyle 3 `
-RunAsAdmin `
-PinToTaskbar
Install-ChocolateyPath 'C:\Program Files\Java\jre1.8.0_121' 'User'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment