Windows 10 MDT Build- App Locker
To remove/block default applications that can't be removed at build time applocker can be used on windows 10 enterprise machines.
First step is to create a new policy called:-
Navigate to Computer Configuration -> Policies -> Windows Settings -> Application Control Policies -> Packaged app Rules
Create a default rule so that everyone can access packaged application by default (we can then deny access to certain packaged apps)
You will now see the following "Allow" rule created in the GPO
If you right click you can see the rule properties and description
Once the default rule has been created you can now start to block packages that you don't require:-
Select the Deny option so that the package gets blocked.
Next
Select use an installed packaged app as a reference
Select the package you would like to block
A deny rule will then be created
Confirmed Deny Rules
Microsoft.Windows.Cortana Package Deny rule - Cortana was removed from start menu
Microsoft.MicrosoftEdge Package Deny rule – Edge was removed from start menu
Microsoft.Messaging Package Deny – Messaging still visible in Start Menu but Disabled
Windows.ContactSupport Deny – Contact Support was removed from Start Menu
microsoft.windowscommunicationsapps Deny – Mail and Calendar was Visable but disabled
Potential Issues
If you don't put in the Allow rule then the Start Menu will not function. i.e when you click on the start menu button nothing will happen.
If you push out the policy and the user has already logged in then the application may show a deny message.
Comments
Post a Comment