UPDATED 3/31/2023: On Windows 11 build 25330, you can enable an early preview of the new File Explorer experience using the Windows App SDK, and in this guide, you will learn the steps to enable it.
Microsoft is experimenting with a new version of File Explorer (via @PhantomOcean3) that is built using the XAML programming code and the new WinUI 3 from the Windows App SDK (WASDK), and even though the file manager continues with its same overall design, you will notice a few changes, including a new “Gallery” section that brings a new view similar to the Photos app. The experience was spotted in previous builds, but it was not until build 25309 that the feature became somewhat functional.
This is just an early preview part of a bigger project, which, as we have previously heard that the company plans to roll out a major interface upgrade for File Explorer with a redesigned Home and navigation pane. The new version of the app is said that will recommend content similar to the experience in the Start menu. It will include other features to further integrate the app with Microsoft 365 products, and other improvements will be added to make it a touch-friendly experience.
If you want to get hands-on with the new feature, you can use a third-party tool called “ViveTool” created by Rafael Rivera and Lucas on GitHub, to enable the option on your computer.
This guide will teach you the steps to turn on this new feature on Windows 11.
Enable new File Explorer app on Windows 11
To enable the new File Explorer with WASDK and XAML code on Windows 11, use these steps:
-
-
Download the ViveTool-vx.x.x.zip file to enable the new version of File Explorer.
-
Double-click the zip folder to open it with File Explorer.
-
Click the Extract all button.
-
Click the Extract button.
-
Copy the path to the folder.
-
Open Start.
-
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
-
Type the following command to navigate to the ViveTool folder and press Enter:
cd c:\folder\path\ViveTool-v0.x.x
In the command, remember to change the path to the folder with your path.
-
Type the following command to enable the new File Explorer experience and press Enter:
vivetool /enable /id:38664959,40729001,41076133
-
Restart the computer.
Once you complete the steps, the new version of File Explorer will be available with the “Gallery” section and new code base, but the overall design will continue to look the same.
If you change your mind, you can revert the changes with the same instructions, but on step 10, make sure to run the same commands but use the /disable
switch instead of /enable
.