Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"MS is no longer supporting or developing Disk Cleanup" Bullcrap..
https://www.ghacks.net/2018/09/14/microsoft-confirms-disk-cleanup-tool-deprecation-in-windows-10/
And you clearly still need it to remove the Windows.old folder right?
This was the error.
Error 0x80004005: Unspecified error
LocalState..
The issue is that neither Disk Cleanup or the new Storage Sense options fully got rid of The Windows.old folder for the upgrade to Windows 10 1809. It left one of the "AppData\Local\Packages" files untouched...even after restart (like it normally would have done in the first place).
If this is still jamming you up, my suggestion would be to try deleting that directory as SYSTEM. Grab yourself PsExec from the SysInternals suite (if you don't have it already), and from an elevated CLI type
A second console window will open, this one with full system privileges. Now try killing that Windows.old folder with
Hope this helps.
EDIT: Nevermind, I see you figured it out in the first post. Nevertheless, wielding the System hammer will work even when operations fail as Administrator, or in rarer cases, as Super Admin (usually due to System-controlled file/folder ACL's). But this would be a last resort, as you said.
Also, I wouldn’t recommend using the psexec command unless you did this over Telnet.
Yep, I noticed that it was meant to be an educational post (and I'm sure many would find it informative) after I did all my typing-- that's what I get for skimming instead of reading in full.
BTW, apropos of your comment, PsExec can directly access remote machines, obviating the need for telnet altogether. But having said that, I find PsExec indispensable for many local duties. For example, getting rid of system-owned Modern UI packages (e.g., to circumvent the infamous Windows restore point rollback fails due to corrupt "Get Microsoft Office" package which plagued Windows 8/8.1 and early versions of Win 10). It was also a critical tool for forcing a proper dismount of removable USB drives which were irrevocably and improperly locked by the SysVol-write-loop bug which was an ugly annoyance on Win XP, 2000, and 7 machines. Last but not least, it comes in handy in a batch file, for when you'd like to delete ALL temporary files automatically upon logoff, a number of which would throw an error due to being locked by the system (unnecessarily locked, because they are no longer being accessed, i.e., orphaned files).
But yes, it's certainly not a tool to be used casually.