Skip to main content

Timeline for Refresh Windows Explorer in Win7

Current License: CC BY-SA 2.5

6 events
when toggle format what by license comment
Apr 9, 2023 at 11:12 comment added Ahmed Osama "Windows Explorer" and "File Explorer" won't work on non-English Windows versions, we need to get the localized name of the Explorer window. Check my answer: stackoverflow.com/a/75970123/5514131
Jan 21, 2016 at 2:53 comment added Lee I occasionally would get a null item. Fixed it by simply checking for null before trying to get item type ie. if (item != null ) Type itemType = item.GetType();
Nov 17, 2014 at 11:04 comment added bhavik shah At first, the code did not work for me on Windows 8. I added additional check for itemName == "File Explorer". if (itemName == "Windows Explorer" || itemName == "File Explorer") After that it worked. This post says it is renamed to File Explorer in Windows 8. Thank you.
May 19, 2010 at 11:34 comment added Paya However the Windows Explorer in Win7 is somewhat strange. If I set the "Hidden" value in registry, while no Windows Explorer is running, and then start the Windows Explorer, then he will not take the registry change into account, and I need to refresh it after it starts. Do you, by any luck, know how to force the Win Explorer to take the change into account? Periodically refreshing all Explorers to make sure that all new-started Explorers get refreshed is not very nice solution. :-(
May 19, 2010 at 11:28 vote accept Paya
May 19, 2010 at 7:42 history answered Adam CC BY-SA 2.5