From f3b1d3ee1051f017cbf39a1b3351985642f17435 Mon Sep 17 00:00:00 2001 From: ema Date: Tue, 5 Dec 2023 20:00:52 +0800 Subject: [PATCH] fix: setup don't creat auto run --- Build/MicaSetup/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/MicaSetup/Program.cs b/Build/MicaSetup/Program.cs index 08118ac7..525d10ab 100644 --- a/Build/MicaSetup/Program.cs +++ b/Build/MicaSetup/Program.cs @@ -35,7 +35,7 @@ internal class Program option.IsCreateStartMenu = true; option.IsCreateQuickLaunch = false; option.IsCreateRegistryKeys = true; - option.IsCreateAsAutoRun = true; + option.IsCreateAsAutoRun = false; option.IsCustomizeVisiableAutoRun = false; option.AutoRunLaunchCommand = "-autostart"; option.UseFolderPickerPreferClassic = false;