windows之2012缺少api-ms-win-crt**.dll计算机丢失api-ms-win-crt-runtime-l1
参考下面文章
https://jingyan.baidu.com/article/1974b2896ba989f4b1f774ab.html?qq-pf-to=pcqq.c2c
我是使用的最后一部,批处理的方式。
提取出dll文件,然后拷贝到下面目录:
脚本如下:
@echo off set pn=%~dp0 if "%pn:~-1%"=="\" set pn=%pn:~0,-1% for /f "delims=" %%i in ('dir %pn%\*.msu /a-d /b 2^>nul') do ( if not exist %pn%\%%~ni md %pn%\%%~ni start /wait %%i /extract:%pn%\%%~ni expand %pn%\%%~ni\%%~ni.cab /f:*.dll %pn%\%%~ni ) echo.&pause解压出来之后,拷贝x86的两个文件夹的文件到上面的目录
然后就OK啦。
How to Uninstall (or Reinstall) Windows 10’s Ubuntu Bash Shellplease uninstall and reinstall the
Effortlessly Handle Ultra-Long Sequences with Megalodon Transformer for Superior AI Efficiency
解决RuntimeError: CUDA Error: An Illegal Memory Access Was Encountered的有效方法
Always run a program in administrator mode in Windows 10run this program as an administrator
使用 com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 提升你的软件包发布效率