Windows 10: Update Windows Defender on other computers remotely cmd

Discus and support Update Windows Defender on other computers remotely cmd in Windows 10 Software and Apps to solve the problem; I want to update Windows Defender definitions / versions on multiple computers / servers by using either cmd or powershell.This command works but only... Discussion in 'Windows 10 Software and Apps' started by Jeff Uson, Jul 25, 2023.

  1. Jeff Uson Win User

    Update Windows Defender on other computers remotely cmd


    I want to update Windows Defender definitions / versions on multiple computers / servers by using either cmd or powershell.This command works but only Locally on command promptpushd "C:\Program Files\Windows Defender"MpCmdRun.exe -SignatureUpdatepopdhow can i run this command from ComputerA targeting updates for ComputerB ?or do you have other commands or scripts i can use ?

    :)
     
    Jeff Uson, Jul 25, 2023
    #1

  2. Windows Defender isn't initializing.

    Hi Abdul,

    Thank you for using Windows 10.

    Sorry for the delayed reply. I suggest you to Set Windows Defender to Automatic - You can set the Windows Defender service to Automatic, Disabled or Manual. Setting it to automatic might solve the problem. Follow these
    steps:

    • Click Start > type services in the Search box > click Services in the Programs list.
    • Search for Windows defender.
    • Double-click Windows Defender, and click Automatic in the start-up box > click OK.
    Also, follow the below mentioned steps and check:

    • Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
    • Click File > Run New Task
    • Make sure you have a check mark beside “Create this task with administrative privileges”
    • Type CMD
    • Type the following 2 commands at the CMD prompt:

      dism /online /cleanup-image /restorehealth

      sfc /scannow

    • Close the CMD window
    Keep us posted on the status of the issue and we’ll be glad to help.
     
    Navneet Anand, Jul 25, 2023
    #2
  3. AsRock Win User
    Windows Updates failed to instal

    I'm not sure how differant XP media center Edition is but you could clear the history \ cache if these folders are there.

    Step 1 Register DLL files.

    =================

    By trying this step, we can check if the update engines are working properly.



    1. Close all instances of Internet Explorer.

    2. Click Start and Run, type "Regsvr32 atl.dll" (without quotes) in the Open box and click OK.



    Note: There is a space between regsvr32 and atl.dll



    3. Similarly, one by one, register the files listed below:



    Regsvr32 msxml3.dll

    Regsvr32 wuapi.dll

    Regsvr32 wuaueng.dll

    Regsvr32 wuaueng1.dll

    Regsvr32 wups2.dll

    Regsvr32 wucltui.dll

    Regsvr32 wups.dll

    Regsvr32 wuweb.dll

    Regsvr32 qmgr.dll

    Regsvr32 qmgrprxy.dll

    Regsvr32 jscript.dll



    Note: If you encounter errors while registering any of these files then skip that file and continue with the next one.



    If the issue persists, let's move on to the steps below to verify Windows Update services and temporary folders.



    Step 2 Verify the relevant Windows Update services.

    =========================================

    1. Click Start->Run, type "services.msc" (without quotation marks) in the open box and click OK.

    2. Double click the service "Automatic Updates".

    3. Click on the Log On tab, please ensure the option "Local System account" is selected and the option "Allow service to interact with desktop" is unchecked.

    4. Check if this service has been enabled on the listed Hardware Profile. If not, please click the Enable button to enable it.

    5. Click on the tab "General "; make sure the "Startup Type" is "Automatic" or "Manual". Then please click the button "Stop" under "Service Status" to stop the service.

    6. Then please click the button "Start" under "Service Status" to start the service.

    7. Please repeat the above steps with the other services:



    Background Intelligent Transfer Service

    Event Log

    Remote Procedure Call (RPC)



    Note: Event log service is enabled on all of the hardware profiles; this service does not have an option to enable or disable on certain hardware profile.



    If it still does not help, let's proceed to step 3.



    Step 3 Reload the Update temporary folders.

    ===================================

    One possible cause is that the temporary folder for Windows Update is containing corrupted files. Let's erase all the files there to get the system clean.



    1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net stop WuAuServ



    2. Click Start, Run, type: %windir% and press Enter.

    3. In the opened folder, rename the folder SoftwareDistribution to Sdold.

    4. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net start WuAuServ



    Please test the Windows Update website and let me know the result. If the issue persists, to clarify the issue and provide more accurate troubleshooting steps, please assist me in collecting the following information.
     
    AsRock, Jul 25, 2023
    #3
  4. Update Windows Defender on other computers remotely cmd

    Windows Defender Not Working in Windows 10

    Hi,

    Thank you for using Windows 10.

    Sorry for the delayed reply. I suggest you to Set Windows Defender to Automatic - You can set the Windows Defender service to Automatic, Disabled or Manual. Setting it to automatic might solve the problem. Follow these
    steps:

    • Click Start > type services in the Search box > click Services in the Programs list.
    • Search for Windows defender.
    • Double-click Windows Defender, and click Automatic in the start-up box > click OK.
    Also, follow the below mentioned steps and check:

    • Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
    • Click File > Run New Task
    • Make sure you have a check mark beside “Create this task with administrative privileges”
    • Type CMD
    • Type the following 2 commands at the CMD prompt:

      dism /online /cleanup-image /restorehealth

      sfc /scannow

    • Close the CMD window
    Keep us posted on the status of the issue and we’ll be glad to help.
     
    Navneet Anand, Jul 25, 2023
    #4
Thema:

Update Windows Defender on other computers remotely cmd

Loading...
  1. Update Windows Defender on other computers remotely cmd - Similar Threads - Update Defender computers

  2. Update Windows Defender on other computers remotely cmd

    in Windows 10 Gaming
    Update Windows Defender on other computers remotely cmd: I want to update Windows Defender definitions / versions on multiple computers / servers by using either cmd or powershell.This command works but only Locally on command promptpushd "C:\Program Files\Windows Defender"MpCmdRun.exe -SignatureUpdatepopdhow can i run this command...
  3. Update Windows Defender on other computers remotely cmd

    in Windows 10 Installation and Upgrade
    Update Windows Defender on other computers remotely cmd: I want to update Windows Defender definitions / versions on multiple computers / servers by using either cmd or powershell.This command works but only Locally on command promptpushd "C:\Program Files\Windows Defender"MpCmdRun.exe -SignatureUpdatepopdhow can i run this command...
  4. Remote Desktop Connection from CMD

    in Windows 10 Network and Sharing
    Remote Desktop Connection from CMD: I created a file with the .bat extension, in which I wrote the following script:$Hostname = "MyHostname"$User = "MyUser"$Password = "ZZZ"cmdkey / generic: $Hostname / user: $User / pass: $Passwordmstsc / v: $Hostname /f But I get the following error: The remote computer name...
  5. computer system windows defender stopped interacting with windows installed a cmd...

    in AntiVirus, Firewalls and System Security
    computer system windows defender stopped interacting with windows installed a cmd...: please help Microsoft windows have stopped I can't even log in a phone call from a Microsoft took control two computers now windowS HAS CRASHED MICROSOFT WILL NOT ALLOW ME TO SIGN IN AND THE INBOUND CONNECTIONS TO THE NETWORK DO NOT MATCH OUTBOUND WINDOWS DEFENDER SAID...
  6. Remotely accessing one of my other computer

    in User Accounts and Family Safety
    Remotely accessing one of my other computer: Is there a way I can remotely open a computer that has my microsoft account as the administrative account. https://answers.microsoft.com/en-us/windows/forum/all/remotely-accessing-one-of-my-other-computer/60e12cfc-cb51-4765-a84b-66237aad8e3b
  7. Start button, Defender and other screens unavailable by Remote Desktop on 1903

    in Windows 10 BSOD Crashes and Debugging
    Start button, Defender and other screens unavailable by Remote Desktop on 1903: Dears, connection Windows 10 1903 by Remote Desktop start button doesn't respond (to click and keyboard), Windows Defender screen doesn't open, user add screen doesn't open. Everything works fine, locally. Any suggestions? Tks....
  8. Windows defender update crashing computer

    in Windows 10 Installation and Upgrade
    Windows defender update crashing computer: I have a laptop and when the new defender update came around on the 4 everything was fine, but then my laptop crashed saying it was an error with the update and i get black screened befor i can even log in. Is there a fix? Or one coming soon?...
  9. How to full scan using Windows Defender on a remote computer?

    in AntiVirus, Firewalls and System Security
    How to full scan using Windows Defender on a remote computer?: Hi Friends, I want to run full scan on a few remote computers of my organization using Windows Defender? Is there any command or PowerShell or tool that I can try? Thanks for your time. Regards...
  10. windows defender or other antivirus?

    in AntiVirus, Firewalls and System Security
    windows defender or other antivirus?: i just installed windows 10. i know there is the default windows defender, but i'm thinking of downloading another antivirus. which one should i download (preferably free)? or should i stick to the built-in one? 67092