Is there any way to do a File.RunAs LocalSystem Account (LSA)?
I tried this with no luck:
Also tried with a blank password.
I am using SUF 9 on Windows 7 x64.
Thanks for any tips.
I tried this with no luck:
Code:
File.RunAs(_SourceFolder.."\\mytest.exe", "", "", SW_HIDE, true,"LocalSystem", adminpassword,
"", LOGON_NO_OPTION, nil, nil);
I am using SUF 9 on Windows 7 x64.
Thanks for any tips.