Skip to content

Instantly share code, notes, and snippets.

@luhaoming
Created November 14, 2018 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luhaoming/d9aa20c9c30c03dbfa1cda696f986602 to your computer and use it in GitHub Desktop.
Save luhaoming/d9aa20c9c30c03dbfa1cda696f986602 to your computer and use it in GitHub Desktop.
remove cygwin at windows7
## remove registry
reg delete /f HKEY_CURRENT_USER\Software\Cygwin
reg delete /f HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
## remove shortcut
del c: /s "cygwin*.lnk"
## remove files
rd /s/q c:\cygwin64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment