Skip to content

Batman123n/Custom-Windows-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is my replacement for explorer.exe (windows shell).

To compile this monster you need to have json.hpp in same dir as shell02.cpp

Here is compile command:

g++ -O3 -flto -DNDEBUG -municode -Wno-stringop-overread -o shell02.exe shell02_wallpaper_engine.cpp -lgdi32 -lshell32 -lcomctl32 -lole32 -luuid -lgdiplus -ldwmapi -lpsapi -lPowrProf -mwindows -std=c++17 -s

Contribute:

Just fork repo if you have something to add, change, replace or refactor. I may need to refactor this in multiple files and adding a build script later.

About

Light shell replacement for explorer.exe made using gdi+ and win32 api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages