microsoft/terminal

Where can I find the Windows Terminal Icon?

imthenachoman opened this issue ยท 5 comments

I created a shortcut to C:\Users\nacho\AppData\Local\Microsoft\WindowsApps\wt.exe but it has the default/generic Windows icon:

image

I would prefer it to use the Windows Terminal icon:

image

But I cannot find the source icon anywhere so I can set it in the shortcut properties.

I'm not sure if this is what you want, but you can always download the icon from the github source tree here:
https://raw.githubusercontent.com/microsoft/terminal/master/res/terminal.ico

Thank you so much. I searched everywhere but couldn't find it. Not sure why. Thank you so much!

Here is my WT icon issue if anyone has any ideas?

Screenshot (1)

B-Art commented

C:\Windows\System32\runas.exe /user:<useraccout@domain.local "C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.16.10262.0_x64__8wekyb3d8bbwe\wt.exe"

You can user "C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.16.10262.0_x64__8wekyb3d8bbwe\wt.exe"
for the icon.

I had this problem too - very weird!! Thanks @j4james for highlighting the location of the official icon file.
(My solution at the time was to download the rasterized PNG icon from the relevant Wikimedia Commons page then convert to ICO using some random ICO-converter-tool, but this way is much better!)