Block internet connection of a Windows' App

Ahsan Taqveem 5 Reputation points
2023-08-14T13:08:43.1633333+00:00

Hi,

I am running Windows 11 Home (22H2 | 22621.2070)

I have this app named as "Dolby Access" whenever I launch this app (with internet connected), it just keeps loading and does not show the interactable interface, below image:User's image

The above screen just stays and nothing happens.

--

I desperately close the window and i turn off the internet connection and then i launch the app:

it opens up super lightening fast, following interactable interface appears:

User's image

--

QUESTION PLEASE:

i need to shut off (BLOCK) the internet of this particular app.

Now please note that:

IT IS A WINDOWS APP
Installation path is: C:\Program Files\WindowsApps\DolbyLaboratories.DolbyAccess_3.17.3025.0_x64__rz1tebttyb220\DolbyAccess.exe

We can easily block the internet connection of a regular program which sits inside the Program Files (x86 and x64) easily with inside the firewall.

HOW CAN I BLOCK THE INTERNET CONNECTION OF THIS APP?
Firewall method is not working here.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 36,401 Reputation points
    2023-08-19T14:10:13.4466667+00:00

    You should be able to create a rule that blocks the access. I ran a test where I tried to block curl.exe. Just specifying "curl.exe" did not work. I had to include the full path to the program.

    User's image

    On my pc I have an old version of curl in the Utils folder, and the one that comes with Windows in the system32 folder. By just running "curl", windows loads the one from system32 since it finds that one first via the path.

    After I ran the first curl (and got the redirect response), I applied the firewall rule to block access. The second test failed to connect (blocked by the firewall).

    But explicitly using the version in the utils folder still worked.

    User's image

    If that doesn't work, try looking for DolbyAccess in Application Packages.

    User's image


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.