Skip to content

Instantly share code, notes, and snippets.

@alimbada
Created April 29, 2012 04:03
Show Gist options
  • Save alimbada/2532867 to your computer and use it in GitHub Desktop.
Save alimbada/2532867 to your computer and use it in GitHub Desktop.
Dump this in a batch file on whichever drive/partition has the most free space on your Windows machine and run it to remove temporary files spewed out by the Visual C++ Redistributable installer.
del VC_RED.MSI
del VC_RED.cab
del install.res.*.dll
del install.exe
del eula.*.txt
del vcredist.bmp
del install.ini
del globdata.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment