Bitsum Community Forum

General Category => Process Lasso => Topic started by: login404 on July 18, 2025, 03:10:47 AM

Title: Running programs via command line in Watchdog doesn't work
Post by: login404 on July 18, 2025, 03:10:47 AM
The command line isn't working properly.

Startup path:powershell
Command line:D:\Portable\ProcessController.ps1 -ProcessName "laa" -Affinity "0-7"

Startup path:d:\nsudo\nsudolg.exe
Command line:-u:t -p:e cmd

Title: Re: Running programs via command line in Watchdog doesn't work
Post by: Jeremy Collake on July 18, 2025, 08:44:24 AM
You need to specify the full path to powershell.exe in the first field, such as:

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Let me know how it goes ;)

Title: Re: Running programs via command line in Watchdog doesn't work
Post by: login404 on July 18, 2025, 10:38:04 AM
Still not working.

Startup path:C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Command line:D:\Portable\ProcessController.ps1 -ProcessName "laa" -Affinity "0-7"
Title: Re: Running programs via command line in Watchdog doesn't work
Post by: login404 on July 18, 2025, 11:23:30 PM
It seems that the process running through the watchdog has a low integrity level.
This issue seems to exist only in the "Run Program" feature of the watchdog 
"The Restart Program" feature has a high integrity level

8300 is a CMD running through the watchdog 
1876 is a CMD running through explorer.exe