您好,
PostRebootEventCache.V2 是 Windows Update 用來暫存重新開機後事件與更新狀態的快取資料夾。
通常在安裝更新、完成更新後重開機,或系統需要記錄重啟相關事件時建立。
不一定每次開機都會建立,通常與更新程序、更新後續處理或系統維護工作有關。
貼上以下命令列,然後按回車鍵:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
C:\Windows\SoftwareDistribution 裡有一個資料夾叫PostRebootEventCache.V2是什麼? 甚麼時候建立? 是電腦重新啟動才會建立嗎?