mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Define some registry entries as not volatile, to prevent new installation of device at each boot
svn path=/trunk/; revision=24171
This commit is contained in:
parent
3ab77c0239
commit
6afc1a0152
1 changed files with 2 additions and 2 deletions
|
@ -2808,7 +2808,7 @@ IopEnumerateDetectedDevices(
|
|||
&ObjectAttributes,
|
||||
0,
|
||||
NULL,
|
||||
REG_OPTION_VOLATILE,
|
||||
REG_OPTION_NON_VOLATILE,
|
||||
NULL);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
@ -2824,7 +2824,7 @@ IopEnumerateDetectedDevices(
|
|||
&ObjectAttributes,
|
||||
0,
|
||||
NULL,
|
||||
REG_OPTION_VOLATILE,
|
||||
REG_OPTION_NON_VOLATILE,
|
||||
NULL);
|
||||
ZwClose(hLevel1Key);
|
||||
if (!NT_SUCCESS(Status))
|
||||
|
|
Loading…
Reference in a new issue