Replies: 1 comment 1 reply
-
Not a good idea as most stuff breaks if UWP apps are disabled. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I suggest the following option: possibility to disable UWP apps so that they not to take resources.
This registry key does this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ApplicationFrameHost.exe]
"Debugger"="c:\Windows\System32\rundll32.exe"
this reverts back:
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ApplicationFrameHost.exe]
"Debugger"="c:\Windows\System32\rundll32.exe"
Beta Was this translation helpful? Give feedback.
All reactions