fix vista kms4k, add reset support
This commit is contained in:
@ -252,6 +252,8 @@ namespace LibTSforge.SPP
|
||||
File.WriteAllBytes(filePath, PhysStoreCrypto.DecryptPhysicalStore(encrData, production, version));
|
||||
}
|
||||
|
||||
RestartSPP(version);
|
||||
|
||||
Logger.WriteLine("Store dumped successfully to '" + filePath + "'.");
|
||||
}
|
||||
|
||||
@ -269,6 +271,8 @@ namespace LibTSforge.SPP
|
||||
store.WriteRaw(File.ReadAllBytes(filePath));
|
||||
}
|
||||
|
||||
RestartSPP(version);
|
||||
|
||||
Logger.WriteLine("Loaded store file succesfully.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user