• Stars
    star
    121
  • Rank 292,789 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A new windows 10 file explorer

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 :)