Powershell settings not preserved on Windows upgrade #589

Open
opened 2026-01-30 21:56:18 +00:00 by claunia · 0 comments
Owner

Originally created by @winstliu on GitHub (Mar 20, 2019).

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    Microsoft Windows [Versión 10.0.18361.1]

  • What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
    When I update to a new Insider build, most of my custom settings for Powershell are not retained and seem to reset to the default. Here's what my terminal looks like after an upgrade:
    powershell-incorrect-win-x
    This is when starting it through the Win+X menu. The colors are completely wrong:
    powershell-incorrect-colors

The font size is also 14, instead of the 16 it should be.

Interestingly, starting it through Win+R (powershell) results in the following:
powershell-incorrect-win-r
When running it this way, the font size and colors are correct, though the foreground and background colors are still wrong.

Default options are still correct.

  • What's wrong / what should be happening instead:
    Here's what it should look like:
    powershell-correct
    powershell-correct-colors

This does not affect cmd or WSL, which both retain their settings as expected.

Possibly relevant information:

  • My system language is Spanish (Spain), but English (United States) is the default language for applications
  • The codepage in use is 437

Let me know if this belongs in the Powershell repo instead.

Originally created by @winstliu on GitHub (Mar 20, 2019). * Your Windows build number: (Type `ver` at a Windows Command Prompt) `Microsoft Windows [Versión 10.0.18361.1]` * What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots) When I update to a new Insider build, most of my custom settings for Powershell are not retained and seem to reset to the default. Here's what my terminal looks like after an upgrade: ![powershell-incorrect-win-x](https://user-images.githubusercontent.com/2766036/54700651-cbf30100-4b09-11e9-816d-9f884127dd23.png) This is when starting it through the Win+X menu. The colors are completely wrong: ![powershell-incorrect-colors](https://user-images.githubusercontent.com/2766036/54700806-17a5aa80-4b0a-11e9-8203-7f413026ed03.png) The font size is also 14, instead of the 16 it should be. Interestingly, starting it through Win+R (`powershell`) results in the following: ![powershell-incorrect-win-r](https://user-images.githubusercontent.com/2766036/54700735-fb097280-4b09-11e9-8388-d05075692d86.png) When running it this way, the font size and colors are correct, though the foreground and background colors are still wrong. Default options are still correct. * What's wrong / what should be happening instead: Here's what it should look like: ![powershell-correct](https://user-images.githubusercontent.com/2766036/54700991-64898100-4b0a-11e9-8d91-9e47dbc86a8a.png) ![powershell-correct-colors](https://user-images.githubusercontent.com/2766036/54701002-70754300-4b0a-11e9-91a0-53ba29ebfb27.png) This does _not_ affect `cmd` or WSL, which both retain their settings as expected. Possibly relevant information: * My system language is Spanish (Spain), but English (United States) is the default language for applications * The codepage in use is 437 Let me know if this belongs in the Powershell repo instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#589