Techniqued- Technoloy, Review and Tutorials
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS
No Result
View All Result
Techniqued- Technoloy, Review and Tutorials
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS
No Result
View All Result
Techniqued- Technoloy, Review and Tutorials
No Result
View All Result

How to Change the Install Location of Windows 8 Metro Apps

Nirmal by Nirmal
January 14, 2013
in Windows 8
0
Share on FacebookShare on Twitter

In previous versions of Windows, when you install a new software, you are asked the location of installation of the software. The same holds good for Windows 8 desktop apps, but when it comes to the metro apps which are installed from Windows Store, there is no such option available. And if you have allotted limited space to your Windows 8 installation drive, over a period of time this might get low. This is again a problem if you have installed Windows 8 on SSD which comes in lower storage options.

Although Microsoft does not provide a direct option, you can still move the default location of metro apps (or apps installed from Windows store) using the trick below. This process is simple and achieved by directory symbolic links (symlinks) to put the files on one drive but have them accessible via another.

Windows 8

To move the metro apps to new location you will need to execute few commands and perform these commands if you understand what these process means. Wrong commands might lead to metro apps being not working. To get started open the command prompt in administrator mode in Windows 8. We are assuming that your current location of apps is C:\ drive and you are planning to move it to a large drive say D:\.

Now you need to make sure that none of the metro apps are working even in background. The first step is to take ownership of WindowsApps directory in program files, the location where metro apps are installed. The command is:

takeown /F "C:\Program Files\WindowsApps" /A /R

Now you need to make a copy of this folder into the new drive where you want it to be moved.

The code is for this is:

robocopy "C:\Program Files\WindowsApps" "D:\WindowsApps" /E /COPYALL /DCOPY:DAT

Make sure that the copy succeeded, if any error happens, you need to do it again. Once the process is complete, delete the original WindowsApps folder:

rmdir /S "C:\Program Files\WindowsApps"

In the final step you need to create the symlink between the folders, so that Windows 8 accesses these apps from new location:

mklink /D "C:\Program Files\WindowsApps" "D:\WindowsApps"

This completes the process and now you can try running the metro apps and it will be executed from the new location.

[Via XDA Forum
]
Tags: Metro AppsTipsTricksTutorialsWindows 8
ShareTweetSendSend
Previous Post

Secure your Android phone with SecDroid

Next Post

Add Shortcuts for Shutdown, Restart, Sleep and Hibernate Tiles to Windows 8

Related Posts

Tips and Tricks

Fix DNS Server not Responding Error on Windows 10

March 5, 2021
Windows 10

6 Simple Tips to Improve Battery on Windows 10

March 5, 2021
Windows 10

Where can I Download Windows Legally

April 15, 2020
Tips and Tricks

Fix Mouse not Detected on Windows 10

November 17, 2019
Windows 10

How to Fix USB Device Not Recognized on Windows 10

November 11, 2019
Tutorial

How to Create a Network Bridge in Windows 10

November 11, 2019

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Latest Articles

How to Fix “Installation can’t continue” when trying to Update Nvidia Graphics Drivers

Download Windows 11 24H2 ISO (Offline Installer)

Can I Run Windows 11 without Activating

How to Use Snapchat on PC

How to Delete YouTube Search and Watch History on iPhone

How to Use Energy Saver on Windows 11

Techniqued- Technoloy, Review and Tutorials

© 2021 Techniqued - Technology, Tips, Tricks and Reviews

Navigate Site

  • About Us
  • Advertise with us
  • Contact Us
  • Copyright Policy
  • Disclaimer

Follow Us

No Result
View All Result
  • Android
  • Freewares
  • Tutorial
  • Windows 11
  • macOS

© 2021 Techniqued - Technology, Tips, Tricks and Reviews

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.