Differences

This shows you the differences between two versions of the page.

Link to this comparison view

basic [2014/04/19 21:43]
basic [2022/04/16 12:22] (current)
Line 1: Line 1:
 +
 +  strComputer = "."
 +  Set objWMIService = GetObject("winmgmts:" _
 +    & "{impersonationLevel=impersonate}===\\" & strComputer & "\root\cimv2")===
 +  Set colProcessList = objWMIService.ExecQuery _
 +    ("Select * from Win32_Process Where Name = 'iexplore.exe'")
 +  For Each objProcess in colProcessList
 +    objProcess.Terminate()
 +  Next
 +
 +
 +
 +  * http://sourceforge.net/tracker/?func=detail&aid=3357856&group_id=306938&atid=1293065# PorT PinBall GamE To LinuX
 +  * http://gambas.sourceforge.net/
 +
 +===== MORE =====
 +
 +@TaG [[Windows]] LanG
 +
  
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki