Skip to content

candraprasetya/Win10-Explorer

 
 

Repository files navigation

Win10-Explorer

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.

Features:

  • 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

File Explorer Image from Gyazo Image from Gyazo Gif from Gyazo

Usage:

  • 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

Feel free to help, to improve the new windows 10 file explorer :)

About

A new windows 10 file explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%