mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 19:54:24 -07:00
win_regedit - fix typo in HKU path selector
This commit is contained in:
parent
9040fa0235
commit
c8eeca7815
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ $registry_hive = switch(Split-Path -Path $path -Qualifier) {
|
|||
"HKCC:" { [Microsoft.Win32.Registry]::CurrentConfig }
|
||||
"HKCU:" { [Microsoft.Win32.Registry]::CurrentUser }
|
||||
"HKLM:" { [Microsoft.Win32.Registry]::LocalMachine }
|
||||
"HKU" { [Microsoft.Win32.Registry]::Users }
|
||||
"HKU:" { [Microsoft.Win32.Registry]::Users }
|
||||
}
|
||||
$loaded_hive = $null
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue