How can I launch powershell.exe with the “default” colours from the PowerShell shortcut?

前端 未结 9 1345
野趣味
野趣味 2020-12-13 06:56

I\'m attached to the nice blue colour of the PowerShell window when you launch it from one of the pre-installed shortcuts. However, if you manually launch powershell.exe, yo

9条回答
  •  Happy的楠姐
    2020-12-13 07:30

    1. Run regedit command to open registry editor
    2. Track down HKEY_CURRENT_USER > CONSOLE and Backup entire folder by exporting just in case
    3. Delete the folder

    Restart your Powershell, the color scheme must have reset to defaults.

    Note: If you have any other settings related to PowerShell (or Command Prompt, Git Bash etc) which you might want to keep, please further explore Console Folder to delete appropriate keys

提交回复
热议问题