Disable Web Store Remote App Install via Registry
This guide explains how to prevent remote installations of applications initiated from the web-based app store to a Windows computer using the Windows Registry Editor (Regedit). By configuring the appropriate policy in the registry, you can turn off the “Push to Install” service, effectively blocking users or linked Microsoft accounts from remotely triggering software downloads and installations onto your local machine.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - If prompted by User Account Control (UAC), click Yes to grant administrative privileges.
Step 2: Navigate to the Microsoft Policies Key
In the address bar at the top of the Registry Editor, paste the
following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft
Step 3: Create the PushToInstall Key
- Right-click the Microsoft folder in the left navigation pane.
- Select New > Key.
- Name the new key
PushToInstalland pressEnter. (If the key already exists, simply click to select it.)
Step 4: Configure the DisablePushToInstall Value
- With the
PushToInstallkey selected, right-click any empty space in the right pane. - Select New > DWORD (32-bit) Value.
- Name this new value
DisablePushToInstalland pressEnter. - Double-click
DisablePushToInstall. - Set the Value data field to
1. - Ensure the Base is set to Hexadecimal, then click OK.
Step 5: Apply the Changes
- Close the Registry Editor.
- Restart your computer or run
gpupdate /forcein an elevated Command Prompt to enforce the new policy immediately.
Once configured, the device will reject any remote installation
commands sent from the web-based Microsoft Store. To revert this setting
in the future, navigate back to the same registry path and either delete
the DisablePushToInstall DWORD value or set its data value
back to 0.