Running cruise control.net under different credentials
问题 So I have one part of my build that requires domain rights and does file copying. Another part of my build runs some program that requires the user to interact with the desktop which seem to be only accomplish able by the system account. What is the best way to work around these two items? At the moment it seems like I can only do one or the other... 回答1: One way is to do net use s: \\<share path> <password> /user:<domain user> /savecred , which will allow your system account to impersonate