From 3d3380f27ebeea53f17f49974aaa89300ffaf2dd Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Sun, 16 Aug 2020 16:56:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20removed=20disabling=20ClickToRun?= =?UTF-8?q?=20as=20it=20breaks=20office?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application/application.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/application/application.yaml b/src/application/application.yaml index a57d176a..df981db9 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -1006,15 +1006,15 @@ actions: schtasks /change /TN "Microsoft\Office\OfficeTelemetryAgentFallBack2016" /ENABLE schtasks /change /TN "Microsoft\Office\OfficeTelemetryAgentLogOn" /ENABLE schtasks /change /TN "Microsoft\Office\OfficeTelemetryAgentLogOn2016" /ENABLE - - - name: Disable ClickToRun Service Monitor - recommend: true - code: |- - schtasks /change /TN "Microsoft\Office\Office ClickToRun Service Monitor" /DISABLE - sc stop "ClickToRunSvc" & sc config "ClickToRunSvc" start=disabled - revertCode: |- - schtasks /change /TN "Microsoft\Office\Office ClickToRun Service Monitor" /ENABLE - sc config "ClickToRunSvc" start=auto + # - (breaks office, see https://answers.microsoft.com/en-us/office/forum/office_2016-officeapps/office-2016-click-to-run-service-is-it-necessary/07f87963-7193-488a-9885-d6339105824b) + # name: Disable ClickToRun Service Monitor + # recommend: false + # code: |- + # schtasks /change /TN "Microsoft\Office\Office ClickToRun Service Monitor" /DISABLE + # sc stop "ClickToRunSvc" & sc config "ClickToRunSvc" start=disabled + # revertCode: |- + # schtasks /change /TN "Microsoft\Office\Office ClickToRun Service Monitor" /ENABLE + # sc config "ClickToRunSvc" start=auto - name: Disable Subscription Heartbeat recommend: false