User Tools

Site Tools


batch:usmt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
batch:usmt [2013/03/18 12:24] gfsadministratorbatch:usmt [2013/03/22 16:19] gfsadministrator
Line 2: Line 2:
 Work in progress ... Work in progress ...
  
-USMT MSI per Windows 7: [[http://hub.gfsolone.com/download/apps/microsoft/USMT4.01_x86.msi|hub.gfsolone.com/download/apps/microsoft/USMT4.01_x86.msi]]+USMT MSI per Windows 7: [[http://hub.gfsolone.com/download/apps/microsoft/USMT4.01_x86.msi|hub.gfsolone.com/download/apps/microsoft/USMT4.01_x86.msi]] \\ 
 +USMT MSI per Windows 7 x64: [[http://hub.gfsolone.com/download/apps/microsoft/USMT4.01_x64.msi|hub.gfsolone.com/download/apps/microsoft/USMT4.01_x64.msi]] \\
 USMT MSI per Windows XP: [[http://hub.gfsolone.com/download/apps/microsoft/InstallUSMT301_x86.msi|hub.gfsolone.com/download/apps/microsoft/InstallUSMT301_x86.msi]] USMT MSI per Windows XP: [[http://hub.gfsolone.com/download/apps/microsoft/InstallUSMT301_x86.msi|hub.gfsolone.com/download/apps/microsoft/InstallUSMT301_x86.msi]]
  
Line 56: Line 57:
 :end :end
 </file> </file>
 +
 +===== Windows 7 x64 =====
 +
 +<file bat ScanStateX64.bat>
 +@echo off
 +if "%1"=="" goto error
 +if not exist MigDomCustom-Gioxx.xml goto error
 +
 +cls
 +echo USMT ScanState per Windows 7 x64
 +echo GSolone 2013 (20130322-rev0)
 +echo.
 +echo Copio i dati di %1
 +if not exist %systemdrive%\mig mkdir %systemdrive%\mig
 +"%ProgramFiles(x86)%\USMT\Binaries\v4\amd64\scanstate" %SystemDrive%\mig /ue:*\* /ui:%1 /i:"%ProgramFiles(x86)%\USMT\Binaries\v4\amd64\migapp.xml" /i:MigDomCustom-Gioxx.xml /o /c /r:1
 +goto end
 +
 +:error
 +cls
 +echo.
 +echo Utilizzo del batch:
 +echo ScanState dominio1\vecchioutente
 +echo Verificare la presenza del file MigDomCustom-Gioxx.xml all'interno di questa cartella.
 +echo.
 +
 +:end
 +</file>
 +
 +<file bat LoadStateX64.bat>
 +@echo off
 +if "%1"=="" goto error
 +if "%2"=="" goto error
 +if not exist MigDomCustom-Gioxx.xml goto error
 +
 +cls
 +echo USMT LoadState per Windows 7 x64
 +echo GSolone 2013 (20130322-rev0)
 +echo.
 +echo Sposto i dati da %1 a %2
 +"%ProgramFiles(x86)%\USMT\Binaries\v4\amd64\loadstate" %SystemDrive%\mig\ /mu:%1:%2 /i:"%ProgramFiles(x86)%\USMT\Binaries\v4\amd64\migapp.xml" /i:MigDomCustom-Gioxx.xml /c
 +goto end
 +
 +:error
 +cls
 +echo.
 +echo Utilizzo del batch:
 +echo LoadState dominio1\vecchioutente dominio2\nuovoutente
 +echo Verificare la presenza del file MigDomCustom-Gioxx.xml all'interno di questa cartella.
 +echo.
 +
 +:end
 +</file>
 +
  
 ===== Windows XP Professional Edition ===== ===== Windows XP Professional Edition =====
batch/usmt.txt · Last modified: 2014/12/12 14:20 by gfsadministrator