From 26e8484220c882e9899133ed3bb4a68e39aa91ca Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 19 Jan 2021 20:11:46 -0500 Subject: [PATCH] Stop MS autoupdate --- topgrade/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index e57fddb..c79a733 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -5,7 +5,7 @@ #] # Disable specific steps - same options as the command line flag -disable = ["go"] +disable = ["go", "microsoft_auto_update"] # Run specific steps - same options as the command line flag #only = ["system", "emacs"]