logo
0
0
WeChat Login

本仓库用于win应用程序存放,如果你需要添加请提交请求。以下是提交新文件的步骤。

添加新文件到仓库文件

# 1. 克隆仓库元数据,不 checkout 任何文件 git clone https://cnb.cool/docs.win/win cd win # 2. 提交并推送 git add . git commit -m "提交文件说明" git push origin master

回退方法

# 回到指定的某个提交。 git reset --hard 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

安装node组件

choco install python visualstudio2022-workload-vctools -y

执行powershell权限 2选1

Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

本项目内有免费听歌软件具体请查看此文档或者访问https://lxmusic.toside.cn

Notepad++官方下载地址

https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.8.3/npp.8.8.3.Installer.x64.exe

获取最新版本

https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest

文件下载:

搞机工具箱v11命令

连接手机到电脑,开启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