~ updateDate: 2025-01-22
Windows-Software
目录
- Windows
- Browser
- Compression
- Cloud Driver
- Develop
- Develop SSH
- Document
- Download
- ETC
- Watt Toolkit(Steam++)
- UsbEAm Hosts Editor
- IObit Driver Booster Pro
- CCleaner
- TrafficMonitor - 流量监控
- Domain Name Speed Benchmark - DNS测速
- Optimizer - Windows优化器
- Image
- FastStone Capture
- FastStone Image Viewer
- Final2x - 图像超分辨率
- Umi-OCR - 文字识别工具
- Media
- Media Processing
- Adobe Photoshop
- Adobe Collection
- FFmpeg
- Whisper - OpenAI's Whisper 自动语音识别
- video-subtitle-extractor - 视频硬字幕提取
- Messaging
- Platform
- Remote Control
- Recording
- Recording-etc
- Uninstaller
- Science
- Science-etc
- System
Windows
-
Browser
-
Edge
edge://flags/#enable-parallel-downloading - 多线程下载
-
Firefox 国际版
- AdBlocker Ultimate[Official][GitHub]
- Dark Reader[GitHub]
Proxy SwitchyOmega[GitHub] - 管理&切换多个代理设置v3问题
- SetupVPN - Lifetime Free VPN[Official]
- Tampermonkey[Official]
- TWP - Translate Web Pages - 使用 Google 或 Yandex 实时翻译您的页面
- WebRTC Leak Shield
- 视频弹出工具[GitHub]
- 沙拉查词-聚合词典划词翻译[Official][GitHub]
- 沉浸式翻译[Official][GitHub]
-
Google Chrome
chrome://flags/#enable-parallel-downloading - 多线程下载
- Adblock Plus[Official]
- Aria2 Explorer[GitHub]
- Dark Reader[GitHub]
- Floating Player - Picture-in-Picture Mode - 瀏覽器浮動視頻播放器
- IDM Integration Module
- Listen 1[GitHub]
Proxy SwitchyOmega[GitHub] - 管理&切换多个代理设置v3问题
- Reproductor M3U8 - HLS + DASH Player
- SetupVPN - Lifetime Free VPN[Official]
- Tampermonkey[Official]
- WebRTC Leak Shield
- 二维码生成器 (Quick QR)
- 扩展管理器(Extension Manager)
- 扩展管理器(Extension Manager)by ext.jgrass.cc [Official][GitHub]
- 捕捉网页截图 - FireShot的[Official]
- 沙拉查词-聚合词典划词翻译[Official][GitHub]
- 沉浸式翻译[Official][GitHub]
-
-
Compression
-
Cloud Driver
-
阿里云盘
阿里云盘小白羊版[GitHub]- 阿里云盘开放平台 - 文档
-
坚果云
-
Alist[GitHub]
- ykxVK8yL5L/alist[GitHub] -
ThunderX -> 离线下载 -> storage
alist proxy
set http_proxy=http://127.0.0.1:7897/ set https_proxy=http://127.0.0.1:7897/ set ftp_proxy=http://127.0.0.1:7897/ set no_proxy=localhost,127.0.0.1,::1 alist.exe server
- ykxVK8yL5L/alist[GitHub] -
-
Rclone[GitHub]
Rclone本地挂载
范:rclone mount <网盘名称:路径> <本地路径> --cache-dir <本地缓存路径> --network-mode --vfs-cache-mode <缓存模式> --header "Referer:" 例: rclone mount alist:/ Z: --cache-dir C:\Software\Rclone\cache --network-mode --vfs-cache-mode writes --header "Referer:" PS: --header "Referer:" 现象: IO error: vfs reader: failed to write to cache file: 403 Forbidden Why: WebDAV不支持重定向 Fix: 当WebDAV策略为302 Rclone加上 --header "Referer:" 或者 把WebDAV策略改为本地代理
- PS: rclone mount
-
-
Develop
-
Eclipse
-
Tomcat[GitHub]
-
JDK[GitHub]
-
MySQL
-
redis-windows[GitHub]
-
Maven[GitHub]
-
Navicat[果核]
-
Visual Studio Code
-
Nodejs[GitHub]
Develop SSH
-
-
Document
-
Office Tool Plus[GitHub] - 轻松部署Office
-
Typora[local] - Markdown 编辑器和阅读器
- local: 0.9.83(beta)
- https://github.com/DiamondHunters/NodeInject_Hook_example - Typora Activate
-
-
Download
-
Internet Download Manager[果核]
ef2 [GitHub] - IDM辅助下载工具,使用自定义ef2://协议,同时支持解析IDM导出文件(.ef2)
-
Aria2[GitHub]
- Aria2中文网 - 懒人版
- https://github.com/sjh0020/aria2/ - 懒人合集包
- aria2.conf[GitHub] - Aria2 完美配置
- Aria2 GUI
-
qBittorrent-Enhanced-Edition[GitHub]
-
Neat Download Manager
-
AB Download Manager[GitHub]
-
-
ETC
-
Watt Toolkit(Steam++)[GitHub]
-
UsbEAm Hosts Editor - 多平台hosts修改
- hosts
C:\Windows\System32\drivers\etc
- hosts
-
IObit Driver Booster Pro[果核] - 驱动管理
-
CCleaner[果核] - 清理
-
TrafficMonitor[GitHub] - 流量监控
-
Domain Name Speed Benchmark
-
Optimizer[GitHub] - Windows优化器
-
-
Image
-
FastStone Capture[果核] - 屏幕截图
-
FastStone Image Viewer[果核] - 图片查看工具
-
Final2x[GitHub] - 图像超分辨率
-
Umi-OCR[GitHub] - 文字识别工具
-
-
Media
-
PotPlayer[果核]
-
MPV[GitHub]
- mpv-lazy 懒人包
- copy-paste-URL.lua -
ctrl + v
到mpv
播放视频
PS:copy-paste-URL.lua 代码
function trim(s) return (s:gsub("^%s*(%S+)%s*", "%1")) end function openURL() subprocess = { name = "subprocess", args = { "powershell", "-Command", "Get-Clipboard", "-Raw" }, playback_only = false, capture_stdout = true, capture_stderr = true } mp.osd_message("Getting URL from clipboard...") r = mp.command_native(subprocess) --failed getting clipboard data for some reason if r.status < 0 then mp.osd_message("Failed getting clipboard data!") print("Error(string): "..r.error_string) print("Error(stderr): "..r.stderr) end url = r.stdout if not url then return end --trim whitespace from string url=trim(url) if not url then mp.osd_message("clipboard empty") return end --immediately resume playback after loading URL if mp.get_property_bool("core-idle") then if not mp.get_property_bool("idle-active") then mp.command("keypress space") end end --try opening url --will fail if url is not valid mp.osd_message("Try Opening URL:\n"..url) mp.commandv("loadfile", url, "replace") end mp.add_key_binding("ctrl+v", openURL)
-
Spotify[local][吾爱]
local:
Spotify for Windows 1.1.67.586.gbb5ef64e- Spotify Windows (32 bit) 版 1.2.13.661.ga588f749
SpotX [GitHub] - SpotX是一款Windows平台Spotify修改版客户端,具备广告屏蔽、隐藏播客和有声书、阻止自动更新等功能。此外,它还激活了多项实验性特性,支持快速安装和更新,并提供多种安装选项。SpotX旨在优化Spotify使用体验,使其更加流畅和功能丰富。
-
网易云
-
-
Media Processing
-
Adobe Photoshop[果核]
Adobe Photoshop 2020 v21.2.12.215 绿色精简版 - Windows 10 Enterprise LTSC 2019 (x64) - DVD (Chinese-Simplified)
-
Adobe Collection[vposy]
-
FFmpeg
.bat
- to[hevc_nvenc][qp18].bat
:softshare if "%~1"=="" goto:eof ffmpeg -hide_banner -i "%~1" -c:v hevc_nvenc -qp 18 -acodec copy "%~dpn1_[hevc_nvenc][qp18].mp4" shift&goto:softshare
- to[libx265][crf18].bat
:softshare if "%~1"=="" goto:eof ffmpeg -hide_banner -i "%~1" -c:v libx265 -crf 18 -acodec copy "%~dpn1_[x265][crf18].mp4" shift&goto:softshare
- ffprobe_show_format.bat
@echo on ffprobe -hide_banner -show_format "%~1" @cmd \k
-
Whisper[GitHub] - OpenAI's Whisper 自动语音识别
-
video-subtitle-extractor[GitHub] - 视频硬字幕提取
-
-
Messaging
-
Platform
-
Remote Control
-
Recording
-
Bandicam[果核]
-
BililiveRecorder[GitHub] - B站录播姬 | BiliBili Stream Recorder | 哔哩哔哩直播录制
-
BilibiliLiveRecordDownLoader[GitHub] - Bilibili 直播录制与回放下载
-
DouyinLiveRecorder[GitHub] - 抖音直播录制
-
-
Recording-etc
-
keyviz[GitHub] - 按键可视化
-
ZoomIt[GitHub] - 屏幕缩放工具
-
scrcpy[GitHub] - Display&control Android device
- QtScrcpy[GitHub] - GUI for scrcpy
.bat
- scrcpy_usb.bat
cd scrcpy-win64-v2.4 scrcpy.exe -d --window-x 2560 --window-y 30 --window-width 829 --window-height 1842
- scrcpy_tcpip.bat
cd scrcpy-win64-v2.4 adb tcpip 5555 adb connect 192.168.1.90:5555 scrcpy.exe -e --window-x 2560 --window-y 30 --window-width 829 --window-height 1842
scrcpy无线连接
-
确保PC和手机在同一Wifi中
-
手机先通过USB与PC相连
-
PC运行 adb tcpip 服务端口:
adb tcpip 5555
-
拔下你的设备,断开USB连接
-
PC运行 adb connect 手机IP:服务端口:
adb connect x.x.x.x:5555
-
PC运行 scrcpy:
scrcpy.exe -e
常用快捷键
- 更多快捷键可通过
scrcpy -h
描述 快捷键 切换全屏模式 Alt
+f
点击手机电源 Alt
+p
返回 Alt
+b
或 Right-click²返回到HOME Alt
+h
或 Middle-click多任务 Alt
+s
显示最佳窗口 Alt
+g
调节音量 Alt
+(↑
或↓
)关闭设备屏幕(保持镜像) Alt
+o
打开设备屏幕 Alt
+Shift
+o
将设备剪贴板复制到计算机 Alt
+c
将计算机剪贴板粘贴到设备 Alt
+v
-
-
Uninstaller
-
Science
-
Clash[GitHub][Wiki]作者删库:2023-11-03
Clash for Windows[GitHub]作者删库:2023-11-02
Clash.Meta
[GitHub][GitHub][Wiki]客户端
Clash Verge[GitHub]停止维护
- clash-verge-rev[GitHub] - Continuation of Clash Verge
- 局域网连接 ->
控制面板\所有控制面板项\Windows Defender 防火墙\允许的应用
-> 允许其他应用verge-mihomo.exe
- 局域网连接 ->
WEB UI 面板
-
NekoRay[GitHub]
-
shadowsocks-windows[GitHub]
-
v2rayN[GitHub]
-
WinXray[GitHub]
-
-
Science-etc
-
System
-
ITELLYOU
- ITELLYOU新版 - WINDOWS11系统原版
- ITELLYOU旧版 - WINDOWS系统原版
-
HEU KMS Activator[果核][GitHub] - (WIN&Office激活)
-
Ventoy[GitHub] - 多启动U盘的开源工具
-
微PE工具箱 - WinPE装机维护工具
-
图吧工具箱
-
VMware[果核]
-
CentOS[阿里云]
-
balenaEtcher - Flash OS images to SD cards & USB drives
-
@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z