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
Security
Video Reviews - Security and Privacy
Looking for a Security Product Review? Leave your request here!
Message
<blockquote data-quote="Deleted member 178" data-source="post: 605214"><p>Yes i want to see a test against Win10 native security.</p><p></p><p><strong>Part 1 </strong></p><p></p><p>- SUA with UAC At max</p><p>- Smartscreen set to warn block</p><p>- allow softwares from Appstore only</p><p>- malware must be downloaded in the test system, not imported from other sources (that must be shown during the test).</p><p>- click "no" to any prompts.</p><p></p><p><strong>Part 2 </strong></p><p></p><p>Using this reg tweak (implemented on Admin Account)</p><p></p><p><strong>Blocking Unsigned Elevation :</strong></p><p>90% of malware are unsigned and will request an elevation from UAC, this trick will block the request.</p><p>Create a registry file with this lines :</p><p></p><p>[CODE]Windows Registry Editor Version 5.00</p><p></p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]</p><p>"ValidateAdminCodeSignatures"=dword:00000001[/CODE]</p><p></p><p>If successfully implemented, the next unsigned process/program; won't be allow to execute, and you will have a error box.</p><p>To re-enabled unsigned elevation , use the same line but with "dword:00000000"</p></blockquote><p></p>
[QUOTE="Deleted member 178, post: 605214"] Yes i want to see a test against Win10 native security. [B]Part 1 [/B] - SUA with UAC At max - Smartscreen set to warn block - allow softwares from Appstore only - malware must be downloaded in the test system, not imported from other sources (that must be shown during the test). - click "no" to any prompts. [B]Part 2 [/B] Using this reg tweak (implemented on Admin Account) [B]Blocking Unsigned Elevation :[/B] 90% of malware are unsigned and will request an elevation from UAC, this trick will block the request. Create a registry file with this lines : [CODE]Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "ValidateAdminCodeSignatures"=dword:00000001[/CODE] If successfully implemented, the next unsigned process/program; won't be allow to execute, and you will have a error box. To re-enabled unsigned elevation , use the same line but with "dword:00000000" [/QUOTE]
Insert quotes…
Verification
Post reply
Top