Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Start Menu ItemsContent of List Start Menu Items.vbsMD5 Hash: 851D2A15712C4A1233815B8DFAE8AC93 |
||
' Description: Returns a list of all the Start menu items found on a computer.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery _ ("Select * from Win32_LogicalProgramGroupItem") For Each objItem in colItems Wscript.Echo "Name: " & objItem.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |