


In other words, there is no need for administrative rights to use it. When you click on the “Submit” button, the selections are passed as parameters to the Powershell script, which is responsible for applying the changes and restarting Windows Explorer.Īll the changes made by WinSetView affect the HKEY_CURRENT_USER registry key. Runing the HTA script reveals the GUI of the application, where you can make your modifications. In the downloaded archive package, you will find a VBScript and a Powershell script. Apply the changes with a PowerShell script You can do all that and more in Explorer but keep in mind that there are also third-party tools that aim to help you customize your working environment. As such, you can change the explorer’s layout, group or sort items by various criteria and add new columns to view extra information about a file. Aiming to provide versatility and meet user’s requirements, Explorer features several customization options in its ribbon-based menu. (Many menu item commands can be invoked via PostMessage or via ExecWB.Windows Explorer has gone a long way toward the file explorer that it is today. 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. 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
