Credits for this fix goes to the ReactOS devs See https://jira.reactos.org/browse/CORE-15666
Signed-off-by: Fabian Maurer dark.shadow4@web.de --- dlls/shell32/shpolicy.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/shell32/shpolicy.c b/dlls/shell32/shpolicy.c index 62e6ab5760..a05c7e96fd 100644 --- a/dlls/shell32/shpolicy.c +++ b/dlls/shell32/shpolicy.c @@ -854,6 +854,7 @@ DWORD WINAPI SHRestricted (RESTRICTIONS policy) }
lstrcpyA(regstr, strRegistryPolicyA); + lstrcatA(regstr, "\"); lstrcatA(regstr, p->appstr);
/* return 0 and don't set the cache if any registry errors occur */ -- 2.21.0