MKLINK WindowsApps

fyrekrig

New Member
Messages
7
Trying to move C:\Program Files\WindowsApps to other drive (MicroSD)

Have processed the commands:
takeown /F "C:\Program Files\WindowsApps" /A /R
robocopy "C:\Program Files\WindowsApps" "E:\WindowsApps" /E /COPYALL /DCOPY:DAT
rmdir /S "C:\Program Files\WindowsApps"
mklink /D "C:\Program Files\WindowsApps" "E:\WindowsApps"

Everything completed without errors.

However can not start any Apps. Initial screen flashes then nothing.

Have tried with
mklink /J "C:\Program Files\WindowsApps" "E:\WindowsApps"

No change


What do I do wrong?
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    Laptop
    System Manufacturer/Model
    Asus
I am sorry but should not fool around with those Windows folders. I am not sure what you are trying to accomplish ? the whole folder size is only ~725MB. Too small to be concerned.
Having said that, you should have use: icacls instead of using takeown. With icacls, you can save the original Ownership/Permissions so you can restore them. I guess when you made copies of the files under WindowsApps folder, the ownership has been changed to you and might cause the problem.
 

My Computer

System One

  • OS
    8.1x64PWMC Ubuntu14.04x64 MintMate17x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Brewed
    CPU
    I7 4970K OC'ed @4.7 GHz
    Motherboard
    MSI-Z97
    Memory
    16 GB G-Skill Trident X @2400MHZ
    Graphics Card(s)
    NVIDIA GeForce GTS 450
    Sound Card
    X-Fi Titanium Fatal1ty Professional Series
    Monitor(s) Displays
    Dual HP-W2408
    Screen Resolution
    1920X1200
    Hard Drives
    256 GB M2 sm951, (2) 500GB 850EVO, 5TB, 2 TB Seagate
    PSU
    Antec 850W
    Case
    Antec 1200
    Cooling
    Danger Den H20
    Keyboard
    Logitech
    Mouse
    Logitech Performance Mouse MX
    Internet Speed
    35/12mbps
    Browser
    Firefox
Thanks your reply.

Regardless of the size of the folders this process should work.

See: How to move installed Windows 8 apps to another drive - gHacks Tech News

As this folder gets increasingly large after installing a few games from the Windows Store it will make a lot of sense to try to move it. Mine is actually now 3 GB and as my initial SSD size is only 32 GB I will soon have space problem.

I will try icacls and see what happens.
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    Laptop
    System Manufacturer/Model
    Asus
32GB is way, way too small for you to do anything and pretty soon, I am sure you will run into problem again.
 

My Computer

System One

  • OS
    8.1x64PWMC Ubuntu14.04x64 MintMate17x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Brewed
    CPU
    I7 4970K OC'ed @4.7 GHz
    Motherboard
    MSI-Z97
    Memory
    16 GB G-Skill Trident X @2400MHZ
    Graphics Card(s)
    NVIDIA GeForce GTS 450
    Sound Card
    X-Fi Titanium Fatal1ty Professional Series
    Monitor(s) Displays
    Dual HP-W2408
    Screen Resolution
    1920X1200
    Hard Drives
    256 GB M2 sm951, (2) 500GB 850EVO, 5TB, 2 TB Seagate
    PSU
    Antec 850W
    Case
    Antec 1200
    Cooling
    Danger Den H20
    Keyboard
    Logitech
    Mouse
    Logitech Performance Mouse MX
    Internet Speed
    35/12mbps
    Browser
    Firefox
Yes, thank you so much for your help!

I guess I have to go somewhere else to get real help.
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    Laptop
    System Manufacturer/Model
    Asus
Code:
takeown /F "C:\Program Files\WindowsApps" /A /R
 robocopy "C:\Program Files\WindowsApps" "E:\WindowsApps" /E /COPYALL /DCOPYAT
 rmdir /S "C:\Program Files\WindowsApps"
 mklink /D "C:\Program Files\WindowsApps" "E:\WindowsApps" 

 Everything completed without errors.

Done the same thing and have the same problem.

My laptop has a SDCard of 64 GB but I would still have this problem solved.

Anybody there who can help?

Comments that we will have space problems in the future is uncalled for.


Just try to tackle the problem if somebody can.
 

My Computer

System One

  • OS
    Windows 8.1
Back
Top