Friday, September 29, 2006

Improve harddisk speed

Hello,

If your horddisk is taking too much time to get the result, then to improve your hard disk speed you will need to configure a special buffer in the computer’s memory in order to enable it to better deal with interrupts made from the disk.
This tip is only recommended if you have 256MB RAM or higher.
Follow these steps:

1.
Run SYSEDIT.EXE from the Run command.
2.
Expand the system.ini file window.
3.
Scroll down almost to the end of the file till you find a line called [386enh].
4.
Press Enter to make one blank line, and in that line type

Irq14=4096

xsrc=”http://www.petri.co.il/images/speed_hd1_small.gif” mce_src=”http://www.petri.co.il/images/speed_hd1_small.gif”
Note: This line IS CASE SENSITIVE!!!

1.
Click on the File menu, then choose Save.
2.
Close SYSEDIT and reboot your computer.

Done. Speed improvement will be noticed after the computer reboots.
Update: The most speed improvement is visible with IDE drives, however there are reports that this tweak also does good for SCSI disks. In any case, it won’t harm your system, so why not try it yourself and let me know what you find.
Enjoy..
Note:If you liked this post please visit this site often.It is updated regularly. Press ctrl+d to bookmark it.

Cheap Dedicated server
Cheap Dedictaed Server hosting

How to block website on computer

Hello,


If you want to block perticular site on your website then try this

1. Go to

C:\WINDOWS\system32\drivers\etc

Open a “host” file in notepad. At the bottom of the line, you can see as per below
127.0.0.1 localhost

Add the following line at end now
127.0.0.1 www.blocksitename.com # put there the site name to which you want to block.



Enjoy..
Note:If you liked this post please visit this site often.It is updated regularly .Press ctrl+d to bookmark it.

Cheap Dedicated server
Cheap Dedictaed Server hosting

Create con folder in Windows

Greetings,

Have you tried creating the con folder in windows. Try it. You wont be able to create the folder with name "con" from GUI.

Okie, if you want to create that folder from windows X system you wont be able to create that folder from GUI. You will have to follow this step tp create that.


1)goto command prompt

2) type in prompt c:\> "mkdir \\.\c:\con"

3)verify by typing "dir \\.\c:\con" or by "dir con*.*"

4)delete the file or folder "rmdir \\.\c:\con"

Reason Why:

DOS had a number of reserved names for devices. Some represented actual physical devices, such as PRN for the printer and CON for the console (represented by the keyboard or screen, depending upon I/O mode), and others logical devices, such as NUL. In the case above, we are not allowed to create any folder with reserved keyword, or name any file with reserved keyword as suffix or file name body (examples are aux.c, file.aux, NUL.txt). "trying to access a filesystem object called 'con'," you're basically trying to _open_ the console device. When used as an input, the CON device is the keyboard; as an output, it is the screen.

For Example:
the command "copy setup.log con" will cause the contents of setup.log to be displayed on the screen. CON in this case is the output device. Conversely,
"copy con testfile.txt This is a testfile." (hit Ctrl-Z to mark end of file, then enter)
1 file(s) copied.

results in a text file named "testfile.txt," containing, "This is a tesfile."

Enjoy..
Note:If you liked this post please visit this site often.It is updated regularly. Press ctrl+d to bookmark it.
Cheap Dedicated server
Cheap Dedictaed Server hosting

Copy data to CD

Hello,

If you want to copy the data to CD then try this :

* Insert a blank, writable CD into the CD recorder.
* Open My Computer.
* Click the files or folders you want to copy to the CD. To select more than one file, hold down the Ctrl-key while you click the files you want. Then, under File and Folder Tasks, click Copy this file, Copy this folder, or Copy the selected items.
* If the files are located in My Pictures, under Picture Tasks, click Copy to CD or Copy all items to CD, and then skip to step 5.
* In the Copy Items dialog box, click the CD recording drive, and then click Copy.
* In My Computer, double–click the CD recording drive. Windows displays a temporary area where the files are held before they are copied to the CD. Verify that the files and folders that you intend to copy to the CD appear under Files Ready to be Written to the CD.
* Under CD Writing Tasks, click Write these files to CD. Windows displays the CD Writing Wizard. Follow the instructions in the wizard. Do not copy more files to the CD than it will hold. Standard CDs hold up to 650 megabytes (MB). High–capacity CDs hold up to 850 MB.
* Be sure that you have enough disk space on your hard disk to store the temporary files that are created during the CD writing process. For a standard CD, Windows reserves up to 700 MB of the available free space. For a high–capacity CD, Windows reserves up to 1 gigabyte (GB) of the available free space.
* After you copy files or folders to the CD, it is useful to view the CD to confirm that the files are copied.

To stop the CD recorder from automatically ejecting the CD:

* Open My Computer.
* Right–click the CD recording drive, and then click Properties.
* On the Recording tab, clear the Automatically eject the CD after writing check box.

Enjoy..
Note:If you liked this post please visit this site often.It is updated regularly. Press ctrl+d to bookmark it.

Chat in windows OS from command prompt

Chat With Command Prompt

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:

Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: 56.108.104.107
Message: Hi

Now all you need to do is press "Enter", and start chatting!
Enjoy..
Note:If you liked this post please visit this site often.It is updated regularly. Press ctrl+d to bookmark it.
Cheap Dedicated server
Cheap Dedictaed Server hosting