06-11-23 12:15 PM
I'm using blue prism version 7.1.2 and I started blue prism as administrator.
I'm trying to logoff users from my machine using the blue prism "Start Process" from "Utility - Environment".
For that I need to use the cmd command "logoff X" . Every time I run that inside the "Start Process" utility I get this error:
'logoff' is not recognized as an internal command or an executable program or batch file.
I already tried running "logoff X" in the windows cmd and it works. I tried to copy the logoff.exe file from C:\Windows\System32 to other directory and run it, the "Start Process" detects the copied exe but when It runs it shows the error:
{ErrorPrintf(): LoadString failed, Error 15105, (0x00003B01)}
Error [15105]ÿ:No MUI entries are loaded into the resource loader cache.
Can someone help me?
06-11-23 01:39 PM
Hi ricardo Franco,
Check below thread, Looks like you need to pass "cmd.exe" in Application input parameter.