Uninstall the Win8/Win8.1 install.wim file without software

  

First, check the image version:

The image contains multiple versions, you need to confirm the version you need, my image path is " F:win8.1sourcesinstall.wim", execute the following command

dism /get-wiminfo /wimfile:"F:win8.1sourcesinstall.wim"

as shown in version 1 Win8 Pro version 2 is Windows8 standard version, I am Win8 Pro natural selection 1

Second, extract the image:

I want to extract the install.wim file into the c:111 folder, This command:

dism /mount-wim /wimfile:"F:win8.1sourcesinstall.wim" /index:1 /mountdir:c:111

Open c after the command is complete: 111 If the decompression is completed, you can choose to copy the required files.

Third, uninstall the image:

After the file is extracted, you no longer need to uninstall it. Before uninstalling, close the image folder and execute the command:

dism /unmount-wim /MountDir:c:111 /discard

When the command is completed, c:111 will become an empty folder.

Copyright © Windows knowledge All Rights Reserved