You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RegistryKey string `json:"registryKey,omitempty"` // Stores the registry key associated with an application or system component
RegistryValueName string `json:"registryValueName,omitempty"` // Stores the name of the registry value associated with an application or system component.
RegistryValueData string `json:"registryValueData,omitempty"` // Stores the data associated with a registry value.