Sunday, March 9, 2008

HIde ur Partitions ( C , D , E , F)

This trick is for all those guys whose wants to store some personal files or data and don't want any one to see or access it dis trick is for all those guys!!

Click start button>run type gpedit.msc, now move to user configuration > administrative templates > windows components > windows explorer, press double click on "Hide these specified drives in My Computer" after following des steps properly u ll find another option "Prevent access to drives from My Computer" double click on dis option & change it accordingly.

To make it normal again click on "disable" by double clicking on "Hide these specified drives in My Computer" option ..

Dats it ur done with it !!!! enjoy dis trick.

Wednesday, March 5, 2008

Pen drive Viruses?

The usage of a pen drive or a flash memory has become a very common thing. Also with the cost of memory chips going down (now you can get a 4GB memory stick for Rs.800) have boosted its usage and also an USB flash drive is compact and very easy to carry around. With the increase in the usage of pen drives, viruses spreading through these memory sticks as increased exponentially.
As such you can't completely prevent the viruses but to minimize these viruses and worms spreading to the PCs we can take some preventive measures.
Turn off the Auto Run:-
Pen drives uses the Autorun feature to load certain files when it is plugged into a USB port. Now, the worms and viruses uses this autorun feature to spread itself from the thumb drives to the computers. You can avoid majority of these worms spreading by turning off the autorun feature. To do is very simple just follow these steps,


If you are using Win XP Professional edition:-
  • Click Start button
  • Select Run.
  • Now type gpedit.msc in Run command .
  • You will notice the Group Policy Window opening.
  • Double click Administrative Templates.
  • Select System in the right pane of the window.
  • Now,select(double click)Turn Off AutoPlay .
  • Turn Off Autoplay properties window opens.
  • Now.select All Drives from the combo box in that and select Enabled radio button and press OK.
     



If you are using Win XP Home edition,try these:-
Select Run and type regedit to open the registry editor.
Then navigate as follows

HKEY_CURRENT_USER
--> Software
--> Microsoft
--> Windows
--> CurrentVersion
--> Policies
--> Explorer.

Now,select NODRIVETYPEAUTORUN and select Modify.
Set the Hexadecimal value to 95 to turn off autoplay in removable drives and use b5 to turn off autorun feature in CD-ROMs and pen drives.
Thus turning off autorun feature just stops many malwares from spreading into a PC from a thumb drive.

SOME WELL KNOWN MALWARE:
Now you can now delete many worms manually some known viruses are Autorun.inf,iexplore.vbs,ifo.exe,raven.exe,rvhost.exe and NewFolder.exe(a worm looks like folder,but is actually an exe file,a worm).Better to use a nice antivirus and scan for viruses in the plugged in drive before opening it as these files will be hidden or access protected.But however you can view those files in command prompt by first entering into your removable drive(eg: J:)then type the following- attrib -h -r -s -a *.*.After typing that you can view those files.But it is better to use a nice Anti-virus software.
You can also many softwares available(like TrueCrypt) to password protect your pen drive .In such a case a window Pops Up every time when you plug in the drive.This would also help preventing the viruses from loading automatically into the pen drive. Using such softwares will also prevent unauthorized usage of data your drive, especially when your having sensitive information in your drive.

Saturday, March 1, 2008

MIRO ::::another universal player

MIRO although not a new media player around but of late it has evolved from being called as democracy player to miro.I would never say that it can act as a substitute to VLC player but the fact is---it plays almost all the video formats that that is there in media circle.Primarily it has been there as a web media player but now is available for various flavours of operating systems right form windows to mac to Linux.some of features which are worth mentioning are
  • good skin interface.
  • sound quality is somewhat better than other simple players.
  • great in organizing & downloading online videos from youtube and its other clones.

BUT IT LACKS IN ADVANCE FUNCTIONALITIES AND PREFERENCES.
Rest i am sure you might discover it yourself.Worth a try.........
THE DOWNLOAD LINK IS->

Monday, February 25, 2008

Movie in MS Paint

MS Paint Trick goes here, I was not knowing that Painting area in MS paint utility works as Video screen!! lovely trick.

* First start a movie in any player.

* Then open Paint.

* Now, in the player when the movie is being played, press "Print screen" button on your key board.

* Now, Press ctrl+v in Paint

* Leave the movie player open and don't minimize it.

* Open Paint now and se the movie in the Paint!

New status: get invisible on Google's Gmail Chat

There's a new feature in town for Gmail Chat, but it's actually not all that new. It's been possible for some time now to go into "invisible" mode via AIM and other chat protocols, but Gmail Chat is finally joining the invisible party.

Going invisible through chat software enables IMers to log into their IM accounts without showing that they've logged on. It's still possible for others to IM you, though it's unlikely since you wouldn't be listed as "online", and you can also IM others.

Invisible mode in Gmail Chat doesn't yet work with Google Talk, the gadget and desktop app. Currently, it's only supported via the online Gmail interface, but we're sure that'll change soon.

Saturday, February 9, 2008

how to install user scripts in greasemonkey

Basically there are two ways in which you can install user scripts in greasemonkey.
first being :
go to the site hosting user scripts
and then press the button saying "install the script".
and then finally accepting it to install when a pop up screen
open up on the screen.

second way of doing it is:
download the user script on your system by using the option
"save link as" or simply downloading from the link.
All user script have an extension "filename.user.js"
So make sure you dont download any other scripts(eg php ).
now open the script in firefox and
go to TOOLS->GREASEMONKEY->INSTALL USER SCRIPT
and that is it you are all set to go!!!!!!!!!!!!!!!!


NOTE:I have added some scripts that i find userful on various sites
such as orkut, rapidshare etc in MY BOX(widget on right side of the page).
So you can straight away download them from here.....

Saturday, February 2, 2008

customize any webpage using GREASEMONKEY

Greasemonkey is a Firefox extension that allows you to write scripts that alter the web pages you visit. You can use it to make a web site more readable or more usable. You can fix rendering bugs that the site owner can't be bothered to fix themselves. You can alter pages so they work better with assistive technologies. You can even automatically retrieve data from other sites to make two sites more interconnected.

Greasemonkey by itself does none of these things. In fact, after you install it, you won't notice any change at all... until you start installing what are called “user scripts”. A user script is just a chunk of Javascript code, with some additional information that tells Greasemonkey where and when it should be run. Each user script can target a specific page, a specific site, or a group of sites. A user script can do anything you can do in Javascript. In fact, it can do even more than that, because Greasemonkey provides special functions that are only available to user scripts.

here are the links for every thing related to greasemokey:
GREASEMONKEY DOWNLOAD LINK
SCRIPT REPOSITORY
WEBLOG OF GRESEMONKEY
USERSCRIPT

There is also online tutorials to write your scripts . There is an ebook (diveintogreasemonkey) that i have uploded in MY BOX(widget on right side of the page), which might be of intrest if you want to code your own scripts.