Index: /trunk/src/VBox/Main/src-server/GraphicsAdapterImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/GraphicsAdapterImpl.cpp	(revision 83628)
+++ /trunk/src/VBox/Main/src-server/GraphicsAdapterImpl.cpp	(revision 83629)
@@ -268,10 +268,6 @@
     AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
 
-    /** @todo quick workaround for hang with Win10 guest when 2d accel
-     * is enabled when non-VBoxVGA graphics is configured. */
-    if (mData->graphicsControllerType == GraphicsControllerType_VBoxVGA)
-        *aAccelerate2DVideoEnabled = mData->fAccelerate2DVideo;
-    else
-        *aAccelerate2DVideoEnabled = FALSE;
+    /* bugref:9691 The legacy VHWA acceleration has been disabled completely. */
+    *aAccelerate2DVideoEnabled = FALSE;
 
     return S_OK;
