Windows 10でファイルエクスプローラーのナビゲーションウィンドウを切り替える方法

📅
🕑 2 分で読む

Windowsのファイルエクスプローラーは最近大きな変更点がありません。おそらく最大の変更点はリボンインターフェースの追加でしょう。一部の設定では、ナビゲーションペインが突然動作しなくなったり、警告なしに消えてしまったりする奇妙な現象が発生し、ブラウジングがかなりイライラさせられることがあります。基本的に、いじっているうちにナビゲーションペインが消えてしまったり、メニューで切り替えても表示されなくなったりした場合は、設定を少し調整したり、特定のサービスを再起動することで簡単に解決できることが多いです。

Windows 10のファイルエクスプローラーでナビゲーションウィンドウを表示または非表示にする方法

左ペインの切り替えを簡単にしたい場合、以下に手順をまとめました。通常はメニューオプションをクリックするだけで済みますが、Windows の仕様により、切り替えがうまくいかない場合があります。切り替えオプションが機能しない場合や、ペインの動作が不安定な場合は、以下の手順をお試しください。

表示メニューの切り替えを確認します

    – タスクバーのアイコンをクリックするか、 キーを押して、ファイルエクスプローラーを開きます。 -上部の「表示」Windows + Eタブに移動します。 –ナビゲーションウィンドウをクリックします。「ファイル」、「フォルダー」など、お使いのバージョンによって異なるオプションが表示されます。 –ナビゲーションウィンドウのチェックボックスがオフになっているのに表示したい場合は、クリックしてください。オンになっているのに表示されない場合は、チェックを外してから再度オンにしてください。少し調整するだけで表示される場合もあります。

ちょっと変な感じですが、オンとオフを切り替えると、Windows がそのペインの表示を強制的に更新することがあります。Windows がバグを起こして設定を無視してしまうこともあります。この手順を何度か試すか、エクスプローラーを再起動すると改善します。実際、タスクマネージャーからエクスプローラーのプロセスを終了させて​​から再度開くと、うまくいくこともあります。なぜうまくいくのかは分かりませんが、試してみる価値はあります。

レジストリ経由でナビゲーションペインをリセットする(高度なアプローチ)

UIで切り替えても何も起こらない、またはパネルが表示されない場合は、レジストリの不具合の可能性があります。これは少し複雑ですが、「念のため」確認しておくべき事項の一つです。レジストリの編集は、注意しないと混乱を招く可能性があるため、事前にバックアップしておきましょう。

    -を押して、と入力し、Enterキーを押してレジストリエディターを開きます。 – 次の場所に移動します。Windows + RregeditHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\NavPane - Look for a DWORD named ShowAllFolders. If it exists, set its value to 1 to ensure the pane shows all folders. If it’s missing, you might consider creating it, but proceed with caution.- Close Registry Editor and restart Windows Explorer from Task Manager (Ctrl + Shift + Esc) or just reboot.

This can fix odd display issues caused by corrupted registry entries. Not 100% guarantee, but it’s a decent move if other options aren’t working.

Try Refreshing Windows Explorer Settings

Another thing that sometimes helps is resetting the Explorer settings. You can do that by deleting some hidden config files or resetting through the command line.

    - Open PowerShell as administrator (right-click Start, pick Windows PowerShell (Admin)).- Run this command to kill and restart Explorer: Stop-Process -Name explorer -Force; Start-Process explorer. This refreshes the entire desktop session, sometimes fixing wierd UI glitches.- If the pane still refuses to show, you might delete the Explorer cache folders found in %LocalAppData%\Microsoft\Windows\Explorer. Just delete the files named favicon*, iconcache*, etc. and then reboot. This is kinda annoying but can clear out weird visual bugs.

On some setups, Windows just doesn’t like to play nice, especially after updates or corrupted configs. Rebooting after tweaks seems trivial, but it often fixes the weird display behaviors.

Summary

  • Use the View menu toggle if simple toggling doesn’t work.
  • Restart or refresh Explorer via Task Manager.
  • Check registry settings if it’s really stubborn about hiding or showing the pane.
  • Clear Explorer cache files if things look broken or out of sync.

Wrap-up

Getting that navigation pane to show or hide properly can be a pain sometimes. Usually, it’s just a matter of toggling the setting or restarting Explorer, but occasionally more in-depth steps are needed. The registry tweak or cache clearing can save the day if the default methods don’t work. No guarantees, but these steps have helped in the past—fingers crossed this helps someone out there. Good luck and may your navigation pane behave!