Hi kirbster 1,
Welcome to Microsoft Q&A forum. I'm happy to help.
You may use registry value to modify Smart App Control state. Please save following contents to a .reg file and run it to merge the value.
To turn on Smart App Control:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"VerifiedAndReputablePolicyState"=dword:00000001
To set Smart App Control to Evaluation mode:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"VerifiedAndReputablePolicyState"=dword:00000002
To turn off Smart App Control:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"VerifiedAndReputablePolicyState"=dword:00000000
In additional, the function is under development. If above solution can't help, you may try to switch to Dev / Beta Channels to see if it gets any improvement.
I hope that above information is helpful to you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.