
Using WinSetView, you can perform the following changes to File Explorer: Changes are permanent unless Registry values are reverted (manually or through the WinSetView tool). This tool allows you to change how the information inside the File Explorer is displayed by changing the Windows Registry. WinSetView is an open-source, portable, GUI-based tool that works for Windows 7 and later operating systems. This article is a complete guide to using WinSetView to make your life easier and define how you want to browse around your computer using File Explorer. You can apply your viewing customizations globally (across all folders and directories), or change them according to the different directory types and the type of elements the folders contain. With WinSetView, you can modify the default arrangement of folders and directories beyond what File Explorer offers natively. Moreover, when you switch between the different directories, each one has a different view style, and you usually have to readjust your viewing personalization. By default, you can change how the files and folders are displayed inside the Explorer (tiles, list, details, etc.), how they are sorted (ascending or descending), and what information is displayed (columns). (Many menu item commands can be invoked via PostMessage or via ExecWB.File Explorer, also known as Windows Explorer, is the interface you use to navigate your way through the different folders and directories on a Windows computer. Turn all scripts on and off - Ask for Help - AutoHotkey Community Get Info from Context Menu - Scripts and Functions - AutoHotkey Community However, there was one exception, I do regularly use the Find bar, and wanted a reliable way to turn it on/off. Personally, I hid all the bars the first time I used IE, and never thought about them again, so I'm curious as to why you would want to regularly reset them.
/i/1370890008.png)
ToolbarWindow321 (the 1 is relative to FindBarClass, not IEFrame)ĬontrolClick, ToolbarWindow321, ahk_id %hCtl%

PostMessage, 0x111, 1091, 0, TabWindowClass1, ahk_id %hWnd% WM_COMMANDĬontrolGet, hCtl, Hwnd,, FindBarClass1, ahk_id %hWnd% PostMessage, 0x111, 41474, 0, TabWindowClass1, ahk_id %hWnd% WM_COMMAND PostMessage, 0x111, 41481, 0, TabWindowClass1, ahk_id %hWnd% WM_COMMAND

PostMessage, 0x111, 41478, 0, TabWindowClass1, ahk_id %hWnd% WM_COMMAND PostMessage, 0x111, 41511, 0, TabWindowClass1, ahk_id %hWnd% WM_COMMAND Code: Select all q:: toggle hide/show Internet Explorer bars
