差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:windows_control_panel [2020/04/03 19:20] – ともやん | windows:windows_control_panel [2020/10/05 00:42] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| < | < | ||
| < | < | ||
| - | #result pre { | + | #mintbl table { | 
| - | height: 200px; | + | |
| - | overflow: scroll; | + | |
| - | overflow-x: hidden; | + | |
| font-size: 10px; | font-size: 10px; | ||
| } | } | ||
| - | #cpls table { | + | #mintbl | 
| - | font-size: 10px; | + | |
| - | } | + | |
| - | #cpls table pre { | + | |
| font-size: 12px; | font-size: 12px; | ||
| padding: 0; | padding: 0; | ||
| 行 20: | 行 14: | ||
| </ | </ | ||
| ====== コントロール パネル項目 ====== | ====== コントロール パネル項目 ====== | ||
| - | <WRAP prewrap 100% #cpls> | + | <WRAP prewrap 100% #mintbl> | 
| ^  パス | ^  パス | ||
| | C: | | C: | ||
| 行 46: | 行 40: | ||
| </ | </ | ||
| + | ===== PowerShell コマンド ===== | ||
| + | PowerShell 5.1\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ Get-ControlPanelItem | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% # | ||
| + | <code powershell> | ||
| + | Name                                  CanonicalName | ||
| + | Leap Motion Control Panel (32 ビット) LeapMotion.Leap Motion Control Panel | ||
| + | セキュリティとメンテナンス | ||
| + | 管理ツール | ||
| + | 自動再生 | ||
| + | バックアップと復元 (Windows 7)        Microsoft.BackupAndRestore | ||
| + | BitLocker ドライブ暗号化 | ||
| + | 色の管理 | ||
| + | 資格情報マネージャー | ||
| + | 日付と時刻 | ||
| + | 既定のプログラム | ||
| + | デバイス マネージャー | ||
| + | デバイスとプリンター | ||
| + | コンピューターの簡単操作センター | ||
| + | ファイル履歴 | ||
| + | エクスプローラーのオプション | ||
| + | フォント | ||
| + | インデックスのオプション | ||
| + | インターネット オプション | ||
| + | キーボード | ||
| + | Windows Live の言語設定 | ||
| + | マウス | ||
| + | ネットワークと共有センター | ||
| + | ペンとタッチ | ||
| + | 電話とモデム | ||
| + | Windows To Go | ||
| + | 電源オプション | ||
| + | プログラムと機能 | ||
| + | 回復 | ||
| + | 地域 | ||
| + | RemoteApp とデスクトップ接続 | ||
| + | サウンド | ||
| + | 音声認識 | ||
| + | 記憶域 | ||
| + | 同期センター | ||
| + | システム | ||
| + | タブレット PC 設定 | ||
| + | タスク バーとナビゲーション | ||
| + | トラブルシューティング | ||
| + | ユーザー アカウント | ||
| + | Windows Defender ファイアウォール | ||
| + | ワーク フォルダー | ||
| + | メール (32 ビット) | ||
| + | QuickTime (32 ビット) | ||
| + | Flash Player (32 ビット) | ||
| + | Java | ||
| + | My Bluetooth | ||
| + | DivX Control Panel (32 ビット) | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ Get-Host | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | <code powershell> | ||
| + | |||
| + | Name : ConsoleHost | ||
| + | Version | ||
| + | InstanceId | ||
| + | UI : System.Management.Automation.Internal.Host.InternalHostUserInterface | ||
| + | CurrentCulture | ||
| + | CurrentUICulture : ja-JP | ||
| + | PrivateData | ||
| + | DebuggerEnabled | ||
| + | IsRunspacePushed : False | ||
| + | Runspace | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | **Get-ControlPanelItem** は何故かエラーになって実行できない。\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ Get-ControlPanelItem | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | <code powershell> | ||
| + | Get-ControlPanelItem: | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | PowerShell 7.0.3 では、そのようなコマンドレットは存在しないと言われる。\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ Get-ControlPanelItem | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | <code powershell> | ||
| + | Get-ControlPanelItem: | ||
| + | Check the spelling of the name, or if a path was included, verify that the path is correct and try again. | ||
| + | </ | ||
| + | <code powershell> | ||
| + | Get-ControlPanelItem: | ||
| + | 名前のスペルを確認するか、パスが含まれている場合は、パスが正しいことを確認して、再試行してください。 | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ Get-Host | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | <code powershell> | ||
| + | |||
| + | Name : ConsoleHost | ||
| + | Version | ||
| + | InstanceId | ||
| + | UI : System.Management.Automation.Internal.Host.InternalHostUserInterface | ||
| + | CurrentCulture | ||
| + | CurrentUICulture : ja-JP | ||
| + | PrivateData | ||
| + | DebuggerEnabled | ||
| + | IsRunspacePushed : False | ||
| + | Runspace | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== 参考文献 ===== | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
