Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Security Apps
Hard_Configurator Tools
WHHLight - simplified application control for Windows Home and Pro.
Message
<blockquote data-quote="Andy Ful" data-source="post: 1124478" data-attributes="member: 32260"><p>Both blocks are normal.</p><p></p><p>In the first case, Microsoft ISG does not trust the application installer. To install the application, you can use "Run By SmartScreen."</p><p>The Installer tries to add the Firewall rule by using scripts (BAT or VBS) in the user temp folder:</p><p></p><p>[CODE]netsh advfirewall firewall add rule name="AntDM" dir=in action=allow program="C:\Program Files\Ant Download Manager (x64)\AntDM.exe" enable=yes</p><p>[/CODE]</p><p>SWH script restrictions block this action. You can run this CmdLine from the CMD console if needed. I am not sure why Ant Download Manager uses scripts for this.</p><p></p><p>In the second case, WHHLight blocks the LOLBin Mshta (dangerous) via Microsoft Recommended Block List. I am not sure why PDFelement wants to use it (no HTA files in the installation folder). Blocking LOLBins cannot be whitelisted.</p><p></p><p>Edit.</p><p>The Mshta block can probably be ignored, because the FileAssociation.exe is used to fix the PDF file association (PDFelement will open PDF files by default). You can easily do this via the Explorer right-click context menu.</p></blockquote><p></p>
[QUOTE="Andy Ful, post: 1124478, member: 32260"] Both blocks are normal. In the first case, Microsoft ISG does not trust the application installer. To install the application, you can use "Run By SmartScreen." The Installer tries to add the Firewall rule by using scripts (BAT or VBS) in the user temp folder: [CODE]netsh advfirewall firewall add rule name="AntDM" dir=in action=allow program="C:\Program Files\Ant Download Manager (x64)\AntDM.exe" enable=yes [/CODE] SWH script restrictions block this action. You can run this CmdLine from the CMD console if needed. I am not sure why Ant Download Manager uses scripts for this. In the second case, WHHLight blocks the LOLBin Mshta (dangerous) via Microsoft Recommended Block List. I am not sure why PDFelement wants to use it (no HTA files in the installation folder). Blocking LOLBins cannot be whitelisted. Edit. The Mshta block can probably be ignored, because the FileAssociation.exe is used to fix the PDF file association (PDFelement will open PDF files by default). You can easily do this via the Explorer right-click context menu. [/QUOTE]
Insert quotes…
Verification
Post reply
Top