Software-OK
≡... News | ... Home | ... FAQ | Impressum | Contact | Listed at | Thank you |

  
HOME ► Faq ► FAQ - Q-Dir the Quad Explorer for Windows 11, 10, ect. ► ««« FAQ 159 / 160 »»»

Bug with OperationStatusWindow (progress dialog) on ​​Windows 11 24H2 – solved!


Under Windows 11 24H2 (from May 2025), a serious bug occurs in the Windows shell: When file operations are performed with `IFileOperation`, the progress dialog (`OperationStatusWindow`) appears only on the first call - all subsequent calls no longer show a dialog , even if the actions are performed correctly.





❓ What is the problem?



🛠️ FAQ: Progress dialog (`OperationStatusWindow`) appears only the first time – Bug in `IFileOperation` on Windows 11 24H2







1. 💥 Example for reproduction
2. Repeated call with wait time:
3. 🔍 What has already been tested?
4. ✅ Workaround integrated in Q-Dir
5. 📨 Contact & Support
6. 🗓️ Summary:




1.) 💥 Example for reproduction




C++-Code:



int TestFileOperation ()
{
IFileOperation * pFileOperation = nullptr;
HRESULT hr = CoCreateInstance ( CLSID_FileOperation, nullptr, CLSCTX_ALL, IID_PPV_ARGS ( &pFileOperation )) ;
if ( FAILED ( hr )) return 1 ;

CComPtr<IShellItem> psiFrom = nullptr;
CComPtr<IShellItem> psiTo = nullptr; // Customize example paths!
SHCreateItemFromParsingName ( L "v: \\ Microsoft Visual Studio" , nullptr, IID_PPV_ARGS ( &psiFrom )) ;
SHCreateItemFromParsingName ( L "d: \\ temp" , nullptr, IID_PPV_ARGS ( &psiTo )) ;
if ( psiFrom && psiTo )
pFileOperation->CopyItem ( psiFrom, psiTo, L "Microsoft Visual Studio" , nullptr ) ;
pFileOperation->PerformOperations () ; // the progress dialog appears only the first time
return 1 ;
}







2.) Repeated call with waiting time:




TestFileOperation () ;               // ✅ progress dialog appears
MessageBox ( 0 , 0 , 0 , 0) ;            // manual interval
TestFileOperation () ;               // ❌ no more progress dialog
Sleep ( 5000) ;                       // additional time interval
TestFileOperation () ;               // ❌ still no dialog







3.) 🔍 What has already been tested?




* Fresh COM initialization cycle (newly instantiated `IFileOperation`)
* Use of `SetProgressDialog(nullptr)`
* Pauses (2+ seconds) and even `MessageBox` for interaction
* Different source and destination directories

➡️ No solution without a hack : The progress dialog remains disappeared after the first call.







4.) ✅ Workaround integrated in Q-Dir




A special hack has been developed in Q-Dir (Quad File Explorer) that systematically works around this bug , allowing the progress dialog to appear as usual for every file operation .

If you're developing a program or script with similar behavior, you're likely also affected. It's not your code that's causing the issue , but the internal behavior of Explorer in Windows 11 24H2 .







5.) 📨 Contact & Support




If you also suffer from this behavior, please write to us – we'll help.
A small tip for solving the problem is welcome 😄







6.) 🗓️ Summary:




* Affected Windows version : 11 Version 24H2 (from May 2025)
* Affected APIs : `IFileOperation`, Drag & Drop, `SHFileOperation`
* Problem : Progress dialog only appears on the first call
* Solution : Implemented in Q-Dir, request by mail if necessary








FAQ 159: Updated on: 2 July 2025 21:31 Windows

... Q-DIR Homeage
Bug with OperationStatusWindow (progress dialog) on ​​Windows 11 24H2 – solved!


► ► ► ► ... more information about the software Q-DIR     

Q-DIR

Percentage display usage overview of the partitions in Q-Dir or in MS File Explorer?


I activate an overview of the partition usage in Q-Dir which is identical to that in MS File Explorer. This answer is valid for Windows 10, 11, 12 and MS
Q-DIR

The wrong program opens a file in Explorer View, why?


Press with the right mouse button on the file and select. ► Open With ► Choose Program See also
Q-DIR

What is the meaning of the "red" files in Explorer Views on Windows?


This is the predefined color syntax by the Color-Filter in the Filemanager Q-Dir, you can disable this in Explorer View Setings
Q-DIR

How can i create a New-Folder in File-Explorer Views?


It is very easy to create create a new Folder in the Explorer View of Q-Dir, here are the solutions and examples
Q-DIR

How can i start with a favorite setting for explorer views from Desktop?


Is very simple to start the file manager Q-Dir whit your favorite settings, to open favorite folders in Explorer View at Q-Dir Start
Q-DIR

How can I change the favorites folder in Quad-Directory-Explorer?


Its very easy to change the favorites folder for the alternative file Explorer for Windows 11, 10, etc. Simple, Open the ▼ Main Menu ▼ Favorites ▼

»»

  My question is not there in the FAQ
Asked questions on this answer:
Keywords: 2025, with, operationstatuswindow, progress, dialog, windows, 24h2, solved, under, from, serious, occurs, shell, when, file, operations, performed, ifileoperation, Questions, Answers, Software




  

  + Freeware
  + Order on the PC
  + File management
  + Automation
  + Office Tools
  + PC testing tools
  + Decoration and fun
  + Desktop-Clocks
  + Security

  + SoftwareOK Pages
  + Micro Staff
  + Freeware-1
  + Freeware-2
  + Freeware-3
  + FAQ
  + Downloads

  + Top
  + Desktop-OK
  + The Quad Explorer
  + Don't Sleep
  + Win-Scan-2-PDF
  + Quick-Text-Past
  + Print Folder Tree
  + Find Same Images
  + Experience-Index-OK
  + Font-View-OK


  + Freeware
  + StressTheGPU
  + Brightness.Manager.OK
  + PaintOkay
  + FreeCellOK
  + MineSweeperOK
  + SolitaireOK
  + ProcessKO
  + WinBin2Iso
  + ThisIsMyFile
  + PAD-s


Home | Thanks | Contact | Link me | FAQ | Settings | Windows 10 | gc24b | English-AV | Impressum | Translate | PayPal | PAD-s

 © 2026 by Nenad Hrg softwareok.de • softwareok.com • softwareok.com • softwareok.eu
30.35 msec.


>> ☕ Buy SoftwareOK a Coffee ☕ <<



► What is an embedded Windows key? ◄
► How to grant a folder / directory access for a program under Windows 10 Explorer? ◄
► Display Color Calibration on Windows 10 / 11 laptops and PCs, how to? ◄
► Where is the Windows Media Center in Windows 10? ◄


This website does not store personal data. However, third-party providers are used to display ads,
which are managed by Google and comply with the IAB Transparency and Consent Framework (IAB-TCF).
The CMP ID is 300 and can be individually customized at the bottom of the page.
more Infos & Privacy Policy

....