I guess the "/" sign confuses the provider cause it's suppose to be a hierarchy
delimiter?
Anyway, under HKCU I created a new key with the name "NameWith/Slash" and
inside of it I created a string value with the name "ValueWith/Slash"
Non shows when listing HKCU with PowerShell
Shay
http://scriptolog.blogspot.com Quote:
> It looks like Registry provider or Get-ChildItem (or both, or
> something else in the engine) has troubles with registry key names
> containing / in them (it is a valid symbol for registry names).
> Get-ChildItem does not return items with such names. Can anybody
> confirm this?
>