USMT scanstate.exe getting stuck on one file across several computers

0

I've been working on migrating a couple computers with USMT, and on both of them the tool has been getting stuck on C:\Program Files\windows nt\tabletextservice\en-US\TableTextService.dll.mui. The computers are two completely different people in completely different job roles. It gets completely stuck on this file - it'll sit for hours and hours before moving on. The file itself is only 9kb. At some point it moves on, but the last time I tried it took over 18 hours.

The command I'm using is: scanstate.exe \\REMOTE-SERVER-LOCATION /o /vsc /localonly /c /efs:copyraw /v:5 /l:C:\Windows\CCM\Logs\scanstate.log /progress:C:\Windows\CCM\Logs\scanstateprogress.log /i:Custom_NoSVN.xml /i:MigApp.xml /i:MigDocs.xml /ue:%computername%\* /nocompress. The last few lines of the log file are nothing interesting.

2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Network Inspection System\Support\NisLog.txt is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\MpDiag.bin is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\01\198 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\03\324 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\05\199 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\05\317 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\10\197 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\11\200 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\18\107001 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Windows Defender\Scans\History\Mput\MputHistory\18\107002 is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Vault\AC658CB4-9126-49BD-B877-31EEDAB3F204\154E23D0-C644-4E6F-8CE6-5069272F999F.vsch is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Vault\AC658CB4-9126-49BD-B877-31EEDAB3F204\2F1A6504-0641-44CF-8BB5-3612D865F2E5.vsch is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Vault\AC658CB4-9126-49BD-B877-31EEDAB3F204\3CCD5499-87A8-4B10-A215-608888DD3B55.vsch is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\ProgramData\Microsoft\Vault\AC658CB4-9126-49BD-B877-31EEDAB3F204\Policy.vpol is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\Program Files\windows nt\tabletextservice\TableTextService.dll is excluded from migration because it is a system object.
2020-02-04 15:42:01, Info                  [0x080000] Object C:\Program Files\windows nt\tabletextservice\en-US\TableTextService.dll.mui is excluded from migration because it is a system object.

Both machines are on Windows 10 using scanstate.exe Version 10.0.10240.16384

I'm at a loss here. I thought that it might've been the last file before it moved onto another big folder, but there's still multiple folders alphabetically after windows nt that have other tiny files, so it doesn't seem to be that.

tanner

Posted 2020-02-06T21:25:20.193

Reputation: 85

No answers