iex "&{$(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)} -UninstallEdge -RemoveEdgeData -InstallWebView"
This is what I want to do...
If I run it in Powershell it does work BUT it asks me to press return at the end
Ideally I want this to not require ANY interaction so I can script it from a longer batch file
powershell -command 'iex "&{$(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)} -UninstallEdge -RemoveEdgeData -InstallWebView"'
But if its gonna pause for input that's not required.....
BTW great script and good to see it uses the best way to remove Edge (the EU trick)
iex "&{$(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)} -UninstallEdge -RemoveEdgeData -InstallWebView"
This is what I want to do...
If I run it in Powershell it does work BUT it asks me to press return at the end
Ideally I want this to not require ANY interaction so I can script it from a longer batch file
powershell -command 'iex "&{$(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)} -UninstallEdge -RemoveEdgeData -InstallWebView"'
But if its gonna pause for input that's not required.....
BTW great script and good to see it uses the best way to remove Edge (the EU trick)