2 lines
98 B
PowerShell
2 lines
98 B
PowerShell
|
|
# Non-destructively creates path in registry
|
|||
|
|
New-Item -Path "HKLM:\SOFTWARE\WOW6432Node\<Path>"
|