[Repository:] Everything about Windows RT (WOA) v8-x-x and v10 ARM

Discussion in 'Windows 8' started by moderate, Oct 10, 2014.

  1. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  2. Ryanclow

    Ryanclow MDL Novice

    Apr 6, 2010
    25
    2
    0
    No, i don't own. Can you try to disable secureboot? install.wim\SecureBoot\
     
  3. Ryanclow

    Ryanclow MDL Novice

    Apr 6, 2010
    25
    2
    0
    FS0: - USB
    FS1: - EFI
    FS2: - tzapps
    FS3: - tzapps
    FS4: - UEFI(BIOS)

    got dump for fs2,3,4
     
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  5. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #1329 moderate, Jul 13, 2024
    Last edited: Jul 13, 2024
    (OP)
    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?
     
  6. Ryanclow

    Ryanclow MDL Novice

    Apr 6, 2010
    25
    2
    0
    Hi, sure you can upload them
     
  7. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  8. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  9. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
  10. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    Who has "Microsoft Dev Kit 2023/Project Volterra" device?
    Can you post dxdiag.exe's Display tab here together with the Windows version?
    Thx.
     
  11. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #1337 moderate, Aug 17, 2024
    Last edited: Aug 17, 2024
    (OP)
    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.)
     
  12. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #1338 moderate, Aug 17, 2024
    Last edited: Aug 31, 2024
    (OP)
    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.
     
  13. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,490
    2,495
    120
    #1340 moderate, Aug 31, 2024
    Last edited: Aug 31, 2024
    (OP)