@ Echo Off REM. Script to disable Exhcange 2013 Services REM. Recommended to run from elevated CMD Prompt not powershell REM. https://social.technet.microsoft.com/Forums/windowsserver/en-US/387da0db-6046-4838-9db7-c8ddcb6810da/update-kb4057903-fails-in-windows-server-2012-r2-hyperv?forum=winserverhyperv&prof=required sc.exe config MSExchangeADTopology start=disabled sc.exe config MSExchangeAntispamUpdate start=disabled sc.exe config MSExchangeDagMgmt start=disabled sc.exe config MSExchangeDiagnostics start=disabled sc.exe config MSExchangeEdgeSync start=disabled sc.exe config MSExchangeFrontEndTransport start=disabled sc.exe config MSExchangeHM start=disabled sc.exe config MSExchangeImap4 start=disabled sc.exe config MSExchangeIMAP4BE start=disabled sc.exe config MSExchangeIS start=disabled sc.exe config MSExchangeMailboxAssistants start=disabled sc.exe config MSExchangeMailboxReplication start=disabled sc.exe config MSExchangeDelivery start=disabled sc.exe config MSExchangeSubmission start=disabled sc.exe config MSExchangePop3 start=disabled sc.exe config MSExchangePOP3BE start=disabled sc.exe config MSExchangeRepl start=disabled sc.exe config MSExchangeRPC start=disabled sc.exe config MSExchangeFastSearch start=disabled sc.exe config HostControllerService start=disabled sc.exe config wsbexchange start=disabled sc.exe config MSExchangeServiceHost start=disabled sc.exe config MSExchangeThrottling start=disabled sc.exe config MSExchangeTransport start=disabled sc.exe config MSExchangeTransportLogSearch start=disabled sc.exe config MSExchangeUM start=disabled sc.exe config MSExchangeUMCR start=disabled sc.exe config FMS start=disabled