Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Rules have been updated! Here

Tags
Author: vidi - Replies: 105 - Views: 94368
Windows Defender Is the Best Windows 10 Antivirus
Is a third-party antivirus still required on Windows 10?

Starting with the launch of Windows 8 back in 2012, Microsoft’s offering its desktop operating system with a pre-installed antivirus solution called Windows Defender and based on an older security product known as Security Essentials.

Since the release of Windows 10, however, Windows Defender has evolved substantially. So substantially that it’s now the antivirus of choice for many users out there who no longer feel the need for thir
Author: MaskedUser - Replies: 1 - Views: 2586
Shadow Defender 1.4
Shadow Defender :
Shadow Defender is an easy-to-use security solution (for Windows operating systems) that protects your PC/laptop real environment against malicious activities and unwanted changes.

Shadow Defender can run your system in a virtual environment called 'Shadow Mode'. 'Shadow Mode' redirects each system change to a virtual environment with no change to your real environment. If you experience malicious activities and/or unwanted changes, perform a reboot to restore your system back
Author: MaskedUser - Replies: 0 - Views: 2577
Configure Defender
Utility for configuring Windows 10 built-in Defender antivirus settings. It is a portable utility.

Warning! Setting SmartScreen to Block via ConfigureDefender may prevent updating ConfigureDefender to the new version. This can happen, for example, when using MAX Protection Level. It is recommended to change SmartScreen settings to 'Warn' before making an update, or change the Protection Level to HIGH. It is also possible to unblock the executable and force SmartScreen to ignore it. Just do a
Author: MaskedUser - Replies: 0 - Views: 3305
Enable Potentially Unwanted Applications (PUA) Protection in Windows Defender
1. Open PowerShell With Admin Rights.

(Enable Windows Defender PUA protection)
Set-MpPreference -PUAProtection 1
or
Set-MpPreference -PUAProtection Enabled

OR

(Audit Mode - will detect PUAs, but will not block them)
Set-MpPreference -PUAProtection 2
or
Set-MpPreference -PUAProtection AuditMode
Author: hpwamr - Replies: 18 - Views: 12801
Disable Windows Defender with "Defender Control v2.1"
After many search on the web and a lot of trying and failing, the best way I have found is to use the free Apps "Defender Control" by "Sordum.org".


[Image: https://i.imgur.com/lSLCMG8.png]


Code:
Site:   https://www.sordum.org/9480/defender-control-v2-1/


Defender Control v2.1 – What’s New[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif] – (Tuesd
Author: MaskedUser - Replies: 0 - Views: 3126
Disable / Remove EDGE / Cortana & Defender Permanently [Tested]
[attachment=21]
Code:
Homepage: sordum.net
Code:
https://yadi.sk/d/AgusC7tF34Quhq
Author: MaskedUser - Replies: 14 - Views: 13109
AIOWARES Edition Useful Portable Utilities
Win10 Tweaker:

[code]

@echo off & Title Windows 10 Tweaker & color 17
:: ----------------------------------------------------------
echo          Get Admin Privilege
:: ----------------------------------------------------------
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (    echo Requesting administrative privileges...    goto UACPrompt) else ( goto g