Windows 11 右下角的快速設定面板無法啟動
點右下角的 Wifi, 音量, 電池的圖示可以打開快速設定面板
或是按 [Win] + a 也可以打開快速設定面板
但在 Acer 筆電上常常會打不開...
找到這篇有提到如何重新設置 Settings Apps 的方法
1.開啟 Power Shell
2.執行
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
3.重新啟動電腦
Windows 11 右下角的快速設定面板無法啟動
alias make=colormake
Can't set locale; make sure $LC_* and $LANG are correct!
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = (unset),
LC_TIME = "zh_TW.utf8",
LC_MONETARY = "zh_TW.utf8",
LC_MEASUREMENT = "zh_TW.utf8",
LC_NUMERIC = "zh_TW.utf8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_ALL to default locale: No such file or directory
# Allow client to pass locale environment variables這表示 ssh client 可以把它的 locale 環境變數傳給 ssh server。
AcceptEnv LANG LC_*
$ sudo dpkg-reconfigure locales
# Allow client to pass locale environment variables從 client 解:
# AcceptEnv LANG LC_*
$ LANG=C ssh user@remote_server