本仓库用于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
choco install python visualstudio2022-workload-vctools -y
Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
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
文件下载:
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