damienvanrobaeys / Run-in-Sandbox

Run PS1, VBS, CMD, EXE, MSI, Intunewin, MSIX, or extract ISO, ZIP in Windows Sandbox very quickly just from a right-click
https://www.systanddeploy.com/2023/06/runinsandbox-quick-way-to-runextract.html
763 stars 86 forks source link

Intunewin installation should use 32-bit cmd #56

Open jelmerj opened 1 month ago

jelmerj commented 1 month ago

Intune uses c:\windows\SysWOW64\cmd.exe for all installations but Run-in-Sandbox uses the default 64 bit cmd.exe. Because of this it's currently not possible to test packages which use commands like c:\windows\sysnative\pnputil.exe to install drivers.

Joly0 commented 1 month ago

Hey, could you test my fork here please?