I’m looking to add a website to the trusted sites via the powershell toolkit. I did find the URL Batch powershell script that has some parameters. If I wanted to call on the script to run would I start with Start-Process or go Exectue-Process? I currently tried this setup and it fails
Why not use the Invoke-HKCURegistrySettingsForAllUsers? That way you can set it for all existing user and the Default User so that new users will also get it added?