Skip to content

Instantly share code, notes, and snippets.

@ijat
Created December 12, 2020 10:02
Show Gist options
  • Save ijat/e843c541f4bf2e2ea7abd5258d2b804a to your computer and use it in GitHub Desktop.
Save ijat/e843c541f4bf2e2ea7abd5258d2b804a to your computer and use it in GitHub Desktop.
How to remove Command Bar in OldNewExplorer for Windows 10 (Tested on 20H2)
1. Download your OldNewExplorer 1.1.9. If you already install, uninstall the extension again.
2. Download Resource Hacker.
3. Run Resource Hacker, and open OldNewExplorer64.dll.
4. Expand STYLE_FLAT or STYLE_CREAMY (your choice), then select 1:1033.
5. Ctrl+F to open Find window, and search for FolderBandStyle. You'll find something like this "<style resid="FolderBandStyle">"
6. Then, below that line, enter this text: <Element padding="rect(0rp,0rp,0rp,-44rp)"/>
7. Repeat step 5-6 by finding this keyword: CPLFolderBandStyle
8. Click Compile Script (play icon) or press F5.
9. Save the dll using same name (overwrite).
10. Repeat step 3-9 by opening OldNewExplorer32.dll
11. Run OldNewExplorerCfg.exe
12. Install the shell extension.
13. Select appearence style based on which style you modified in step 4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment