{"id":431,"date":"2012-09-24T21:09:00","date_gmt":"2012-09-24T21:09:00","guid":{"rendered":"http:\/\/atumvirtwordpress.azurewebsites.net\/?p=431"},"modified":"2012-09-24T21:09:00","modified_gmt":"2012-09-24T21:09:00","slug":"imagex-deprecated-use-dism","status":"publish","type":"post","link":"https:\/\/avtempwp.azurewebsites.net\/2012\/09\/imagex-deprecated-use-dism\/","title":{"rendered":"ImageX deprecated – Use DISM!"},"content":{"rendered":"

Today I was trying to replace my hard disk in my laptop with a solid state drive. \u00a0I have usually done quick images with ImageX, which was introduced with Windows Automated Installation Kit back with Windows Vista. \u00a0I loaded up my trusty WinPE and attempted to use ImageX to capture the image but I was greeted with a string of ‘Unable to read extended attribute’ messages that ultimately led me to cancel the imaging process.<\/p>\n

I searched a bit and found that ImageX has been deprecated, instead its functionality being integrated into DISM. \u00a0In my case, I used the following command:<\/p>\n

dism.exe \/capture-image \/ImageFile:myimage.wim \/captureDir:D: \/name:myimage<\/p>\n

Restoring the image is much the same.<\/p>\n

dism \/Apply-Image \/ImageFile:myimage.wim \/ApplyDir:D: \/name:myimage<\/p>\n

Check out the technet docs<\/a> for more info.<\/p>\n","protected":false},"excerpt":{"rendered":"

Today I was trying to replace my hard disk in my laptop with a solid state drive. \u00a0I have usually done quick images with ImageX, which was introduced with Windows Automated Installation Kit back with Windows Vista. \u00a0I loaded up my trusty WinPE and attempted to use ImageX to capture the image but I was […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[4,26,68,70],"tags":[],"_links":{"self":[{"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/posts\/431"}],"collection":[{"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/comments?post=431"}],"version-history":[{"count":0,"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/posts\/431\/revisions"}],"wp:attachment":[{"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/media?parent=431"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/categories?post=431"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/avtempwp.azurewebsites.net\/wp-json\/wp\/v2\/tags?post=431"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}