On Windows 11 (and Windows 10), PowerShell is a powerful command-line interface designed to run commands and scripts that automate tasks and manage system settings. While it serves a similar purpose ...
第158回で、Windows 10の各機能をDism.exeを使って有効・無効にするTipsを紹介した。今回は、Windows 10の既定シェルもWindows PowerShell(以下、PowerShell)になったことから、異なる手順を紹介したい。 PowerShellで機能を有効にするには「Enable-WindowsOptionalFeature」、無効は ...
「Windows 10」のコマンド実行環境「PowerShell」を利用すれば、特定時点でのシステム状態を保存する「復元ポイント」をうまく処理できる。加えてレポートの面でも単純化でき、理解しやすくなる。 そもそも復元ポイントを使う価値があるのかどうかについて ...
「Windows 10ミニTips」は各回の作成時点で最新のWindows 10環境を使用しています。 wuaucltコマンドはWindows 10で廃止 Windows 8.1まで ...
Microsoftはこのほど、Windowsコマンドの情報をまとめたドキュメント「Windows Commands Reference」(Windowsコマンドレファレンス)を改訂して再リリースした。全部で948ページあるこのドキュメントは、270個以上のWindowsコマンドについて説明している。私は過去4日 ...
実行時間の長いコマンドを使うとき、実行している間に別の作業をしたくなることがある。WindowsはGUIなので、別のコンソールウィンドウを開けば、別のセッションとしてシェルが起動するので、基本はこれで間に合う。 しかし、今のセッションと同じ環境 ...
米Microsoftは5月21日(現地時間)、PowerShellモジュール「Microsoft.WinGet.CommandNotFound」をリリースした。コマンドを実行できないときに足りないパッケージを提案してくれる「PowerToys」ユーティリティ「Command Not Found」を独立させ、PowerShellモジュール化したものだ。