Change Top-Level Folder in File Display Area from Desktop to This PC

When using the "Up" button in the file display area, the top-level folder is currently Desktop. I would like to change it to This PC instead.

The hierarchy is defined by Windows. Trying to change it would probably cause problems, since the Desktop folder is the parent/prefix of all other folders in Windows (when using shell PIDL paths).

You could change the Parent (Go Up) toolbar button/hotkey to change where it sends you depending on the current path, to get something similar. Or use an OnBeforeFolderChangw script to do similar when going up a level.

Thanks ,I think this is a pretty good method.