thunter - 2011-01-21

I like custom menu in TLA because it gives me a launch point for some of the other apps/utils I generally use at the same time… thought I'd share mine:

custom_menu_title=&Custom Menu
custom_menu_item=Browse &C:,explorer,\\%HOSTNAME%\C$
custom_menu_item=Browse &D:,explorer,\\%HOSTNAME%\D$
custom_menu_item=Computer &Management,compmgmt.msc,/computer:%HOSTNAME%
custom_menu_item=Remote Desktop Connection,mstsc.exe,/v:%HOSTNAME%
custom_menu_item=System &Information,msinfo32,/computer %HOSTNAME%
custom_menu_item=-
custom_menu_item=Command Prompt (non-admin),cmd
custom_menu_item=Group Policy Editor,gpedit.msc
custom_menu_item=Task Manager,taskmgr
custom_menu_item=-
custom_menu_item=Internet Explorer,iexplore
custom_menu_item=Notepad,notepad