January 20, 201016 yr What files and registry keys are required for WinPE 3.0 to show File Copy/Move Progress Bar and File Overwite Confirmation Dialog when copying or moving files? Edited January 20, 201016 yr by chantszhim
January 20, 201016 yr Since WinPE doesn't have a file explorer, and those dialogs are part of explorer, there aren't any unless you've managed to hack explorer.exe onto a PE image.
January 20, 201016 yr Author Since WinPE doesn't have a file explorer, and those dialogs are part of explorer, there aren't any unless you've managed to hack explorer.exe onto a PE image.I am now using CubicExplorer in my WinPE, are there any other Windows Explorer replacements which come with these dialogs and support Shell Extension on the right click menu?
March 9, 201016 yr Author Since WinPE doesn't have a file explorer, and those dialogs are part of explorer, there aren't any unless you've managed to hack explorer.exe onto a PE image.Solved by copying shellstyle.dll, explorerframe.dll and their related mui files to System32. Not related to Windows Explorer. Edited March 9, 201016 yr by chantszhim
March 9, 201016 yr Yes, those ARE called by explorer.exe when you right-click. Seems that the 3rd party explorer loads explorerframe.dll properly, which in turn will load shellstyle.dll and host the desktop style (classic, I'd guess) and the MUI files for it. Good catch, but explorerframe.dll does exactly what it sounds like it does, but your shell replacement obviously is coded to allow use of these binaries. Good find, but still explorer-related.
Create an account or sign in to comment