Completely uninstall Cygwin in Windows 10 64 bit

在 View 下拉列表中选择:Category,然后在 All 这一行的 New 列,选择 Uninstall。点击下一步。
1. Check the c drive, cygwin has been installed, c:\cygwin64. as shown in Figure 1
查看 C 盘,Cygwin 已经安装,C:\cygwin64。
Figure 1
2. Find cygwin64 Terminal in the navigation, right-click – uninstall. as shown in Figure 2
在导航中找到 Cygwin64 Terminal,右键 - 卸载。
Figure 2
3. Search program and function: cygwin, the result is empty. as shown in Figure 3
搜索程序和功能:cygwin,结果为空。
Figure 3
4. Find the previous installation package, D:\soft\setup-x86_64.exe. as shown in Figure 4
找到之前的安装包,D:\Soft\setup-x86_64.exe。
Figure 4
5. Select item 1 and install from Intemet (the downloaded file will be reserved for future use). If you have downloaded it before and have reservations, it is recommended to select item 3 and install it from the local directory. as shown in Figure 5
选择第 1 项,从 Intemet 安装(下载的文件将保留以备将来使用)。如果之前有下载,且有保留,建议选择第 3 项,从本地目录安装。
Figure 5
6. Select the previously installed directory of cygwin, the default is: c:\cygwin64, no need to change. as shown in Figure 6
选择 Cygwin 的之前安装的目录,默认为:C:\cygwin64,无需改动。
Figure 6
7. Select the local package directory. Modified to: D:\soft\cygwin. as shown in Figure 7
选择本地软件包目录。修改为:D:\Soft\Cygwin。
Figure 7
8. Progress. This page shows the progress of the download or installation. Error: Internal Error: Gcrypt Library Error 1 Unsupported PK alg. as shown in Figure 8
进展。该页面显示下载或安装的进度。报错:Internal Error: gcrypt library error 1 unsupported pk alg.。
8
9. Decide to download the latest version of the installation package: http://www.cygwin.com/setup-x86_64.exe . Then repeat the above steps again. The latest version of the installation package, no errors are reported again. Successfully entered the Select Packages interface. as shown in Figure 9
决定下载最新版本的安装包:http://www.cygwin.com/setup-x86_64.exe 。然后再次重复上述步骤。最新版本的安装包,未再报错。成功进入 Select Packages 界面。
Figure 9
10. In the View drop-down list, select: Category, and then in the new column of the all row, select uninstall. Click Next. As shown in Figure 10
在 View 下拉列表中选择:Category,然后在 All 这一行的 New 列,选择 Uninstall。点击下一步。
Figure 10
11. Uninstall is complete. as shown in Figure 11
卸载完成。
Figure 11
12, but found the installation directory: C:\cygwin64 still exists. as shown in Figure 12
但是发现安装目录:C:\cygwin64 仍然存在。
Figure 12
13. Decided to uninstall again. Uncheck Hide Obsoleete Packages. That is to display outdated packages. Repeat step 10. as shown in Figure 13
决定再次卸载。取消勾选 Hide obsoleete packages。即显示已经过时的软件包。重复第 10 步骤。
Figure 13
14. In the Resolving Dependencies page, uncheck Accept Default Problem Solutions. That is, the default problem solution is not accepted. Uninstall all. Figure 14
在 Resolving Dependencies 页面中,取消勾选 Accept default problem solutions。即不接受默认问题解决方案。全部卸载。
Figure 14
15. If it continues, some packages may not work properly. Are you sure you want to continue (not recommended)? OK. as shown in Figure 15
如果继续,某些软件包可能无法正常工作。您确定要继续 (不推荐) 吗?确定。
Figure 15
16. But I found that the installation directory: C:\cygwin64 still exists. Although the directory has been reduced. as shown in Figure 16
但是发现安装目录:C:\cygwin64 仍然存在。虽然目录有所减少。
Figure 16
17. Create a new file: uninstall.bat, the content is as follows.


SET DIRECTORY_NAME="C:\cygwin64"
C:\Windows\System32\takeown /f %DIRECTORY_NAME% /r /d y
C:\Windows\System32\icacls %DIRECTORY_NAME% /grant administrators:F /t
PAUSE


18. After the operation is successful, it is found that the installation directory: C:\cygwin64 still exists. Not as expected. as shown in Figure 17
运行成功后,发现安装目录:C:\cygwin64 仍然存在。不符合预期。
Figure 17



E:\Develop\2020\0807 - 在 Windows 10 64 位中卸载 Cygwin>SET DIRECTORY_NAME="C:\cygwin64"

E:\Develop\2020\0807 - 在 Windows 10 64 位中卸载 Cygwin>C:\windows\system32\TAKEOWN /f "C:\cygwin64" /r /d y

成功: 此文件(或文件夹): "C:\cygwin64" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\Cygwin-Terminal.ico" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\Cygwin.bat" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\Cygwin.ico" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\dev" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\lib" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\tmp" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\var" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\dev\fd" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\dev\mqueue" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\dev\shm" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\dev\stderr" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\dev\stdin" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\dev\stdout" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\bash_completion.d" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\fstab" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\fstab.d" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\hosts" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\mtab" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\networks" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\nsswitch.conf" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\pki" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\preremove" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\profile.d" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\protocols" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\rebase.db.x86_64" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\services" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\setup" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\skel" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\pki\ca-trust" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\pki\ca-trust\source" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\pki\ca-trust\source\ca-bundle.legacy.crt" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\000-cygwin-post-install.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\base-files-mketc.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\base-files-profile.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\bash.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\ca-certificates.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\coreutils.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有 。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\man-db.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\postinstall\mintty.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\preremove\base-files.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\preremove\ca-certificates.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator"  所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\preremove\coreutils.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\preremove\man-db.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\preremove\_autorebase.sh.done" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有 。

成功: 此文件(或文件夹): "C:\cygwin64\etc\setup\installed.db" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\setup\setup.rc" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\etc\setup\timestamp" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home\Administrator" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home\Administrator\.bashrc" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home\Administrator\.bash_history" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home\Administrator\.bash_profile" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home\Administrator\.inputrc" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home\Administrator\.minttyrc" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\home\Administrator\.profile" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\lib\groff" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\lib\groff\groff_opts_with_arg.txt" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有 。

成功: 此文件(或文件夹): "C:\cygwin64\usr\local" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\src" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\tmp" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\local\bin" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\local\etc" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\local\lib" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\doc" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\info" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\doc\man-db" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\doc\xz" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\doc\man-db\man-db-manual.txt" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\doc\xz\faq.txt" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\info\.stamp" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\usr\share\info\dir" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\var\log" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\var\run" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\var\tmp" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\var\log\setup.log" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\var\log\setup.log.full" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

成功: 此文件(或文件夹): "C:\cygwin64\var\run\utmp" 现在由用户 "LAPTOP-9S1INV5O\Administrator" 所有。

E:\Develop\2020\0807 - 在 Windows 10 64 位中卸载 Cygwin>C:\windows\system32\ICACLS "C:\cygwin64" /grant administrators:F /t
已处理的文件: C:\cygwin64
已处理的文件: C:\cygwin64\Cygwin-Terminal.ico
已处理的文件: C:\cygwin64\Cygwin.bat
已处理的文件: C:\cygwin64\Cygwin.ico
已处理的文件: C:\cygwin64\dev
已处理的文件: C:\cygwin64\etc
已处理的文件: C:\cygwin64\home
已处理的文件: C:\cygwin64\lib
已处理的文件: C:\cygwin64\tmp
已处理的文件: C:\cygwin64\usr
已处理的文件: C:\cygwin64\var
已处理的文件: C:\cygwin64\dev\fd
已处理的文件: C:\cygwin64\dev\mqueue
已处理的文件: C:\cygwin64\dev\shm
已处理的文件: C:\cygwin64\dev\stderr
已处理的文件: C:\cygwin64\dev\stdin
已处理的文件: C:\cygwin64\dev\stdout
已处理的文件: C:\cygwin64\etc\bash_completion.d
已处理的文件: C:\cygwin64\etc\fstab
已处理的文件: C:\cygwin64\etc\fstab.d
已处理的文件: C:\cygwin64\etc\hosts
已处理的文件: C:\cygwin64\etc\mtab
已处理的文件: C:\cygwin64\etc\networks
已处理的文件: C:\cygwin64\etc\nsswitch.conf
已处理的文件: C:\cygwin64\etc\pki
已处理的文件: C:\cygwin64\etc\postinstall
已处理的文件: C:\cygwin64\etc\preremove
已处理的文件: C:\cygwin64\etc\profile.d
已处理的文件: C:\cygwin64\etc\protocols
已处理的文件: C:\cygwin64\etc\rebase.db.x86_64
已处理的文件: C:\cygwin64\etc\services
已处理的文件: C:\cygwin64\etc\setup
已处理的文件: C:\cygwin64\etc\skel
已处理的文件: C:\cygwin64\etc\pki\ca-trust
已处理的文件: C:\cygwin64\etc\pki\ca-trust\source
已处理的文件: C:\cygwin64\etc\pki\ca-trust\source\ca-bundle.legacy.crt
已处理的文件: C:\cygwin64\etc\postinstall\000-cygwin-post-install.sh.done
已处理的文件: C:\cygwin64\etc\postinstall\base-files-mketc.sh.done
已处理的文件: C:\cygwin64\etc\postinstall\base-files-profile.sh.done
已处理的文件: C:\cygwin64\etc\postinstall\bash.sh.done
已处理的文件: C:\cygwin64\etc\postinstall\ca-certificates.sh.done
已处理的文件: C:\cygwin64\etc\postinstall\coreutils.sh.done
已处理的文件: C:\cygwin64\etc\postinstall\man-db.sh.done
已处理的文件: C:\cygwin64\etc\postinstall\mintty.sh.done
已处理的文件: C:\cygwin64\etc\preremove\base-files.sh.done
已处理的文件: C:\cygwin64\etc\preremove\ca-certificates.sh.done
已处理的文件: C:\cygwin64\etc\preremove\coreutils.sh.done
已处理的文件: C:\cygwin64\etc\preremove\man-db.sh.done
已处理的文件: C:\cygwin64\etc\preremove\_autorebase.sh.done
已处理的文件: C:\cygwin64\etc\setup\installed.db
已处理的文件: C:\cygwin64\etc\setup\setup.rc
已处理的文件: C:\cygwin64\etc\setup\timestamp
已处理的文件: C:\cygwin64\home\Administrator
已处理的文件: C:\cygwin64\home\Administrator\.bashrc
已处理的文件: C:\cygwin64\home\Administrator\.bash_history
已处理的文件: C:\cygwin64\home\Administrator\.bash_profile
已处理的文件: C:\cygwin64\home\Administrator\.inputrc
已处理的文件: C:\cygwin64\home\Administrator\.minttyrc
已处理的文件: C:\cygwin64\home\Administrator\.profile
已处理的文件: C:\cygwin64\lib\groff
已处理的文件: C:\cygwin64\lib\groff\groff_opts_with_arg.txt
已处理的文件: C:\cygwin64\usr\local
已处理的文件: C:\cygwin64\usr\share
已处理的文件: C:\cygwin64\usr\src
已处理的文件: C:\cygwin64\usr\tmp
已处理的文件: C:\cygwin64\usr\local\bin
已处理的文件: C:\cygwin64\usr\local\etc
已处理的文件: C:\cygwin64\usr\local\lib
已处理的文件: C:\cygwin64\usr\share\doc
已处理的文件: C:\cygwin64\usr\share\info
已处理的文件: C:\cygwin64\usr\share\doc\man-db
已处理的文件: C:\cygwin64\usr\share\doc\xz
已处理的文件: C:\cygwin64\usr\share\doc\man-db\man-db-manual.txt
已处理的文件: C:\cygwin64\usr\share\doc\xz\faq.txt
已处理的文件: C:\cygwin64\usr\share\info\.stamp
已处理的文件: C:\cygwin64\usr\share\info\dir
已处理的文件: C:\cygwin64\var\log
已处理的文件: C:\cygwin64\var\run
已处理的文件: C:\cygwin64\var\tmp
已处理的文件: C:\cygwin64\var\log\setup.log
已处理的文件: C:\cygwin64\var\log\setup.log.full
已处理的文件: C:\cygwin64\var\run\utmp
已成功处理 82 个文件; 处理 0 个文件时失败

E:\Develop\2020\0807 - 在 Windows 10 64 位中卸载 Cygwin>PAUSE
请按任意键继续. . .


19. Shift + Delete Forces to delete the installation directory: C:\cygwin64. Do this for all current projects. Yes. Completely deleted successfully. as shown in Figure 19
Shift + Delete 强制删除安装目录:C:\cygwin64。为所有当前项目执行此操作。是。彻底删除成功。
Figure 19
20. It still exists in the system menu: cygwin – cygwin64 terminal. As shown in Figure 20
在系统菜单中仍然存在:Cygwin - Cygwin64 Terminal。
Figure 20
21. Press Win + R to open the run, enter regedit, and press Enter to open the registry. HKEY_CURRENT_USER\Software\Cygwin. need to be deleted. as shown in Figure 21
按 Win + R 打开运行,输入 regedit,按回车键,即可打开注册表。HKEY_CURRENT_USER\Software\Cygwin。需要删除。
Figure 21
22. It still exists in the system menu: cygwin – cygwin64 terminal. Right click – more – open file location. Figure 22
在系统菜单中仍然存在:Cygwin - Cygwin64 Terminal。右键 - 更多 - 打开文件位置。
Figure 22
23. File: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Cygwin\Cygwin64 Terminal. Delete the directory: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Cygwin. Figure 23
文件:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Cygwin\Cygwin64 Terminal。删除目录:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Cygwin。
Figure 23
24. It no longer exists in the system menu: cygwin – cygwin64 terminal. Figure 24
在系统菜单中已不存在:Cygwin - Cygwin64 Terminal。
Figure 24
25. Find in the registry: cygwin, no result. So far, Cygwin has been completely uninstalled in Windows 10 64-bit. as shown in Figure 25
在注册表中查找:Cygwin,无结果。到此为止,在 Windows 10 64 位中已经彻底卸载 Cygwin。
Figure 25
 

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.