GPO to Prevent "Phone Home" Windows 10 Apps

MAS2487 71 Reputation points
2021-09-21T12:08:03.837+00:00

I am about to deploy Windows 10 in a disconnected environment (no internet). What's the best way to prevent various apps that will be installed on the Windows 10 Systems from trying to phone home. Eg. Trying to contact websites on the internet. We want to prevent this 'noise' on the network.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,931 Reputation points
    2021-09-21T15:13:10.873+00:00

    Hello @MAS2487 ,

    The Windows client operating systems include more features that you and your users can install. These features are called Features on Demand (opens another Microsoft website) and can be installed at any time. On your organization-owned devices, you may want to control access to these other features.

    If you want to hide the entire Apps feature in the Settings app, use the User Configuration\Administrative Template\Control Panel\Programs\Hide "Programs and Features" page policy.

    To uninstall a feature, open the Settings app. Select the feature, and then select Uninstall.

    https://learn.microsoft.com/en-us/windows/application-management/add-apps-and-features

    -------------------------------------------------------------------------------------------------------------

    Hope this answers all your queries, if not please do repost back.
    If an Answer is helpful, please click "Accept Answer" and upvote it : )

    0 comments No comments

  2. Reza-Ameri 17,341 Reputation points Volunteer Moderator
    2021-09-21T16:50:11.35+00:00

    You may try to use AppLocker instead and it will prevent application from running, take a look at:
    https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/applocker/what-is-applocker
    It is easier and recommended approach , so in case you changed your policy, you could just unblock them.
    In case you want to remove it, you may use PowerShell script Remove-AppxPackage , take a look at:
    https://learn.microsoft.com/en-us/powershell/module/appx/remove-appxpackage

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.