Index: /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 42390)
+++ /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 42391)
@@ -1180,5 +1180,5 @@
     {
         int vrc = autostartDb->setAutostartDbPath(NULL);
-        if (RT_SUCCESS(vrc))
+        if (RT_SUCCESS(vrc) || vrc == VERR_NOT_SUPPORTED)
             m->strAutostartDatabasePath = "";
         else
