Tag: block access

Blocking the Store App on Windows 10 Pro

Share this post:

As blocking access to the store app isn’t available through GPO in 10 Pro, This is an option to keep your users from installing store apps. There’s a firewall rule allowing outbound access for the store app, this PowerShell command will switch it to block the app Get-NetFirewallRule -DisplayGroup ‘Store’ | Set-NetFirewallRule -Action Block The app will …

Continue reading

Share this post: