Skip to content

Instantly share code, notes, and snippets.

@i4004
Created April 6, 2021 10:01
Show Gist options
  • Save i4004/2a5aaa4f0fbb03999365847407ed5f56 to your computer and use it in GitHub Desktop.
Save i4004/2a5aaa4f0fbb03999365847407ed5f56 to your computer and use it in GitHub Desktop.
Launch JiraTimers from setup with home drive override
# Homedrive fix
$env:HOMEDRIVE = "C:\"
$programPath = $DesktopPath = [Environment]::GetFolderPath("Desktop") + "\JiraTimers.lnk"
& $programPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment