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.