git init |
删除branch,查看提交历史,回滚
git push origin --delete 分支名称 |
断网设置本地账户
net user NewUser /add |
重新下载Microsoft store
Get-AppxPackage -AllUsers *Microsoft.WindowsStore* | ForEach { Add-AppxPackage -Register -DisableDevelopmentMode "$($_.InstallLocation)\AppXManifest.xml" } |
显卡工作情况,网络适配器设置
nvidia-smi |