Jump to content

DirkM

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by DirkM

  1. I would like to resurrect this thread from the dead, now that Windows on Arm is becoming a real thing. My AutoIT executable run fine (as far as I can tell) on the full version of Windows on ARM (Surface Pro X, Parallels VM) and I got the core working on WinPE 11 on ARM (AutoIT compiled as x64) but I have not managed yet to launch any command line executables in WInPE on ARM from AutoIT. AutoIT executables compiled for x64 do not run by default but adding xtajit64.dll and some others to enable x64 software emulation fixes that. However, a RUN (@comspec&" /") will not launch a command prompt and any other attempt to launch command line executables also fails (i.e. diskpart, dism, etc.). ProcMonx64 shows no missing DLLs but a bunch of registry hives show NAME NOT FOUND. Anybody out here to is playing with this also?
  2. I know it's more than 2 years later and I hope my question is not to stupid. Is there a way to enumerate the WPD Device Properties for the devices returned by this script? I don't know enough programming to explain this properly but I would be interested in the properties listed at https://msdn.microsoft.com/en-us/library/windows/hardware/ff597865(v=vs.85).aspx for each portable device returned by this script. I would be interested in WPD_DEVICE_FIRMWARE_VERSION and WPD_DEVICE_MODEL besides other properties. I can see my phones and tablets but I can't even get started to get from here (get the phone) to there (get the firmware version). Any hint would be appreciated.
×
×
  • Create New...