From b6bfc2572740c0cd46d3bc0058fa767dd5fa862e Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Mon, 10 Aug 2020 19:10:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fixed=20removing=20onedrive=20do?= =?UTF-8?q?es=20not=20delete=20scheduled=20tasks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application/application.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/application/application.yaml b/src/application/application.yaml index 4ddee2ef..9945f586 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -1872,7 +1872,8 @@ actions: del "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\OneDrive.lnk" /s /f /q reg delete "HKEY_CLASSES_ROOT\CLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f reg delete "HKEY_CLASSES_ROOT\Wow6432Node\CLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f - reg add "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /v System.IsPinnedToNameSpaceTree /d "0" /t REG_DWORD /f + reg add "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /v System.IsPinnedToNameSpaceTree /d "0" /t REG_DWORD /f + for /f "tokens=1 delims=," %%x in ('schtasks /query /fo csv ^| find "OneDrive"') do schtasks /Delete /TN %%x /F - category: Disable built-in Windows features children: