diff options
| author | Jason <[email protected]> | 2022-10-14 13:50:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-14 13:50:18 -0700 |
| commit | f20a01318ddb570731de91f62e94b37550139b28 (patch) | |
| tree | 365157e9db6bcf272fd8a4397dc6c30b892eab6d /storage/class/disk/src/diskdev.inf | |
| parent | d475c9bca937ddbd72b8b423783a140356306fb0 (diff) | |
Fix some infverif 1203 (missing section) and 1324 (no PnpLockdown=1) errors (#793)
* Clean up some misc infverif 1203 errors
* Clean up some infverif 1324 (no PnpLockdown=1) errors
Diffstat (limited to 'storage/class/disk/src/diskdev.inf')
| -rw-r--r-- | storage/class/disk/src/diskdev.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/class/disk/src/diskdev.inf b/storage/class/disk/src/diskdev.inf index 73a26b23..4db49829 100644 --- a/storage/class/disk/src/diskdev.inf +++ b/storage/class/disk/src/diskdev.inf @@ -15,6 +15,7 @@ ClassGUID={4d36e967-e325-11ce-bfc1-08002be10318} Class=DiskDrive DriverVer=08/27/1999,5.2.1425.0 ;CatalogFile=your_cat_here.cat ; Supply your own catalog file here. +PnpLockdown=1 [DestinationDirs] DefaultDestDir = 12 |
