We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d228c0 commit c3ca9b2Copy full SHA for c3ca9b2
1 file changed
FlashpointSecurePlayer/RegistryStates.cs
@@ -1094,6 +1094,12 @@ public override void Activate(string templateName) {
1094
activeModificationsElement.RegistryStates.RemoveAt(registryStateIndex);
1095
}
1096
1097
+ if (activeModificationsElement.RegistryStates.Count <= 0) {
1098
+ activeModificationsElement.RegistryStates.BinaryType = BINARY_TYPE.SCS_64BIT_BINARY;
1099
+ activeModificationsElement.RegistryStates._Administrator = false;
1100
+ activeModificationsElement.RegistryStates._CurrentUser = String.Empty;
1101
+ }
1102
+
1103
SetFlashpointSecurePlayerSection(TemplateName);
1104
} catch {
1105
// fail silently
0 commit comments