Index: /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp	(revision 52973)
+++ /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp	(revision 52974)
@@ -4031,10 +4031,10 @@
     /*
      * Apply anti debugger notification trick to the thread.  (Also done in
-     * supR3HardenedWinInit.)
+     * supR3HardenedWinInit.)  This may fail with STATUS_ACCESS_DENIED and
+     * maybe other errors.
      */
     rcNt = NtSetInformationThread(This.hThread, ThreadHideFromDebugger, NULL, 0);
     if (!NT_SUCCESS(rcNt))
-        supR3HardenedWinKillChild(&This, "supR3HardenedWinReSpawn", rcNt,
-                                  "NtSetInformationThread/ThreadHideFromDebugger failed: %#x\n", rcNt);
+        SUP_DPRINTF(("supR3HardenedWinReSpawn: NtSetInformationThread/ThreadHideFromDebugger failed: %#x (harmless)\n", rcNt);
 #endif
 
