Ali’s Knowledge Base
Destination Cloud …

Ali’s Knowledge Base

How can I change a BSOD (Blue Screen Of Death) to another color?

October 1st, 2006 . by Ali

When you receive a STOP error, Windows displays the STOP on a Blue screen, hence the name BSOD (Blue Screen Of Death).

If you prefer a Red screen with White text, or any other color combination that is easier for you to see:

Read the rest of this entry »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Windows XP Product Key Viewer

September 24th, 2006 . by Ali

The Magical Jelly Bean Keyfinder is a freeware utility that retrieves your Product Key (cd key) used to install windows from your registry. It has the options to copy the key to clipboard, save it to a text file, or print it for safekeeping. It works on Windows 95, 98, ME, NT4, 2000, XP, Server 2003, Office 97, and Office XP.

Download Here

1 Star2 Stars3 Stars4 Stars5 Stars (30 votes, average: 4.07 out of 5)
Loading ... Loading ...

Free Windows Live Messenger Invites!!

September 23rd, 2006 . by Ali

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.

Read the rest of this entry »

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 1.00 out of 5)
Loading ... Loading ...

Free INSTANT MSN Live Messenger Invite !!!!

September 22nd, 2006 . by Ali

No competitions, no quizzes, no waiting !…

Click here for your INSTANT free MSN messenger Live Invite !!

Enjoy :-)

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 3.71 out of 5)
Loading ... Loading ...

How can I migrate shares and their data between servers?

March 18th, 2006 . by Ali

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 original UNC path of the data and avoid complications with accessing data once it has been migrated. However, Windows Server 2003 Enterprise Edition lets you maintain the original UNC path, and if the old UNC path doesn’t need to be maintained, DFS isn’t required.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

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

March 2nd, 2006 . by Ali

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_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib
* Full Access to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog and its subkeys
* Read access to the files %windir%\system32\PERFC*.dat and %windir%\system32\PERFH*.dat

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

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

February 18th, 2006 . by Ali

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

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

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

December 10th, 2005 . by Ali

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 maintaining the MTA is that in a cluster, only one Exchange Virtual Server hosts the MTA resource, which is responsible for all mail transportation to Exchange 5.5 servers or third-party connectors for all databases hosted on the entire cluster. But the MTA can communicate with only 50 databases (60 with a change to the system; see the Microsoft article “How to increase the number of databases that are supported by the MTA service when Exchange Server 5.5 coexists with a server cluster that is running Exchange Server 2003″ here ). Because each node in a cluster can host 20 databases (five database over four storage groups), if you have more than three active nodes the MTA can’t communicate on behalf of all the databases in the cluster. For more information about disabling the MTA, see the Microsoft article “MTA Stacks service supportability guidelines for Exchange 2000 Server and Exchange Server 2003″ here
If you don’t require Exchange 5.5 communication or third-party connectors, and you want more than 60 databases in a cluster, you need to disable the MTA

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

« Previous Entries Next Entries »