I just bought Lenovo ThinkPad X13s Gen 1 with QC Kryo, SD 8cx Gen 3, 32GB RAM, 1TB SSD, 5G and LTE WAN (and both arm64 and arm32 support). Does anybody want its very special Lenovo (and Qualcomm) drivers?
Who has "Microsoft Dev Kit 2023/Project Volterra" device? Can you post dxdiag.exe's Display tab here together with the Windows version? Thx.
Do you have DotNETFramework's AnyCPU PROGRAM.EXE, which runs in W11 arm64OS as only x64 process and you want to run it natively as arm64 process? 1. Either run it as: start /machine arm64 /b /wait PROGRAM.exe 2. or: runas /machine:arm64 /trustlevel:0x20000 PROGRAM.exe 3. or import this to the registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\PROGRAM.exe] "PreferredMachine"=dword:0000aa64 (Replace PROGRAM.exe with your actual AnyCPU filename.)
So, I just "switched" these 20 DotNET AnyCPU programs from x64 to arm64 process without any trouble. Bulk Crap Uninstaller is v4-16 and IP Changer is v1-3-2-0, because later they jumped to DotNET "Core". Basically any DotNET v4-x AnyCPU programs (which are not restricted to 32-bit like WindowsISODownloader or ScriptEditor for Fiddler or Diffinity v0-9-3 and lower) will work, if DotNET FW v4-8-1 is installed.