I m developing a program in windows (something like client & server) and I want to run server as LSA(local system account).but I don t know how?
Note: I m writing my program in VB6 but I m familiar with C#,C++ and C. So if your code is in any of these languages, I would be appreciate putting your code here.
Win.ShellExecute 0, "open", "C:dirprogram.exe", "arguments", vbNullString, SW_SHOWNORMAL Win.ShellExecute 0, "open", "http://www.google.com", vbNullString, vbNullString, SW_SHOWNORMAL I want google....