in reply to Re^4: access 64bit registry from 32 bit Perl
in thread access 64bit registry from 32 bit Perl
You could always use
psexec -? -accepteula /accepteula 1>NUL 2>NUL
psexec.exe -d -l -u username -p password myfoo.bat
-d Don't wait for process to terminate (non-interactive). -l Run process as limited user (strips the Administrators grou +p and allows only privileges assigned to the Users group). On Windows Vista the process runs with Low Integrity.
|
|---|