Map WOW6432Node
This commit is contained in:
parent
5d8fbab33f
commit
3d6113e3d4
4 changed files with 357 additions and 103 deletions
|
@ -129,10 +129,9 @@ const PATH_ARGS: { [arg: string]: { mapped: string, when?: Constraint, registry?
|
|||
registry: true,
|
||||
},
|
||||
wow64: {
|
||||
mapped: "<regWow64>",
|
||||
mapped: "WOW6432Node",
|
||||
when: { os: "windows" },
|
||||
registry: true,
|
||||
ignored: true,
|
||||
},
|
||||
username: {
|
||||
mapped: "<osUserName>",
|
||||
|
|
Reference in a new issue