• How To?
  • Tips ‘n Tricks
  • WordPress
  • Snippets
  • Software
    • Browsers
    • Downloads
  • Web
  • Tools
    • Character Counter
    • chmod Calculator
    • Entities Encoder
    • Live HTML Editor
    • My IP
  • Contact
Twitter Facebook Google+ RSS
You are here: SumTips » Tips 'n Tricks » Move Office MSOCache Folder to Another Drive

Move Office MSOCache Folder to Another Drive

Posted on August 16, 2012 by Renji | Short URL: http://sumtips.com/?p=7331

If you have an installed copy of Microsoft’s Office suite, then you might have come across a hidden folder named MSOCache in your Windows installed drive. MSOCache or Microsoft Office Cache is just what its name suggests – a cached copy of Microsoft Office’s installation source. Why is it there? So that you can easily add feature, perform repair operation, or install service packs without requiring access to the original installation source.

If you are running short on space on your system drive, then you might want to move the folder to another drive or a network folder. Deleting the directory in its entirety is not recommended as that will leave behind orphaned registry entries, which may cause problems if you try to modify your Office installation in the future.

MSOCache Folder

For Office 2003 Microsoft had a tool called Local Installation Source Tool to help move the MSOCache folder, but it’s not available for any other Office versions. So for newer Office suites, we have to use the symbolic link feature. Here are the steps to safely move MSOCache folder to a location of your choice:

  1. Move the entire MSOCache folder to the location you want.
  2. Start Command Prompt as an administrator.
  3. In Command Prompt run the following command to create a symbolic link to the new MSOCache location:
mklink /D "C:\MSOCache" "D:\New\Location\of\MSOCache"

Instead of the command prompt, you can also use a free utility called Symbolic Link Creator to create symbolic links. Symbolic Link Creator is simply a GUI software for the builtin mklink command.

And you’re done! Now if you go to your C: drive, the folder and all its content will appear just as it was before but only this time its taking no space on the drive.


Tweet

Related posts:

  • Create a Virtual Dropbox Folder Drive in Windows
  • Move Installed Applications to Another Drive
  • Quickly Copy, Move & Access files on Google Drive, SkyDrive & Others
  • Disable Office 2013 Splash Screens
  • Change The Default Installation Folder In Windows
Categories: Tips 'n Tricks | Tags: Command Prompt, Office, Tips 'n Tricks
Disable Office 2013 Splash Screens
3 Ways to Create Public Folder on Dropbox

  • Get Updates via Email

  • Recent Posts

    • CMS2CMS: Migrate Site from Drupal or Joomla to WordPress
    • WordPress: Add Preview Button in Distraction Free Writing
    • How to Activate or Deactivate Individual Jetpack Modules
    • Windows 8: Auto Update Defender with Windows Update Disabled
    • Automatically Start and Close Programs at Specific Time
    • How to Copy Code from Notepad++ with Syntax Highlighting
  • Random Posts

    • OldBar: Detachable Desktop Folder Toolbars on Windows 7 and 8
    • Snow Sports Windows 7 Theme
    • Samsung Galaxy S III (S3) Specifications, Pictures and Videos
    • Organize Your Applications on Virtual Taskbars with MultiTabber
    • Close a Tab by Double Clicking in Google Chrome
    • How to Schedule a Post on Facebook Page
  • Categories

    • Blogging
    • Games
    • Google
    • How To?
    • Linux
    • Microsoft
      • Windows
    • Miscellaneous
    • Phone
    • Snippets
      • AutoHotkey Snippets
      • CSS Snippets
      • htaccess Snippets
      • JavaScript Snippets
      • PowerShell Snippets
      • WordPress Snippets
    • Social
    • Software
      • Browsers
    • Tips 'n Tricks
    • Wallpapers
    • Web
© SumTips. Contact | Sitemap | Privacy Policy