Delete an Undeletable File In Windows
In Windows XP, First, I'll show you the manual way.
If you already know the path to the file, please skip to Step 7
1. Click on Start, Search, All Files and Folders
2. Type the name of the undeletable file in the box shown
3. Make sure the Look In box shows the correct drive letter
4. Click Search and let the...
WINDOWS XP HIDDEN APPS
WINDOWS XP HIDDEN APPS:
============================================
To run any of these apps go to Start > Run and type the executable name (ie charmap).
1) Character Map = charmap.exe (very useful for finding unusual characters)
2) Disk Cleanup = cleanmgr.exe
3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)
4)...
Speed Up Your Windows Xp
Windows Xp: Speed Up Your, Speed Up Your Network and Internet Access
I have a dial up connection and it improve my speeds about 25% in surfing the internet. give it a try. Im IT , only do it if you feel comfortable with changing registry.
Increasing network browsing speed
Does your computer slow down when you browse your local area network and...
PROGRAMME BY MENU DRIVEN FOR THR ARRAY
// PROGRAMME BY MENU DRIVEN FOR THR ARRAY
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int i,choice,odd,even,sum,high,low;
int a[10];
float avg;
char ch ;
ch='y';
sum=0;
cout<<"\n\n"<< "*******ENTER THE ARRAY(Size=10)******* ";
for(i=0;i<10;i++)
{
cin>>a[i];
...
How To Change Your Ip In Less Then 1 Minute
How To: Change Your Ip In Less Then 1 Minute
1. Click on "Start" in the bottom left hand corner of screen
2. Click on "Run"
3. Type in "command" and hit ok
You should now be at an MSDOS prompt screen.
4. Type "ipconfig /release" just like that, and hit "enter"
5. Type "exit" and leave the prompt
6. Right-click on "Network Places" or "My Network...
Tricks
Boot Winxp Fast
Follow the following steps------->>>>>>>>>>>>
1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\
2. From the Start menu, select "Run..." & type...
What is spy-ware
What is spy-ware?
Spy-ware is Internet jargon for Advertising Supported software (Ad-ware). It is a way for shareware authors to make money from a product, other than by selling it to the users. There are several large media companies that offer them to place banner ads in their products in exchange for a portion of the revenue from banner sales....
All About Movie Tags
All About Movie Tags (what Is A Dvdrip, Cam Etc.)
CAM -
A cam is a theater rip usually done with a digital video camera. A mini tripod is sometimes used, but a lot of the time this wont be possible, so the camera make shake. Also seating placement isn't always idle, and it might be filmed from an angle. If cropped properly, this is hard...
23 Ways To Speed WinXP, Not only Defrag
23 Ways To Speed WinXP, Not only Defrag
Since defragging the disk won't do much to improve Windows XP performance, here are 23 suggestions that will. Each can enhance the performance and reliability of your customers' PCs. Best of all, most of them will cost you nothing.
1.) To decrease a system's boot time and increase system performance, use the...
10 reasons why PCs crash U must Know,U must

10 reasons why PCs crash U must Know,U must
Fatal error: the system has become unstable or is busy," it says. "Enter to return to Windows or press Control-Alt-Delete to restart your computer. If you do this you will lose any unsaved information in all open applications."
You...
HOW TO Create Your Own Logon Massege
Create Your Own Logon Massege !!
Lets start
1. Open Registry by Start > Run > type
regedit.
2. Navigate to
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlo
gon"
3. Now Right-click LegalNoticeCaption > click Modify >
4. type your caption and then click OK.
5. Now Right-click LegalNoticeText > click Modify...
HOW TO Faster Shut Down Your Computer
Faster Shut Down Your Computer
Tired of the long wait when you shut down your
computer? Here's a registry trick that solves that problem without making you
unplug your System.
Just Follow This :--
Here's what you can do to quickly shutdown
Windows XP:
1. Start > run > and type ''regedit'' (Without quote) hit enter
2. HKEY_LOCAL_MACHINE/...
SIMPLE C & C++ PROGRAM TO ADD TWO NO.
SIMPLE C & C++ PROGRAM TO ADD TWO NO.
C programm
#include<stdio.h>
void main()
{
int a,b,c;
printf("Enter the value of a");
scanf("%d",&a);
printf("Enter the value of b");
scanf("%d",&b);
c=a+b;
printf("\nThe value of a+b is=%d",c);
}
C++ programm
#include<iostream.h>
void...
C++ PROGRAMMING INTRO
C++ PROGRAMMING
After the invention on 'C' there are lots of the changes came in programming world but at the name security C language fails ,then there is need of new Language which has security in the programming
C++ programming language is far better than 'C' programming language .It is like dad of 'C'.
In C++, classes are used to which...
HOW TO DOWNLOAD TORRENT FILES IN WITHOUT UTORRENT OR BITORRENT
HOW TO DOWNLOAD TORRENT FILES IN WITHOUT UTORRENT OR BITORRENT
Dont want to download Files using utorrent or bitorrent
got to www.zbigz.com ant uppload torrent file by selecting then ok ->Free
it will Caсhing torrent ,after complition click on zip and i will start downloading the file
use...
HOW TO Increase Firefox surfing speed

Increase Firefox surfing speed
Yes you can increase speed of firefox browser
lets start...
open firefox now
In the address bar type: “about:config” (Without quotes)
Click "yes i'll be careful,I promise"
paste folowing lines in search bar one by one and change...
How to Check ur antivirus WORKING OR NOT
How to Check ur antivirus
How to check that How much ur antivirus strict for virus
1.open notepad from start menu and copy this code written below
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
2. save this notepad as whatever u name it like "anti.bat" and select save type as 'all files'
now ur antivirus...
A Simple C Program INTRO
A
Simple C Program
In every 'C' program must have "main" function .Here is the point where execution starts. The group of statements defined in the "main" enclosed in a pair of braces {}. Every expression statement must end with a semicolon &...