Created
April 20, 2017 18:39
-
-
Save bdwyertech/495b3dbe59de0b93474eb7a62e0a988d to your computer and use it in GitHub Desktop.
Reset Slack Windows App -- Typically resolves crashing issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reset_Slack.ps1 | |
# Brian Dwyer - Intelligent Digital Services | |
# Fixes Slack startup crashing issues on Windows | |
Stop-Process -Name slack -Force -EA SilentlyContinue | |
Remove-Item -Path (Resolve-Path "$env:APPDATA\Slack\*") -Recurse -Force -EA SilentlyContinue -Verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lol