1 line
238 B
PowerShell
1 line
238 B
PowerShell
(Get-Content "$env:USERPROFILE\AppData\Local\Google\Chrome\User Data\Default\Preferences").replace('"exit_type":"Crashed"', '"exit_type":"Normal"') | Set-Content "$env:USERPROFILE\AppData\Local\Google\Chrome\User Data\Default\Preferences" |