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

More than 3 years have passed since last update.

WSLから.exeを起動できない時の解決方法

Posted at

環境

  • WSL2
  • Ubuntu 20.04.2 LTS

事象

いつものようにWSLを使っていて、フォルダをエクスプローラーで開こうと explorer.exe . を実行したら、次のようなエラーが出た。

run-detectors: unable to find an interpreter for /mnt/c/Windows/explorer.exe

notepad.execode でも同様のエラーが発生した。

解決方法

powershellから

wsl --shutdown

してから再びWSLを起動。こちらを参考にした。1

  1. wsl --shutdown で解決しないこともあるよう。その際は上記参考サイトにいくつか別の対処法が載っているので参照のこと。

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