Windows 10: Powershell command execution in the background

Discus and support Powershell command execution in the background in Windows 10 Gaming to solve the problem; Hi,We can see powershell transcript generated however how can we find what process triggered that execution? It seems to be generated hourly. What can... Discussion in 'Windows 10 Gaming' started by EugeneTeo88, Apr 24, 2025.

  1. Powershell command execution in the background


    Hi,We can see powershell transcript generated however how can we find what process triggered that execution? It seems to be generated hourly. What can be seen in the transcript is that it is running "PS>Get-Process Select-Object -Property ProcessName"The transcript output as follow,=====================================********************** Windows PowerShell transcript start Start time: [starttime]Username: [username]RunAs User: [username] Configuration Name: Machine: [machine name] Microsoft Windows NT 6.2.9200.0 Host Application: --pid=27660 Process ID: 34296 PSVersion: [PS Version

    :)
     
    EugeneTeo88, Apr 24, 2025
    #1

  2. Most windows executable commands not recognized by CMD and PowerShell.

    Out of nowhere commands which involve executables like explorer.exe, msedge.exe, mspaint.exe, where, etc. are not working in command prompt or PowerShell. The output of the command prompt seem to be quite simple:

    ```

    C:\Users\grass>where

    'where' is not recognized as an internal or external command,

    operable program or batch file.



    C:\Users\grass>explorer

    'explorer' is not recognized as an internal or external command,

    operable program or batch file.

    ```

    I'm still able to call applications in the path, like: idea, code, adb, gcc, etc.

    Some things also stopped working, and it looks relevant to this overall terminal issue:

    • IntelliJ IDEA cannot launch its in-IDE terminal. In particular it cannot find PowerShell.
    • I cannot run any windows executables from WSL2 environment.
    • Oracle virtual box running UBUNTU LTE16.04 has issues syncing shared folders.
     
    herbal_rage, Apr 24, 2025
    #2
  3. 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, Apr 24, 2025
    #3
  4. Try3 Win User

    Powershell command execution in the background

    How to stop Powershell from executing remote commands

    I didn't think that any of the built-in PowerShell tasks displayed any form of window. Is there an entry in Task scheduler's opening screen's Task status section at the time you saw the PS window?
    Powershell command execution in the background 74921076t-how-stop-powershell-executing-remote-commands-task-scheduler-local-task-status-section.png
    Exactly where were you looking? At the bottom of the Event viewer window, what does it say for Log name & Source? Is it this? Log name - Windows PowerShell Source - PowerShell (PowerShell)
    In each PS event's records, there is a line beginning HostApplication= and I think you are saying that there is no file path identified in that entry.
    Powershell command execution in the background 387038d1678175766t-how-stop-powershell-executing-remote-commands-ps-log.png
    Please look up and down the list to see if there is an entry that identifies a file and path around the time you saw that window.
    PowerShell does not, by default, execute remote commands. This is explained in Change PowerShell Script Execution Policy - TenForumsTutorials
    Run a Windows Defender Quick scan. How to Scan with Windows Defender - TenForumsTutorials Best of luck, Denis
     
Thema:

Powershell command execution in the background

Loading...
  1. Powershell command execution in the background - Similar Threads - Powershell command execution

  2. Powershell command execution in the background

    in Windows 10 Software and Apps
    Powershell command execution in the background: Hi,We can see powershell transcript generated however how can we find what process triggered that execution? It seems to be generated hourly. What can be seen in the transcript is that it is running "PS>Get-Process Select-Object -Property ProcessName"The transcript output as...
  3. Powershell command

    in Windows 10 Software and Apps
    Powershell command: Hi How can i get a list via powershell commandof expired users password in AD like this screenshot.Thanks https://answers.microsoft.com/en-us/windows/forum/all/powershell-command/54833831-89ba-4641-a5b2-2d55e848aab8
  4. Most windows executable commands not recognized by CMD and PowerShell.

    in Windows 10 Gaming
    Most windows executable commands not recognized by CMD and PowerShell.: Out of nowhere commands which involve executables like explorer.exe, msedge.exe, mspaint.exe, where, etc. are not working in command prompt or PowerShell. The output of the command prompt seem to be quite simple: ```C:\Users\grass>where 'where' is not recognized as an...
  5. Most windows executable commands not recognized by CMD and PowerShell.

    in Windows 10 Software and Apps
    Most windows executable commands not recognized by CMD and PowerShell.: Out of nowhere commands which involve executables like explorer.exe, msedge.exe, mspaint.exe, where, etc. are not working in command prompt or PowerShell. The output of the command prompt seem to be quite simple: ```C:\Users\grass>where 'where' is not recognized as an...
  6. Command prompt, microsoft edge and powershell runs in the background?

    in AntiVirus, Firewalls and System Security
    Command prompt, microsoft edge and powershell runs in the background?: so I checked task manager, and found that command prompt, microsoft edge and powershell were running in the background consuming my cpu. It deletes itself as soon as I see it. I managed to end task all of them fast enough, but they keep coming back afterwards. I tried...
  7. Execution Policy in Powershell

    in AntiVirus, Firewalls and System Security
    Execution Policy in Powershell: Hello,For Execution Policy for PowerShell, mine was set to unrestricted, which I changed to restricted, assuming it will make my PC more secure.I tried to learn about this, but I didnt understand whether restricted is the best and the most secure option for someone who uses...
  8. Powershell reopens in new window on executing a command.

    in Windows 10 Ask Insider
    Powershell reopens in new window on executing a command.: Whenever I execute the command "npm", the current powershell window closes and a new one reopens with "npm" in its title bar as long as the process initiated by the command is in execution. This annoys me a lot coz this isn't the case with just npm but every other command...
  9. 10 CMD commands that can be executed with PowerShell

    in Windows 10 News
    10 CMD commands that can be executed with PowerShell: [ATTACH] PowerShell is Microsoft’s own alternative to their own Command Prompt. Earlier, Microsoft announced that they will be open sourcing PowerShell and will be bringing it to recent versions and different Linux flavors like Ubuntu, CentOS, Red Hat Enterprise Linux,...
  10. Execute Powershell command on remote computer

    in Windows 10 Network and Sharing
    Execute Powershell command on remote computer: Hello, I would like to execute a PowerShell command on a remote computer. The command is the following: Invoke-Command -ComputerName 10.40.27.174 -ScriptBlock { Get-ChildItem C:\ } -credential User I get the following error: [10.40.27.174] La connexion au serveur...