Hi @Laura Griffiths ,
maybe this works for you:
((Get-Content -Path ".\ReadandWrite.exe.config" -Raw) -replace '"BlockSupportExtensionInChrome" value="0"', '"BlockSupportExtensionInChrome" value="1"') |
Set-Content -Path ".\ReadandWrite.exe.config"
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten