Windows 10: Unknow Task scheduled that launches powershell with obfuscated command

Discus and support Unknow Task scheduled that launches powershell with obfuscated command in Windows 10 Gaming to solve the problem; Hello everyone, I've been noticing occasional flashes of the PowerShell window on my computer, which prompted me to investigate further. Upon... Discussion in 'Windows 10 Gaming' started by ~Mohamed~, Aug 18, 2023.

  1. ~Mohamed~ Win User

    Unknow Task scheduled that launches powershell with obfuscated command


    Hello everyone, I've been noticing occasional flashes of the PowerShell window on my computer, which prompted me to investigate further. Upon investigation, I discovered that a PowerShell command is being executed. The command is heavily obfuscated, making it difficult to understand its purpose. Using Procmon.exe, I traced the parent process back to svchost, which seems to be launching the PowerShell instance through scheduled tasks. Although I've checked the Windows Task Scheduler, I couldn't find any suspicious tasks there. However, after looking through the currently running tasks, I identi

    :)
     
    ~Mohamed~, Aug 18, 2023
    #1

  2. How to "translate" a CMD scheduled task into a Powershell scheduled task?

    I have a scheduled Task where an Admin Command Prompt opens up and runs SFC and DISM. Here are the actions I entered in the "Action" tab of Task Scheduler:

    Program/script: %windir%\system32\cmd.exe

    Add Arguments (optional) /k Dism.exe /online /Cleanup-Image /StartComponentCleanup&&sfc/scannow&&Dism /Online /Cleanup-Image /RestoreHealth&&sfc/scannow

    I tried to run exactly the same scheduled task now on Powershell but with no luck. What do I need to do to "translate" this from CMD into Powershell in the Task Scheduler?

    Any suggestions greatly appreciated.
     
    ✨Fancy Rat✨, Aug 18, 2023
    #2
  3. Mark Isi Win User
    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, Aug 18, 2023
    #3
  4. Ferdz Amp Win User

    Unknow Task scheduled that launches powershell with obfuscated command

    Windows Task Scheduler service not working

    Hi Jetfire158,

    Can you confirm that you are running an Administrator account while performing these steps?

    For now, we can force the Task Scheduler service to run using the command prompt. Kindly follow these steps:

    1. Press the Windows key to open the Start Menu, type Command Prompt or cmd in the Search box.
    2. Right-click on Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Yes.
    3. At the command prompt, type the following command:
      Net Start Schedule
      and press Enter.

    At this point, try launching the Task Scheduler again.

    Let me know how it goes.
     
    Ferdz Amp, Aug 18, 2023
    #4
Thema:

Unknow Task scheduled that launches powershell with obfuscated command

Loading...
  1. Unknow Task scheduled that launches powershell with obfuscated command - Similar Threads - Unknow Task scheduled

  2. Task scheduler launches unknown disk hog

    in Windows 10 Gaming
    Task scheduler launches unknown disk hog: For the past couple of days Task Scheduler has been launching a program that hogs 100% of my HDD bandwidth. This disk hog has been soft-locking my computer forcing me to perform a hard power cycle to clear it. Only disabling the Task Scheduler is resolving the issue. I...
  3. Task scheduler launches unknown disk hog

    in Windows 10 Software and Apps
    Task scheduler launches unknown disk hog: For the past couple of days Task Scheduler has been launching a program that hogs 100% of my HDD bandwidth. This disk hog has been soft-locking my computer forcing me to perform a hard power cycle to clear it. Only disabling the Task Scheduler is resolving the issue. I...
  4. Task scheduler launches unknown disk hog

    in Windows 10 BSOD Crashes and Debugging
    Task scheduler launches unknown disk hog: For the past couple of days Task Scheduler has been launching a program that hogs 100% of my HDD bandwidth. This disk hog has been soft-locking my computer forcing me to perform a hard power cycle to clear it. Only disabling the Task Scheduler is resolving the issue. I...
  5. Unknow Task scheduled that launches powershell with obfuscated command

    in Windows 10 Software and Apps
    Unknow Task scheduled that launches powershell with obfuscated command: Hello everyone, I've been noticing occasional flashes of the PowerShell window on my computer, which prompted me to investigate further. Upon investigation, I discovered that a PowerShell command is being executed. The command is heavily obfuscated, making it difficult to...
  6. Scheduled Task Launch Failure - 2147944309

    in Windows 10 Gaming
    Scheduled Task Launch Failure - 2147944309: Hi, There is a scheduled task that executes a script. It was running fine until one day it started to fail with 'Task Scheduler failed to start "Task" task for user "domain account". Additional Data: Error Value: 2147944309.' It failed on a Friday, ran on a Saturday, then...
  7. Scheduled Task Launch Failure - 2147944309

    in Windows 10 Software and Apps
    Scheduled Task Launch Failure - 2147944309: Hi, There is a scheduled task that executes a script. It was running fine until one day it started to fail with 'Task Scheduler failed to start "Task" task for user "domain account". Additional Data: Error Value: 2147944309.' It failed on a Friday, ran on a Saturday, then...
  8. How to schedule PowerShell script using Task Scheduler in Windows 10

    in Windows 10 News
    How to schedule PowerShell script using Task Scheduler in Windows 10: [ATTACH]PowerShell scripts reduce the effort in running repetitive tasks. If you are frequently executing scripts at pre-defined times or specified time intervals, you may want […] This article How to schedule PowerShell script using Task Scheduler in Windows 10 first...
  9. Create a scheduled task with PowerShell

    in Windows 10 Customization
    Create a scheduled task with PowerShell: Hello Microsoft team, I would like to create a scheduled task to restart PC on a daily basis. This would be run on a multiple devices running Windows 10. I think it's pretty handy to have it as a script via PowerShell ISE so I don't have to always create a tasks in all...
  10. Trying to run Powershell command in a .BAT file via scheduled tasks results in UAC request.

    in Windows 10 Network and Sharing
    Trying to run Powershell command in a .BAT file via scheduled tasks results in UAC request.: As above - I'm trying to run a simple Powershell command via a Batch File to capture the programs that are accessing the Internet. I'm running this via Scheduled Tasks in order to check when a particular program has finished its own task. This will run all night if...