Windows Server 2012 / 2012 R2 Gui Tips / windows.old

Tips and Tricks:

 

Tip#2: http://www.boche.net/blog/index.php/2012/08/16/microsoft-windows-server-2012-tips/

 

Tip#1: After in-place upgrade on Windows 2008 r2 server, I noticed that there’s a Windows.old folder in my System drive which takes around 10-20GB of space !

image

now that I have already upgraded in to Server 2012 / R2 and confirmed that all my applications / file are available, I decided to delete Windows.old folder.

Best way to do this, is to use Disk Cleanup Tool.

Start –> Search for “Disk Cleanup” and run this program (If you cannot to locate this program you need to install Desktop Experience Features http://social.technet.microsoft.com/wiki/contents/articles/15221.enabling-disk-cleanup-utility-in-windows-server-2012.aspx)

image

On driver selection, select your System Drive

image

Now you will notice that there’s “Previous Windows Installations & Windows Upgrade log files” options available on Disk Cleanup. you can select both of them and click “ok”

image

you will get a prompt to confirm whether you want to delete. Hit “ok” and proceed.

image

this will clear windows.old folder and free up disk space on your system drive.

else

Removing the Windows.old uninstall cache without installing Desktop Experience

Unfortunately you can no longer copy/paste the two cleanmgr.exe files out of WinSxS like you used to be able to do with 2008 (the store is compressed). I found that a few loops of the following will eventually remove the Windows.old upgrade cache from the root of the OS drive.

:: This is very slow as it is disk intensive: run out of hours!!
takeown /F C:\windows.old /R /D Y
takeown /F c:\Windows.old\* /R /A /D Y
takeown /F C:\windows.old /R /D Y
takeown /F c:\Windows.old\* /R /A /D Y
cacls C:\windows.old /T /G Administrators:F
rd /s /q C:\windows.old

p.s. run each line manually, the above is not setup as a batch script and will ask for yes / no input. Several runs may be required.

Published by jdalbera

IT Pro: 28 years experience for large companies - Technical manager and solution architect: Directory services and Identity Managemen expert, Azure AD, Office 365, Azure infrastructures, Microsoft AD Security (ADDS,ADFS,ADCS), PowerShell, Quest solutions architect. Operating systems (Win/Lin). Unix and Microsoft interoperability. Data center Operations. Company integrations. Network architectures. Virtualization and storage infrastructures. HP/Dell servers deployments. Multiple certifications: Azure, MCSE, MCPs, MCITS, ITIL, VCP, CCNA, CyberArk