KrypticChewie / USMTScripts

These are the scripts I use with USMT to transfer files and settings between PCs.
6 stars 0 forks source link

OS detection error ends script #37

Open KrypticChewie opened 3 years ago

KrypticChewie commented 3 years ago

The script detects the OS in use to determine which scanstate or loadstate executable to use. If OS could not be detected the script exits.

I got an error today when using wmic os that os could not be used. This was a Windows 7 machine. Wmic bios also didn't work but others did.

Suggest putting in the option for a manual os selection as a solution.