User Profile
pkutaj
Copper Contributor
Joined Jan 18, 2021
User Widgets
Recent Discussions
Re: Suppressing the "Microsoft Edge Closed Unexpectedly" Prompt
This is just for the use case when you want to remove the unwanted prompt in case the application is killed with Stop-Process -Force (kill) command with a script and that could be achieved with. This returns the prompt: Stop-Process msedge -Force This does not: Get-Process msedge | % {$_.CloseMainWindow() | Out-Null} | Stop-Process -Force6.6KViews0likes0Comments
Recent Blog Articles
No content to show