You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some logging issue when using an extension in vscode, and another issue downloading articles from a desktop app. I did a little bit of research, so this registry setting was the problem:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy]
I just erased the LetAppsRunInBackground setting and the problem was solved. According to gpt, this setting configuration from the script does this:
Disable background processes (Background Apps): The key that disables background applications could be affecting the ability of applications to access network resources.
Note: i had used the version 2.0, idk the config. of 2.1 script.
The text was updated successfully, but these errors were encountered:
I had some logging issue when using an extension in vscode, and another issue downloading articles from a desktop app. I did a little bit of research, so this registry setting was the problem:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy]
I just erased the LetAppsRunInBackground setting and the problem was solved. According to gpt, this setting configuration from the script does this:
Disable background processes (Background Apps): The key that disables background applications could be affecting the ability of applications to access network resources.
Note: i had used the version 2.0, idk the config. of 2.1 script.
The text was updated successfully, but these errors were encountered: