Skip to content

Instantly share code, notes, and snippets.

@Kairo-Dai
Created September 3, 2020 03:43
Show Gist options
  • Save Kairo-Dai/d38c44c94d1899a88998db808904e989 to your computer and use it in GitHub Desktop.
Save Kairo-Dai/d38c44c94d1899a88998db808904e989 to your computer and use it in GitHub Desktop.
delete cygwin on windows
takeown /f "c:\cygwin" /r /d Y
icacls "c:\cygwin" /T /Q /C /reset
rd "c:\cygwin" /s /q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment