Index: /trunk/src/VBox/Runtime/r3/init.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/init.cpp	(revision 39751)
+++ /trunk/src/VBox/Runtime/r3/init.cpp	(revision 39752)
@@ -331,5 +331,5 @@
      */
 #ifdef RT_OS_WINDOWS
-    SetErrorMode(GetErrorMode() | SEM_FAILCRITICALERRORS);
+    SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX);
 #elif defined(RT_OS_OS2)
 # error "FIXME"
