How can I write a value into the (Default) part of a key?

A new builder for a new world :)
Post Reply
JonF
Registered User
Posts: 56
Joined: Thu 21 Sep, 2023 10:57 am

How can I write a value into the (Default) part of a key?

Post by JonF »

Local.png
Local.png (25.84 KiB) Viewed 16818 times

Code: Select all

RegLoadHives
RegWrite,HKLM,0x7,Tmp_Drivers\DriverDatabase\DriverInfFiles\bthoob.inf,bthoob.inf_amd64_2cc28a227e674d9b
RegWrite,HKLM,0x7,Tmp_Drivers\DriverDatabase\DriverInfFiles\bthoob.inf,Active,bthoob.inf_amd64_2cc28a227e674d9b
RegWrite,HKLM,0x7,Tmp_Drivers\DriverDatabase\DriverInfFiles\bthoob.inf,Configurations,BthOob.Install.NT
RegUnloadHives
VirtualBox_PhoenixPE.png
VirtualBox_PhoenixPE.png (524.45 KiB) Viewed 16818 times
JonF
Registered User
Posts: 56
Joined: Thu 21 Sep, 2023 10:57 am

Re: How can I write a value into the (Default) part of a key?

Post by JonF »

Never mind, figured it out. Just use a null strring ("") for the ValueName.
Post Reply