Hello,
I am looking for a way to search for the asterisk in the name of the key in the registry. Below is the code. The * is the actual name of the key in the registry.
Get-Item HKLM:\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\LDVPMenu | Remove-Item -Force -WhatIf
I don't remember if it is possible to search for a name which uses that special character. If it is, can you show me the how the code works for it.
Thanks
Brian
I am looking for a way to search for the asterisk in the name of the key in the registry. Below is the code. The * is the actual name of the key in the registry.
Get-Item HKLM:\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\LDVPMenu | Remove-Item -Force -WhatIf
I don't remember if it is possible to search for a name which uses that special character. If it is, can you show me the how the code works for it.
Thanks
Brian