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)

Speed Up Network File Copying in Vista

Speed Up Network File Copying While Playing Audio in Windows Vista SP1

Windows Vista restricts network traffic to 10 packets per millisecond while playing multimedia to prevent skipping. Unfortunately this causes network speed to be pitiful on a gigabit network, especially during file copies over the network.

Service Pack 1 includes a new registry tweak that can be used to change the throttling percentage so you can at least partially fix this problem, but you should be careful to test it out, because you don't want your audio to skip either.

Note: This setting is only really useful if you are on a gigabit network - the default values should be fine for a Wireless network.

Full Article

Read Users' Comments (0)

Dual Monitors: Use a Different Wallpaper on Each Desktop

Dual Monitors: Use a Different Wallpaper on Each Desktop in Vista or XP

One of the most popular articles around here has been the article I wrote a year ago about using different wallpapers on each desktop using Active Desktop in Windows XP. The problem with that article is that it didn't work in Windows Vista… but now we have a great solution that is also free.

Instead of paying money for software to use separate wallpapers, or creating a wallpaper in Photoshop, Jon Tackabury has created a Free piece of software that lets you easily set separate wallpapers for each desktop.

Once the software is installed, you'll notice a new tray icon. Clicking the Desktop Wallpaper item from the menu will open up the dialog where you can set the wallpaper.


You can click on each desktop in the display, and set display settings differently for each monitor, or span the wallpaper across the two.

Full Instructions

Read Users' Comments (0)