Nearly there:
code:
$COMPUTER=@WKSTA

$objWMIService=GetObject('winmgmts:{impersonationLevel=impersonate}!//'+$COMPUTER+'\root\cimv2:Win32_Process')
? ''+@ERROR+' - '+@SERROR

$RC=$objWMIService.Create('notepad.exe')
? ''+@ERROR+' - '+@SERROR

_________________________
There are two types of vessels, submarines and targets.