Hey everyone,
The following problem occurs when I want to use USMT to replace the workstation.
After I select 'Specify whether to restore user data' I found that there is a 'Browse' button which is hidden. I found that when you adapt the DeployWiz_UserDataRestore.xml and more specific the following line
Normal
<input type="button" id="StatePathBrowse" style="display: none;" onclick="javascript:StatePath.value = BrowseForFolder(StatePath.value);" Value="Browse" disabled /><br/>(Full network path to previously saved USMT data files).<br/>
Delete style="display: none;"
<input type="button" id="StatePathBrowse" onclick="javascript:StatePath.value = BrowseForFolder(StatePath.value);" Value="Browse" disabled /><br/>(Full network path to previously saved USMT data files).<br/>
Then you get this image 'browseforfolder-1.PNG' but when I click 'Browse' the popup rest 'blank' like there is no explorer.exe loading. *'browseforfolder-2.PNG'
On the internet I found these 2 answers but they didn't work for me
http://reboot.pro/topic/11278-winpe-30-annoying-point-2-browse-for-folder-error/
This is an adaption for DeployWiz_UserDataRestore.vbs
http://social.technet.microsoft.com/Forums/en-US/aea2c589-587d-426a-8084-8f99cd1a9bbe/browse-for-folder-in-winpe-mdt-2010?forum=mdt
Any help is much appreciated ...