Jump to content

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


Recommended Posts

Posted

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.

  • Replies 2
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

Re: How to create key in \HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port2\Scsi Bus 0 ??

 

Re: How to create key in \HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port2\Scsi Bus 0 ??

 

 

"sp" <kofa@noemail.noemail> wrote in message

news:eR%235HtV0HHA.5408@TK2MSFTNGP02.phx.gbl...

>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.

Guest John John
Posted

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

 

It's a volatile key, you cannot create a subkey on a volatile key.

 

http://msdn2.microsoft.com/en-us/library/ms822408.aspx

 

John

 

sp wrote:

> 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.


×
×
  • Create New...