WindowsApps 폴더가 권한 문제로 접근이 안 된다. WindowsAppsUnfukker... 이름이 마음에 든다.
https://github.com/AgentRev/WindowsAppsUnfukker
GitHub - AgentRev/WindowsAppsUnfukker: PowerShell script to fix WindowsApps-related permission errors and crashes.
PowerShell script to fix WindowsApps-related permission errors and crashes. - AgentRev/WindowsAppsUnfukker
github.com
Are you getting "The parameter is incorrect" errors when trying to run apps?
Are Microsoft Store, Xbox, and other apps refusing to open or install?
Are you getting access denied errors with a bunch of apps?
Then boy do I have a solution for you!
Use this script to bend WindowsApps into submission and finally get rid of these goddamn issues!
Seriously Microsoft, why the hell is this junk so extremely convoluted? I bet some NTFS nerd creamed his pants at your office while building your steaming pile of permissions garbage.
- Download the script here
- Download PAExec
- Open CMD as admin (the real CMD, not PowerShell), then access its folder: cd PAEXEC_PATH_HERE
- Adjust FULL_PATH_HERE and execute the script:
(If it says exit code -196608, it means the absolute path is invalid, double-check the -File path you entered)
paexec -s -i cmd /C powershell -ExecutionPolicy Bypass -File "FULL_PATH_HERE\WindowsAppsUnfukker.ps1" "%LocalAppData%" ^|^| pause
Note: If your objective is to modify files inside an app folder, I don't provide any assistance for that use-case, but there is an extra step required after running the script. You have to rename the app folder by adding -old at the end, make a copy of the folder, and rename the copy back to the original name. This will allow you to modify the files inside if they are not encrypted. I don't know why "Full control" permissions alone aren't sufficient. Some app folders are actually read-only Xbox Virtual Disk (XVD) images mounted at the driver level, so don't bother touching those.
'프로그램, 장비' 카테고리의 다른 글
| i1Pro 3 i1Profiler와 DisplayCAL 드라이버 해결 (0) | 2025.08.20 |
|---|---|
| Windows Performance Analyzer(WPA) fails with 0x80070032. (0) | 2025.08.09 |
| UVCS(Plastic SCM) "The type initializer for 'TheArtOfDev.HtmlRenderer.Avalonia.Adapters.AvaloniaAdapter' threw an exception." (0) | 2025.07.27 |
| FanControl with HWInfo Plugins (0) | 2024.03.12 |
| H3lix를 이용한 32bit IOS 탈옥 (3) | 2024.02.27 |