explorer7
The publicly-available version of explorer7's source code. Updated to match major releases accordingly.
File Explorer
Download Latest Version (.zip)- bug-report.md
- feature_request.md
- msbuild.yml
- start.bmp
- start@1.25x.bmp
- start@1.5x.bmp
- AddressImports.h
- AppResolverNotify.cpp
- AppResolverNotify.h
- AugmentedShellFolder.h
- AuthUI.cpp
- AuthUI.h
- AutoPlay.cpp
- AutoPlay.h
- common.h
- dbgprint.cpp
- dbgprint.h
- DestinationList.cpp
- DestinationList.h
- dllmain.cpp
- EnumStartMenu.cpp
- EnumStartMenu.h
- explorer_wrappers.cpp
- explorerwrapper.cpp
- explorerwrapper.def
- explorerwrapper.vcxproj
- explorerwrapper.vcxproj.filters
- explorerwrapper.vcxproj.user
- forwards.h
- hookapi.h
- ImmersiveFactory.cpp
- ImmersiveFactory.h
- ImmersiveShell.cpp
- ImmersiveShell.h
- libMinHook.x64.lib
- minCRT.cpp
- MinHook.h
- MinhookImports.h
- NscTree.h
- OptionConfig.cpp
- OptionConfig.h
- OSVersion.cpp
- OSVersion.h
- packages.config
- PatternImports.cpp
- PatternImports.h
- PinnedList.cpp
- PinnedList.h
- ProjectionFactory.cpp
- ProjectionFactory.h
- RegistryManager.cpp
- RegistryManager.h
- RegTreeOptions.cpp
- RegTreeOptions.h
- resource.h
- shell32_wrappers.cpp
- shell32_wrappers.h
- ShellTaskScheduler.cpp
- ShellTaskScheduler.h
- shellundoc.h
- ShellURL.cpp
- ShellURL.h
- StartMenuItemFilter.cpp
- StartMenuItemFilter.h
- StartMenuPin.cpp
- StartMenuPin.h
- StartMenuResolver.cpp
- StartMenuResolver.h
- targetver.h
- ThemeManager.cpp
- ThemeManager.h
- trash.h
- TrayNotify.cpp
- TrayNotify.h
- TrayObject.cpp
- TrayObject.h
- TypeDefinitions.h
- UserAssist.cpp
- UserAssist.h
- util.h
- wrapper.rc
- .gitignore
- explorerwrapper.sln
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/world-windows-federation/explorer7
Downloads the entire project code from GitHub to your computer.
cd explorer7
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
