You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Daniele,
I've discover your function, and I've tested it. Let me show the error I have :
Get-Item @paramGetItem
Hive: HKEY_CLASSES_ROOT
Name Property
---- --------
search-ms (default) : Windows Search Protocol
FriendlyTypeName : @C:\WINDOWS\explorer.exe,-6010
URL Protocol :
As you can see, the Property URL Protocol have no value set. Then, I have this error :
Exception lors de l'appel de « GetValueKind » avec « 1 » argument(s) : « La clé de Registre spécifiée n'existe pas. »
Au caractère Ligne:121 : 25
+ [void]($returnData.Add([pscustomobject]@{
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : IOException
However the function returns the other parameters and their values.
Path : HKEY_CLASSES_ROOT\search-ms
Name : FriendlyTypeName
Value : @%SystemRoot%\explorer.exe,-6010
Type : ExpandString
Computername : LAPTOP-xxxx
Path : HKEY_CLASSES_ROOT\search-ms
Name : URL Protocol
Value :
Type : String
Computername : LAPTOP-xxxx
But i've an error with the (default) parameter (no value, no type)
Exception lors de l'appel de « GetValueKind » avec « 1 » argument(s) : « La clé de Registre spécifiée n'existe pas. »
Au caractère Ligne:121 : 29
+ ... if ($Null -eq $regItem.GetValueKind($property) ) { $Ty ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : IOException
But the display is OK
Path : HKEY_CLASSES_ROOT\search-ms
Name : (default)
Value :
Type :
Computername : LAPTOP-xxxx
Path : HKEY_CLASSES_ROOT\search-ms
Name : FriendlyTypeName
Value : @%SystemRoot%\explorer.exe,-6010
Type : ExpandString
Computername : LAPTOP-xxxx
Path : HKEY_CLASSES_ROOT\search-ms
Name : URL Protocol
Value :
Type : String
Computername : LAPTOP-xxxx
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, please be patient as it is a really busy period and can take me a bit to react to look into this.
I am on the phone and can't see if you already did, but would you mind telling me the full key that is throwing the error? Just to have a reference on my dev machine without having to look for a key with the same characteristics.
Uh oh!
There was an error while loading. Please reload this page.
Hi Daniele,
I've discover your function, and I've tested it. Let me show the error I have :
As you can see, the Property URL Protocol have no value set. Then, I have this error :
However the function returns the other parameters and their values.
I'm thinking you must add a test
But i've an error with the (default) parameter (no value, no type)
But the display is OK
The text was updated successfully, but these errors were encountered: