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;