Using scanstate to capture classical application from windows10
Inside win 10 adk, there is USMT (user state migration tool) to let user to capture classical application which installed in the windows. You could run "scanstate.exe" which inside usmt to get ppkg.
scanstate.exe /apps /ppkg x:\test.ppkg (the tool will search windows then save ppkg file to destination x:). Using wicd "new provisioning package" to produce ppkg. Import ppkg to new windows image. Below is the step by step.
Open WICD
Create new provisioning package
Import ppkg
Name the provisioning description
Build the provisioning package
The ppkg file could import to "windows image"
scanstate.exe /apps /ppkg x:\test.ppkg (the tool will search windows then save ppkg file to destination x:). Using wicd "new provisioning package" to produce ppkg. Import ppkg to new windows image. Below is the step by step.
Open WICD
Create new provisioning package
Import ppkg
Name the provisioning description
Build the provisioning package
The ppkg file could import to "windows image"
留言