All Projects → xXPancakeXx → Win10 Explorer

xXPancakeXx / Win10 Explorer

Licence: mit
A new windows 10 file explorer

Projects that are alternatives of or similar to Win10 Explorer

Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-18.97%)
Mutual labels:  windows-10, uwp
Calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
Stars: ✭ 23,274 (+40027.59%)
Mutual labels:  windows-10, uwp
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+7924.14%)
Mutual labels:  windows-10, uwp
Lottie Windows
Lottie-Windows is a library (and related tools) for rendering Lottie animations on Windows 10.
Stars: ✭ 322 (+455.17%)
Mutual labels:  windows-10, uwp
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (+1756.9%)
Mutual labels:  windows-10, uwp
Xamlflair
XamlFlair is an animation library for UWP, WPF, and Uno, built to facilitate Xaml animations using only attached properties.
Stars: ✭ 362 (+524.14%)
Mutual labels:  windows-10, uwp
Dawnplayer
A FLV playback library for Windows 10 UWP.
Stars: ✭ 46 (-20.69%)
Mutual labels:  windows-10, uwp
Microsoft.toolkit.win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Stars: ✭ 257 (+343.1%)
Mutual labels:  windows-10, uwp
Mingw Windows10 Uwp
Minimal Windows 10 Store ready sample of MinGW dll PInvoked from Windows 10 UWP application
Stars: ✭ 21 (-63.79%)
Mutual labels:  windows-10, uwp
Windowscompositionsamples
Windows Composition Samples the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications.
Stars: ✭ 922 (+1489.66%)
Mutual labels:  windows-10, uwp
Lottieuwp
UWP port of Lottie(https://github.com/airbnb/lottie-android)
Stars: ✭ 276 (+375.86%)
Mutual labels:  windows-10, uwp
Win10bloatremover
Configurable CLI tool to easily and aggressively debloat and tweak Windows 10 by removing preinstalled UWP apps, services and more. Originally based on the W10 de-botnet guide made by @adolfintel.
Stars: ✭ 37 (-36.21%)
Mutual labels:  windows-10, uwp
Sylphyhorn
Virtual Desktop Tools for Windows 10.
Stars: ✭ 271 (+367.24%)
Mutual labels:  windows-10, uwp
Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (+7534.48%)
Mutual labels:  windows-10, uwp
Breadplayer
Bread Player, a free and open source music player powered by UWP and C#/.NET with a sleek and polished design built for, and by, the people seeking a better alternative to Groove and Windows Media Player by Microsoft.
Stars: ✭ 267 (+360.34%)
Mutual labels:  windows-10, uwp
Fluent Xaml Theme Editor
The Fluent Design XAML theme editor.
Stars: ✭ 437 (+653.45%)
Mutual labels:  windows-10, uwp
WAT-UWP
🌐 Web App Template (WAT) for Universal Windows Platform (UWP)
Stars: ✭ 13 (-77.59%)
Mutual labels:  uwp, windows-10
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+8496.55%)
Mutual labels:  uwp, windows-10
Filesystem
An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
Stars: ✭ 603 (+939.66%)
Mutual labels:  filesystem, windows-10
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (+1577.59%)
Mutual labels:  windows-10, uwp

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].