0
(0)

NOTICE – On August 4 2021, Malwarebytes Endpoint Security reached its End of Life. For more information, see the Malwarebytes Endpoint Security End of Life notice. To upgrade to a supported version of Malwarebytes, see Malwarebytes Endpoint Protection or Malwarebytes for Teams.

Malwarebytes managed clients are not starting properly on some under powered Windows 10 machines. The services also fail to restart or freeze, particularly when the user logs into Windows.

Workaround

Deploy a script via Group Policy Object to automatically delay the Malwarebytes client service startup and restart the recovery option in 15 minutes.

Step 1: Create the script

Use a text editor to create a script from the template below:

@echo off
REM Sets service to start automatically, with a delayed start
sc config <SERVICENAME> start= delayed-auto
REM Sets service restart option to 15 minutes, failure count reset to 2 minutes
sc failure <SERVICENAME> actions= restart/900000 reset= 120

Replace <SERVICENAME> with the following Malwarebytes client software services: SCCommservice

Save the text document as a BAT file. Then copy the file to all affected Windows 10 client machines.

Tip: Copy the file to the same location on each Windows 10 client machine. For example, copy the file to all Documents folders or all Desktop folders.

Step 2: Create a new Registry process

Create a RunOnce Registry process using the steps below.

  1. Click the Start menu.
  2. Type Group Policy Management, then press Enter.
    • For Windows Server 2008 R2 and older operating systems, type gpmc.msc.
  3. Under Group Policy Management, double-click Forest.
  4. Double-click Domains to view your domain.

image2019-3-6_14-37-27.png

5. Under your domain, right-click Default Domain Policy, then click Edit….

image2019-3-6_14-37-57.png

6. When the Group Policy Management Editor window appears, view Computer Configuration.

image2019-3-6_14-38-22.png

7. Double-click Computer Configuration > Preferences > Windows Settings.

8. Right-click Registry > point to New > click Registry Item.

image2019-3-6_14-38-42.png

9. In the General tab, apply the following changes:

  1. Action: Create
  2. Hive: HKEY_LOCAL_MACHINE
  3. Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
  4. Value name: Enter a name of your choice.
    Example: MBEP Service Edit
  5. Value type: REG_SZ
  6. Value data: Enter the file path where the script is saved to each machine.
    Example: C:\example\path\to\script.bat

image2019-3-6_14-39-7.png

10. Click Apply.

Step 3: Deploy via Group Policy Object

Have your customer deploy the Registry process to the affected Windows 10 machines via their Group Policy Object. When deployed, the Registry process runs once on each machine and deletes itself afterward.

Source : Official Malwarebytes Brand
Editor by : BEST Antivirus KBS Team

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

(Visited 12 times, 1 visits today)