以前得手工调用kernal.dll, user.dll,
.NET现在提供 System.Diagnostics.ProcessStartInfo.LoadUserProfile 可以直接作这件事,
但是要注意,loaduserprofile本身很耗时,要小心使用。比如你要put 到service里面,只call一次就可以了。
连接里面有例子。
.NET现在提供 System.Diagnostics.ProcessStartInfo.LoadUserProfile 可以直接作这件事,
但是要注意,loaduserprofile本身很耗时,要小心使用。比如你要put 到service里面,只call一次就可以了。
连接里面有例子。