Ok, during the login script execution, I'd like to have su run regedit as the local admin.

So, according to the documentation the command should be something like this:

su admin "regedit /s entry.reg" .

I get varied errors; 2, 1722, 1385, 1326 and so forth.

I've tried full paths to the exe, reg entries and anything else I can think of...no dice except for getting notepad to run...yippie.

Did the kix install script, made sure the machine I was on was listed as the copy went thru...etc, etc.

Do I have to copy these files to the local machine first, then exec? (a la notepad working?)

Thanks