ikas-mc / ContextMenuForWindows11

Add Custom Context Menu For Windows11
GNU Lesser General Public License v3.0
1.85k stars 90 forks source link

Do not work on Windows11 on Arm 24H2 #135

Closed MOONOTUS closed 2 months ago

MOONOTUS commented 2 months ago

System : Windows 24H2 ( 26100.863 ) CPU : Snapdragon XElite App version : 5.1.1.0

I installed the application from Microsoft Store, and tried to add an VSCode shortcut into windows context menu, then I found it doesn't works.I tried to run it as administrator、restart it、and restart my computer, and then failed.

ikas-mc commented 2 months ago

since there is no arm64 device, it is impossible to determine the problem. Please try the arm64 version in the github action and try to enable debug log

ikas-mc commented 2 months ago

image

Please try the latest build version. I tested it with the arm64 virtual machine and it is already working properly.

https://github.com/ikas-mc/ContextMenuForWindows11/actions/runs/9746424756

use this package ContextMenuCustom-CMC_DEV_RELEASE-ARM64

MOONOTUS commented 2 months ago

图像

请尝试最新版本。我用 arm64 虚拟机对其进行了测试,它已经正常工作。

https://github.com/ikas-mc/ContextMenuForWindows11/actions/runs/9746424756

使用此包 ContextMenuCustom-CMC_DEV_RELEASE-ARM64

OK I'll do it.

MOONOTUS commented 2 months ago

It works correctly, thanks for your hard-working