How to stop Fileless Malware : Step by step guide.

How to stop Fileless Malware : Step by step guide

Disable PowerShall

The present variant of Windows PowerShell is 5. PowerShell comes pre-introduced in Windows 10 and has supplanted Command Prompt in the Power client menu. While PowerShell 5 is the steady form running on your framework, the PowerShell 2.0 motor is still empowered on it and this variant of PowerShell is presently perceived as a security chance that can be utilized to run vindictive contents. Windows 10 expostulated it in the Fall Creators Update nonetheless, that doesn't imply that it's been evacuated for all clients. It might at present be empowered on your framework. Here's the manner by which you can check in case regardless you're running this motor, and how you can incapacitate Windows PowerShell 2.0.

Start disabling PoweShell by performing follwong steps

Step 1 : Right click on START button from the task bar and select Windows PowerShell (Admin). PowerShal will open up. Run the following command

Get-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2

After Entering the command the result will look like the bellow Image
this will appear after the first command
Result of command 
If State is showing Disable you the PowerShell is already Disabled but if it's showing Enable then you have to Disable it.

Step 2 : Now as the State is showing as Enable run the following command

Disable-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2Root

after running the above command it will apears like the following image.
this will appear as result of command 2
Result of the command
now your powershell is disabled to be confirmed run the first command again

Get-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2

and the result should be like this
Result of the command
If the State is showing as Disable then congrats you have successfully Disabled the PowerShell and if not then you have to perform all the steps once again.


Previous
Next Post »