v2中提示"You must install .NET Desktop Runtime"解决办法
摘要:最近在研究windows 11,发现一点也不好用......
在windows 11中,运行v2。按照其提示安装好dotnet-runtime-6.0.29-win-x64.exe后,依然会提示"You must install .NET Desktop Runtime to run this application"。
解决办法如下:
给当前系统用户添加两个环境变量即可。
DOTNET_ROOT=C:\Program Files\dotnet
DOTNET_MULTILEVEL_LOOKUP=0
辣鸡windows 11。
参考自:
'You must install .NET Desktop Runtime to run this application', but installed.
Install without Admin Rights?
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。