Windows 10: Windows Security through PowerShell

Discus and support Windows Security through PowerShell in AntiVirus, Firewalls and System Security to solve the problem; Is there a way to take action towards threats in Windows Security automatically through a PowerShell applet or cmd command? For example, I see that... Discussion in 'AntiVirus, Firewalls and System Security' started by Mr. Ribcage, Oct 3, 2020.

  1. Windows Security through PowerShell


    Is there a way to take action towards threats in Windows Security automatically through a PowerShell applet or cmd command? For example, I see that there was a threat detected, I could run a script on my desktop that quickly tells Windows Security to remove or allow the latest threat.

    :)
     
    Mr. Ribcage, Oct 3, 2020
    #1
  2. Kursah Win User

    PowerShell instead of Commandline in Creators Update

    Interestingly enough my personal laptop just got the update...and still has Command Prompt listed, not PowerShell...

    Edit: Not that it matters...I use both regularly. *Toast :toast:
     
    Kursah, Oct 3, 2020
    #2
  3. Gino Des Win User
    Windows powershell randomly popping up.

    Hi Fabian,

    Scheduled tasks that use Powershell can cause the Powershell window to appear periodically on your computer. We suggest that you check the Task Scheduler.

    • Click on Start.
    • In the search bar, type Task Scheduler and click on
      Task Scheduler
      in the results.
    • Under Active Tasks, check for any tasks that use Powershell and the scheduled time.

    Malware can also cause this issue. We suggest that you use Windows Defender or a third-party security software to scan your system.

    Keep us updated with the results.
     
    Gino Des, Oct 3, 2020
    #3
  4. Mark Isi Win User

    Windows Security through PowerShell

    PowerShell randomly poping-up in tool bar

    Hello,

    Just to verify, do you have any scheduled tasks that uses Powershell? Scheduled tasks makes Powershell window appear periodically on your computer, therefore we suggest that you check the Task Scheduler. Here are the steps:

    • Click on Start.
    • In the search bar, type Task Scheduler and click on

      Task Scheduler
      in the results.
    • Under Active Tasks, check for any tasks that use Powershell and the scheduled time.

    If the issue still persist, we suggest that you run a Windows Defender scan to see if it will pick up any malware that the first scan missed.

    Let us know the outcome.
     
    Mark Isi, Oct 3, 2020
    #4
Thema:

Windows Security through PowerShell

Loading...
  1. Windows Security through PowerShell - Similar Threads - Security through PowerShell

  2. Why isn't Windows 11 Virus Threat & Security Full Scan through Admin Powershell not working

    in Windows 10 Gaming
    Why isn't Windows 11 Virus Threat & Security Full Scan through Admin Powershell not working: When I type this into powershell I get this response:MpCmdRun.exe : The term 'MpCmdRun.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and...
  3. Why isn't Windows 11 Virus Threat & Security Full Scan through Admin Powershell not working

    in Windows 10 Software and Apps
    Why isn't Windows 11 Virus Threat & Security Full Scan through Admin Powershell not working: When I type this into powershell I get this response:MpCmdRun.exe : The term 'MpCmdRun.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and...
  4. Updating Windows 10 through Powershell

    in Windows 10 Installation and Upgrade
    Updating Windows 10 through Powershell: I was just wondering if Windows 10 can be directy updated through Powershell without navigating through Settings> Update and Security. Is there a particular command that I can directly type and enter in powershell to update windows?...
  5. Using the YourPhone app through powershell

    in Windows 10 Software and Apps
    Using the YourPhone app through powershell: Hi there, I was wondering if there is any way to use the YourPhone app integrated in windows 10 through powershell commands. My intention would be to send an automated message from my phone by running a script. Is that possible and if so how do I achieve that? Thanks in...
  6. Powershell and Secure Boot

    in AntiVirus, Firewalls and System Security
    Powershell and Secure Boot: Hi All, I am trying to disable Secure Boot. But this is not possible via BIOS as there is no option to do this. And, it is set to "Standard". Nor is it possible via UEFI. However it is possible via Powershell but there is something wrong with the code. First you set, then...
  7. Quick scan through Windows Security

    in AntiVirus, Firewalls and System Security
    Quick scan through Windows Security: I just ran a quick scan through Windows Security and it said 5 files scanned. Every time in the past it scanned a little over 20,000 files. Even ran a full scan and it also said 5 files scanned. Why isn't it scanning all files?...
  8. Batch Numbering Files through Powershell

    in Windows 10 Network and Sharing
    Batch Numbering Files through Powershell: Hello, I'm trying to come up with a solution through Powershell that batch numbers files at the beginning of a file name without interrupting the rest of the file name. For example: Current File Names: John Smith.pdf Abel Anderson.pdf Mary Trinity.pdf ..... Rocky...
  9. Windows Security change affecting PowerShell

    in Windows 10 News
    Windows Security change affecting PowerShell: The recent (1/8/2019) Windows security patch CVE-2019-0543, has introduced a breaking change for a PowerShell remoting scenario. It is a narrowly scoped scenario that should have low impact for most users. The breaking change only affects local loopback remoting, which is a...
  10. Windows Store deleted through PowerShell (Admin)

    in Microsoft Windows 10 Store
    Windows Store deleted through PowerShell (Admin): Hi, I was having an issue with being unable to sign into the Xbox app, so I followed a YouTube tutorial. It told me to go into PowerShell and enter the following: Get-AppxPackage *windowsstore* | Remove-AppxPackage Get-AppxPackage *xboxapp* | Remove-AppxPackage and then...