43
49

エクスプローラからコマンドプロンプトやPowerShellを開いたり, その逆をする方法のまとめ

Last updated at Posted at 2013-02-02

エクスプローラ で開いているフォルダから, コマンドプロンプトPowerShell を開いたり,
その逆をする方法はいろいろとあるようだが, とりあえず下記のとおり (Windows 7).

エクスプローラ -> コマンドプロンプト・PowerShell

設定なしで使用可

  • エクスプローラ のアドレスバー (Alt+D) でcmd or powershellを入力してEnter
  • エクスプローラ で, Shiftキーを押しながら フォルダ を右クリックして, "コマンドウィンドウをここで開く" (PowerShell なし)
  • コマンドプロンプトPowerShellcdと入力後に, エクスプローラ で開いている フォルダ を画面にドラッグしてEnter

設定して右クリックメニューを追加

  • PowerToyから Elevation2008_06.exe をダウンロードして解凍し, その中から追加したい *Here*.inf を選んでインストール (管理者権限 可)

  • Open Command Prompt Shell Extensionをインストール (PowerShell なし, 管理者権限 可)

  • レジストリ (HKEY_CLASSES_ROOT\Directory\shell) を編集

コマンドプロンプト・PowerShell -> エクスプローラ

explorer .
start .

  • 以下は, PowerShell のみ
Start-Process .
ii .
Invoke-Item .

参考

43
49
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
43
49