WinXP Tips and Trick- Disable Task Manager ,Auto Start CD, Stop Program…

 How to prevent CD from autostart ?
Press SHift Key When CD inserted into CD ROm to prevent from auto start.
How to disable task Manager?

Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
Create the Dword value DisableTaskMgr
set value of 0 to enable it
set vaule of 1 to disable it

How to Change the Internet Explorer Title
Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
Enter what you want appear in the title bar
 

How to Stop Program  that start automatically?
 Just run msconfig.exe then go to startup and unclick item.
 This allows you to view and change what programs are automatically
 started each time you log in.

Silent Love – Hindi Urdu Shayari

Silent Love Shayari 

Inkaar
==========================================
Unako chaha bhi to izahaar na karana aaya,
Kat gayi umar hame pyaar na karana aaya,
Unhone maanga bhi agar kuchh to judaai maangi,
Aur ham the ki hame inkaar bhi na karana aaya !!!
==========================================
muskurahat
==========================================
Aaj apne aap se khafaa hoon……
Jo uske chere ki madhoshiyaan na pad saka,
Par kya karoon uski yaad me aisa khoyaa
Ki uski muskurahat ke peeche ki shararat na pad saka.
==========================================

Ashiq
==========================================
Aaj kuch khas baat to jaroor hai ……
Jo aap itne madhosh huwe ja rahe hain…..
Kahin ye bin piye jaam ka nasha to nahin..
Jo aap itne Ashiq mizaz huwe ja rahe hain
==========================================

Amanat
==========================================
Jindagi kisi ki amanat nahi hoti,
Amanat main kabhi kayamat nahi hoti,
Dil ko sambhal kar rakhna,
Meri dosti ki kaid main jamanat nahi hoti.
==========================================

aapki baat
==========================================
Kuch nasha to aapki baat ka hai,
Kuch nasha to dheemi barsaat ka hai,
humein aap yun hi sharabi na kahiye,
Is dil par asar to aap se mulakat ka hai!
==========================================

Arman
==========================================
Nanhe se dil me armaan koi rakhna,
Duniya ki bhid main pehchan koi rakhna.
Ache nahi lagte jab rahte ho udas,
In hoto pe sada muskaan vahi rakhna.
==========================================

Tricky Algorithm -Implementation Swap function Code in c++

Differnt Swap Algorithm

    -Swap Classic

    -Swap without Temporay

   -Swap using Bitwise

 You can use this snippet to implement tricky Swap Algorithm

//****************************************
// Author : Sanjay Vyas
// Purpose : To Implement Differnt Swap Alogorithm

//****************************************
#include <iostream.h>

// Swap Classsic Using Temp Variable
void Swap_Classic(int &ValFirst,int & ValSecond)
{
 int ValTemp;
 ValTemp =ValFirst;
 ValFirst= ValSecond;
 ValSecond = ValTemp;
}
// Swap New Without Using Temp Variable
void Swap_New(int &ValFirst,int & ValSecond)

 ValFirst = ValFirst + ValSecond ;
 ValSecond= ValFirst – ValSecond ;
 ValFirst = ValFirst – ValSecond ;
}
// Swap New using bitwise
void Swap_Bitwise(int &ValFirst,int & ValSecond)

 ValFirst= ValFirst ^ ValSecond ; //  1080 = 1000 ^ 2000
 ValSecond=ValFirst ^ ValSecond ; // 1000 = 1080 ^ 2000
 ValFirst= ValFirst ^ ValSecond ; // 2000 = 1080 ^ 1000
}
void Reset_Value(int &ValFirst,int & ValSecond)
{
 ValFirst = 1000;
 ValSecond= 2000;
}
int main()
{
 int ValueFirst=1000;
 int ValueSecond=2000;
 cout << “Implemented Different Swap Function” << endl;
 cout << “Original Value:” << endl;
 cout << “ First :” << ValueFirst << endl;
 cout << “ Second:” << ValueSecond << endl;
 
 Swap_Classic (ValueFirst,ValueSecond);
 cout << “Swap Classsic:” << endl;
 cout << “ First :” << ValueFirst << endl;
 cout << “ Second:” << ValueSecond << endl;

 Reset_Value(ValueFirst,ValueSecond);

 Swap_New(ValueFirst,ValueSecond); 
 cout << “Swap New:” << endl;
 cout << “ First :” << ValueFirst << endl;
 cout << “ Second:” << ValueSecond << endl;

 Reset_Value(ValueFirst,ValueSecond);

 Swap_Bitwise(ValueFirst,ValueSecond); 
 cout << “Swap New:” << endl;
 cout << “ First :” << ValueFirst << endl;
 cout << “ Second:” << ValueSecond << endl;
 
 cout << “<- End ->” << endl;
}

Download Interactive Voice Call Master for Mobile

All-in-one, easy-to-use incoming call control solutionFirst you can define un-limited profiles to meet you demands in any situation. In a profile, you can divide incoming callers up to seven groups: callers on five lists or phonebook (you have to define the list in advance), callers not on all above, and hidden callers (those who conceal phone number). IVCM will respond each group by one of following responses accordingly:

  • Accept
  • IVR (Interactive Voice Response)
  • Send busy tone
  • Reject + send the SMS texts that you defined
  • Divert calls to (implemented by call diversion)
  • Record conversation
  • Mute the ringer

Download to Mobile: Open wap.GetJar.com with your mobile -> Quick Download -> enter Quick Download Code 4286
Interactive Voice Call Master:

http://www.getjar.com/products/3477/InteractiveVoiceCallMaster