Virtual Device Driver format in the registry is invalid

  • Thread starter Thread starter gshackel
  • Start date Start date
G

gshackel

I am using Windows 2000 Professional, SP3.
I am getting the following error message when I try to
install numerous applications.

" 16 bit Windows Subsystem

SYSTEM\CurrentControlSet\Control\VirtualDeviceDrivers.
Virtual Device Driver format in the registry is invalid.
Choose 'Close' to terminate the application.

[Close] [Ignore] "

Any suggestions as to how can this be remedied?

Greg
 
Virtual Device Driver Error Message in 16-Bit MS-DOS Subsystem
http://support.microsoft.com/support/kb/articles/Q254/9/14.ASP

The article is pretty straight-forward. You'll need to use regedt32.exe.
regedit.exe cannot create Reg_Multi_Sz strings. You can backup your reg and
create the ERD by going to; Programs|Accessories|System Tools|Backup, then
choose ERD, then if you check the box for "Also backup....", then the reg
will also be backed up to
%windir%\repair\RegBack
leaving the
%windir%\repair\
directory files intact as original installation.

If you need to recreate the VirtualDeviceDrivers key; highlight the key (in
the left-hand pane), then Edit|Delete Then (in the left-hand pane) position
the cursor on the "Control" key, (so you'll be creating directly under
"Control") then Edit|Add Key, then for the "Key Name:"
VirtualDeviceDrivers
You can leave the "Class:" blank Then proceed with steps four through seven.

Make sure your doing this logged on as local administrator.
 
Virtual Device Driver Error Message in 16-Bit MS-DOS Subsystem
http://support.microsoft.com/support/kb/articles/Q254/9/14.ASP

The article is pretty straight-forward. You'll need to use regedt32.exe.
regedit.exe cannot create Reg_Multi_Sz strings. You can backup your reg and
create the ERD by going to; Programs|Accessories|System Tools|Backup, then
choose ERD, then if you check the box for "Also backup....", then the reg
will also be backed up to
%windir%\repair\RegBack
leaving the
%windir%\repair\
directory files intact as original installation.

If you need to recreate the VirtualDeviceDrivers key; highlight the key (in
the left-hand pane), then Edit|Delete Then (in the left-hand pane) position
the cursor on the "Control" key, (so you'll be creating directly under
"Control") then Edit|Add Key, then for the "Key Name:"
VirtualDeviceDrivers
You can leave the "Class:" blank Then proceed with steps four through seven.

Make sure your doing this logged on as local administrator.
 
Back
Top