Jump to content

Recommended Posts

Posted

$ext = "exe"
$var = RegRead("HKCR\." & $ext, "")
If @error then
MsgBox(4096, "Extension:", "not supported")
Exit
EndIf
MsgBox(4096, "Extension:", "registred as " & $var)

If (Default) entry is possible empty you can use Holgers searchreg func

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...