sdf_frankenscript/common/common.windows-registry

10 lines
145 B
Plaintext
Raw Normal View History

2021-06-27 17:29:13 +00:00
{
"RegistryEntries": [
{
Path: "HKCU:\\Environment",
Key: {Name: "HOME",
Type: "ExpandString",
Value: "%USERPROFILE%"}
}
]
}