如何从服务本身确定正在运行的服务帐户.
一种语言本来有用..
在C++中: GetUserName
C#
System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString();