Click here to Skip to main content
15,888,112 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
iam unable to read the registry value through autoit script on my 64 bit machine
please help

What I have tried:

 Func GetDefaultBrowser()
	Local $DB = RegRead("HKEY_CURRENT_USER\Software\Clients\StartMenuInternet", "(Default)")
return $DB
EndFunc 
Posted
Updated 22-Apr-17 23:17pm
Comments
Richard MacCutchan 20-Apr-17 5:32am    
Any chance you could explain why?

1 solution

Your Code Seems to be ok, you need a small change replace "(Default)" to "" and it will work fine
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900