How to create key in \HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port2\ScsiBus 0 ??

  • Thread starter Thread starter sp
  • Start date Start date
S

sp

I would like to create a key in registry in:

\HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port2\Scsi Bus 0

I receive:


Error writing to the registry

I have Administrator rights! I check the premision on registry and I
should be able to create Key.

I treied to do it useing

psexec -s -i regedit.exe but the result is the same.

Help me! I need to create key in this place to install one driver manually.
 
sp said:
I would like to create a key in registry in:

\HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port2\Scsi Bus 0

I receive:


Error writing to the registry

I have Administrator rights! I check the premision on registry and I
should be able to create Key.

I treied to do it useing

psexec -s -i regedit.exe but the result is the same.

Help me! I need to create key in this place to install one driver
manually.

You may need to adjust the permissions of the "SCSI Bus 0" key
by giving the administrator full access.
 
Back
Top