Here is the simplest way to install and allow updates for Chromium Edge Canary compilation on Administrator account (default Windows account) wit H_C.
- Add three whitelisting rules via <Add Path*Wildcards> (replace your_username with correct one and do not forget to use <APPLY CHANGES>):
- c:\Users\your_username\AppData\Local\Temp\CR_?????.tmp\setup.exe
- c:\Users\your_username\AppData\Local\Microsoft\EdgeUpdate
- c:\Users\your_username\AppData\Local\Microsoft\Edge SxS\Application
- Run the Chromium Edge Canary installer via "Run As SmartScreen".
- After finishing the installation, close the application, because some of its processes run with Administrator rights.
You can do it similarly on SUA starting with point 1., but after "Run As SmartScreen" (point 2.) cancel the installer when you see the UAC prompt. Now you know that it is accepted by SmartScreen, so you can use SwitchDefaultDeny to turn OFF default-deny temporarily and install Chromium Edge Canary normally. After finishing the installation simply use SwitchDefaultDeny to turn ON default-deny again.
Personally, I do not use the Canary but Dev compilation, which is more stable and can be installed/updated without any whitelisting (Am I lazy?).