Skip to content

月度归档: 2022 年 6 月

[Tutorial] How To Use WARP or WARP+ With Wireguard

— Use Cloudflare WARP / WARP+ VPN With Wireguard — You can use WARP even on unsupported devices, like Android TV or TVs that support Wireguard. * Download The Latest Release of WGCF from here: https://github.com/ViRb3/wgcf/releases (Download to the default “Downloads” folder) * Change the downloaded file name to “wgcf” * Open CMD * CD your Downloads folder: cd %userprofile%/Downloads * run the command: wgcf register * run the command: wgcf generate Now you wil…

U盘如何删除EFI分区恢复其原有分区

转载 亲测好用! 进入terminal,输入 diskutil list查看所有分区状态,例如我的是 查看分区 可以看到我的外接U盘分区代号是disk3,需要删除的EFI分区代号是disk3s1,删除这个分区的命令就是 terminal反馈如下 此时查看diskutil list,发现EFI分区已被删除 此时可以再次用同样的方法删除剩余分区 disk3s2 这时再用diskutil list 查看磁盘disk3的分区已全部被删除 这时候你再格式化它,想用什么格式就用什么格式,不用担心报错啦。你可以安心打开苹果自带的磁盘工具选择你要的格式进行格式化了。