Welcome to the new Windows 10 File Explorer made to replace the outdated current one. It uses the new Fluent Design from Microsoft to integrate seamingless into the new Windows 10 experience.
- Beautiful design
- Search folders quickly or do a deep search (type "d searchInput" into the search bar)
- Fast and responsive folder enumeration
- View Zip Archives directly via the Explorer
- Download or clone the repo
- Enable Windows developer settings
- Create developer certificate to be able to deploy it (Type the following into powershell)
New-SelfSignedCertificate -Type Custom -Subject "CN=Philipp" -KeyUsage DigitalSignature -FriendlyName "Philipp" -CertStoreLocation "Cert:\CurrentUser\My" -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.3", "2.5.29.19={text}")
- Build it (should work for Windows 10 Version 1809 and above)
- Deploy it
- Grant permission (Needs file system permission Help link)
- Run it