Apps Enable or Disable Automatically Update Apps in Microsoft Store in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    store

Microsoft_Store_banner.png

This tutorial will show you how to enable or disable the automatic download and install of available app updates in the Microsoft Store for all users in Windows 10 and Windows 11.

Microsoft redesigned the Microsoft Store app from the ground up in Windows 11, making space for more content, keeping the user experience simple and responsive. It will help you discover and install the best apps, games, movies and even special offers – like unique movie discounts for Xbox Game Pass members. All the content in the Microsoft Store is tested for security, family safety and device compatibility.

The Microsoft Store app will automatically check for, download, and install app updates by default.

You can disable automatically downloading and installing app updates in the Microsoft Store to only manually get updates instead. When you manually check for app updates in the Microsoft Store app, it will automatically download and install them.



Contents

  • Option One: Turn On or Off Pause Automatic App Updates in Microsoft Store Settings
  • Option Two: Turn On or Off Pause Automatic App Updates in Microsoft Store using REG file
  • Option Three: Enable or Disable Automatically Update Apps in Microsoft Store in Local Group Policy Editor
  • Option Four: Enable or Disable Automatically Update Apps in Microsoft Store using REG file




Option One

Turn On or Off Pause Automatic App Updates in Microsoft Store Settings


1 Open the Microsoft Store app.

2 Click/tap on the user Profile button, and click/tap on Store settings. (see screenshot below)

Microsoft_Store_settings.webp

3 Do step 4 (on) or step 5 (off ) below for what you want.


 4. Turn On Pause Automatic App Updates in Microsoft Store

A) Turn Off App updates. (see screenshot below)​

Pause_Microsoft_Store_auto_app_updates-2.webp

B) Select a Pause duration you want in the drop menu until automatic updates is turned on again, and click/tap on Confirm. (see screenshots below)​

The selected pause duration is saved as a date and time to the AutoUpdatePauseEndTime string value (REG_SZ) in the registry key below.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\InstallService\State

AutoUpdatePauseEndTime.webp


Pause_Microsoft_Store_auto_app_updates-3.webp
Pause_Microsoft_Store_auto_app_updates-4.webp


 5. Turn Off Pause Automatic App Updates in Microsoft Store

This is the default setting.


A) Turn On App updates. (see screenshot below)​

Pause_Microsoft_Store_auto_app_updates-5.webp
]​

B) The Microsoft Store app will now automatically start Checking for updates. (see screenshot below)​

Pause_Microsoft_Store_auto_app_updates-6.webp




Option Two

Turn On or Off Pause Automatic App Updates in Microsoft Store using REG file


You must be signed in as an administrator to use this option.

This changes the same setting in Option One.


1 Do step 2 (on) or step 3 (off ) below for what you want.


 2. Turn On Automatically Update Apps in Microsoft Store

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_automatically_update_apps_in_Microsoft_Store.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate]
"AutoDownload"=dword:00000004


 3. Turn Off Automatically Update Apps in Microsoft Store

This will use the same pause duration last set in Option One.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_automatically_update_apps_in_Microsoft_Store.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate]
"AutoDownload"=dword:00000002

4 Save the REG file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded REG file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 If the Microsoft Store app is currently open, then close and reopen it to apply.

9 You can now delete the downloaded REG file if you like.




Option Three

Enable or Disable Automatically Update Apps in Microsoft Store in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.

All editions can use Option Four to configure the same policy.


1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the location below in the left pane of Local Group Policy Editor. (see screenshot below)

Computer Configuration > Administrative Templates > Windows Components > Store

Microsoft_Store_automatically_update_apps_gpedit-1.png

3 In the right pane of Store, double click/tap on the Turn off Automatic Download and Install of updates policy to edit it. (see screenshot above)

4 Do step 5 (enable), step 6 (disable), or step 7 (default) below for what you want.

5 Always Enable Automatically Update Apps in Microsoft Store

This will override Option One and Option Two.


A) Select (dot) Disabled. (see screenshot below)​

B) Click/tap on OK, and go to step 8.​

Microsoft_Store_automatically_update_apps_gpedit-4.png

6 Disable Automatically Update Apps in Microsoft Store

This will override Option One and Option Two.


A) Select (dot) Enabled. (see screenshot below)​

B) Click/tap on OK, and go to step 8.​

Microsoft_Store_automatically_update_apps_gpedit-3.png

7 Default User Choice to Automatically Update Apps in Microsoft Store

This is the default setting to allow using Option One and Option Two.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 8.​

Microsoft_Store_automatically_update_apps_gpedit-2.png

8 You can now close the Local Group Policy Editor if you like.




Option Four

Enable or Disable Automatically Update Apps in Microsoft Store using REG file


You must be signed in as an administrator to use this option.


1 Do step 2 (enable), step 3 (disable), or step 4 (default) below for what you want.

2 Always Enable Automatically Update Apps in Microsoft Store

This will override Option One and Option Two.


A) Click/tap on the Download button below to download the .reg file below, and go to step 5 below.​

Always_enable_automatically_update_apps_in_Microsoft_Store.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore]
"AutoDownload"=dword:00000004

3 Disable Automatically Update Apps in Microsoft Store

This will override Option One and Option Two.


A) Click/tap on the Download button below to download the .reg file below, and go to step 5 below.​

Always_disable_automatically_update_apps_in_Microsoft_Store.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore]
"AutoDownload"=dword:00000002

4 Default User Choice to Automatically Update Apps in Microsoft Store

This is the default setting to allow using Option One and Option Two.


A) Click/tap on the Download button below to download the .reg file below, and go to step 5 below.​

Default_user-choice_automatically_update_apps_in_Microsoft_Store.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore]
"AutoDownload"=-

5 Save the .reg file to your desktop.

6 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

7 Double click/tap on the downloaded .reg file to merge it.

8 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

9 If the Microsoft Store app is currently open, then close and reopen the Microsoft Store app to apply.

10 You can delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Hey mate, I think you're missing the point. Group Policy (GP) isn't functioning right / poorly coded. @cheaterslick has the same issue.
I know what 'at least' or 'minimum' means. But the functionality does not perform as is advertised. No other policy exists that I can see.

When you open Windows Store (w/ auto-update off) it will not check for updates, ever. You have to manually check. THEN it downloads + installs 40 updates w/o prompting, despite auto-updates off. That is why I was saying the GP may not be fully compliant or coded.
EG. If you search / click on an app, it will only show "Open" (even if update available) - it will never indicate there's an update. Only way around this is "Check for updates" which then initiates update procedure.
Edit: In fact you have to click Pause, if you click Cancel on everything, then you have no way to access the update button. Must pause those you want to update and cancel those you don't want updated.

What we need is a solution (instead of flicking on aeroplane mode) so that when checking if an update is available, it doesn't begin downloading those updates, especially for apps you don't want!

TIP: Download O&O AppBuster to remove store apps that have been updated or you do not need. Only issue is you cannot downgrade.
 

My Computers

System One System Two

  • OS
    w11
    Computer type
    Laptop
    Manufacturer/Model
    Gigabyte Aero 17
    CPU
    i7-12700H
    Memory
    64GB DDR4
    Graphics Card(s)
    Something big I will never take advantage of!
    Monitor(s) Displays
    17.3" 4K UHD
    Browser
    Yandex Browser (10x better than Chrome!) or Brave
    Antivirus
    MBAM + ESET + WFC + KTS
  • Operating System
    W7
Hey mate, I think you're missing the point. Group Policy (GP) isn't functioning right / poorly coded. @cheaterslick has the same issue.
I know what 'at least' or 'minimum' means. But the functionality does not perform as is advertised. No other policy exists that I can see.

When you open Windows Store (w/ auto-update off) it will not check for updates, ever. You have to manually check. THEN it downloads + installs 40 updates w/o prompting, despite auto-updates off. That is why I was saying the GP may not be fully compliant or coded.
EG. If you search / click on an app, it will only show "Open" (even if update available) - it will never indicate there's an update. Only way around this is "Check for updates" which then initiates update procedure.
Edit: In fact you have to click Pause, if you click Cancel on everything, then you have no way to access the update button. Must pause those you want to update and cancel those you don't want updated.

What we need is a solution (instead of flicking on aeroplane mode) so that when checking if an update is available, it doesn't begin downloading those updates, especially for apps you don't want!

TIP: Download O&O AppBuster to remove store apps that have been updated or you do not need. Only issue is you cannot downgrade.

Unfortunately, there's not a specific setting or policy for that.

I haven't tested this yet, but you could test to see if setting to a metered connection may help.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Thanks, just what I was looking for. I am curious about one minor thing; I notice that the apply button isn't used in the instructions for using GPEDIT. Is it never needed whan using gpedit?
 

My Computers

System One System Two

  • OS
    win 11 pro, 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 790 (Mt)
    CPU
    i5-2400
    Motherboard
    Dell
    Memory
    32 GB DDR-3
    Graphics Card(s)
    Intel HD Graphics 2000 (on-board)
    Sound Card
    Intel Cougar Point PCH [B2] (On-Board)
    Monitor(s) Displays
    LG 27MN60T
  • Operating System
    Windows 11 home, 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 17R SE 7720
    CPU
    Intel I7-3630QM
    Memory
    16GB DDR3
    Hard Drives
    Samsung 500GB SSD
Thanks, just what I was looking for. I am curious about one minor thing; I notice that the apply button isn't used in the instructions for using GPEDIT. Is it never needed whan using gpedit?

Glad it could help. :shawn:

Nar, Apply will apply the change without closing the gpedit setting window. OK will apply the change and close the gpedit setting window.

Both get the job done. It just depends on if you also wanted to close the window afterwards or not.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Glad it could help. :shawn:

Nar, Apply will apply the change without closing the gpedit setting window. OK will apply the change and close the gpedit setting window.

Both get the job done. It just depends on if you also wanted to close the window afterwards or not.

Thanks. I tried this with a laptop running windows 11 (25H2) Home. I used option 4, step 3. after a day or two, I noticed (in reliability chart) it had downloaded and installed or updated 3 windows store apps! I don't know what went wrong, but maybe I don't understand something.

So now I have also additionally applied Option 2, step 3. I'm not real clear on the difference between these two options, so maybe I needed both? I'll wait to see if no more downloads or updates happen.
 

My Computers

System One System Two

  • OS
    win 11 pro, 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 790 (Mt)
    CPU
    i5-2400
    Motherboard
    Dell
    Memory
    32 GB DDR-3
    Graphics Card(s)
    Intel HD Graphics 2000 (on-board)
    Sound Card
    Intel Cougar Point PCH [B2] (On-Board)
    Monitor(s) Displays
    LG 27MN60T
  • Operating System
    Windows 11 home, 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 17R SE 7720
    CPU
    Intel I7-3630QM
    Memory
    16GB DDR3
    Hard Drives
    Samsung 500GB SSD
Thanks. I tried this with a laptop running windows 11 (25H2) Home. I used option 4, step 3. after a day or two, I noticed (in reliability chart) it had downloaded and installed or updated 3 windows store apps! I don't know what went wrong, but maybe I don't understand something.

So now I have also additionally applied Option 2, step 3. I'm not real clear on the difference between these two options, so maybe I needed both? I'll wait to see if no more downloads or updates happen.

Options 1 and 2 is for the setting method, and options 3 and 4 use group policy that can override options 1 and 2.

Just different ways of enforcing it.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Options 1 and 2 is for the setting method, and options 3 and 4 use group policy that can override options 1 and 2.

Just different ways of enforcing it.
Thanks. It sure looks like turning it off with option 4 didn’t work. Maybe microsoft has changed something to break it.
 

My Computers

System One System Two

  • OS
    win 11 pro, 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 790 (Mt)
    CPU
    i5-2400
    Motherboard
    Dell
    Memory
    32 GB DDR-3
    Graphics Card(s)
    Intel HD Graphics 2000 (on-board)
    Sound Card
    Intel Cougar Point PCH [B2] (On-Board)
    Monitor(s) Displays
    LG 27MN60T
  • Operating System
    Windows 11 home, 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 17R SE 7720
    CPU
    Intel I7-3630QM
    Memory
    16GB DDR3
    Hard Drives
    Samsung 500GB SSD
Thanks. It sure looks like turning it off with option 4 didn’t work. Maybe microsoft has changed something to break it.

Usually, you'll just need to close and reopen the Microsoft Store app after using option 4 to apply. If that didn't work, then you can see if restarting the computer instead may.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Usually, you'll just need to close and reopen the Microsoft Store app after using option 4 to apply. If that didn't work, then you can see if restarting the computer instead may.

I've done all that now, so I will just have to wait to see if it really worked I guess. Or should I go through all the motions again?

I don't know any way to confirm things other than checking the registry setting to be sure it hasn't been changed. There's no point in trying the gpedit version since this is win 11 HOME and not PRO.
 

My Computers

System One System Two

  • OS
    win 11 pro, 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 790 (Mt)
    CPU
    i5-2400
    Motherboard
    Dell
    Memory
    32 GB DDR-3
    Graphics Card(s)
    Intel HD Graphics 2000 (on-board)
    Sound Card
    Intel Cougar Point PCH [B2] (On-Board)
    Monitor(s) Displays
    LG 27MN60T
  • Operating System
    Windows 11 home, 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 17R SE 7720
    CPU
    Intel I7-3630QM
    Memory
    16GB DDR3
    Hard Drives
    Samsung 500GB SSD
I've done all that now, so I will just have to wait to see if it really worked I guess. Or should I go through all the motions again?

I don't know any way to confirm things other than checking the registry setting to be sure it hasn't been changed. There's no point in trying the gpedit version since this is win 11 HOME and not PRO.

You can use option 4 to apply the group policy in Home.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
You can use option 4 to apply the group policy in Home.
Yeah, that's the first thing I tried, Option 4 Step 3, to disable updates, but I then got 3 store apps updating within 2 days. Now I've tried opening and closing the store, and I reboot every day, so I don't know anything else I can check.
 

My Computers

System One System Two

  • OS
    win 11 pro, 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 790 (Mt)
    CPU
    i5-2400
    Motherboard
    Dell
    Memory
    32 GB DDR-3
    Graphics Card(s)
    Intel HD Graphics 2000 (on-board)
    Sound Card
    Intel Cougar Point PCH [B2] (On-Board)
    Monitor(s) Displays
    LG 27MN60T
  • Operating System
    Windows 11 home, 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 17R SE 7720
    CPU
    Intel I7-3630QM
    Memory
    16GB DDR3
    Hard Drives
    Samsung 500GB SSD
Yeah, that's the first thing I tried, Option 4 Step 3, to disable updates, but I then got 3 store apps updating within 2 days. Now I've tried opening and closing the store, and I reboot every day, so I don't know anything else I can check.

Not sure why either. This below is what it should like when disabled using the REG file in option 4 step 3.

Do you have any 3rd party customization apps installed that could be causing issues?

disabled.webp
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Not sure why either. This below is what it should like when disabled using the REG file in option 4 step 3.

Do you have any 3rd party customization apps installed that could be causing issues?

View attachment 149870
On mine, Everything is OFF, except notify for app installations. I don't remember ever getting a notification though ... maybe I just didn't notice.

The only thing extra is Startallback. Never thought about it. There's a bunch of microsoft crap like office 2010, etc.
 

My Computers

System One System Two

  • OS
    win 11 pro, 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 790 (Mt)
    CPU
    i5-2400
    Motherboard
    Dell
    Memory
    32 GB DDR-3
    Graphics Card(s)
    Intel HD Graphics 2000 (on-board)
    Sound Card
    Intel Cougar Point PCH [B2] (On-Board)
    Monitor(s) Displays
    LG 27MN60T
  • Operating System
    Windows 11 home, 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 17R SE 7720
    CPU
    Intel I7-3630QM
    Memory
    16GB DDR3
    Hard Drives
    Samsung 500GB SSD

Latest Support Threads

Back
Top Bottom