From 6aa434cc45530e545554a29e30ac79f4d1f69453 Mon Sep 17 00:00:00 2001 From: rounk-ctrl <70931017+rounk-ctrl@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:49:32 +0400 Subject: [PATCH] update cpanel shortcut --- Rectify11Installer/Core/Backend/Themes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rectify11Installer/Core/Backend/Themes.cs b/Rectify11Installer/Core/Backend/Themes.cs index 8da35a00e..a5ef329da 100644 --- a/Rectify11Installer/Core/Backend/Themes.cs +++ b/Rectify11Installer/Core/Backend/Themes.cs @@ -195,7 +195,7 @@ private static void InstallR11Cpl() // create shortcut using ShellLink shortcut = new(); - shortcut.Target = "shell:::{542EEE1B-A254-46F7-B980-35BECF6076A4}"; + shortcut.Target = "control.exe /name Rectify11.SettingsCPL"; shortcut.IconPath = Path.Combine(Variables.r11Folder, "Rectify11CPL", "Rectify11CPL.dll"); shortcut.IconIndex = 0; shortcut.DisplayMode = ShellLink.LinkDisplayMode.edmNormal;