2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Windows]爆速でツールを起動する方法

Posted at

#仕事はスピードが命
初投稿。
新人の頃よく先輩に言われた。
仕事はスピードが命。
マウスはなるべく使わない!
新人の頃の俺が覚えた開発ツールをキーボードのみで素早く起動する技(2秒)

#準備:System32フォルダにショートカット
system32というフォルダを開きます。
C:\Windows\System32

このフォルダに自分がよく使うツールのショートカットを作成し短めの名前に変更しておきます
(要管理者権限)
今回は例としてVisual Studio Codeのショートカットを「vs」の名前で作成
vsname.png
これだけで準備完了

#爆速起動実行
「Windowsキー」+「R」でファイル名を指定して実行 でショートカットを指定
windowsr.PNG

##爆速起動完了(2秒)
vscode.png

たくさんのツールをマウスでカチカチ開いているあなた、同僚とスピードで差をつけちゃいましょう!

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?