Miko's Fireside Chat Session 1

Read Users' Comments (0)

Microsoft Ad


Gates Seinfeld Microsoft Ad - Watch more free videos

Read Users' Comments (0)

Requesting Hotfixes from Microsoft the Easy Way


Have you ever noticed that many of the hotfixes listed in the Microsoft Help and Support knowledge base aren't actually available for download unless you contact support? What you might not know is that there is a secret form on the MS site that allows you to fill out a request for that specific hotfix… it's just not easily accessible.

Click here for more info

Read Users' Comments (0)

Outlook 2003 image issue fix

  • Issue: Some images do not appear when you view the sent item. The user has set her mail to use HTML format for messages. This happens with some images and not others. All images are local to the machine, not links to images online.

  • Solution: There is a registry key HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Security. It contains a key called "OutlookSecureTempFolder ". When I deleted that key, all images began to show.

Read Users' Comments (0)

Create Countdown Calendar Items


Outlook doesn't support creating calendar items that countdown (or count up) to a specific date. You'll need to create each item individually and the easiest way to do this is outside of Outlook and import the file to the Calendar.

Full set of instructions

Read Users' Comments (0)

Install Windows Server 2003 Adminpak on Vista

Per Microsoft, copy the following text into a text file and rename the extension “.cmd” and you’ll have yourself a cmd file that you can pass around:
***********************************
@echo off

REM RegisterAdminPak.cmd
REM (c) 2006 Microsoft Corporation. All rights reserved.

set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll
set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll
set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll
set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll
set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll
set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll
set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll
set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll
set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll
set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll
set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll
set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll
set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll
set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll
set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll

for %%i in (%filelist%) do (
echo Registering %%i …
regsvr32 /s %%i
)

echo.
Echo Command Completed
*********************************


Microsoft KB Link

Read Users' Comments (0)

Create a Shortcut to Eject a USB Drive

After writing yesterday's article about creating a shortcut to the Safely Remove Hardware dialog, a number of readers mentioned to me that they'd like create a shortcut to immediately eject a specific drive, so we'll cover that here.

Using the built-in Windows dialog is more powerful and probably would suffice for most people, but for those of us that want complete control there's a small freeware utility called USB Disk Ejector.

Note: This utility only works for ejecting USB devices, so if you need to eject another type of device you'll have to use the Windows method.

Using USB Disk Ejector from the GUI

This utility is really quite slick… launch it and then either double-click or press enter on the usb device you'd like to eject. There's literally nothing else to it.

image

If you assign a hotkey to the executable through a shortcut, you can operate the entire thing from your keyboard. Quite useful for keyboard ninjas!

Full Article

Read Users' Comments (0)