You are here

Why Windows Firewall can not block portable apps?

2 posts / 0 new
Last post
phuongtam
Offline
Last seen: 6 years 6 months ago
Joined: 2017-10-01 12:43
Why Windows Firewall can not block portable apps?

Hi,

Why I can not block portable apps with Windows default Firewall?

I try this command as administrator rights:

netsh advfirewall firewall add rule name="PORTABLE_WiseDiskCleaner" dir=out action=block program="E:\PortableApps\PortableApps\WiseDiskCleanerPortable\App\WiseDiskCleaner\WiseDiskCleaner.exe"

But WiseDiskCleaner still use my network. How can I block with Windows default firewall (or settings)?

Thanks in advance

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 43 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Launcher vs App

You're trying to block the portable launcher that handles launching the app portably which doesn't connect to the internet. You need to block the actual app within. In the above instance, you'd block: E:\PortableApps\PortableApps\WiseDiskCleanerPortable\App\WiseDiskCleaner\App\WiseDiskCleaner\WiseDiskCleaner.exe

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments