I'm drawing a blank here. I need to use the Set command to create an environmental variable before using USMT to migrate user data. I want to put together a small AutoIt script to run SET MIG_IGNORE_PROFILE_MISSING=1 and then launch USMT. For the life of me I cant get SET MIG_IGNORE_PROFILE_MISSING=1 to work. Using EnvSet() won't work and all attempts to use Run with @ComSpec have failed. I'm obviously not thinking about this from the proper perspective.
↧