Hi
I want to write a script that will kill explorer.exe on start up.
In Powershell i use this
Get-Proccess explorer | stop-proccess
So this stops explorer no problem but then explorer just start back up.
I can stop explorer via task manager and a few mouse clicks but need to scripted it.
any ideas?
Rob
