Created
September 3, 2020 03:43
-
-
Save Kairo-Dai/d38c44c94d1899a88998db808904e989 to your computer and use it in GitHub Desktop.
delete cygwin on windows
This file contains 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
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