diff --git a/win32ss/drivers/videoprt/registry.c b/win32ss/drivers/videoprt/registry.c index 4fed31e451d..cf2493309bf 100644 --- a/win32ss/drivers/videoprt/registry.c +++ b/win32ss/drivers/videoprt/registry.c @@ -586,6 +586,10 @@ IntCreateNewRegistryPath( return Status; } + /* Copy the saved resolution to the source key */ + IntCopyRegistryValue(NewKey, SettingsKey, L"DefaultSettings.XResolution"); + IntCopyRegistryValue(NewKey, SettingsKey, L"DefaultSettings.YResolution"); + /* Copy the registry data from the legacy key */ Status = IntCopyRegistryKey(SettingsKey, NewKey);