File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2447,8 +2447,8 @@ _FX NTSTATUS File_NtCreateFileImpl(
2447
2447
){
2448
2448
2449
2449
//
2450
- // MSIServer when accessing \??\C:\WINDOWS\Installer\???????.msi files will get a PROGOLEGE_NOT_HELD error when requesting ACCESS_SYSTEM_SECURITY
2451
- // Howeever if we broadly clear this flag we will get error 1946 'System.AppUserModel.ID' could not be set on *.lnk files
2450
+ // MSIServer when accessing \??\C:\WINDOWS\Installer\???????.msi files will get a PRIVILEGE_NOT_HELD error when requesting ACCESS_SYSTEM_SECURITY
2451
+ // However, if we broadly clear this flag we will get Warning 1946 Property 'System.AppUserModel.ID' could not be set on *.lnk files
2452
2452
//
2453
2453
2454
2454
DesiredAccess &= ~ACCESS_SYSTEM_SECURITY ;
@@ -3042,7 +3042,7 @@ _FX NTSTATUS File_NtCreateFileImpl(
3042
3042
3043
3043
//
3044
3044
// MSI must not fail accessing \??\C:\WINDOWS\Installer\Config.msi but this folder is readable only for system,
3045
- // so we create a boxed copy copy instead and open it
3045
+ // so we create a boxed copy instead and open it
3046
3046
//
3047
3047
3048
3048
RtlInitUnicodeString (& objname , CopyPath );
@@ -6907,4 +6907,4 @@ _FX BOOLEAN DigitalGuardian_Init(HMODULE hModule)
6907
6907
Dll_DigitalGuardian = hModule ;
6908
6908
6909
6909
return TRUE;
6910
- }
6910
+ }
You can’t perform that action at this time.
0 commit comments