Skip to content

Commit

Permalink
Fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Oct 24, 2019
1 parent 8a804f5 commit 7572ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperGrate/Classes/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Config
{"MigrationStorePath", @".\STORE"},
{"XComment2", "ScanState.exe & LoadState.exe CLI Parameters. See: https://docs.microsoft.com/en-us/windows/deployment/usmt/usmt-command-line-syntax "},
{"ScanStateParameters", "/config:Config_SettingsOnly.xml /i:MigUser.xml /r:3 /o"},
{"LoadStateParameters", "/config:Config_SettingsOnly.xml /i:MigUser.xml /r:3"},
{"LoadStateParameters", "/config:Config_SettingsOnly.xml /i:MigUser.xml /r:3 /lac /lae"},
{"XComment3", "Delete the user from the migration store after a restore? (store to destination)"},
{"AutoDeleteFromStore", "false"},
{"XComment8", "Delete the user from the source computer after a backup? (source to store)"},
Expand Down

0 comments on commit 7572ae7

Please sign in to comment.