291

I know how to do that on Windows Vista and Windows 7, and I know how to do that on Windows 8 and Windows 8.1, but neither of the ways work with Windows 10; it always defaults into the "Home" view.

(I am basically reposting this question for Windows 10.)

kaboom1
  • 3,047

5 Answers5

456

As of build 9926 (at least - it may have been an earlier build), this is configurable via the GUI.

Open Explorer and go to View, then click Options (or Change folder and search options). In General tab you can change Open File Explorer to This PC

enter image description here

Michael
  • 103
Taz
  • 4,714
35

The registry setting that controls this behavior is the DWORD value name LaunchTo under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Set the DWORD accordingly:

1 = This PC
2 = Quick access
Josh
  • 5,333
10

Win 8.1:

If you don't use Libraries at all, you can hide them. This makes your default "This PC".

  1. In File Explorer, select the View tab and click the Options button.
  2. In the General tab, under Navigation Pane, uncheck "View Libraries"
  3. Click OK, then restart File Explorer.

Win 10:

  1. In File Explorer, select the View tab and click the Options button.

  2. Look at "Open File Explorer to:" and click the dropdown.

  3. Select 'This PC'

  4. Click OK.

fantom
  • 421
cathoo
  • 655
2

Right-clicking in the left navigation panel will offer you several options to:

  • Show favorites
  • Show Libraries
  • Show all folders
  • Expand to current folder

I never liked my Explorer opening to Libraries, and so prefer the current look of My PC.

1

Well, basically you can delete everything in 'Home' and attach 'This Pc' into it.

So it's more like a feature, right?

  1. Press Windows and type regedit
  2. Right-click and open As Administrator
  3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders
  4. Delete everything there (Looks like {2141241-BLABLA})
  5. Right-click on DelegateFolders click New and choose Key
  6. Name the new key {20D04FE0-3AEA-1069-A2D8-08002B30309D}
  7. Select the new key and double-click the (Default) entry
  8. In Value Data type This PC

The result looks like this: Enter image description here