How to get access to C:\Program Files\WindowsApps?

21

7

Possible Duplicate:
Where to find Windows 8 Modern UI apps source code?

How do I open the folder C:\Program Files\WindowsApps?

Currently I'm denied to enter, even though I'm logged in as administrator.

Alfred Larsson

Posted 2012-11-03T01:57:44.530

Reputation: 639

Question was closed 2012-11-03T13:47:18.970

I already answered this question in your old question. – Matthew Wong – 2012-11-03T02:01:36.880

2Well, as it isn't correct to ask questions in the comments. And I considered this question as important. Search engins will easier find this post rather then the answer in that comment. And the post where you described how to do it was edited after I made posted this. – Alfred Larsson – 2012-11-03T02:06:57.783

@AlfredLarsson: That's actually the reason why we close questions as duplicates; to make it easier for people who use search engines to find a specific information. – Der Hochstapler – 2012-11-03T13:47:13.840

Answers

30

  1. Type in C:\Program Files\WindowsApps in the Windows Explorer address bar and hit enter.

    Enter path

  2. Observe in shock and dismay the system dialog saying you don’t own a folder on your own machine. Hit "Continue."

    Denied

  3. After hitting "Continue," you’ll be confronted by the following dialog:

    Denied again

    Do not hit "Close"—instead click the "security tab" link.

  4. In the following system dialog click "Advanced."

    Properties

  5. Click the "Change" link in the owner security field.

    Change

  6. Add in your Live ID or Windows 8 user name to the "Select User or Group" system dialog.

    Add user

  7. Click "OK," "OK," and "OK."

    Done

Credits: Justin Angel

Matthew Wong

Posted 2012-11-03T01:57:44.530

Reputation: 3 908

1How to turn it back like before ? – Sidhi Ciang – 2016-09-01T00:01:17.267

Do you know if it could be dangerous to get access to this folder? Will it be easier for virus to gain access to this folder when I change this? – Alfred Larsson – 2012-11-03T02:19:37.387

3If a virus gets on to your computer it makes no difference if it gives them easier access, your whole computer is already compromised. The reason micrososft does this is so that normal users don't tamper with the apps and then complain to Microsoft about them not working. – Matthew Wong – 2012-11-03T02:21:09.560

2

If you want to revert this ownership change, instructions are here

– Daniel Kessler – 2014-02-20T17:57:17.280

2

The ownership of the files belongs to "TrustedInstaller". You can change the owner to your current user. Here's a page describing how to do that.

jdh

Posted 2012-11-03T01:57:44.530

Reputation: 6 645