Disable Background Apps Registry Code
title: ## Contents
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console
Overview
Sources
Code Snippets
To Disable:
Windows Registry Editor Version 5.00
; MajorGeeks.Com
; How to Disable Background Apps in Windows 11
; https://www.majorgeeks.com/content/page/disable_background_apps_11.html
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications]
"GlobalUserDisabled"=dword:00000001
To Enable:
Windows Registry Editor Version 5.00
; MajorGeeks.Com
; How to Disable Background Apps in Windows 11
; https://www.majorgeeks.com/content/page/disable_background_apps_11.html
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications]
"GlobalUserDisabled"=-
Details
About
This note is about …
See Also
- Windows Registry Code Snippets
- PowerShell Code
- Command Line Code
- Tool - Microsoft Windows
- Development Map of Content
- Technology Map of Content
- Computer Science Map of Content
Appendix
Note created on 2024-05-17 and last modified on 2024-05-17.
See Also
Backlinks
LIST FROM [[Registry - Disable Background Apps]] AND -"CHANGELOG" AND -"04-RESOURCES/Code/Registry/Registry - Disable Background Apps"
(c) No Clocks, LLC | 2024