IT Knowledgebase Articles

Raise Forest  Fuction Level in Windows Server 2003 Active Directory

Last Update: Sep 24, 2024

How can I raise the forest function level in a Windows Server 2003-based Active Directory? Functional levels are an extension of the mixed/native mode concept introduced in Windows 2000 to activate new Active Directory features after all the domain controllers in the domain or forest are running the Windows Server 2003 operating system. When a…

View Article

Raise Domain Function Level in Windows Server 2003 Domains

Last Update: Sep 24, 2024

How can I raise the domain function level in a Windows Server 2003-based domain? Functional levels are an extension of the mixed/native mode concept introduced in Windows 2000 to activate new Active Directory features after all the domain controllers in the domain or forest are running the Windows Server 2003 operating system. When a computer…

View Article

Can I quickly view other computer’s Event Logs?

Last Update: Sep 24, 2024

…Yes. There are at least 3 ways I can think of right now. Method #1 The easiest way is to run the command ​eventvwr.exe ”computername where computername is the name of the computer you want to view. Method #2 Another way is to run eventvwr.exe and then right click Event Viewer (local) and choose Connect…

View Article

Quickly Shut Down Computers on Network

Last Update: Sep 24, 2024

How can I quickly shut down all the computers on my network? Use the FOR command combined with the SHUTDOWN command: ​FOR /L %i in (1,1,254) DO shutdown ”192.168.0.%i Windows XP will let you log-off all users in one line: ​FOR /L %i in (1,1,254) DO shutdown ”192.168.0.%i /l Change 192.168.0 to match you own…

View Article

Quickly Send Email Messages

Last Update: Dec 03, 2024

How can I quickly open a new e-mail message and send it? Method #1: Using Outlook If you’re using Microsoft Outlook, you can send a quick e-mail message by using the mailto command: Go to Start then choose the Run command. Type ​mailto: in the Open text box and click OK. You’ll see a new…

View Article

Quickly Search the Web

Last Update: Nov 19, 2024

How can I quickly search the web from my web browser? Searching the web for specific articles, sites and links can be quite tiresome as you go from one search engine to another. If you make a habit of always using the same search engine, be it Google, MSN Search, Yahoo! or any other site,…

View Article

Quickly Search Active Directory from the Desktop

Last Update: Dec 03, 2024

How can I quickly perform search operations in AD from my desktop? No problem. Create a new shortcut on your desktop with the following command: ​%SystemRoot%SYSTEM32rundll32.exe dsquery,OpenQueryWindow Give it a name and run it. This is what you’ll get: You can also configure a specific search option, such as a subset of the entire domain…

View Article

How can I retrieve my Windows 2000/XP/2003 or Office 2000/XP CD Key?

Last Update: Dec 03, 2024

Sometimes you might need to retrieve the CD Key used to install Windows in order to find out if it’s legally purchased, or just for safe keeping. I usually find myself in that position whenever I’m at a client’s location, trying to see if the copy of Windows 2000 he’s using is indeed legally registered….

View Article

Quickly Reach MS Knowledge Base Articles

Last Update: Sep 24, 2024

How can I quickly reach specific MS Knowledge Base articles? As of November 7, 2002, prefix letters were phased out of all Knowledge Base (KB) articles worldwide making it easier for you to request an article in a language other than the one set in your browser. Today, KB articles are published in 21 languages,…

View Article

How can I quickly open a Command Prompt on a folder in Windows Vista?

Last Update: Jul 08, 2025

How can I quickly open a Command Prompt on a folder in Windows Vista? Although most of the Windows operating system tasks can be performed through the graphical user interface (or GUI) you can still find many important tasks and operations that require a Command Prompt window. Running CMD.exe from the run command is quick,…

View Article
Go to page