Windowsでよく使うショートカット
Contents
Windows+R で実行できるコマンド一覧
| 入力コマンド | 実行内容 | 
|---|---|
| cmd | コマンドプロンプトの起動 | 
| powershell | パワーシェルの起動 | 
| taskmgr | タスクマネージャの起動 | 
| regedit | レジストリエディタの起動 | 
| sysdm.cpl | システムのプロパティを開く | 
| notepad | メモ帳の起動 | 
| calc | 電卓の起動 | 
| excel | Excelの起動 | 
| powerpnt | PowerPointの起動 | 
PowerShell で実行できるコマンド一覧
| 入力コマンド | 実行内容 | 
|---|---|
| Get-ChildItem env: | 環境変数を表示 | 
参考記事
- Windows+Rに入れられるコマンド : Windows+Rコマンドの仕組みの理解に役立つ
- Windows + Rキーで作業効率UP : Windows+Rコマンドの活用方法の説明
- Windowsの%APPDATA%などの文字列について