Category: VBScript

Customizing Context Menus in Office 2010

May 10th, 2011
Prior to Microsoft Office 2010, the only way to customize context (right-click) menus in the Microsoft Office Fluent Ribbon user interface (UI) was by using CommandBars solutions. In Office 2010, you can customize built-in context menus just as you can… more »

Change Print Command on File Menu

May 10th, 2011
In Microsoft Word 2010, you cannot change the Print command on the File menu by using a macro. When you create and then run a macro that is named "FilePrint," the Print dialog box appears unexpectedly. more »

Pin Items to Start Menu or Taskbar using VBScript

May 9th, 2011
Many customers wish to pre-configure items that are “pinned” to the Start Menu in their Windows images. Also, since items can now be pinned to the new Taskbar in Windows 7, customers will want to configure “pinned” items there as well. more »

DHCP Scope Information

January 27th, 2011
I found this code whilst looking for code that allowed me to pull information from our DHCP tables. This code is written in VBScript. If you haven't already, you will need to download and register DHCPOBJS.DLL before using this code. set dhcpmanager… more »