Greeting, I'm trying to stop "explorer" process using power-shell command:
Stop-Process -ProcessName explorer -Force
the problem with that line, it will stop the process but it will run again automatically so it just restarting the process not stopping it.
Please advice me how to stop "explorer" process completely using power-shell
Regards,