On my local BizTalk development machine I sometimes want to stop the BizTalk services and all other related services including SQL Server. So I created the following batch file that takes care of it:
Net stop "edi subsystem" Net stop RuleEngineUpdateService Net stop BTSSvc$BizTalkServerApplication […]