本仓库用于win应用程序存放,如果你需要添加请提交请求。以下是提交新文件的步骤。
git clone https://cnb.cool/docs.win/win
cd win
git add .
git commit -m "提交文件说明"
git push origin master
git reset --soft 3cffef3
git push origin master --force
git init
git add .
git remote add origin git@github.com:用户名/仓库名称.git
git commit -m "初始化提交"
git push --force origin HEAD:master
| 目录名 | 说明 |
|---|
CoolReinstall2.0/ | 玩酷之家一键重装工具 |
images/ | 本仓库文档引用的图片资源,无需关注 |
winget安装包/ | Winget 离线安装包及相关依赖 |
免费听歌相关应用/ | 音乐相关工具 |
经典xp屏保/ | Windows XP 经典屏幕保护程序,大部分支持现代环境 |
| 文件名 | 大小 | 说明 |
|---|
VSCodeUserSetup-x64-1.120.0.exe | 157 MB | Visual Studio Code 用户安装包,用于开发工作 |
Git-2.54.0-64-bit.exe | 65.2 MB | Git for Windows,开发必备 |
node-v24.15.0-x64.msi | 32.5 MB | Node.js 安装包,开发必备 |
npp.8.9.5.Installer.x64.exe | 6.9 MB | Notepad++ 文本编辑器,开发必备 |
7-Zip_25.01_x86_x64_Final_Setup_Ha_Mod.exe | 4.9 MB | 7-Zip 压缩工具 |
WinRAR-v7.20-x64-liehuo.exe | 4.0 MB | WinRAR 压缩软件 |
Dism++10.1.1002.1B.zip | 3.8 MB | Dism++ 系统优化工具 |
WindowsUpdateBlocker_1.8.0.0.exe | 0.96 MB | Windows 更新阻止工具 |
| 文件名 | 大小 | 说明 |
|---|
Firefox Setup 150.0.3.exe | 87.3 MB | Firefox 浏览器 |
IDM.6.42.57.7z | 7.5 MB | Internet Download Manager绿色版 是 Windows 下载利器 |
| 文件名 | 大小 | 说明 |
|---|
Adobe_Photoshop_CS6.rar | 53.1 MB | Photoshop CS6 |
CorelDRAW_X4_SP2.zip | 112.6 MB | CorelDRAW X4 |
blp转换工具.zip | 0.46 MB | BLP 图片格式转换工具 |
| 文件名 | 大小 | 说明 |
|---|
v2rayNG_2.0.14_arm64-v8a.apk | 27.8 MB | V2Ray Android 客户端 (ARM64) |
v2rayNG_2.0.14_x86_64.apk | 28.7 MB | V2Ray Android 客户端 (x86_64) |
com.github.android.apk | 17.8 MB | GitHub Android 客户端 |
搞机工具箱_手机版.apk | 3.4 MB | 手机版搞机工具箱 |
| 文件名 | 大小 | 说明 |
|---|
wow-export-win-x64-0.2.17.zip | 378 MB | 魔兽世界模型导出工具 |
mpqeditor_cn.zip | 1.9 MB | MPQ 编辑器(中文版) |
[龟壳]插件管理器.exe | 72.5 MB | 插件管理器 |
| 文件名 | 大小 | 说明 |
|---|
one-core-api-pack-x64.zip | 177 MB | One Core API (x64) - Windows XP 第三方扩展补丁,支持现代系统特性 |
one-core-api-pack-x86.zip | 133 MB | One Core API (x86) - Windows XP 第三方扩展补丁,支持现代系统特性 |
v2rayN.rar | 84.4 MB | V2Ray Windows 客户端 |
Work.rar | 10.5 MB | 工作相关文件 |
图像拼接工具.rar | 7.0 MB | 图像拼接工具 |
搞机工具箱11.0.1.rar | 3.9 MB | 搞机工具箱 |
WinCHM_setup.exe | 7.9 MB | CHM 帮助文档制作工具 |
repo | 347 B | 仓库配置文件 |
git_language.ps1 | 5.8 KB | Git 语言设置脚本 |
Win10Pro.7z.001-0017 | 3.9 GB | win10安装包Win10Pro.esd配合CoolReinstall使用 |
README.md | 1.9 KB | 各文件夹内的说明文档(每个相关目录下均有配套说明) |
download.ps1 脚本为一键下载 Win10Pro.7z.001 ~ Win10Pro.7z.017 全部分卷,并自动解压为 Win10Pro.esd,解压完成后自动清理分卷文件。
⬇️ 点击下载 download.ps1
- 下载
download.ps1
- 右键 → “使用 PowerShell 运行”
- 等待自动完成
- 得到
Win10Pro.esd
⚠️ 提示:如果执行时提示“无法加载脚本”,请以管理员身份打开 PowerShell,先执行以下命令(仅需一次):
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
然后再运行 download.ps1。
choco install python visualstudio2022-workload-vctools -y
Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
连接手机到电脑,开启USB调试后执行:它的作用是关闭系统更新
adb shell pm disable-user com.huawei.android.hwouc
adb shell "settings put global ota_disable 1 && settings put secure hw_ouc_enable 0 && pm disable-user com.huawei.android.hwouc && pm clear com.huawei.android.hwouc"
adb shell pm enable com.huawei.android.hwouc