这似乎是Windows的更新日志和文件,其中包括升级Windows的文件,而且,一旦你升级,旧的操作系统就会进入那个文件夹,只要你不想升级或降级Windows,删除它应该是完全安全的。c) 在键盘上按回车键
编辑:这个方法似乎只删除了这个文件夹中的一些东西,有些东西可能会被留下。请参阅另一个答案,以获得更完整的删除方法,虽然这个方法也不是很完美。此外,這可能會有幫助。如何在Windows 8上删除 trustedinstaller文件
来源:
好吧,我在这里面得到了多达4.4GB。看来Windows 7是在 “预装 "Windows 10,虽然我一直不同意,并且明确禁用…..
CleanMgr.exe
在另一个回答中提到的删除了一些东西,但主要是拒绝了。在文件管理器中手动安装也失败了,因为缺乏权限(即使有完全的管理员权限),缺乏所有权(由 "TrustedInstaller "拥有),等等…..
以下是一个简单的收据,可以从windows命令提示符中的管理员权限帮助自己:
// go inside that folder:
cd /d "C:\$Windows.~BT"
// take over ownership
takeown /f *.* /R /D Y
// (go for coffee, takes a minute)
// grant full rights to everyone
icacls *.* /grant Everyone:(OI)(CI)F /T
// (coffee?)
// and all other subfolders, just be careful with use of *, naturally.
rmdir Sources /s /q
// actually, I got a few errors with rmdir. Things went smoother
// with this Unix-like ´rm´ executable in your path,
// coming from unxutils.sf.net
rm -r -f *
// after all has been wiped, also remove the parent dir
C:\$Windows.~BT>cd ..
C:\>rmdir "$Windows.~BT"
// checking...
C:\>dir /A:DHS
Volume in drive C is Windows
Volume Serial Number is ####-####
Directory of C:\
15/07/2015 19:15 <DIR> $Recycle.Bin
30/07/2015 16:39 <DIR> Boot
04/08/2015 08:35 <DIR> Config.Msi
14/07/2009 07:08 <JUNCTION> Documents and Settings [C:\Users]
01/11/2012 09:35 <JUNCTION> Dokumente und Einstellungen [C:\Users]
01/11/2012 09:35 <JUNCTION> Programme [C:\Program Files]
04/08/2015 08:35 <DIR> System Volume Information
0 File(s) 0 bytes
7 Dir(s) ########### bytes free