在Visual Studio 2008中删除备份文件文件夹

时间:2022-07-30 01:52:52

Visual Studio 2008 automatically creates a folder located (in Vista) at:

Visual Studio 2008自动创建一个位于(在Vista中)的文件夹:

C:\Users\%username%\Documents\Visual Studio 2008

And I'm fine with that location. What I don't like is the "Backup Files" folder that keeps appearing inside the "Visual Studio 2008".

我对那个地方很好。我不喜欢的是“备份文件”文件夹,它一直出现在“Visual Studio 2008”中。

I don't know when this folder gets created nor why because it's always empty. Well, the folder itself has more folders for some of my projects but those folders are always empty, they never seem to backup anything. I don't care about that either, I've probably disabled the backups feature or if I didn't, then this isn't working properly. Either way, I don't really care about VS taking care of my backups automatically.

我不知道这个文件夹何时被创建,也不知道为什么因为它总是空的。好吧,文件夹本身有一些我的项目的文件夹,但这些文件夹总是空的,他们似乎永远不会备份任何东西。我也不关心这个,我可能已经禁用了备份功能,或者如果我没有,那么这不能正常工作。无论哪种方式,我都不关心VS自动处理我的备份。

All I want is to delete the "Backup Files" folder forever but every time I do, it keeps appearing... I also tried to hide it, but it doesn't work, the folder becomes unhidden all of the sudden.

我想要的只是永久删除“备份文件”文件夹,但每次我都会出现它...我也试图隐藏它,但它不起作用,文件夹突然变得不被隐藏。

How can I get rid of this folder once and for all?

我怎样才能一劳永逸地摆脱这个文件夹?

4 个解决方案

#1


I had never heard of the "Backup Files" folder either - until just now when I went and looked. There it is!

我从来没有听说过“备份文件”文件夹 - 直到刚才我去看了。它就是!

Turn off the AutoRecover setting to prevent if from being created: Tools | Options | Environment | AutoRecover

关闭“自动恢复”设置以防止创建:工具|选项|环境|自动恢复

#2


When I upgraded some projects from 2005 to 2008 I got a Backup folder with a complete copy of the project as it was when I upgraded.

当我从2005年升级到2008年的某些项目时,我得到了一个备份文件夹,其中包含我升级时的完整项目副本。

As far as I can tell it hasn't updated the files since.

据我所知,它没有更新文件。

As to why VS2008 would create an empty folder if you're not upgrading I don't know - sorry.

至于为什么VS2008会创建一个空文件夹如果你没有升级我不知道 - 抱歉。

#3


ChrisF: you can disable this feature with a checkbox (when asking about convert) labeled somthing like "create backup copy"

ChrisF:您可以通过复选框(当询问转换时)禁用此功能,标记为“创建备份副本”

Chris Lively: this is a feature from VS2008 as describe by Sean - not a custom thing.

克里斯·莱弗利:这是肖恩所描述的VS2008的一个特色 - 不是一个定制的东西。

#4


I've never heard of a "back up files" folder. This is either an add-in or a custom build script.

我从来没有听说过“备份文件”文件夹。这是加载项或自定义构建脚本。

#1


I had never heard of the "Backup Files" folder either - until just now when I went and looked. There it is!

我从来没有听说过“备份文件”文件夹 - 直到刚才我去看了。它就是!

Turn off the AutoRecover setting to prevent if from being created: Tools | Options | Environment | AutoRecover

关闭“自动恢复”设置以防止创建:工具|选项|环境|自动恢复

#2


When I upgraded some projects from 2005 to 2008 I got a Backup folder with a complete copy of the project as it was when I upgraded.

当我从2005年升级到2008年的某些项目时,我得到了一个备份文件夹,其中包含我升级时的完整项目副本。

As far as I can tell it hasn't updated the files since.

据我所知,它没有更新文件。

As to why VS2008 would create an empty folder if you're not upgrading I don't know - sorry.

至于为什么VS2008会创建一个空文件夹如果你没有升级我不知道 - 抱歉。

#3


ChrisF: you can disable this feature with a checkbox (when asking about convert) labeled somthing like "create backup copy"

ChrisF:您可以通过复选框(当询问转换时)禁用此功能,标记为“创建备份副本”

Chris Lively: this is a feature from VS2008 as describe by Sean - not a custom thing.

克里斯·莱弗利:这是肖恩所描述的VS2008的一个特色 - 不是一个定制的东西。

#4


I've never heard of a "back up files" folder. This is either an add-in or a custom build script.

我从来没有听说过“备份文件”文件夹。这是加载项或自定义构建脚本。