Amazon.com
Disclaimer
18 August 2010
Easily Open the Containing Folder of Any File in a New Window
Download
15 August 2010
Create a Sendto Item to Securely Delete Files
Select file(s) and/or folder(s), right-click, and select Send To → Secure Delete
To install: Simply decompress the zip archive's contents to any folder and drop a shortcut to Secure Delete.exe in your SendTo folder (go to Start Menu → Run... → shell:sendto). Right-click the shortcut, click Advanced, and check Run as Administrator. Source ahk file is included.
Download
15 April 2010
Display Brightness Level in Taskbar
I wanted a little notification for the current display brightness level. I couldn't find one, but the creator of the Display Brightness Vista Gadget made a console version of his app. I'm not much of a programmer, but I was able to use AutoHotkey to make the current display brightness level appear in the notification area of the taskbar. I'm providing it for download here free. You can't change the brightness level with this utility as you can the gadget... maybe that will be in a revision someday; it only displays the current level in the icon and as a tooltip. Just unzip to any location and run Brightness.exe. The icon in the notification area will change with the current display brightness. It should work on Windows Vista or Windows 7, 32/64-bit. If you have any issue, let me know in the comments. Thanks.
Download
01 February 2010
Toolbars for Powerpoint 2007 Macros Are Unnecessary
Microsoft Office Powerpoint does not have persistent macros like in Word, so creating an add-in is required. However, you can create all macros in a PPTM (Macro-Enabled Powerpoint Presentation), and have an add-in (PPAM) where the AutoOpen () section merely opens the macro-containing file without a visible window. The macros can then be added to the Quick Access Toolbar in Powerpoint 2007.
Example:
Create a new Powerpoint Presentation and in VBA editor, add a module with the code below. Sign it with your personal digital signature and save it to a PPTM file and then save as a PPAM file.
Sub Auto_Open()
Application.Presentations.Open _
FileName:="
End Sub
06 January 2010
Missing Thumbnails for Microsoft Office Files?
28 November 2009
Another Way to Uninstall Intellipoint
Intellipoint has to be uninstalled before it can be reinstalled; the installer will refuse to continue if it detects that Intellipoint is already installed. I hope Microsoft changes this someday, because it makes fixing issues of corrupted installed much more difficult... especially when, as in my case, it did not show up in the Program and Features dialog box (previously known as Add/Remove Programs).
16 November 2009
Open Registry Locations from the Clipboard
; AutoHotkey script fragment follows
Use iTunes to Sync to a Non-Default Data File in Outlook
18 October 2009
Keep Outlook from Stealing Focus
Internet Time Sync - Reset to Fix Error on Vista
1. The default server, time.windows.com, is just not as reliable as some other NTP servers publicly available. However, the best practice now is to sync to a NTP pool and/or your local university's or ISP's NTP servers. Get the list of servers for your location at the NTP Pool Directory. Example: 0.us.pool.ntp.org 1.us.pool.ntp.org 2.us.pool.ntp.org 3.us.pool.ntp.org
2. Run the following commands from an Administrator command prompt:






