ブログ
Powershellの備忘録
2021-08-24
Powershellの備忘録
- 出力をShift_JIS にする.
-
$PSDefaultParameterValues['*:Encoding'] ='oem'
と書く. - 参考: utf 8 - Changing PowerShell's default output encoding to UTF-8 - Stack Overflow
-

$PSDefaultParameterValues['*:Encoding'] ='oem'
と書く.