Internet

Linux

MAC

PC General

Windows

NOTE! Before using any of those informations, be sure you read the Disclaimer! Thank you.

Home » Archive by Category

Articles in the Tips and Tutorials Category

How to install AutoExNT on Windows Server 2003

To install AutoExNT follow next steps:

Using a text editor such as Notepad, create a batch file named Autoexnt.bat. Include the commands you want to run at startup in this file, such as copy files or …

How to create a new GPO with the GPMC

To create a new GPO, follow these steps:
 

Launch the GPMC (Start, Run, gpmc.msc).
Expand the Forest container.
Expand the Domain container.
Expand the Domain Object that holds the GPO you are interested in.
Right-click Group Policy Objects and choose New.
Enter …

How to restore a GPO with the GPMC

To restore a GPO with the GPMC, follow these steps:
 

Launch the GPMC (Start, Run, gpmc.msc).
Expand the Forest container.
Expand the Domains container.
Expand the Domain Object that holds the GPO you are interested in.
Expand Group Policy Objects.
Right-click the …

How to back up a GPO with the GPMC

To back up a GPO with the GPMC, follow these steps:
 

Launch the GPMC (Start, Run, gpmc.msc).
Expand the Forest container.
Expand the Domains container.
Expand the Domain Object that holds the GPO you are interested in.
Expand Group Policy Objects.
Right-click …

How to trace requests in using the IIS Trace tool

To trace requests in using the IIS Trace tool:

Go to Start-> Programs -> IIS Diagnostics (32bit) -> Trace Diagnostics -> IIS Request Viewer -> reqviewer.exe.
Click File -> Retrieve Requests.
Expand the left-hand navigation tree to view …

How to use the SMTP Diagnostics utility

To use the SMTP Diagnostics utility:

Go to Start -> Run.>p>
 
Type command and hit Enter.
 
Once the command window is open, type: cd
Now type: cd “Program Files\IIS Resources\SMTPDiag”
 
Finally, enter the following syntax to use the tool:
SMTPDIAG “sender address” “recipient address” …

How to set up Windows Server 2003 DEFRAG to run automatically

Setting up Windows Server 2003 DEFRAG to run automatically is relatively simple:
1. Go to Control Panel -> Scheduled Tasks -> Add Scheduled Task to open the Scheduled Task Wizard and then click Next.
2. Hit the Browse button, …

How to enable file tracing for each component

To enable file tracing for each component, follow these steps:

Run regedit.exe and navigate to the following Registry key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing\. (represents the component for which you want to enable file tracing.)
Select the component for which you want …

Basic clean up of a hard drive on Windows

A basic cleanup consists of two tasks: deleting the contents of your Temp directories and deleting your C:\Windows\Downloaded Program Files. Both tasks can be performed using Disk Cleanup.
Some programs store temporary information in a Temp …