Hi guys,
I'm using batch files here bec. i got limited user account in these GP-controlled AD domain computer.
This is my batch file script:
@echo off
cls
echo running tasks and services found...
tasklist
pause
and this is the error msg:
"running tasks and services found...
ERROR: Initialization failure.
Press any key to continue . . ."
-you know task manager and command prompt are disabled. I'm just wondering what's the cause of this. Any ideas?
-------------------------
"The most difficult phase of life is not when no one understands you ; It's when you don't understand yourself."
Edited: 10/30/2009 at 11:31 PM by vinsanity09