Jump to content

Recommended Posts

Posted

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 |


Posted

"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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...