diff --git a/README.md b/README.md
index 2596fca..9de1965 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ Classic Theme mitigations:
* [SCT.FEH](https://github.com/AEAEAEAE4343/SimpleClassicTheme.FileExplorerHook) ([Windhawk port](https://gitdab.com/Cynosphere/WindhawkMods/src/branch/main/classic-theme-explorer.wh.cpp))
* [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher)
* [Command Bar shellstyle mod](https://www.askvg.com/how-to-make-folder-band-auto-hidden-in-windows-vista/)
+* [BasicThemer2](https://github.com/Ingan121/BasicThemer2) for titlebars
Toolbars:
* OpenShell's Classic Explorer Bar
diff --git a/windows/OpenShell/Explorer Settings.xml b/windows/OpenShell/Explorer Settings.xml
new file mode 100644
index 0000000..ece27c3
--- /dev/null
+++ b/windows/OpenShell/Explorer Settings.xml
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+ Items=BackItem,ForwardItem,UpItem,SEPARATOR,NavPaneItem,SEPARATOR,CutItem2,CopyItem2,PasteItem2,DeleteItem2,UndoItem,RedoItem,RenameItem,SEPARATOR,MoveToItem,CopyToItem,NewFolderItem,SEPARATOR,CustomItem,FolderOptionsItem,SEPARATOR,SettingsItem
+ BackItem.Command=back
+ BackItem.Label=$Toolbar.Back
+ BackItem.Tip=$Toolbar.Back
+ BackItem.Icon=D:\Pictures\2kexplorer\enabled\back.ico
+ BackItem.IconDisabled=D:\Pictures\2kexplorer\disabled\back.ico
+ ForwardItem.Command=forward
+ ForwardItem.Tip=$Toolbar.Forward
+ ForwardItem.Icon=D:\Pictures\2kexplorer\enabled\forward.ico
+ ForwardItem.IconDisabled=D:\Pictures\2kexplorer\disabled\forward.ico
+ UpItem.Command=up
+ UpItem.Tip=$Toolbar.GoUp
+ UpItem.Icon=D:\Pictures\2kexplorer\enabled\up.ico
+ UpItem.IconDisabled=D:\Pictures\2kexplorer\disabled\up.ico
+ NavPaneItem.Command=nav_pane
+ NavPaneItem.Label=Folders
+ NavPaneItem.Tip=$Toolbar.NavigationPane
+ NavPaneItem.Icon=D:\Pictures\2kexplorer\enabled\folders.ico
+ NavPaneItem.IconDisabled=D:\Pictures\2kexplorer\disabled\folders.ico
+ CutItem2.Command=cut
+ CutItem2.Tip=$Toolbar.Cut
+ CutItem2.Icon=D:\Pictures\2kexplorer\enabled\cut.ico
+ CutItem2.IconDisabled=D:\Pictures\2kexplorer\disabled\cut.ico
+ CopyItem2.Command=copy
+ CopyItem2.Tip=$Toolbar.Copy
+ CopyItem2.Icon=D:\Pictures\2kexplorer\enabled\copy.ico
+ CopyItem2.IconDisabled=D:\Pictures\2kexplorer\disabled\copy.ico
+ PasteItem2.Command=paste
+ PasteItem2.Tip=$Toolbar.Paste
+ PasteItem2.Icon=D:\Pictures\2kexplorer\enabled\paste.ico
+ PasteItem2.IconDisabled=D:\Pictures\2kexplorer\disabled\paste.ico
+ DeleteItem2.Command=delete
+ DeleteItem2.Tip=$Toolbar.Delete
+ DeleteItem2.Icon=D:\Pictures\2kexplorer\enabled\delete.ico
+ DeleteItem2.IconDisabled=D:\Pictures\2kexplorer\disabled\delete.ico
+ UndoItem.Command=undo
+ UndoItem.Tip=$Toolbar.Undo
+ UndoItem.Icon=D:\Pictures\2kexplorer\enabled\undo.ico
+ UndoItem.IconDisabled=D:\Pictures\2kexplorer\disabled\undo.ico
+ RedoItem.Command=redo
+ RedoItem.Tip=$Toolbar.Redo
+ RedoItem.Icon=D:\Pictures\2kexplorer\enabled\redo.ico
+ RedoItem.IconDisabled=D:\Pictures\2kexplorer\disabled\redo.ico
+ RenameItem.Command=rename
+ RenameItem.Tip=$Toolbar.Rename
+ RenameItem.Icon=D:\Pictures\2kexplorer\enabled\rename.ico
+ RenameItem.IconDisabled=D:\Pictures\2kexplorer\disabled\rename.ico
+ MoveToItem.Command=moveto
+ MoveToItem.Tip=$Toolbar.MoveTo
+ MoveToItem.Icon=D:\Pictures\2kexplorer\enabled\move_to.ico
+ MoveToItem.IconDisabled=D:\Pictures\2kexplorer\disabled\move_to.ico
+ CopyToItem.Command=copyto
+ CopyToItem.Tip=$Toolbar.CopyTo
+ CopyToItem.Icon=D:\Pictures\2kexplorer\enabled\copy_to.ico
+ CopyToItem.IconDisabled=D:\Pictures\2kexplorer\disabled\copy_to.ico
+ NewFolderItem.Command=newfolder
+ NewFolderItem.Tip=$Toolbar.NewFolder
+ NewFolderItem.Icon=D:\Pictures\2kexplorer\enabled\favorites.ico
+ NewFolderItem.IconDisabled=D:\Pictures\2kexplorer\disabled\favorites.ico
+ CustomItem.Items=Icons3Item,Icons2Item,Icons1Item,ListItem,DetailsItem,TilesItem
+ CustomItem.Tip=Folder layout
+ CustomItem.Icon=D:\Pictures\2kexplorer\enabled\list.ico
+ CustomItem.IconDisabled=D:\Pictures\2kexplorer\disabled\list.ico
+ Icons3Item.Command=viewicons_large
+ Icons3Item.Tip=$Toolbar.Large
+ Icons3Item.Icon=shell32.dll,63008
+ Icons2Item.Command=viewicons_medium
+ Icons2Item.Tip=$Toolbar.Medium
+ Icons2Item.Icon=shell32.dll,63009
+ Icons1Item.Command=viewicons_small
+ Icons1Item.Tip=$Toolbar.Small
+ Icons1Item.Icon=shell32.dll,63010
+ ListItem.Command=viewlist
+ ListItem.Tip=$Toolbar.List
+ ListItem.Icon=shell32.dll,63000
+ DetailsItem.Command=viewdetails
+ DetailsItem.Tip=$Toolbar.Details
+ DetailsItem.Icon=shell32.dll,62998
+ TilesItem.Command=viewtiles
+ TilesItem.Tip=$Toolbar.Tiles
+ TilesItem.Icon=shell32.dll,62999
+ FolderOptionsItem.Items=CustomizeFolderItem,ShowExtensionsItem,HiddenFilesItem,SystemFilesItem
+ FolderOptionsItem.Command=folderoptions
+ FolderOptionsItem.Tip=$Toolbar.FolderOptions
+ FolderOptionsItem.Icon=D:\Pictures\2kexplorer\enabled\folder_options.ico
+ FolderOptionsItem.IconDisabled=D:\Pictures\2kexplorer\disabled\folder_options.ico
+ CustomizeFolderItem.Command=customizefolder
+ CustomizeFolderItem.Tip=$Toolbar.CustomizeFolder
+ CustomizeFolderItem.Icon=shell32.dll,274
+ ShowExtensionsItem.Command=show_extensions
+ ShowExtensionsItem.Tip=$Toolbar.ShowExtensions
+ HiddenFilesItem.Command=hidden_files
+ HiddenFilesItem.Tip=$Toolbar.ShowHiddenFiles
+ SystemFilesItem.Command=system_files
+ SystemFilesItem.Tip=$Toolbar.ShowSystemFiles
+ SettingsItem.Command=settings
+ SettingsItem.Tip=$Toolbar.Settings
+ SettingsItem.Icon=D:\Pictures\2kexplorer\enabled\settings.ico
+ SettingsItem.IconDisabled=D:\Pictures\2kexplorer\disabled\settings.ico
+
+
+
diff --git a/windows/OpenShell/Menu Settings.xml b/windows/OpenShell/Menu Settings.xml
new file mode 100644
index 0000000..c18b4ea
--- /dev/null
+++ b/windows/OpenShell/Menu Settings.xml
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CAPTION=0
+ USER_IMAGE=0
+ USER_NAME=0
+ CENTER_NAME=0
+ SMALL_ICONS=1
+ THICK_BORDER=1
+ SOLID_SELECTION=1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Items=CustomItem2,SEPARATOR,SettingsMenu,FavoritesItem,RecentDocumentsItem,ComputerItem,SearchMenu,HelpItem,RunItem,SEPARATOR,LogOffItem,UndockItem,DisconnectItem,ShutdownBoxItem,SearchBoxItem
+ CustomItem2.Items=ProgramsMenu,CustomItem,SEPARATOR,AppsMenu
+ CustomItem2.Label=$Menu.Programs
+ CustomItem2.Tip=$Menu.ProgramsTip
+ CustomItem2.Icon=D:\Pictures\2kexplorer\folders\folder_programs.ico
+ ProgramsMenu.Command=programs
+ ProgramsMenu.Label=Start Menu
+ CustomItem.Link=%appdata%\Microsoft\Windows\Start Menu\Programs\Scoop Apps
+ AppsMenu.Command=apps
+ AppsMenu.Label=$Menu.Apps
+ AppsMenu.Icon=,2
+ SettingsMenu.Items=CustomItem3,ControlPanelItem,SEPARATOR,SecurityItem,NetworkItem,PrintersItem,TaskbarSettingsItem,ProgramsFeaturesItem,SEPARATOR,MenuSettingsItem
+ SettingsMenu.Command=settings
+ SettingsMenu.Label=$Menu.Settings
+ SettingsMenu.Icon=shell32.dll,330
+ CustomItem3.Link=%userprofile%\Settings Shortcuts
+ CustomItem3.Label=$Menu.PCSettings
+ CustomItem3.Icon=D:\Pictures\2kexplorer\enabled\settings.ico
+ ControlPanelItem.Command=control_panel
+ ControlPanelItem.Label=$Menu.ControlPanel
+ ControlPanelItem.Tip=$Menu.ControlPanelTip
+ ControlPanelItem.Icon=shell32.dll,137
+ ControlPanelItem.Settings=TRACK_RECENT
+ SecurityItem.Command=windows_security
+ SecurityItem.Label=$Menu.Security
+ SecurityItem.Tip=$Menu.SecurityTip
+ SecurityItem.Icon=shell32.dll,48
+ NetworkItem.Command=network_connections
+ NetworkItem.Label=$Menu.Network
+ NetworkItem.Tip=$Menu.NetworkTip
+ NetworkItem.Icon=shell32.dll,257
+ PrintersItem.Command=printers
+ PrintersItem.Label=$Menu.Printers
+ PrintersItem.Tip=$Menu.PrintersTip
+ PrintersItem.Icon=shell32.dll,138
+ TaskbarSettingsItem.Command=taskbar_settings
+ TaskbarSettingsItem.Label=$Menu.Taskbar
+ TaskbarSettingsItem.Tip=$Menu.TaskbarTip
+ TaskbarSettingsItem.Icon=shell32.dll,40
+ ProgramsFeaturesItem.Command=programs_features
+ ProgramsFeaturesItem.Label=$Menu.Features
+ ProgramsFeaturesItem.Tip=$Menu.FeaturesTip
+ ProgramsFeaturesItem.Icon=shell32.dll,271
+ MenuSettingsItem.Command=menu_settings
+ MenuSettingsItem.Label=$Menu.ClassicSettings
+ MenuSettingsItem.Tip=$Menu.SettingsTip
+ MenuSettingsItem.Icon=,1
+ FavoritesItem.Command=favorites
+ FavoritesItem.Label=$Menu.Favorites
+ FavoritesItem.Icon=imageres.dll,1024
+ RecentDocumentsItem.Items=UserFilesItem,UserDocumentsItem,UserPicturesItem
+ RecentDocumentsItem.Command=recent_documents
+ RecentDocumentsItem.Label=$Menu.Documents
+ RecentDocumentsItem.Icon=shell32.dll,327
+ RecentDocumentsItem.Settings=ITEMS_FIRST
+ UserFilesItem.Command=user_files
+ UserFilesItem.Tip=$Menu.UserFilesTip
+ UserDocumentsItem.Command=user_documents
+ UserDocumentsItem.Tip=$Menu.UserDocumentsTip
+ UserPicturesItem.Command=user_pictures
+ UserPicturesItem.Tip=$Menu.UserPicturesTip
+ ComputerItem.Command=computer
+ SearchMenu.Items=SearchFilesItem,SearchPrinterItem,SearchComputersItem,SearchPeopleItem
+ SearchMenu.Command=search
+ SearchMenu.Label=$Menu.Search
+ SearchMenu.Icon=shell32.dll,323
+ SearchFilesItem.Command=search_files
+ SearchFilesItem.Label=$Menu.SearchFiles
+ SearchFilesItem.Tip=$Menu.SearchFilesTip
+ SearchFilesItem.Icon=shell32.dll,134
+ SearchPrinterItem.Command=search_printer
+ SearchPrinterItem.Label=$Menu.SearchPrinter
+ SearchPrinterItem.Tip=$Menu.SearchPrintersTip
+ SearchPrinterItem.Icon=shell32.dll,1006
+ SearchComputersItem.Command=search_computers
+ SearchComputersItem.Label=$Menu.SearchComputers
+ SearchComputersItem.Tip=$Menu.SearchComputersTip
+ SearchComputersItem.Icon=shell32.dll,135
+ SearchPeopleItem.Command=search_people
+ SearchPeopleItem.Label=$Menu.SearchPeople
+ SearchPeopleItem.Icon=shell32.dll,269
+ HelpItem.Command=help
+ HelpItem.Label=$Menu.Help
+ HelpItem.Tip=$Menu.HelpTip
+ HelpItem.Icon=imageres.dll,99
+ RunItem.Command=run
+ RunItem.Label=$Menu.Run
+ RunItem.Tip=$Menu.RunTip
+ RunItem.Icon=shell32.dll,328
+ LogOffItem.Command=logoff
+ LogOffItem.Label=$Menu.Logoff
+ LogOffItem.Tip=$Menu.LogOffTip
+ LogOffItem.Icon=shell32.dll,325
+ UndockItem.Command=undock
+ UndockItem.Label=$Menu.Undock
+ UndockItem.Tip=$Menu.UndockTip
+ UndockItem.Icon=shell32.dll,331
+ DisconnectItem.Command=disconnect
+ DisconnectItem.Label=$Menu.Disconnect
+ DisconnectItem.Tip=$Menu.DisconnectTip
+ DisconnectItem.Icon=shell32.dll,329
+ ShutdownBoxItem.Items=SwitchUserItem,LockItem,SleepItem,HibernateItem,RestartNUItem,RestartItem,ShutdownNUItem,ShutdownItem
+ ShutdownBoxItem.Command=shutdown_box
+ ShutdownBoxItem.Label=$Menu.ShutdownBox
+ ShutdownBoxItem.Icon=shell32.dll,329
+ ShutdownBoxItem.Settings=SPLIT
+ SwitchUserItem.Command=switch_user
+ SwitchUserItem.Label=$Menu.SwitchUser
+ SwitchUserItem.Tip=$Menu.SwitchUserTip
+ SwitchUserItem.Icon=none
+ LockItem.Command=lock
+ LockItem.Label=$Menu.Lock
+ LockItem.Tip=$Menu.LockTip
+ LockItem.Icon=none
+ SleepItem.Command=sleep
+ SleepItem.Label=$Menu.Sleep
+ SleepItem.Tip=$Menu.SleepTip
+ SleepItem.Icon=none
+ HibernateItem.Command=hibernate
+ HibernateItem.Label=$Menu.Hibernate
+ HibernateItem.Tip=$Menu.HibernateTip
+ HibernateItem.Icon=none
+ RestartNUItem.Command=restart_noupdate
+ RestartNUItem.Label=$Menu.Restart
+ RestartNUItem.Tip=$Menu.RestartTip
+ RestartNUItem.Icon=none
+ RestartItem.Command=restart
+ RestartItem.Label=$Menu.Restart
+ RestartItem.Tip=$Menu.RestartTip
+ RestartItem.Icon=none
+ ShutdownNUItem.Command=shutdown_noupdate
+ ShutdownNUItem.Label=$Menu.Shutdown
+ ShutdownNUItem.Tip=$Menu.ShutdownTip
+ ShutdownNUItem.Icon=none
+ ShutdownItem.Command=shutdown
+ ShutdownItem.Label=$Menu.Shutdown
+ ShutdownItem.Tip=$Menu.ShutdownTip
+ ShutdownItem.Icon=none
+ SearchBoxItem.Command=search_box
+ SearchBoxItem.Label=$Menu.SearchBox
+ SearchBoxItem.Icon=none
+ SearchBoxItem.Settings=OPEN_UP|TRACK_RECENT
+
+
+