In the previous post i hav mentioned how to block a pendrive to protect against information theft.But in real world scenario its not advisable to block a pendrive unless it is really required.So i made up my mind to post this trick .
Thursday, December 10, 2009
Disable writing to USB devices using windows registry
Author: Dinu
| at : 10:04 PM |
Category :
tricks
|
Block pen drives
Author: Dinu
| at : 2:03 AM |
Category :
tricks
|
pendrives revolutionised the way we can carry data from one place to another place.When compared with cds or dvds pen drives are extremely portable.Due to this feature the usage of pendrives increased enormously .As we know every thing has got its own pros and cons .Virus developers took this to their advantage and started developing virus which loads automatically
Wednesday, December 9, 2009
Google goggles
Author: Dinu
| at : 6:05 AM |
Category :
Google
|
Google unveiled another innovative,revolutionary,superb application called Google goggles .Wear them to see the web thru Google's eyes.Using this application we can take photo of any object in this world and get information about it cool na .lets dive in to know more about this story ."A picture speaks lot more than words" google has made this real.
Using this cool application you can point ur android based cellphone at your friend ask him to smile
Using this cool application you can point ur android based cellphone at your friend ask him to smile
Cranberry DiamonDisc disk that lasts 1000 years
Author: Dinu
| at : 1:58 AM |
Category :
knowledge
|
"We all know that to cut a diamond we reqire a diamond" .This line tells us the rigidity and stubborn nature of diamond.Now they have invented a disk which is as strong as a diamond and is transparent.believe me this is true. It was named as
Cranberry DiamonDisc . This can be our ultimate backup solution in the present digital age.
Tuesday, December 8, 2009
Portable applications
Using any software requires it to be installed .Installing a software or application requires considerable amount of memory as all of us know the famous saying "Less luggage more comfort". If u use a software without installing it then can u can save lot of harddisk space.They could be extremely useful when you want to carry ur work on others system without installing it.You can carry the portable application anywhere you want with ur pendrive/portable harddisk/flash memory drive and can execute on da system u want.Thats meant by portable application in brief.There is a site from where u can download portable applications .Click here Portable Apps enjoy.
Launch Google chrome in incognito mode
Author: Dinu
| at : 3:24 PM |
Category :
Google
|
Google chrome has launched a feature called incognito mode .Incognito actually means Someone who is incognito is using a false name or wearing a disguise, in order not to be recognized or identified.So using the mode your can cover your tracks from prying eyes while surfing.
open Microsoft.docx files
Author: Dinu
| at : 3:02 PM |
Category :
tricks
|
when i went to my hometown last month a friend of mine confronted with a problem .He asked me to write a application for him.I wrote the application using microsoft 0ffice 2007 and gave it to him .He was having microsoft 2003 so the file failed to open in his computer.Then he called me and i gave the following solution
tezguru.com a true inspirational story
Author: Dinu
| at : 3:54 AM |
Category :
knowledge
|
Iam proud that a 15 year old boy named shivendu madhava from bihar a state located in india has launched a new search engine called http://tezguru.com .He went through many hardships to achieve his goal
Monday, December 7, 2009
Hot news in computers
Author: Dinu
| at : 5:07 PM |
Category :
knowledge
|
Google gave away free wifi to many american airports as a year end gift.
Tim berners lee founder of WWW says he is sorry for the inconvenience for the double forward slash in web site address.
Tim berners lee founder of WWW says he is sorry for the inconvenience for the double forward slash in web site address.
Google dictionary
Author: Dinu
| at : 8:42 AM |
Category :
Google
|
Here iam going to show a cool trick to use google as a dictionary
goto www.google.com in the space provided to type the search query type as shown below
define:required word
ex:- define:apostle
google displays several meanings which are closely related to the word apostle the information is coming from a variety of dictionary related websites,and ther's link to the full entry of each site.
Earlier we used to search like this.
goto www.google.com in the space provided to type the search query type as shown below
define:required word
ex:- define:apostle
google displays several meanings which are closely related to the word apostle the information is coming from a variety of dictionary related websites,and ther's link to the full entry of each site.
Earlier we used to search like this.
Sunday, December 6, 2009
Run as another user option in windows 7
Author: Dinu
| at : 6:33 AM |
Category :
windows 7 tricks
|
In windows vista if we want to launch any administrator related task then we have to right click on the item and select Run as administrator option.windows 7 provides much more advanced feature that is either u can run as administrator or u can Run as another user.to do this
step1:- Holding the shift key right click on da application u would like to run
step 2:-select Run as another user
the above option is also available in winvista but thru command prompt.here u can do this directly.
So simple isnt it .
step1:- Holding the shift key right click on da application u would like to run
step 2:-select Run as another user
the above option is also available in winvista but thru command prompt.here u can do this directly.
So simple isnt it .
Saturday, December 5, 2009
funny computer video
Recently i have come across a funny video titled icon wars where all the icons on a desktop fight with each other.I felt like watching a starwars movie .
Its worth watching try this link http://www.xs4all.nl/~jvdkuyp/flash/see.htm u will simply love it.
Its worth watching try this link http://www.xs4all.nl/~jvdkuyp/flash/see.htm u will simply love it.
AIRTEL song in c language
Author: Dinu
| at : 5:38 PM |
Category :
programming
|
Let us create the revolutionary airtel song using c language.U need c or c++ compilor to do this.After compiling run the exe file.Enjoy da song .
#include
#include
float main(void)
{
float A,Bb,D,G,F;
A = 440;
G = 780;
Bb = 461;
D = 586;
F = 687;
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 1
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 2
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 3
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
#include
#include
float main(void)
{
float A,Bb,D,G,F;
A = 440;
G = 780;
Bb = 461;
D = 586;
F = 687;
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 1
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 2
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 3
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
Google public DNS server
Author: Dinu
| at : 9:20 AM |
Category :
Google
|
has launched its own Dns server to improve our web experience.
This new service allows u to use google specified DNS(domain name servers) severs to speed up our intenet access by resolving names faster.As we have already talked about dns servers.DNS servers' duty is to domain names with unique IP addresses.
This new service allows u to use google specified DNS(domain name servers) severs to speed up our intenet access by resolving names faster.As we have already talked about dns servers.DNS servers' duty is to domain names with unique IP addresses.
how to enable hibernation in windows 7
Author: Dinu
| at : 6:34 AM |
Category :
windows 7 tricks
|
To enable or disable Hibernate in Windows 7. Hibernation is a nice feature which helps us to save our work so that we can resume our work after you start your system,
Subscribe to:
Posts (Atom)





