0

Methods attempted:

  1. Edited the environment variable PATH and kept path of ADK "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\dism.exe" in the front

  2. Installed and Re-installed 10.0.19041.1 version in server (verified in control panel)

  3. Edited PATH using Powershell

    $env:path = "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM" import-module "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM"

I want to switch to the new version in order to service a WIM file

priyalsoni
  • 11
  • 3
  • What are you doing that doesn't work correctly after all you have done? – harrymc Jan 05 '21 at 12:16
  • how did you change the path environmental variable in step 1? If you use set in a command prompt, note that you also need to use setx to make it a permanent change. – LPChip Jan 05 '21 at 14:20
  • also, if you change the parameter of path in the command prompt, does it work as expected directly after that change? If not, then changing the path is not the solution to your underlying problem. – LPChip Jan 05 '21 at 14:21

0 Answers0