Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Shell Object VerbsContent of List Shell Object Verbs.vbsMD5 Hash: 45A79374BC75CF1BA4F5AF4866D1B06E |
||
' Description: Returns a list of Shell object verbs (context menu items) for the Recycle Bin.
Const RECYCLE_BIN = &Ha& Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.NameSpace(RECYCLE_BIN) Set objFolderItem = objFolder.Self Set colVerbs = objFolderItem.Verbs For i = 0 to colVerbs.Count - 1 Wscript.Echo colVerbs.Item(i) Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |