windows 10 has new feature - active memory dump.
i / set set dump type in windows 10. dump type use following command in command prompt:
wmic recoveros debuginfotype
which returns integer value assigned type.
the problem both active memory dump , complete memory dump has value assigned equal 1 can't tell of latter selected. , if use
wmic recoveros set debuginfotype = 1
then complete memory dump set.
is there way can read selected dump type via cmd or registry? or need ui automation tool read value window?
active memory dump feature controlled filterpages registry value @ hkey_local_machine\system\currentcontrolset\control\crashcontrol
when debuginfotype 1 , filterpages set 1, ui show "active memory dump", otherwise show "complete memory dump".
Comments
Post a Comment