This seems like such an obvious thing that I can find literally nothing about this on the internet.
So, I installed SourceTree. I closed it, and now I want to start it again. There is no shortcut in the start menu, no tile on the start menu, it's not in the 'Recently added' of start menu, and not in the context menu of repositories.
I know it's installed for a fact because when I go to Window Settings/Apps & features then it's listed there with an uninstall button.
I found the exe in %LocalAppData%\Sourcetree but I really doubt this is the intended way to launch it.
Under Window 10 you can manually add shortcut to start menu as follows:
Open explorer window and type the following location in the address bar:
C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\
Make new directory named 'Atlassian' and enter directory.
Right-click mouse and select 'New->Shortcut'
Browse to Sourcetree install location : C:\Users\%username\AppData\Local\SourceTree
Select the executable: Sourcetree.exe
Done .-
Alternatively here is a powershell script that will do it (run it as current user):
$objShell = New-Object -ComObject ("WScript.Shell")
$menu_path = $env:USERPROFILE + "\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\"
New-Item -Path $menu_path -Name "Atlassian" -ItemType "directory"
$objShortCut = $objShell.CreateShortcut($menu_path + "Atlassian\SourceTree.lnk")
$app_path = $env:USERPROFILE + "\AppData\Local\SourceTree\Sourcetree.exe"
$objShortCut.TargetPath= $app_path
$objShortCut.Save()
A true saint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much! This helped solve the issue for me :) Just a note for a small typo:
C:\Users\%username%\AppData\Local\SourceTree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2020.02.18: Still needed! So thanks a lot!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wouldn't it be awesome if the Setup program could do this for us? <wink>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a horrible bug. I'm using this software because a tutorial is using it, but the second I'm done I'm uninstalling it. If you can't organize your own software onto my machine, why in the world would I trust you to organize my software in development?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey ... welcome to 1992 when this was standard practice ... you know, once you install something you need to run it. Seriously? Just manually add a shortcut?!? And the fact that it's a windows app and buried in the many folder layers under appdata folder, that's invisible by default BTW, you can't even easily find it. Really? Wow. I've been developing code since '86. This is an experience of inexperience. Totally Agile! Ship what you got. Let the customer live through a lack of basic development decisions. Love it! Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2.5 years on and this is still needed.
Wow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just downloaded the latest as of Aug 12, 2020. Shortcuts still not being created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have the same problem. After being installed, Source Tree will not show up (Menu, Shortcuts). Only in Settings > Installed apps. And when I open search and paste " %localappdata%\Sourcetree\Sourcetree.exe", the program opens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this Pedro. How crazy is the problem. And how come it hasn't been fixed if there are still so many of us having the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. How can I find %localappdata% on Windows 10?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just paste it into the address bar of Windows Explorer and hit return, it will resolve the Environment variable and show you the real location
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian has been investigating this since Feb 27, 2018 lol? I had the same issue, running SourceTree v3.3.6 on Windows 10 v1903 (OS Build 18362.535). I reinstalled multiple times, including clearing the AppData\Local files. I worked around it by just pinning the app to Start on first run.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can confirm... All the way in 2020 now, and still not fixed. Guess Atlassian has little love for Windows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just spent way too much time looking for SourceTree.exe so I could launch this software. If I didn't have to use it for work I would never touch this app again. I don't understand how such a fundamental flaw has been overlooked for so long.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I experienced the same issue. Request the maintainer to please look into this urgently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also facing the same issue. Just spent time googling to figure out where is source tree. Please address this fundamental issue .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for this :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the notes here - I ran/reran the install a couple of times, was about to give up.
How about... at the download link, include a note that no shortcut will be made and where to find the app to pin it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi guys,
I'm having the same problem. The solution I found is the following: (if you installed using the default path):
1. Local Disk C
2. Users
3. click on your user profile (not Admin/Public).
4. AppData
5. Local
6. SourceTree
and here you should have the app luncher called "SourceTree".
*If you cannot see the AppData folder then click above on the VIEW and make sure that Hidden Items it's checked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I installed SourceTree 3.3.8 on a fresh Windows 10 machine today.
It's quite unbelievable that it doesn't create any shortcuts or start menu entries. It doesn't even show up when searching from the start menu.
Having to somehow know that you have to go find this app in your Local App Data folder to get it back is just nonsense.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If this company is unable to succeed with a simple task like adding their program to the start menu, why should i trust them? Uninstalled and used github instead. Finally a software that works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used to like sourcetree, but this silliness renders it beyond the robust version control gui I need. Uninstalled and using github desktop. Much better.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue. No shortcut, does not show when you search for 'sourcetree' on the start menu. It shows on control panel etc, where you can uninstall. Had to go to the folder where it installed to create a short cut. Very often not a good thing to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
bump. more than 2 years for a shortcut fix for real?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having the same problem here. A bit annoying.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just wanted to drop by and make note that I have no Start Menu entry at all. Searching doesn't even pick up the launcher on the computer, only the installer. How has this not be corrected in 2 years? I'm glad I do most of my work on my Mac
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found the SourceTree.exe application under C:\Users\%username%\AppData\Local\SourceTree.
Right-click on the item and select "Pin to Start" and/or "Pin to taskbar".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem
1. No SourceTree start item
2. I have to run SourceTreeSetup.3.3.6.exe to start sourcetree
3. I have to exit and enter source tree everytime I switch branches
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The issue of having to exit and enter source tree every time I switch branches was solved by uninstalling 3.3.6 and installing 3.3.4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The same problem.
I have installed program, launched it and it worked. But after closing the program there are no any shortcuts.
Reinstalling does not help.
WIN7 64bit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
reinstallng sourceTree also doesnot fix this issue. i see is posted in feb , but still i m getting this issue in my machine.
what is fix to this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are the Sourcetree files being installed to %localappdata%\Sourcetree ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
During install a shortcut should be created, we will investigate further why it might not get created.
Uninstalling and re-installing usually corrects this, but if you don't want to do that you can manually create a new shortcut to %localappdata%\Sourcetree\Sourcetree.exe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Uninstalling and re-installing doesn't correct, I still get no start item.
2. I can't even use C:\Users\<username>\AppData\Local\SourceTree\SourceTree.exe, I have to use SourceTreeSetup-3.3.6.exe
3. I have to exit and enter SourceTree everytime I switch branches
4. My company is using Atlassian Bitbucket so I wanted to use SourceTree.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, after more than 2 years, now is that investigation going? ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1. Also experiencing this bug. Uninstalling/Reinstalling did not solve the issue, neither did re-indexing windows search. Real bummer. Turns what should be a simple, useful git gui into a big time suck trying to troubleshoot an obscure bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here. Tried installing on a fresh machine, no Start Menu shortcut. This is ridiculous.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why is this still an issue? I have installed and could not find the installation anywhere! Why does it not install in Program Files like any normal windows program?? Why does the installer not actually create shortcuts??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
An answer to your second question, it's a Windows App and not a Win32 binary executable. Windows Apps are different and are installed differently. Win32 32-bit and 64-bit applications line in Program File (x86) an Program Files folders respectively. The first and third questions I cannot answer and have the same questions; Though the first is probably more of an agile issue; enough large customers have to complain and consider it high priority before it's considered something that is high enough priority that it gets done. This has a "relatively" easy yet out of the ordinary fix.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No clearly they have decided to put it in 'AppData' to save asking users for elevated permission to install in Program Files.
Downsides include:
- If you switch to a different user account you do not have access to the program anymore and need to install it for that user as well.
- Programs in Program files is more secure, regular and non-elevated users cannot change them, so they are better protected from viruses
If all programs did this then we would need to install every single application for each user, and security would be broken down i.e any app can self update/change without requesting elevation. Not practical.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still seeing this bug. I'd be willing to work with Atlassian on finding a solution if they reach out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
April 2020, the problem is still there :( wow, so much disappointment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The correct definition for Agile development is "if the customer finds a problem, then we will create a story for it. If the 'right' customer finds a problem, then we will fix it.". Nothing wrong with that, but I wish they would just say it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is an easy way. Right click -> Pin to Start :))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue here. Windows 10 Enterprise (1909). SourceTree 3.3.8. It appears in add remove programs but no shortcuts.
Atlassian, please please open source SourceTree. We will help fix the issues. It's a great tool, but the growing bugs and issues mean it's pushing us to look elsewhere for a replacement. Also the level of discontent in your user base about on going, simple to fix issues doesn't do anything to promote your paid for software. Let this community help with SourceTree and we can show you how great it can be.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
same here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have the same problem, can't believe that any respectful software can have such issue in 2020
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I still have this issue on Windows 10. For anyone else wondering why the Windows search bar can't find the .exe: by default, Windows excludes "C:\Users\%username%\AppData\" from Windows search. You can see this by going to Settings -> Search -> Searching Windows -> Excluded Folders.
If you manually enter "C:\Users\%username%\AppData\Local\SourceTree" (excluding quotes) into Windows Search bar or the File Explorer folder bar, the folder with SourceTree.exe should show up. You can right click on SourceTree.exe and pin it to the start menu and/or the taskbar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue here, except there is no SourceTree.exe file on my PC - I have to run the install every time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ending up installing an older version. Still no shortcuts, but at least it installed the SourceTree.exe file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Me too. "the elephant in the room" bug
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is this just because you secretly loathe us GUI using peasants?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Definitely not, lol, if it's the original poster (me) that you're referring to. The more GUI guidance I get the better!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue here too . The suggestion to manually create the shortcut into the tool bar works!
Too bad it is not done automatically - this is a SERIOUS issue as not many people will necessarily have the patience to fight for this to work: search the community for a similar issue, and find this thread with the suggested fix.
If I was at SourceTree, I'd at least issue a warning that this may happen and what the workaround is!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.