OK, I've got Scan and Load state working as I'd expect when I do a litetouch OS replace when running litetouch.vbs or launching from a bood cd. What I would like to be able to do is scan user states from one PC and losd those to another without reimaging. I've created a ScanState task sequence and it works. I also made a LoadState TS and that does not. In the LoadState TS I have gather local only and a run command running "cscript.exe "%SCRIPTROOT%\ZTIUserState.wsf" /restore" When I launch litetouch.vbs, and select my loadstate task, it just goes to the ready screen and tries to loadstate from my UDShare/UDDrir directories. What I'd like is for it to ask me where to restore from. Also where do I need to place my modified USMTMigFiles? Any pointers? Thanks! [Settings] Priority=Default [Default] OSInstall=YES ScanStateArgs=/ui:90 /v:5 /o /c LoadStateArgs=/v:5 /c UDShare= UDDir= SkipComputerBackup=YES SkipUserData=NO USMTMigFiles1=MigApp.xml USMTMigFiles2=MigUser.xml USMTMigFiles3=MigSys.xml SkipAppsOnUpgrade=YES SkipAdminPassword=YES SkipProductKey=YES SkipDomainMembership=YES JoinDomain= DomainAdmin= DomainAdminDomain= DomainAdminPassword= SkipComputerName=NO Computername=%SerialNumber% SLShare= SkipTimeZone=NO TimeZone=020 |