Created
May 7, 2016 06:56
-
-
Save prodeveloper0/dafa659c1c43018c86507586f78ce7bd to your computer and use it in GitHub Desktop.
Remove Cygwin for Windows
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
| @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