ok everyone I finally got it to work! it appears i got some incorrect information. 1. when dealing with a reg key u need not put regedit /s 2. when dealing with pskill or history kill u wont need cmd /c 3. When u finalize editing your config.js make sure that u delete all the lines that contain no info ---- pn=0 // start value vor prog numbering prog[pn]=['ProgramName'] desc[pn]=['Description'] regb[pn]=['Drive','Registry Key Path'] cmd1[pn]=['Drive','CommandLine 1'] cmd2[pn]=['Drive','CommandLine 2'] cmd3[pn]=['Drive','CommandLine 3'] rega[pn]=['Drive','Registry Key Path'] dflt[pn]=['no'] forc[pn]=['false'] cat[pn]=['Appllication Category'] ordr[pn]=[0] pn++ let say u use only cmd1[pn] make sure that u remove cmd2, cmd3 etc otherwise u will get errors. this was not stated in the guide. In addition one major problem i had was that instead of cmd1[pn]=['%cdrom%\\software\\LC161a\LC161a.exe /S'] it should be cmd1[pn]=['%cdrom%\\software\\LC161a\\LC161a.exe /S']