Posted in General

Free Windows Live Messenger Invites!!

Yes I have some MSN Messenger Live invites to give out. Want one? Its easy, just leave a comment and explain why you prefer Windows over Unix. I will pick the best replies and mail the invites out. Good luck !

Free INSTANT MSN Live Messenger Invite !!!!

No competitions, no quizzes, no waiting !… Click here for your INSTANT free MSN messenger Live Invite !! Enjoy 🙂

How can I force a net use command to remember the credentials to use for a server?

Ordinarily, you’re prompted for credentials when you access a remote server that’s outside of your regular account domain. However, if you use the /savecred switch with the net use command, it will prompt for the credentials to use and store the credentials for any future connection, as the following example shows: net use * \savdaldc02temp […]

How can I burn a CD-ROM image from the command line?

The Windows Server 2003 and Windows XP resource kits provide the cdburn.exe utility, which, like the dvdburn.exe utility, can burn an ISO file to a physical CD burner drive and uses the format cdburn <drive>: <image> Typing cdburn with no parameters will list the utility’s Help information, which includes additional options related to the speed […]

How can I migrate shares and their data between servers?

Microsoft provides the Microsoft File Server Migration Toolkit (FSMT), which you can download from Here . The tool lets you migrate shares and data from any server running Windows NT 4.0 or later to a Windows Server 2003 (or Windows Storage Server 2003) machine. The utility also interfaces with DFS, which lets you maintain the […]

When you attempt to install Office 2003 on Windows XP, you receive ‘ERROR 1921’?

While installing Office 2003 on Windows XP, you receive a message similar to: ERROR 1921 Service ‘MDM’ could not be stopped. Verify that you have sufficient privileges to stop system services. This behavior occurs if the Machine Debug Manager service is not configured to start automatically. To resolve this problem: 1. Open a CMD.EXE window. […]

Are there any registry keys or files that the account specified for a performance alert requires?

When you create a performance alert, by default it runs as the Network Service account. However, you can specify a different account for its execution. If you specify another account, ensure that the named account has the following rights: * Read access to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionPerflib * Full Access to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSysmonLog and its subkeys * Read […]

How can I use a script to delete a computer from a domain?

The following code will delete the passed computer name (e.g., “delme”) from the alibutt domain. Dim objDC Dim strComputer, strDomain strComputer = “delme” strDomain = “alibutt” Set objDC = getobject(“WinNT://” & strDomain ) objDC.Delete “Computer”, strComputer

How do I remove my last Microsoft Exchange 5.5 Server installation from my Exchange Server 2003 organization?

Log on to the remaining Exchange 5.5 server and stop all services. The easiest way to do this is to stop the Exchange System Attendant by opening a command line and typing net stop MSExchangeSA You’ll see a warning that this command will stop other services, click Yes. After the command finishes running, run the […]

Can I disable the Message Transfer Agent (MTA) on Microsoft Exchange Server 2003?

Microsoft has changed its stance about disabling the MTA on Exchange Server 2003. In Exchange 2000 Server, you couldn’t disable the MTA, but because of limitations with the MTA in cluster environments and because its primary use is for communicating with Exchange 5.5 servers, Exchange 2003 lets you disable the MTA. The main problem with […]