Skip to content

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

License

Notifications You must be signed in to change notification settings

Batman123n/Custom-Windows-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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.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

No packages published

Languages