Apply either a KERNEL, USER or PROCESS flag when the specified DLL is loaded. Command line: dll.dll;flagType;0xValue|dll2.dll;flagType2;0xValue2 ...

Apply either a KERNEL, USER or PROCESS flag when the specified DLL is loaded.
Command line: dll.dll;flagType;0xValue|dll2.dll;flagType2;0xValue2
Where dll.dll is DLL name, including .dll extension
flagType is one of KERNEL, USER or PROCESS
value is a hexadecimal value, must start with 0x and may be 64 bits long,
except for PROCESS which is limited to 32 bits.
Multiple triplets may be specified by separating them with a | character.