Politicalespionage Homepage
Forum Home Forum Home > Computers > Computer tips > Post Reply
  FAQ FAQ  Forum Search   Events   Register Register  Login Login


Post Reply - DISM WIM install


Post Reply
Name:




Message:

Emoticons
Smile Tongue Wink
Cry Big smile LOL
Dead Embarrassed Confused
Clap Angry Ouch
Star Shocked Sleepy
more...
   NoFollow is applied to all links from this forum
 Enable BBcodes

Message
Topic - DISM WIM install
Posted: 24 Jun 2024 at 5:33pm By reaper
(This script assumes D:\target exist and E: will be the mounted volume)
Mount the ISO (right click and select “Mount”)

COPY f:\sources\install.wim D:\target\.

MKDIR D:\target\offline

Optional: DISM /Get-WimInfo /WimFile:D:\target\install.wim (this will tell you the string for the /Name parameter)

DISM /Mount-Wim /WimFile:D:\target\install.wim /Name:"Windows 7 ENTERPRISE" /MountDir:D:\target\offline

Optional: DISM /Image:D:\target\offline /Get-CurrentEdition (this will confirm CoreSingleLanguage is currently set)

Optional: DISM /Image:D:\target\offline /Get-TargetEditions (this will confirm the valid target list)

DISM /Image:D:\target\offline /Set-Edition:ENTERPRISE

DISM /Unmount-Wim /MountDir:D:\target\offline /Commit

D:\target\install.wim is now a Pro SKU. You should be able to use it as you have used previous builds.
 


Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.137 seconds.