Skip to content

Instantly share code, notes, and snippets.

@prodeveloper0
Created May 7, 2016 06:56
Show Gist options
  • Select an option

  • Save prodeveloper0/dafa659c1c43018c86507586f78ce7bd to your computer and use it in GitHub Desktop.

Select an option

Save prodeveloper0/dafa659c1c43018c86507586f78ce7bd to your computer and use it in GitHub Desktop.
Remove Cygwin for Windows
@echo off
"%1\bin\cygrunsrv.exe" -E sshd
"%1\bin\cygrunsrv.exe" -R sshd
takeown /r /d y /f "%1"
icacls "%1" /t /grant Everyone:F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment