diff --git a/reactos/base/system/winlogon/wlx.c b/reactos/base/system/winlogon/wlx.c index 04a7ef0c755..7dcb9bc3471 100644 --- a/reactos/base/system/winlogon/wlx.c +++ b/reactos/base/system/winlogon/wlx.c @@ -1032,7 +1032,7 @@ CreateWindowStationAndDesktops( Session->InteractiveWindowStation = CreateWindowStationW( Session->InteractiveWindowStationName, 0, - WINSTA_CREATEDESKTOP, + GENERIC_ALL, &DefaultSecurity); if (!Session->InteractiveWindowStation) {