I wanted to kill all these fooclients because they weren't very useful (I goofed up) and so I opened up the trusty command line and wanted to find out if I could supply a wildcard to the kill command. So I go:
c:\> kill
missing pid or task name
I want to then type, kill /? but instead, in the hurry of things I type:
c:\> kill *
That's when all hell broke lose. All processes except System Idle Process
c:\> whoami
UNKNOWN
Shit shit shit... Hard reboot was my only way out - as I type this from my laptop, I can see that my machine has rebooted and is waiting for me to log back in. Adios...
This is why you never run as an admin. :-)
ReplyDelete