belowaverage-org / SuperGrate

💾 Get moving with Super Grate; a free & open source Windows Profile Migration & Backup Utility. Super Grate is a GUI (Graphical User Interface) that assists Microsoft's USMT (User State Migration Utility) in performing remote migrations over a network connection.
https://belowaverage.org/software/supergrate
GNU General Public License v3.0
194 stars 23 forks source link

Typo in Classes/USMT.cs #47

Closed gatesps closed 4 years ago

gatesps commented 4 years ago

Lines 35 and 39 both read if(DetectedArch == Misc.OSArchitecture.X64), meaning that USMTPath will not be set if the machine is 32-bit.

krisdb2009 commented 4 years ago

Great catch, come to think of it, I don't think I have ever tested SG on a x86 based PC.

https://github.com/belowaverage-org/SuperGrate/blob/b58d947f77bb87119135386da0f7b40c222fc6ff/SuperGrate/Classes/USMT.cs#L39