Allow FMP URL for WebView2 and skip dialog
You can use the checkbox, but it's not permanent. To make it permanent, you need to use regedit and edit the registry:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft
- Create new key "Edge" if it is missing
- Inside Edge, create a new "WebView2" key.
- Inside WebView2, please create a new string value named "AutoLaunchProtocolsFromOrigins" with this value: [{"allowed_origins":["*"],"protocol":"fmp"}]
- Exit Regedit and start FileMaker Pro to check if fmp URL works now.
If you automatically install FileMaker, you may do this via command line with a script or regedit import file.
Let us know if you have questions.