If you couldn't delete the Cygwin folder because of the access problem.
Solution.
1. Run cmd as administrator mode.
2. Go to the disk where the Cygwin is installed. (e.g., C:\)
3. Type the following commands
- takeown /r /d y /f cygwin
- icacls cygwin /t /grant Everyone:F
- rmdir /s /q cygwin
No comments:
Post a Comment