November 7, 200520 yr Im attemping to enter a registry setting similar to this into WPI and in not certain how to lay it out [HKEY_LOCAL_MACHINE\SOFTWARE\application]"regname"="username""regkey"="registration"Considering that WPI only has one line I assume it should be as follows[HKEY_LOCAL_MACHINE\SOFTWARE\application]"regname"="username" "regkey"="registration"Is this correct or should I identify the seperate lines with a character such as |
November 13, 200520 yr "Considering that WPI only has one line I assume it should be as follows"Not sure what is meant here. WPI allows for six (6) command lines and two opportunities to import registry keys, before (regb) AND after (rega) the command lines run. First, save your settings as a .reg file (go to the registry and export the relevant key if necessary). Here's an example of an "after" operation:rega[pn]=['REGEDIT /s %cdrom%\\Programs\\Java\\java.reg']You can also import the .reg file from a command line:cmd2[pn]=['REGEDIT /S %cdrom%\\Programs\\AcronisTrueImage\\Acronis.reg']Good luck.
Create an account or sign in to comment