|
Post by powerplayer on Dec 7, 2021 2:13:13 GMT -8
Horrible music in that video
|
|
|
Post by leet on Dec 7, 2021 14:18:06 GMT -8
A common misconception is that the Windows shell only consists of Explorer.exe, while in fact it consists of at least shell32.dll, explorerframe.dll, explorer.exe and many mui files. To fully backport a shell, you'd need to copy all of those files. But replacing shell32 can be very unstable, as many applications depend on it (a lot of apps use functions from shellwapi.h, which is the public API part of shell32).
|
|
|
Post by powerplayer on Dec 7, 2021 23:21:18 GMT -8
A common misconception is that the Windows shell only consists of Explorer.exe, while in fact it consists of at least shell32.dll, explorerframe.dll, explorer.exe and many mui files. To fully backport a shell, you'd need to copy all of those files. But replacing shell32 can be very unstable, as many applications depend on it (a lot of apps use functions from shellwapi.h, which is the public API part of shell32). And then you need to modify the registry accordingly startallback is actually the old explorer started out like win7 wrapper for win8
|
|