Click here to Skip to main content
15,903,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,
Is there any way we can read the DWORD value from Windows registry?

Any help appreciated.

Thanks,
Lok..
Posted

1 solution

No. Javascript has no access to the registry (and may be running on a device which doesn't even have a registry: it could be Android, iOS, or an internet enabled fridge!)

This is both because the device the browser is running on is unknown, and for security reasons: would you want any malicious website to have access to your Registry?
 
Share this answer
 
Comments
Lokesh Zende 7-Nov-14 6:08am    
Ok. But then what about RegRead method ?

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