0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

「Codeの別のインスタンスが既に管理者として実行されています。」を表示させない

Posted at

解決したいこと

WindowsでVSCodeを管理者として実行している最中に、エクスプローラからいつもVSCodeで開いているファイルをダブルクリックすると、こんなダイアログが出てきます。

Codeの別のインスタンスが既に管理者として実行されています。

良いから開かせてくれよ!

解決策

これは、常に管理者としてVSCodeを実行するようにすることで解決できました。

  1. Code.exeの場所を探して左クリック
  2. プロパティ
  3. 互換性
  4. 「管理者としてこのプログラムを実行する」にチェック
    image.png
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?