LoginSignup
43
49

More than 1 year has passed since last update.

エクスプローラからコマンドプロンプトや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