本文介绍了有没有办法解决这个默认目录问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据我的经验,UWP解决方案的默认目录是:

From my experience the default directory for a UWP Solution is:

C:\ Users \Owner\source \\ _repos \Aug25 \Aug25.sln

然而,在Windows Update之后,它似乎转到了这个:

However, after a Windows Update it seems to go over to this:

C:\ Users \ TEMP.HODENTEK9.000.001.002\source \repos\Sept25 \Sept25.sln

成为TEMP每次重新启动计算机时,都会创建一个新的TEMP,其中包含以前版本中的所有信息都已删除。

Being TEMP every time the computer is restarted, a new TEMP is created with all information from previous version erased.

您可以看到我的USERS中创建了超过4或5个TEMP.xxxx目录。

As you can see that there are more than 4 or 5 TEMP.xxxx created in my USERS directory.

我知道这是因为Insiders Preview的更新。我试图暂停更新,但似乎对此行为有任何影响。有没有办法通过锚定默认目录来修复?

I know it is because of the Insiders Preview updates. I tried to PAUSE the updates but it seems to make any difference to this behavior. Is there a way to fix by anchoring the default directory?

Jayaram Krishnaswamy

Jayaram Krishnaswamy

推荐答案


这篇关于有没有办法解决这个默认目录问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 19:18