LoginSignup
4
3

More than 5 years have passed since last update.

[Windows] 小ネタ:便利なショートカット

Posted at

Windowsではシステムフォルダなど、デフォルトでパスが通っている箇所あります。
それを利用して、幾つか便利なショートカットを照会します。

ファイル名を指定して実行(Windowsキー+R)から起動できるもの

  • コマンドプロンプトを起動 cmd
  • 電卓を起動 calc
  • サービス画面を起動 services.msc
  • コントロールパネルを起動 control
  • コントロールパネルのプログラムと機能を起動 appwiz.cpl
  • デバイスマネージャを起動 devmgmt.msc
  • OSを再起動 shoutdown -r -t 0
  • エクスプローラでホームを起動 .
  • エクスプローラで.sshフォルダを起動 .ssh
  • Excelを起動 excel

と、単にパスが通っているフォルダのexeを叩いているだけではありますが、
地味に便利だったりします。

4
3
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
4
3