Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to run a process that another user here suggestd that I run with POWERSHELL. I don't know how to invoke POWERSHELL.
Thanks for your help,
PR
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
On Windows, PowerShell can be started in several simple ways.
powershell
and press Enter.pwsh)
pwsh.exe. pwsh
Once the PowerShell window is open, commands can be typed at the prompt and run by pressing Enter.
References:
Another AI answer that is great.
Thanks you AI!