Hello,
If you are not very experience working with processes and their image paths, and you don't need powershell for other tasks, you can avoid the issue by disabling that Windows Feature using:
1.Press Ctrl + Shift + Esc to open the Task Manager.
2.Navigate to the Startup tab.
3.Right-click on the Windows PowerShell option and select Disable. Finally, close the Task Manager and restart your device.
Alternatively, you can use local policies to prevent it from executing with the next steps:
1.Press Win + R to open the Run command dialog box.
2.Type gpedit.msc and press Enter to open the LGPE.
3.Navigate to User Configuration > Administrative Templates > System.
4.Double-click on the Don't run specified Windows applications option on the right-hand side pane.
5.Select Enabled in the top-left corner. From there, navigate to the Options section in the bottom-left and click the Show button. This should pop up the Show Contents screen.
6.Type powershell.exe below the Value box and then press OK. Next, press Apply and then press OK in the LGPE window. This should disable the PowerShell tool.
--If the reply is helpful, please Upvote and Accept as answer--