Zhiyi Zhang (@zhiyi) commented about programs/explorer/desktop.c:
SWP_SHOWWINDOW ); thread = CreateThread( NULL, 0, clipboard_thread, NULL, 0, &id ); if (thread) CloseHandle( thread );
thread = CreateThread( NULL, 0, display_settings_restorer_thread, NULL, 0, &id );
Let's put this in initialize_display_settings().