diff --git a/ExplorerPatcher/settings.reg b/ExplorerPatcher/settings.reg index 6ca83d271..d5073eced 100644 --- a/ExplorerPatcher/settings.reg +++ b/ExplorerPatcher/settings.reg @@ -325,7 +325,7 @@ ;x 3 隐藏 ;x 1 禁用 ;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_NoStartMenuMorePrograms"=dword:00000000 -;y IMPORTANT, MUST READ: Notice regarding this feature (online) +;y 非常重要!Windows10开始菜单可能部分功能不可用 ;https://github.com/valinet/ExplorerPatcher/discussions/1679 ;g StartMenu_Windows10 diff --git a/version.h b/version.h index b7769eae1..1f8b99f56 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 2361 #define VER_BUILD_HI 58 -#define VER_BUILD_LO 2 +#define VER_BUILD_LO 3 #define VER_FLAGS VS_FF_PRERELEASE