Terminal: how to set powershell as default and change the color of it?

Created on 7 May 2019  路  2Comments  路  Source: microsoft/terminal

how to set PowerShell as default? and how to change the color theme of it?
At the current time, I don't see any difference between this windows terminal and cmd.exe or PowerShell.exe...

At least, not as cool as in the film.

Resolution-Answered

Most helpful comment

how to set PowerShell as default?

  • Edit C:\Users\$USER\AppData\Local\Packages\Microsoft.WindowsTerminal*\RoamingState\profile.json. By default there will be two profiles with different GUID, change the value of "defaultProfile" to the GUID of PowerShell profile

how to change the color theme of it?

  • If you just want to see the fluent effect, change "useAcrylic" in PowerShell profile to true. There are several custom options, you call try them by yourself.

All 2 comments

how to set PowerShell as default?

  • Edit C:\Users\$USER\AppData\Local\Packages\Microsoft.WindowsTerminal*\RoamingState\profile.json. By default there will be two profiles with different GUID, change the value of "defaultProfile" to the GUID of PowerShell profile

how to change the color theme of it?

  • If you just want to see the fluent effect, change "useAcrylic" in PowerShell profile to true. There are several custom options, you call try them by yourself.

how to set PowerShell as default?

  • Edit C:\Users\$USER\AppData\Local\Packages\Microsoft.WindowsTerminal*\RoamingState\profile.json. By default there will be two profiles with different GUID, change the value of "defaultProfile" to the GUID of PowerShell profile

how to change the color theme of it?

  • If you just want to see the fluent effect, change "useAcrylic" in PowerShell profile to true. There are several custom options, you call try them by yourself.

thanks!

Was this page helpful?
0 / 5 - 0 ratings