When launching SourceTree the splash screen briefly shows and SourceTree does not open.
Known issue for SourceTree not opening after a windows update, there is no known prevention.
This fix needs to be applied at a per user level:
|
Run the following Powershell script:
$path = $env:Localappdata + '\atlassian' $pathoutput = Get-ChildItem $path -directory -name '*exe*' foreach ($folder in $pathoutput) { write-host "I found - $folder" Remove-Item -literalpath "$path\$folder" -Recurse -Confirm:$false -Force } |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|