Skip to content

Instantly share code, notes, and snippets.

@i4004
Last active April 6, 2021 10:01
Show Gist options
  • Save i4004/3d0da5d6123ccf93f17ac9b911a77f37 to your computer and use it in GitHub Desktop.
Save i4004/3d0da5d6123ccf93f17ac9b911a77f37 to your computer and use it in GitHub Desktop.
Launch JiraTimers from chocolatey with home drive override
# Homedrive fix
$env:HOMEDRIVE = "C:\"
$programPath = $env:USERPROFILE + "\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\JiraTimers.lnk"
& $programPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment