Friday, December 10, 2010

make shortcut 4 shutdown:

right click on desktop
>new
>shortcut
>type SHUTDOWN.EXE

Online picture editing sites:


-picnik.com
-magmypicture.com
-photofunia.com
-imagechef.com
-picartia.com

Thursday, December 2, 2010

rename multiple posts in windows

rename multiple files at once
>select all(ctrl+a)
>press F2
>type name
press enter

know ip address of any website...

want 2 know ip address of any website?
go to command prompt
-type "ping website name"
 you will get ip address of that website

Tuesday, November 9, 2010

SET YOUR PICTURE IN WINDOWS MEDIA PLAYER

Set your picture as Album Art for Windows Media Player

JUST FOLLOW THE STEPS GIVEN BELOW


Copy your picture to a Mp3 folder
Change its name to "folder.jpg"
Open a Mp3 in Windows Media Player & Right-click on play window
Select Album Art from the list
DONE!!!!!!!!

Where does Window's Product Id get stored

There are two places at least where ProductId gets stored.

1> To see the first place, open Registry by going to START-RUN and entering REGEDIT and Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]. In right pane, look for key by the name "ProductId". This is your Windows Product Id.



OR
2>you can navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] and still find same field with the name ProductId.

3 MB OPERATING SYSTEM

Kolibri desktop is a small 3 MB operating system
yes just 3mb
it is written in Machine Code (CPU language) and is not based in linux , windows or any other variants.

A huge number of applications are packed in this small Operating System. like games , tables editor , a compiler , a text editor , web browser and many more.
It also includes DOSBOX on which you can run every dos based game.

Recover Information From Any Corrupt File

To Recover Information From A Corrupt File
follow these steps
goto
start > run > type cmd
when command prompt opens type
recover file.ext

where file is file name & ext is extension of file
for eg you want to recover from abc.txt type
recover abc.txt


note:
If you have a disk with damaged sectors, you can recover as much information as possible from the damaged file. Data that is not damaged can be retrieved but data in damaged sectors will be lost.

How To View Hidden Directories In A Website Using Robots.txt

Many a times in hacking you need to know the web directories.
a major hole in this security is the Robots.txt
google-bot


now you will aks
What is Robots.txt ?


Robot.txt is the file in the [ wwwroot ]of a server to define the Bots the Functionality on the website.

There are many Bots on the internet like the most famous are Google Search Engine BOT aka Google Spider , Yahoo Search Engine Bot and many others.
What robots.txt do is that it gives orders to the Bot on how to spider on the website

Now you may ask what’s the use of Robots.txt file.


see it is used by webmasters to add functionality to the upcoming bots on there website and also to hide the directories in the website and where the Bot should not go and spider.

Analyzing Robots.txt For Hacking Stuff

Well its really simple, the first question you would ask is Where is robots.txt Located ?
The answer is its in the [ WWWROOT ].

its in the main Directory.



Lets take the example



http://www.masti-cafe.blogspot.com/robots.txt



Go Ahead and type it in the Address bar of your Browser then what do you see,






Do you see that , this is the Robots.txt for the masti-cafe website Now lets first Analyze this Robots.txt

First Line :-
User-agent: Mediapartners-Google

This means that the above statements are given for the Google Search Engine Bot i.e. Google Spider.

Second Line :-
Disallow:

This mean that nothing is disallowed to the Google Bot, Remember these Orders are given to the Google bot only not other bots.

Third Line :-
User-agent: *

This means that now all the bots coming to the blog will follow these rules.note that previous rules were for only Google Bot.

Fourth Line :-
Disallow: /search

This means that all the bots will not spider the files under the directory /search in the following Blog.

Fifth Line :-
Sitemap: http://masti-cafe.blogspot.com/feeds/posts/default?orderby=updated

This is basically my blogs sitemap. Not very important.

HOW to recover your data from a corrupted hard drive

HOW to recover your data from a corrupted hard drive,

first, you need another hard drive. It can be external if you want. But you HAVE to be able to mount it as a directory in DSL (damn small linux)


Download DSL (damn small linux)

Just in google search “Damn Small Linux Download”, you’ll find it.
now boot it

after booting you will see the GUI of the DSL, run TERMINAL
and follow this command

*Note: this command will make you a super user in DSL

#sudo su

*Note: this command will mount you HDD on DSL

#mount /dev/hda1 /mnt/hda1

*Note: this command will check if your data is still on the HDD

#cd /mnt/hda1
#ls -al

Found any data? If not stop

If yes move on.
Since you already have you new hard drive connected to your PC just run this command series.

#mount /dev/hdc1 /mnt/hdc1
#cd /mnt/hdc1
#mkdir backup
#cp -R /mnt/hda1/*.* /mnt/hdc1/backup

INSTALL WINDOWS XP FASTER

Install Windows xp in less than 15 minutes
yes friends its true




this trick will be very helpful for those who frequently install windows xp operating system. Normally OS installation takes around 40 minutes to complete, but through this trick you can now save 10-15 minutes.
steps are :
1. Boot through Windows XP CD.

2. After all the files are completely loaded, you get the option to select the partition. Select “c”.
3. Now Format the partition, whether it is normal or quick with NTFS or FAT
4. Once the formatting is completed, All the setup files required for installation are copied. Restart your system by pressing Enter.

Now begins the Simple trick to save your time .
5. After rebooting, you get a screen where it takes 40
minutes to complete or finalize the OS installation.
6. Now, Press SHIFT + F10 Key -> This will open command prompt.
7. Enter “Taskmgr” at the command prompt window. This will open Task Manager.
8. Click the Process Tab, here we find a process called Setup.exe -> Right Click on Setup.exe -> Set Priority -> Select High or Above Normal. Initially it will be Normal.
thats it done!!!!

How to Add an Option to Print the Contents of a Folder

This trick wil be very useful for those who would like to be able to right click any folder in Explorer and print its contents?

the steps are as follows:

First, you need to create a batch file called Printdir.bat

to do this

Open Notepad or any text editor and type (or cut and paste) this text:

@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit

Now, in the Save As dialog box, type "%windir%\Printdir.bat" (without the quotation marks) and click the Save button.

Click Start, Control Panel, Folder Options.
Click the File Types tab, and then click File Folder.
Click the Advanced button.
Click the New button.

In the Action box, type "Print Directory Listing" (without the quotation marks).

In the Application used to perform action box, type "Printdir.bat" (without the quotation marks).

Click OK in all three dialog boxes to close the dialog boxes.

Now you need to edit the Registry, so open your favorite Registry Editor.

Navigate to HKEY CLASSES ROOT\Directory\shell.

Right click on "default" and select Modify.
In the File Data box, type "none" (without the quotation marks).

Click OK and close the Registry Editor.

Now when you right click a folder, you'll see the option to Print Directory Listing. Selecting it will print the contents of the folder.

thats it............

Monday, October 25, 2010

SOME MOBLE TIPS 4 u

**Airtel new free gprs trick 50MB browsing & downloading just sms FREE to 56123 >try now 100% working some state only
**Download call cheater softweare and enjoy funny life Go to: http://zoomwap.com/site_355.xhtml


**TATADOCOMO USER Now send local & national msg at just 5p/sms for a period of 1 month at just Rs.6/month Send RC6 to 121 Validity: 30 days
**Vodafone call back trick: If U don't have balance, Request ur friend a call back (toll free). Dial *555*friend's vodafone numbr#.
**Download Lovemeter application on your mobile and calculate ur love % easy..no need conect gprs Go to: http://zoomwap.com/site_355.xhtml

**DOCOMO FREE INTERNET MEGA TRICK- Just type: WINDOWS or ANDROID and send to 54321. U will get 500 MB for 6 months. --
**T9space free surfing with mobile office in default browser: Just Go to- http://125.21.241.77.t9space.com -- Enjoy
**Now available Relance GPRS Trail pack Dail: *123*123# >ENJOY UNLIMITED FREE GPRS 5 DAYS.. This 100% working trick all over india
**Reliance free gprs: (2.5 GB)- Just Dial *123*099# -Try at low balance. --- Friends now Yahoo is free in Airtel till 20th Dec 2010. Enjoy**Downlod fring on your mobile and enjoy >free calling >skype >msn >gtalk >yahoo >icq Go to: http://zoomwap.com/site_355.xhtml
**LG adds 6 new CDMA mobile 6160, 6210, 6300, 6400, 510, 235 to its kitty - Nokia''s MeeGo devices only after 2011
**Top 3G Mob: >Apple iPhone3G >Nokia E71 >Samsung i900 >Nokia N96 >Blackberry Bold 9000 >Palm Treo 750 >Nokia N85 >Motorla Q9h >Nokia N97
**Motorola starling EX115 >avg market price rs: 4990 >QWERT >Dual sim >3.2 MP camera >Display size 320x240 pixels
**Download Bollywood super movie MALLIKA 3gp format Duration:1:46 Size:87MB URL: http://zoomwap.com/site_337.xhtml ~
**FREE GAME FOR AIRTEL USERS =Golden AXE= http://202.46.200.191/funzone2/dg.jsp?gname=GoldenAXe&cost=-0

**Docomo Free love tips dail *444*999*1# Free yoga tips Dail *444*999*2# Free local news Dail *444*999*3# Validity 7 days
**LG Quautm Status: coming soon >avg marke price rs.30000 >5MP camera >DLNA >QWERTY >1 GHz CPU >Wi-fi >3G
**VODAFONE OFFER 10Min cals,400 sms &nyt 40vodafn calls at JUST Rs4.ofrs valid till 12AM (same day of activation). To Activate.Dial *555*01#
**FREE APPS 4 AIRTEL: VoiceSms http://airtel.getvsms.com -- BeBeautiful: http://203.174.87.14/bb_airtel -- SMS2.0: http://125.21.241.77/download
**Reliance Free voice Chat at low balnc: Dial 51234863. Select Talk msg service. Aftr subscrb Discnnct call Dial 51234111. Follow system commands.
**samsung focus Status: coming soon >avg market cost rs.25000 >4 inch super AMOLED display >1 GHz CPU >5 MP camera with 720p HD Video capture
**Download Free "ROBOT"(Enthiran)Movie Game on AirtelLive settings: http://202.87.41.147/waphung/wappush_download/86721/Enthiran02.jad
**AIRTEL User? Wana See A Surprise? - Dial: *140*6575#. Then Press Exit. - Wait Few Minutes! Then See The Real Magic !
**Dell vanue pro Status: coming soon >avg marke price: rs 35000 >1 GHz CPU >720p HD video >scratch resistent display >vertical QWERTY keyboard
**DOCOMO FREE GPRS TRICK sms: ANDROID send to 54321 >6 month free unlimited browsing 500 MB Downloading
**HTC Mozart Status: coming soon >avg market price rs:35000 >8 MP camera with xenon flash >3.7 inch touchscreen >8GB memory >dolby mobile


**StOp Outgoing Call iN Ur NOKIA! Go Menu; -Settings -Call-Setting - Send My Caller Identity & Select OFF Done! -
**Mobile: Sony Ericson P1i - Avg current market price: 16826 - Weight: 124g - Camera: 3.0 mega pixels/flash - Inclueds: 512 MB UP to 4 GB
**sony ericsson xperia x10 >avg market cost 27885 >Timescape >Mediascape >Email setup automatic >8 MP camera >4 inch Display
**Enjoy Reliance-Gsm GPRS 100% FREE; Just dial; *123*099# Try it This command is for Postpiad monthly plan,But wrking free in Prepaid sim
**AIRTEL Users Trick Dial*140*6575# (Then u Can See That Your Request is in progress) Then Press Back/exit Button. See The Surprice.Try it

Saturday, October 2, 2010

A wonderful software to view/transfer files from ur friend's computer remotely...





Teamviewer through which you can
1. View ur friend's system remotely.
2. Transfer files @ high speed
3. Chat and many more exciting features............

its totally free.........



click here to download
procedure to set connection:
1. Download this software from pctoptricks.blogspot.com.
2. Intall it (takes 2mins).
3. Ask ur friend also to download and install this software from  pctoptricks.blogspot.com.
4. Now click on short cut of software.
5. In one frame you will get ur s/w id n password, in other frame u have an option to "create connetion"
6. In "create connetion" give ur friend's s/w id ( ask his id n password through phone or chat).
7. Now it asks for his password.
exciting....... you can view, access, copy the files from his system............

ENJOY THE SHARING........ 
if like this post plz dont forget to comment......... 

Sunday, September 19, 2010

test working of your mobile phone

to test the working of sony ericsson mobile.....

press left navigation button-->*-->right navigation button-->right navigation button-->*-->let navigation button-->*

it gives all the options to test each functionality of you mobile...100% functioning

FREE DOWN LOAD OF K-FTP

Soft ware:K-FTP
version:4.4.489
serial number:60085094092053o86106091
CLICK HERE TO DOWNLOAD THIS SOFTWARE....

free download of FILEMERLIN software

name: Filemerlin

version:5.0

serial number:64UOF52YF0

CLICK HERE TO DOWNLOAD THIS SOFTWARE

Friday, September 3, 2010

Download Windows 7 crack

Click here to download crack for windows 7

Procedure to crack:-
After downloading unzip it.
You will get a folder named "windows7 ultimateCracks for x64 + x86"
Goto "ALL WORKING ACTIVATORS" folder
Now go to "Windows 7 Loader 1.6.9 by Daz"  folder
now click on windows7 loader icon.

wait for 2 minutes, systems gets restarted

Now enjoy full version of WINDOWS7........

Friday, August 6, 2010

DOWNLOAD DivX 7.1 Pro(DivX-Player,HD Encoder,Decoder,Codes,DFX sound)

NOW you can download 

DivX 7.1 Pro(DivX-Player,HD Encoder,Decoder,Codes,DFX sound) for free

all you need to do is to just click here

Monday, August 2, 2010

Download Kaspersky6 full version with valid key



click on image to download kaspersky v6 full version with a valid key.

If you like this post please comment....

Sunday, August 1, 2010

Download Total Video Converter 3.6.1.100319 with serial key




Total Video Converter is a complete solution for video conversion which supports reading, playing all kinds of video and audio formats and converting them to the popular video formats.

Total Video Converter includes a powerful media conversion engine internally so that you can convert media files with very fast speed.

Total Video Converter is very easy to use.

Video Formats:
Real Video(.rmvb, .rm)
MPEG4(.mp4)
3GP (.3gp, 3g2)
Game Psp(.psp)
MPEG1(.mpg, mpeg)
MPEG2 PS (.mpg, mpeg, vob)
MPEG2 TS (DVB Transport Stream)
Ms ASF(.asf, .wmv)
Ms AVI(.avi)
Macromedia Flash video FLV (.flv)
Apple Quicktime(.mov)
FLIC format(.fli, .flc) . Gif Animation(.gif)
DV (.dv)
.Video Formats Dx9 Directshow can open

Audio Formats:
Audio CD(.cda)
MPEG audio(.mp3, mp2)
Real Audio(.ra)
Ms WAV(.wav)
Ms WMA(.wma)
Real Audio (.ra)
OGG(.ogg)
Amr audio(.amr)
AC3(.ac3)
SUN AU format (.au)
Macromedia Flash embedded audio(.swf)
Audio Formats Dx9 Directshow can open

Total Video Converter supports generating the following file formats:

Video Formats:
. MPEG4(.mp4)
. 3GP(.3gp, 3g2)
. Game Psp(.psp)
. MPEG1(.mpg, mpeg)
. NTSC, PAL DVD mpeg
. NTSC, PAL SVCD mpeg
. NTSC, PAL VCD mpeg
. Ms Mpeg4 AVI(.avi)
. Divx AVI(.avi)
. Xvid AVI(.avi)
. H264 AVI(.avi)
. Mjpeg AVI(.avi)
. HuffYUV AVI(.avi)
. Swf Video(.swf)
. Flv Video (.flv)
. Gif Animation(.gif)
. Mpeg4 Mov(.mov)
. Apple Quicktime(.mov)
. FLIC format(.fli, .flc)
. Gif Animation(.gif)
. DV (.dv)

Audio Formats:
. MPEG audio(.mp3, mp2)
. Ms WAV(.wav)
. Ms WMA(.wma)
. OGG(.ogg)
. Amr audio(.amr)
. AC3(.ac3)

Here are some key features of “Total Video Converter”:

· Convert all kinds of videos to mobile videos or audios (mp4, 3gp, xvid, divx mpeg4 avi, amr audio) which are used by cell-phone, PDA, PSP, iPod, iPhone, Xbox360, PS3 etc.;
· Photos slide show combines multi-photos and musics with more than 300 photos fantasy transition effect;
· High compatibility and high efficiency for Importing RMVB or RM video/audio;
· onvert various videos to MPEG videos compatible with standard DVD/SVCD/VCD;
· Burn the converted videos to DVD/SVCD/VCD;
· Rip DVD to popular videos of all sorts;
· Extract audio from various of videos and convert which to all kinds of audios (mp3, ac3, ogg, wav, aac);
· RIP CD to audios of all sorts directly;
· Support using with command line;
· Combine several video and audio files to one video file;
· Demultiplex or extract video and audio;
· Multiplex video and audio to one file;
Download Total Video Converter
                                                             Download Here[Megaupload]
                                                             Download Here[Easyshare]


serial key  :
0ab52023-ba00347e-9fa86acd-fdc330a9-68578b7e-264b81e1-30bdfeef-cea403fa-20457e4a-39c03409-f69a9aba-388e8a94-677044c7-643fe9ac-66523c91-18a61801

Download Aiseesoft Blu Ray Converter Ultimate 5.0.26


Aiseesoft Blu Ray Converter Ultimate is the great all-in-one Blu Ray Converter software bundled of Blu-ray Ripper, HD Video Converter, iPod Transfer, MP3 to DVD Burner and DVD Copy, providing you the direct solution to convert Blu-ray disk and common DVD to video/audio in any formats. You can convert any video/HD video to any other formats for you to enjoy on any mobile devices. Create iPod/iPhone files/iPhone ringtone from DVD/video and transfer between computer and devices. Burn music DVD from all your audio files. Copy DVD to DVD disk, DVD Folder, ISO files and create DVD from them.

Amazing editing functions are associated with this powerful Blu Ray Converter Ultimate software. Clip video files and DVD chapters. Crop the aspect ratio and adjust the output effect. Merge multiple files and capture pictures from DVD/video files. Fast working speed and friendly user-interface can assist you to full enjoy the digital life.

Key Functions :
Convert Blu ray disk and common DVD
With this Blu ray Converter tool, you can rip DVD and Blu ray disk to any other video/audio formats like MPEG, AVI, FLV, WMV, MP3, AAC and any others.
Convert HD video and any other video formats
With the part of HD Video Converter, you can convert video and HD video like MTS, TS, M2TS files to any other formats.
Create and transfer iPod/iPhone files
With iPod Transfer, you can transfer movie, music and picture between computer and iPod/iPhone devices. Moreover, you can create iPod/iPhone video/audio files and iPhone ringtone from your DVD/video sources, then directly import to devices.
Create music CD/DVD from any audio files
Using MP3 to DVD Burner, you can burn CD or DVD from any audio files.
Copy and burn DVD
Under the help of DVD Copy, you can copy DVD, copy DVD to DVD folder, ISO files and burn DVD from local DVD folder, ISO files.

Key Features :
More editing functions to recreate output files
While you convert video or rip DVD, in the video editing interface, you can adjust output video effect, capture video clips or DVD chapter, crop video aspect ratio, capture your favorite pictures.
Create and transfer iPod/iPhone files with only one tool
Using iPod Transfer, you can create iPod/iPhone files and iPhone ringtone from DVD and source video files. Then it can be directly imported to devices automatically.
Copy DVD or burn DVD with high quality
You can create music CD/DVD, copy DVD disk or DVD folder with high quality for you to enjoy.
                                                       Download Here

DOWNLOAD SOME INTERESTING GOOGLE GADGETS

BORED WITH STEREOTYPIC DESKTOP??????
DOWNLOAD SOME GOOGLE GADGETS WHICH MAKE UR DESKTOP LIVELY WITH LOW USAGE OF BANDWITH(INTERNET)

CLICK HERE TO DOWNLOAD SOME INTERESTING GOOGLE GADGETS

PROCEDURE TO INSTALL GDGETS
1. Install google desktop into your computer.
2. Now open the gadgets with that software.

Saturday, June 19, 2010

VIDEO CONVERTER

Any Video Converter is an All-in-One video converting tool
with easy-to-use graphical interface.
It allows you to easily convert video files between almost every format!
It can convert almost all video formats including DivX, XviD, MOV, rm, rmvb, MPEG, VOB, DVD, WMV, AVI to MPEG-4 movie format for iPod/PSP or other portable video device, MP4 player or smart phone.

User-friendly interface that is easy to use.
Converts all video formats to Apple iPod Video, Sony PSP and more
Batch convert any video formats including avi, wmv, asf, mpg, mp4, etc.
Support DivX and Xvid avi format as importing and exporting video
Supports adjust many video/audio options for MP4 files. For example, video/audio sample rate, bit rate, video size
Support default video/audio settings or user customized parameters for video and audio.
Has the option to preview the video in real-time before conversion .
DOWNLOAD HERE

3 MB OPERATING SYSTEM

Kolibri desktop is a small 3 MB operating system
yes just 3mb
it is written in Machine Code (CPU language) and is not based in linux , windows or any other variants.

A huge number of applications are packed in this small Operating System. like games , tables editor , a compiler , a text editor , web browser and many more.
It also includes DOSBOX on which you can run every dos based game.

REMOVE OR RECOVER BIOS PASSWORD

There are many different ways to remove the BIOS password. You may have forgotten the password of your BIOS . Sometimes it becomes necessary to access the BIOS to change system settings.

OK so how to get back or remove the password

1>The simplest way to remove the BIOS password is to remove the CMOS battery for few seconds. because computer uses this battery to remember its settings and date & time when your computer is turned off.

The CMOS battery is the reason why you always get the correct date and time whenever you restart your PC.So When you remove it from your CPU the computer will forget all the settings which includes BIOS password too.doneSo to reset/ remove your BIOS password you just have to remove this battery once and then put it back after few seconds. (i have tried this many times)

If you don’t know how to do this or if you are not familiar with computer hardware dont try the above trick

you can try using this software - PC CMOS Cleaner


PC CMOS Cleaner is an easy-to-use tool to recover, delete, decode and display the superior passwords stored in BIOS whatever the brand is. Most types of BIOS are supported. It’s an bootable CD that runs on x86 and x86_64 computers. No need to pay expensive fees to experts. It’s a useful tool for users to get their lost BIOS password back, or clean passwords from an old computer bought from others.The download file is an iso file so first you have to burn it on a cd and then boot from that cd to recover your BIOS password.


Download PC CMOS Cleaner

GET FREE LIVE CROCKET UPDATES IN MOZILLA FIRE FOX(ADDON)

THIS ONE IS FOR ALL CRICKET LOVERS !!!!!!!!!!!!!!!!!!

GENERALLY YOU ARE IN OFFICE OR WORKING ON NET
& WANT TO SEE SCORE
i know there are many websites that provide you live scores
but for that you need to switch your pages or tabs
how if live score is avalible in your browser



Now you can get live cricket score updates inside your browser. No need to go to any site and keep refreshing page after every few seconds.


yes its true

HitWicket is a live cricket score viewer Firefox extension. It shows cricket score updates from CMDN.com in the status bar panel.
Latest Cricket Scores from CMDN.com


* Customizable refresh intervals from 20 sec to 2 min
* Customizable UI theme
* Score updates from CMDN.com.
* Fall of wicket alerts.
                                                                 click here to install

YOU CAN STOP VIRUS ENTERING UR USB DRIVE

FRNDS If you have windows XP with SP2,
then you can disable the writing option to USB drives.

WHAT IT WILL DO?
This trick is very useful if you have virus in your computer and want to copy files from a USB Drive but don’t want to transfer virus to the USB.

STEPS to disable the USB writing option:

To edit the computer registry, first you should log onto your computer with administrative rights.

First click on Start button and type “Regedit” in Run option.

Here locate the location to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

Here in right side panel, click right to create a key with the name “StorageDevicePolicies”.

Now in left side panel, select “StorageDevicePolicies” key, again right click to create new DWORD value then label it “WriteProtect”. Set its value to “1″. But again to enable writing, set its values to “0″.
THATS IT

Now close the registry editor and restart your computer after any changes to go into effect.

RECOVER ACCIDENTALLY DELETED FILES

generally hard disk in your computer stops functioning properly after some years.
or Some part of it become unreadable.
Or you may delete some important data from your hard disk accidentally.

In all cases you can use this useful tool for retrieving your lost data.

> Recuva is a freeware it can recover objects/files on your computer which are deleted accidentally or by some malware.
>It can also recover data from your partially corrupted hard disk.
features
> very easy to use.
> fully automatic , simply select the directory from which you want to retrieve the data
> Rest of the work will be done by Recuva. It will show you all the data which is recoverable and then you can select the data which you want to retrieve.


                                                    download here
 

Use of PrintScreen for some fun.

You know the use of Print screen button on the keyboard [present on top right above insert] .
It captures the screen , right ?
But now I will tell you how to use it for some fun .
Take screen shot of the desktop by pressing Print Screen on the desktop .
Go to Paint and paste this .
Save it .
For Windows XP users

1) On the desktop right click -----> arrange icons by ----> De-select 'Show Desktop Icons '.
2) Now right click the taskbar and select properties .
3) Check auto hide the taskbar. Click OK.
4) Now change your wallpaper and keep the one you saved earlier.
5) If paint is not closed, select File ---------> 'Set as background (Centered) '.
Now on the desktop even if you click any icon nothing will happen !!!
Now do I need to tell youhow you can use it for fun on someone else's PC ?
To revert back to normalcy change the wallpaper and select 'show desktop icons' on the right click menu .

DELETE AN UNDELETABLE FILE

Delete An "undeletable" File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL where is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.


Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal


Here's a manual way of doing it. I'll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.

compress your data 15% more than normal method

if you compress any file using winrar not much size is reduced



this trick will help you to manage the computer disk space using file compression utilities.


Follow the given steps to compress your data with advanced parameters:
After installation launch winrar, the first screen will appear with many options.


Now right click on your file and then select the option "Add to archive" from the context menu.

Here a window dialog will appear with title "Archive name and parameters".
In General tab, click on "Compression Method" button to select the "Best" option from dropdown menu.
Now select the Advanced tab and click on Compression button to display the advanced compression parameters.
and
Now under the "Text Compression" area,
select "Force" radio button and change the "Prediction order" value to 63 then
change "Memory to use" type to 128.
Now click Ok button to finish the process.
This compression method will help you to compress your data 15% more than normal method.

COMMAND PROMPT TRICKS (VERY USEFULL)

create a file that will provide a complete list of files with a particular extension
follow these setps
goto start > run> type cmd

when you enter command prompt
type the following line

dir *.ext /s /b > abc.txt

This command line will create a file called abc.txt. this file will have a list of all the files in that directory and all subdirectories with the .ext extension.
You can then open up this file in any text editor and operate on it.
and also By changing the ext part, you can select different files.
For example, if you wanted to list all of the PDF documents, just type:

dir *.pdf /s /b > abc.txt

Recover Information From Any Corrupt File

To Recover Information From A Corrupt File
follow these steps
goto
start > run > type cmd
when command prompt opens type
recover file.ext

where file is file name & ext is extension of file
for eg you want to recover from abc.txt type
recover abc.txt


note:
If you have a disk with damaged sectors, you can recover as much information as possible from the damaged file. Data that is not damaged can be retrieved but data in damaged sectors will be lost.

INCREASE YOUR DISK SPACE IN VISTA

One thing that Microsoft has improved upon over the other Windows releases are Vista's backup features
that are incorporated in to System Restore.
The backup features are turned on by default so with all of the automatic backing up Vista does, it won't take long to lose quite a bit of disk space.
It may not be a bad idea to go in and delete the old backup files and restore points to increase your available disk space.

this task is very simple one.

steps to do it:

> Go to Start
> In the Instant Search text box, type: disk cleanup
> Open the disk cleanup tool and select the option titled: Files from all users on this computer
> Select the drive that you would like to cleanup.
> Select the "More Options" tab.
> Click the option titled: Clean Up under System Restore and Shadow Copies
> In the confirmation screen, click "Delete".
thats it...........................

Download Aiseesoft Blu Ray Converter Ultimate 5.0.26

Aiseesoft Blu Ray Converter Ultimate is the great all-in-one Blu Ray Converter software bundled of Blu-ray Ripper, HD Video Converter, iPod Transfer, MP3 to DVD Burner and DVD Copy, providing you the direct solution to convert Blu-ray disk and common DVD to video/audio in any formats. You can convert any video/HD video to any other formats for you to enjoy on any mobile devices. Create iPod/iPhone files/iPhone ringtone from DVD/video and transfer between computer and devices. Burn music DVD from all your audio files. Copy DVD to DVD disk, DVD Folder, ISO files and create DVD from them.

Amazing editing functions are associated with this powerful Blu Ray Converter Ultimate software. Clip video files and DVD chapters. Crop the aspect ratio and adjust the output effect. Merge multiple files and capture pictures from DVD/video files. Fast working speed and friendly user-interface can assist you to full enjoy the digital life.

Key Functions :
Convert Blu ray disk and common DVD
With this Blu ray Converter tool, you can rip DVD and Blu ray disk to any other video/audio formats like MPEG, AVI, FLV, WMV, MP3, AAC and any others.
Convert HD video and any other video formats
With the part of HD Video Converter, you can convert video and HD video like MTS, TS, M2TS files to any other formats.
Create and transfer iPod/iPhone files
With iPod Transfer, you can transfer movie, music and picture between computer and iPod/iPhone devices. Moreover, you can create iPod/iPhone video/audio files and iPhone ringtone from your DVD/video sources, then directly import to devices.
Create music CD/DVD from any audio files
Using MP3 to DVD Burner, you can burn CD or DVD from any audio files.
Copy and burn DVD
Under the help of DVD Copy, you can copy DVD, copy DVD to DVD folder, ISO files and burn DVD from local DVD folder, ISO files.

Key Features :
More editing functions to recreate output files
While you convert video or rip DVD, in the video editing interface, you can adjust output video effect, capture video clips or DVD chapter, crop video aspect ratio, capture your favorite pictures.
Create and transfer iPod/iPhone files with only one tool
Using iPod Transfer, you can create iPod/iPhone files and iPhone ringtone from DVD and source video files. Then it can be directly imported to devices automatically.
Copy DVD or burn DVD with high quality
You can create music CD/DVD, copy DVD disk or DVD folder with high quality for you to enjoy.

Thursday, May 13, 2010

Where does the World's greatest Brand names came from ?

Adobe - came from name of the river Adobe Creek that ran behind thehouse of founder John Warnock.

Apache - It got its name because its founders got started by applying patchesto code written for NCSA's httpd daemon. The result was 'A PAtCHy'server -- thus, the name Apache

Apple Computers - favorite fruit of founder Steve Jobs. He was three monthslate in filing a name for the business, and he threatened to call his company AppleComputers if the other colleagues didn't suggest a better name by 5 o'clock.

CISCO - its not an acronym but the short for San Francisco.

Google -the name started as a jokey boast about the amount of informationthe search-engine would be able to search. It was originally named 'Googol',a word for the number represented by 1 followed by 100 zeros. After founders,Stanford grad students Sergey Brin and Larry Page presented their project toan angel investor, they received a cheque made out to 'Google'

Hotmail - Founder Jack Smith got the idea of accessing e-mail via the webfrom a computer anywhere in the world. When Sabeer Bhatia came up withthe business plan for the mail service, he tried all kinds of names ending in'mail' and finally settled for hotmail as it included the letters "html" - theprogramming language used to write web pages. It was initially referred toas HoTMaiL with selective upper casing.

HP - Bill Hewlett and Dave Packard tossed a coin to decide whether thecompany they founded would be called Hewlett-Packard or Packard-Hewlett.

Intel - Bob Noyce and Gordon Moore wanted to name their new company'Moore Noyce' but that was already trademarked by a hotel chain, so theyhad to settle for an acronym of INTegrated ELectronics.

Lotus (Notes) - Mitch Kapor got the name for his company from 'The LotusPosition' or 'Padmasana'. Kapor used to be a teacher of TranscendentalMeditation (by Maharishi Mahesh Yogi).

Microsoft - coined by Bill Gates to represent the company that was devoted toMICROcomputer SOFTware. Originally christened Micro-Soft, the '-' was removed later on.

Motorola - Founder Paul Galvin came up with this name when his company started manufacturing radios for cars. The popular radio company at the timewas called Victrola.

ORACLE - Larry Ellison and Bob Oats were working on a consulting project for the CIA (Central Intelligence Agency). The code name for the project was called Oracle (acronym for: One Real Asshole Called Larry Ellison)

Red Hat - Company founder Marc Ewing was given the Cornell lacrosse teamcap (with red and white stripes) while at college by his grandfather. He lost it andhad to search for it desperately. The manual of the beta version of Red Hat Linuxhad an appeal to readers to return his Red Hat if found by anyone !

SAP - "Systems, Applications, Products in Data Processing", formed by 4 ex-IBMemployees who used to work in the 'Systems/Applications/Projects"

SUN - founded by 4 Stanford University buddies, SUN is the acronym for StanfordUniversity Network.

Xerox - The inventor, Chestor Carlson, named his product trying to say 'dry' (asit was dry copying, markedly different from the then prevailing wet copying).The Greek root 'xer' means dry.

Yahoo! - the word was invented by Jonathan Swift and used in his book 'Gulliver'sTravels'. It represents a person who is repulsive in appearance and action and isbarely human. Yahoo! founders Jerry Yang and David Filo selected the namebecause they considered themselves yahoos.

Download Paragon Total Defrag 2010 Special Edition

File system starts out with all or most of its files contiguous, and becomes more and more fragmented as a result of the file creation and deletion over the time. Thus files and their parts become spread all over the hard disk, which follows the delays in the hard disk work and further lower performance. TotalDefrag 2010 is a new comprehensive product for total file system defragmentation and optimization. Built on original Paragon technologies, it performs complete low-level defragmentation that provides almost zero fragmentation level.

Key Features and Benefits of Total Defrag 2010: CLICK HERE...

Download GRE Sample Papers

hii friends.........Get a free download of GRE sample papers...This file contains 10 papers in pdf format..these papers will give you a brief idea about GRE exam pattern.

Get a free download of GRE sample papers... CLICK HERE...

Download Tipard Video Converter

Tipard video converter
Tipard Video Converter as the most professional video converter can easily convert all the video formats including MPG, MPEG, MPEG2, SWF, FLV, VOB, MOD, MP4, H.264, M4V, AVI, WMV, 3GP, 3GPP, MOV, DivX, XviD, QuickTime Video, DV, MJPG, MJPEG, MPV, etc, even the High Definition video files(HD/AVCHD videos), such as TS, MTS, M2TS, HD MPEG 2, HD MEG4, HD WMV, HD MOV, HD H.264, HD RM etc. It’s very easy for you to get all the the General videos, HD videos. Furthermore, this HD video converter is a best Audio Converter software, which can convert any audio files and also Extract audio from videos into all kinds of audios formats and lossless audio, such as M4A, MP3, AC3, AAC, WMA, WAV, OGG, AU, Nut, AIFF, FLAC, AMR. The converted files can be enjoyed on your iPod, iPhone, Apple TV, PSP, PS3, Wii, Zune, Xbox, Sony Walkman, Sony XPERIA, Google Phone, BlackBerry and all the Mobile Phones.
Get a free download of Tipard Video Converter..... CLICK HERE...

Download TOEFL Exam Essentials

This e-book contains
*How to use this book to get a top score
*Listening
*Structure
*Reading
*Writing
Get a free download of TOEFL Exam Essentials...... CLICK HERE...

Download 400 Must have Words for TOEFL Exam

0 Must-Have Words for the TOEFL is written by Lynn Stafford-Yilmaz. This book helps the TOEFL aspirants to conversant with the most common english vocabulary words for the crucial exam preparation. Also this book is updated with recent changes made to the test along with interactive style of spontaneous conversation. This TOEFL preparation book is published by McGraw-Hill. One can definitely score well in the exams by following this book, 400 Must-Have Words for the TOEFL.
400 Must-Have Words for the TOEFL details the following topics
*This book covers three main targeted areas such as synonyms and antonyms, prefixes and suffixes and paraphrasing.
*Guidance on how to integrate new words into day to day vocabulary.
Get a free download of 400 Must have Words for TOEFL Exam.... CLICK HERE...

Download Iobit Game Booster 1.3

Designed to help optimize your PC for smoother, more responsive game play in the latest PC games with the touch of a button, Game Booster helps achieve the performance edge previously only available to highly technical enthusiasts.It works by temporarily shutting down background processes, cleaning RAM, and intensifying processor performance. That means you can keep all the features of Microsoft® Windows Vista® and XP® ready for when you need them, but turn them off when you are ready to get down to serious business – gaming.

Game Booster makes it simpler to enjoy the latest games and take your experience to a new level. All systems go! CLICK HERE...

Download Commands In Demand

Commands in Demand provides non-technical users with easy access to more than 70 Windows commands and features that can be hard to find or time consuming to get to. The program includes shortcuts to terminate non-responsive applications, restart Windows Explorer, view/clear the clipboard, open a command prompt in a selected folder, access system folders, view TCP/IP configuration settings and more. CLICK HERE...

Download Foxit Reader Pro V3.1.4.1125

Foxit Reader - a compact and fast program for viewing documents of PDF, which does not require the presence of large and therefore slow launching Adobe Reader. Allows to select and copy text to the clipboard, as well as to search through text. Normally working with the Russian language. CLICK HERE...

Download Text To Speech Maker V1.7.3

You can assign a system wide hot key and whenever you want Verbose to read the text on your screen just push that key and the software will read it aloud. Verbose text to voice software can also save your text documents or emails to mp3 or wav for you to store them on your Pocket PC or MP3 player, such as an iPod, so you can listen to them on your way home. CLICK HERE...

Download Your Uninstaller

Do you have programs you just can't seem to get rid of? CLICK HERE...

Download Barrons GRE 17th Edition

This 17th edition of Barron’s GRE manual reflects recent Graduate Record Exams and presents six full-length model exams with all questions answered and explained. GRE Tests are similar to recent actual GREs in length, question types, and degree of difficulty.
Get a free download of Barrons GRE 17th Edition..... CLICK HERE...

Download USB Threat Defender V1.0

The USB Threat Defender application is not just another autorun.inf virus remover, it takes more than that to provide maximum protection. CLICK HERE...

Download Faronics Deep Freeze Enterprise Edition V6.61.20.2822

Deep Freeze instantly protects and preserves baseline computer configurations. No matter what changes a user makes to a workstation, simply restart to eradicate all changes and reset the computer to its original state - right down to the last byte. CLICK HERE...

Mozilla Thunderbird More Secure Than Microsoft Outlook

The French military is now using the Thunderbird client on over 80,000 computers as it finds Mozilla's latest email client more secure than Microsoft Outlook. The department found Mozilla's open source design permitted France to build extensions for security, while Microsoft's proprietary software allowed no extensions to be made.
According to Reuters, "France's military chose open source software after an internal government debate that began in 2003 and culminated in a 6 November 2007, directive requiring state agencies Seek maximum technological and commercial independence."
The military has released some of its work to the public under the name 'TrustedBird' and co-branded it with Mozilla.
The French government is also shifting to other open source software such as Linux instead of Windows and OpenOffice instead of Microsoft Office.
Reuters quoted Lieutenant-Colonel Frederic Suel, ministry of defence as saying, "They may move beyond government, because TrustedBird's security extensions make it transposable to large international companies."

Download GRE Word List

GRE Word list helps you to inprove your GRE Vocabulary.
Get a free download of GRE word List from PRsolutions..... CLICK HERE...

Google Experimenting With Browser Login For Chrome OS

Google has made a change to Chrome OS to move the user login from the machine to the browser. Our guess is Google is, or will eventually use, Google Friend Connect to facilitate login.

The feature was first mentioned on October 13: “Using Chrome as our login manager has a number of potential benefits.
Explore these tradeoffs and decide what to do about the login manager.” The code was checked in on December 14: “An early version of this change is finally in. It’s not ready for daily use yet, and we haven’t gotten the network picker on there or anything yet, but at least we’ve got a baseline in there. I’m filing issues for the follow-on work.”

There are lots of potential benefits to having users log into machines via the browser. In particular it makes syncing easier and furthers the notion that you can log into any Chrome OS machine and have exactly the same experience as you would on any other machine. The fact that users can’t download any software to Chrome OS computers furthers this experience.

But it’s also clearly interesting from an identity standpoint. Facebook and Twitter are both making strong plays as the defacto online identity for hundreds of millions of Internet users. Facebook Connect in particular is becoming a very popular way for third party sites to easily add identity and login features to apps.

But people using Chrome OS devices will be logging into the Internet first and foremost with a Google account, or via Friend Connect (which currently allows signin via Google, Twitter, Yahoo, AIM, Netlog, OpenID, etc.). By centralizing authentication once, Google can then use the same Friend Connect credentials to automatically login to sites that support it.

If Chrome OS becomes popular, it will be a very powerful weapon for Google to compete with Facebook Connect. CLICK HERE...

Download Xilisoft Video Converter Platinum v5.1.26.1225

Xilisoft Video Converter is powerful, versatile video conversion software which convert video file between all popular video formats such as convert AVI to MPEG, WMV to AVI, WMV to MPEG, H.264 video, etc. No other program like Xilisoft Video Converter supports so comprehensive video formats including DVD, VCD, SVCD, AVI, MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC Video, MOV, RM, ASF, FLV, SWF, etc. In addition, The Video Converter provides an easy way to convert video file to popular audio file, like MP2, MP3, AC3, RA, M4A, OGG, AAC etc. The Video Converter also supports APE, CUE decoding and audio CD ripping. CLICK HERE...

Download MagicISO Maker v5.5 Build 0281

MagicISO is a powerful CD/DVD image file editor, CD burner, and CD/DVD backup tool. It can directly create, edit, extract, and burn ISO files. It also can convert almost all CD/DVD image formats to ISO/BIN/CUE, Nero (.NRG), and CloneCD (.CCD/. IMG/. SUB). With MagicISO, you can handle DVD image up to 10GB; make CD image files from CD/DVD-ROM; also can burn ISO files and other CD/DVD image files (BIN, IMG, CIF, NRG, BWI, VCD) to CD-R/RW; support loading boot image file exported by WinISO and UltraISO; burn CD image files in ISO9660, Joliet, and UDF format; edit properties of CD/DVD image files; it has the ability to correct volume serial number after editing original CD/DVD image file; search files or directories with wildcard characters in CD/DVD image file. CLICK HERE...

Download Xilisoft Video Cutter v1.0.34.1225

Xilisoft Video Cutter is powerful video cutter software which could assist you to select and cut video segments of your favorite video file, and cut out the segments you dislike. Xilisoft Video Cutter can make video cut of all popular video formats such as cut DAT (the video format used in VCD), cut AVI, cut MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC, MOV, ASF, etc. To help on how to cut video, the video cutter software allows you to set the begin-point and end-point to cut video accurately, and offers low priority conversion in background mode and the function to specify the After Done action. CLICK HERE...

Download Diskeeper Pro Premier 2010 v14.0 Build 898

New Diskeeper® performance software 2010 will make your PC(s) faster, more efficient, more reliable and last longer. And use less electricity too! How? All computers suffer from fragmentation – where files are broken up and scattered all across your disk drives. This makes it take longer to read, write and save files. Plus sinceyour PC is working harder than it needs to, more wear and tear occurs. Diskeeper with new IntelliWrite™ fragmentation prevention resolves this by preventing up to 85% of all fragmentation from happening in the first place. CLICK HERE...

Download cFosSpeed v5.01 Build 1597(x86/x64)

cFosSpeed is a network driver, which attaches itself to existing Internet connections. It then optimizes data transfer by means of Traffic Shaping. Traffic Shaping is a method for optimizing the Internet traffic. It allows maximum speed while ensuring minimal Ping. You can use cFosSpeed with a router and/or a DSL-modem or cable-modem. You can also use cFosSpeed with other types of Internet access, ie. whenever you already have an existing Internet connection. CLICK HERE...

Download Network Security Essentials IIT KGP Material

Outline of the Tutorial
• Security attacks and services
• Cryptography: basic concepts
• Private key cryptography
• Public key cryptography
• Network security principles in use
• Penetration testing and ethical hacking
Get a free download of Network Security Essentials CLICK HERE...

Download Recuva 1.34.460

Accidentally deleted an important file? Lost something important when your computer crashed? No problem! Recuva recovers files deleted from your Windows computer, Recycle Bin, digital camera card, or MP3 player. And it's free!
Get a free download of Recuva 1.34.460........ CLICK HERE...

Download Peterson's Master The GRE 2010

The most comprehensive resource for students who want to earn top GRE scores. Includes 9 full-length practice tests , thorough reviews of every section on the exam, and expert tips and strategies from a test prep pro.
Get a free download of Master the GRE 2010........ CLICK HERE...

Download Rational Rose 98

Rational Rose 98 Enterprise Edition is developed by Rational Software Corporation and is used by 174 users of Software Informer. The most popular version of this product among our users is 4.5. The names of program executable files are analyzer.exe, rose.exe. Works with prc, mdl, prp, sub, ptl, ebs and red file types.This will be useful in Object oriented analysis and design Lab.
Download Rational Rose 98 application..... CLICK HERE...

Websites Asks To Press F1 Key ? DON’T PRESS IT

Microsoft has been reported of a vulnerability discovered in Windows operating systems Windows XP, Windows 2000 and Windows Server 2003 which exploits the VB Script. Microsoft has recently released an Advisory named “Microsoft Security Advisory (981169)”

As per the advisory there is a vulnerability that if a user presses F1 Key on being asked by a Website or webpage, the website can run potentially malicious code or scrip on such computers. That computer can get hacked, information can be stolen or it may also lead to data theft.

It is an advice to all our readers and Windows XP, Windows 2002 and Windows 2003 Server users to beware of this vulnerability and do not press the F1 Key when asked by a website. This may leave your computer unsecured or infected with virus or trojans.

Even if you are a Windows Vista User or Windows 7 or Windows Server 2008 user, its a safety tip to not click F1 Key when asked by a website.

How To Find Windows XP Key Inside CD (Manually)?

Hi friends...
Are you worried to remember your XP key.Its no more, here is a solution for it :).Your cd key is preserved in the cd itself.

Steps to follow to find Windows XP CD key:

1. Bring your Windows XP CD and insert it into your computer’s CD/DVD ROM/ RAM.

2. Now, browse your Windows XP CD and find the folder I386.

3. Inside I386 folder, find the file named as unattended.txt.

4. Open unattended.txt by using notepad.

5. At last, keep scrolling of the opened file and you will get Windows XP CD key. CLICK HERE...

Wednesday, May 12, 2010

Download IsoBuster 2.8B

The Ultimate CD/DVD and BD/HD DVD data recovery software! Rescue lost files from a bad or trashed CD or DVD or a Blu Ray disc (e.g. BD or HD DVD) ! Save important documents, precious pictures or video from the family, your only system backup, ...IsoBuster can do it all! IsoBuster is a highly specialized yet easy to use optical media data recovery tool.
CLICK HERE...

Download Ashampoo WinOptimizer 7.00 Portable

Ashampoo WinOptimizer - A new seventh line software package that allows to optimize the operating system due to its setting and cleaning. It includes utilities to clean the hard disk and system registry, the module for the protection of personal information by searching for and deleting CLICK HERE...

Download PC Tools Internet Security 2010

PC Tools Internet Security offers an effective set of protection against spam, viruses and illegal intrusion. Detects, moves and blocks all types of viruses, Trojans, hacker attacks, illegal intrusions and other security threats. CLICK HERE...

Download Avast Internet Security 5.0.542.ML

avast! provides a package of applications that aim to protect your computer from a possible virus infection or other malware threat. If you use it correctly, and in combination with other programs such as data backup utilities, it will significantly reduce the risk of your computer being attacked or infected by a virus, and thus the risk of losing important or private data. CLICK HERE...

Download Registry Reviver 1.1.81

Registry Reviver uses the most advanced technology available to analyze your PC errors and speeds up your computer. The program detects and removes all the unused entries in your computer's registry from failed software, install drivers, installations with errors / uninstall and optimizes the operation of Windows. CLICK HERE...

Tuesday, May 11, 2010

Electronic firms to enlist official dumping centers

Bangalore: According to a national survey conducted by an international NGO, India generates a whopping four lakh tons of hazardous e-waste from electronic products every year. At this point, the Ministry of Environment and Forests (MoEF) has proposed a new policy on the disposal of E-waste.

E-waste (Management and Handling) Rules 2010, make it mandatory for all manufacturers and dealers of E-products to mention the addresses of places where the consumers can discard the electronic gadgets, once they become obsolete or are ready to be recycled, reports Renuka Phadnis of Bangalore Mirror. After Europe and the U.S., India is the first
nation among developing countries to draft such a proposal.


The proposed law will make it mandatory for the all manufacturers to come up with a unique identification code for each of their products.

Manufacturers will be responsible for setting up collection centers to keep an eye on the process and ensure that the hazardous products are handled by registered dismantlers or recyclers in order to control the possible damage to the environment and human health.

The fact that almost all obsolete electronic items have components believed to be carcinogenic is something that cannot be ignored, said an MoEF official. While the draft policy does not deal with individual consumers, bulk clients like banks, MNCs and other big companies will now have to deposit their e-waste at authorized collection centres instead of selling them to local wholesale scrap shops.

"Bulk consumer will also have to file annual returns on the quantity of the e-waste disposed. After Europe and the US, India is the first nation among developing countries to draft such a proposal," the MoEF official said.

The draft rules, in the public domain (http://moef.nic.in/index.php) for two months, have been received positively by many.

"Bigger companies recognise the value of safe disposal but hundreds of other companies don't care a damn. This notification will force people who did not dispose of e-waste correctly," said Electronics City Industries Association (ELCIA) CEO Prakash Rao.

Once the rules are in force, companies can't sell e-waste to any scrap dealer. Rao said only 10-15 percent of companies in Bangalore dispose of e-waste correctly. The rest sell to scrap dealers as a cost is involved in following responsible disposal. Besides, selling to scrap dealers is a source of income for some companies. Scrap dealers take whatever can be reused and throw away the rest in ways considered dangerous.

Wilma Rodrigues, founder member of Saahas, an NGO that deals with solutions for solid waste management in Bangalore, said authorised e-waste re-cyclers in Bangalore are running below capacity because they don't get enough material to recycle.

Wednesday, April 28, 2010

How to Remove A Virus That Does Not Allow To Run Virus Scan?

When the virus has infected the computer so badly that you are not able to run a virus scan, there are still methods to remove the virus. In this post we will share one such useful trick.

Fix:

The solution to fix such virus is that fix the virus using a boot CD with virus scanner tool. Using a boot CD, the computer will boot using the CD, thus the virus will not load into the memory and will not be able to kill the anti-virus.

Steps to use the Kaspersky Rescue Boot CD:

1. Download the Boot CD image called Kaspersky Rescue CD on some other computer which is not infected. Link is given at the bottom of this article.

2. Burn a CD using this CD image on the computer where you download the image file. You can use Nero or In Built Image burning tool of Windows 7 or any other image burning tool for this. Now use this CD to boot the infected computer.

3. Boot the infected computer using this CD. If the computer does not boot with this CD, press delete when computer starts, open BIOS setup and set the Boot order for the devices.

4. When you start booting with CD, you will see screens like this – It will boot using a customized Linux platform and will start the scanner .

Download Kaspersky Rescue CD Image 

Sunday, April 25, 2010

YOU CAN STOP VIRUS ENTERING UR USB DRIVE

FRNDS If you have windows XP with SP2,
then you can disable the writing option to USB drives.

WHAT IT WILL DO?
This trick is very useful if you have virus in your computer and want to copy files from a USB Drive but don’t want to transfer virus to the USB.

STEPS to disable the USB writing option:

To edit the computer registry, first you should log onto your computer with administrative rights.

First click on Start button and type “Regedit” in Run option.

Here locate the location to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

Here in right side panel, click right to create a key with the name “StorageDevicePolicies”.

Now in left side panel, select “StorageDevicePolicies” key, again right click to create new DWORD value then label it “WriteProtect”. Set its value to “1″. But again to enable writing, set its values to “0″.
THATS IT

Now close the registry editor and restart your computer after any changes to go into effect.

Friday, April 16, 2010

How to Avoid Having Your AdSense Accout Banned for Click Fraud

f you trawl through the AdSense message boards you can’t help but come across tales of woe from AdSense publishers that have had their account banned by Google.
Below is a list of ways people have been banned from AdSense and information on how to avoid it happening to you.

Don’t click on your own ads
The obvious one but still people do it. Google has the IP address of the computer/s that you’ve used to create and check your AdSense account. If it sees that this IP address clicks one of your ads you’re in trouble.
Don’t do it. It’s theft. Not from Google but from the AdWords advertisers.
If you want to go to a site advertised by one of your ads don’t click on it look at the URL of the advertising site at the bottom of the ad and type it into your browser.
If you click on one accidentally (which does happen) you’re probably be ok but it’s worth dropping a quick email to Google with an explanation and apology
Don’t log in to AdSense from a shared computer.
As I said above Google keeps a record of every machine IP address used to look at your account. If you check your stats on a machine then someone else clicks on your ads from the same machine Google sees this as click fraud. Worth bearing in mind when thinking of checking your stats from somewhere like an Internet Café.
Don’t log in to your AdSense account from work.
Apart from getting in trouble with the company that employs you there’s also a further real risk. Most companies use a proxy server to access the Internet. A proxy server with ONE IP ADDRESS. Therefore you checking your ads from work means this proxy IP address being recorded by Google as one that you use. Problem is if there are 1000 people in your company it is the same IP address for them too. Google can’t differentiate between you and the other 999 employees in your company. If one of these 999 clicks on one of your ads it’s ban time.
Don’t get into a ‘I’ll click your ads if you click mine’ agreement with another Webmaster.
As above Google will have your IP address and that of every AdSense publisher. If they see these IP addresses consistently clicking on each other ads it’s goodbye for both of you.
Don’t tell friends and family.
Telling friends and family about your money making websites can lead to problems. Even if you tell them not to click on your ads there’s always the chance that Auntie Maud will think it’s a good idea to make some extra money for her favourite nephew. 100 clicks later from the same visitor and your account is screaming ‘Click Fraud’.
Receiving clicks from illegal traffic
Check the AdSense TOS for sources of traffic that aren’t allowed by Google. These include methods like Traffic exchange, PTC advertising, Auto surf etc.
Do monitor your visitor and AdSense figures
Check your account at least once a day. If you see a massive spike coupled with a massive increase in Page CTR investigate using your visitor stats website. If you see it’s all come from the same IP address you could have been the victim of a malicious attack – inform Google via email and offer them access to your logs.

Set Processes Priority

Follow this tip to increase the priority of active processes, this will result in prioritisation of processes using the CPU.

CTRL-SHIFT-ESC
1.Go to the second tab called Processes, right click on one of the active processes, you will see the Set Priority option

2.For example, your Run your CDwriter program , set the priority higher, and guess what, no crashed CD’s

Shutdown Trick !

Imidiate rapid shut down window
while shutting down window. open task manager(Ctr+Alt+Del),
Select shut down tab. and press ' Ctrl ' key while select Turn Off from dis tab.
Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.


Speed Up Ur Shut down !!

Start Regedit.
Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.
Click on the "Control" Folder.
Select "WaitToKillServiceTimeout"
Right click on it and select Modify.
Set it a value lower than 2000 (Mine is set to 200).

and !

Like previous versions of windows, it takes long time to restart or shutdown windows xp when the "Exit Windows" sound is enabled. to solve this problem you
must disable this useless sound. click start button then go to settings -> control panel -> Sound,Speech and Audio devices -> Sounds and Audio Devices -> Sounds, then under program events and windows menu click on "Exit Windows" sub-menu and highlight it.now from sounds you can select,choose "none" and then click apply and ok. now you can see some improvements when shutting down your system.

Tuesday, April 13, 2010

TOP 10 WINDOWS VISTA AND WINDOWS 7 TRICKs

DOWNLOAD VERY USEFUL VISTA AND WINDOWS 7 TRICKS FROM HERE

Monday, April 12, 2010

Baware of CTRL + C

Be careful while using ctl+c cmd.
when you are using it on internet
Its not the safe thing to do when you are online.
What happens when you press Ctrl+C while you are Online?
This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP.
yes its true
if u dont believe me
Just try this:
1) Copy any text by Ctrl + C
2) Click the Link:
http://www.sourcecodesworld.com/special/clipboard.asp
3) You will see the text you copied was accessed in the above address.
so please don't keep sensitive data (like passwords, credit
card numbers,PIN etc.)in the clipboard while surfing the web.

how to stop this?
You can stop other from hacking your clipboard content by doing this:
Go to internet options of explorer
tools menu ->Internet option -> Security Custom level
In settings - disable the option
allow past operations via script.

TOP TEN PC MAINTAINENCE TRICKS

.Let your PC boot up completely before opening any applications.

2.Refresh the desktop after closing any application. This will remove any unused files from the RAM.

3.Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).

4.Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM

5.Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.

6.Delete the temporary internet files regularly.

7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.

8.Always make two partitions in your hard drive FOR INSTALLING SOFTWARES. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.

9.When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.

10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum. RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!

Thursday, April 1, 2010

Write A Batch File To Start Program In Startup

You can start your computer applications automatically and control the sequence of the programs when your computer comes up. 

Here we consider you want to run three different applications (WordPad, calculator, and notepad) and minimized automatically with sequence at windows startup. However, you can write a batch file to do the job for you. Open any text editor like notepad and type the following command.

start /min wordpad.exe start /min calc.exe start /min notepad.exe

Now choose the option, Save As to save this file with .bat extension. For example filename.bat.

Now Right- click on Start button and choose open > Double click Programs > here open Startup folder. Now drag your .bat file in the Startup folder and close the dialog box. 

Next time When you restart the computer, WordPad, Calc will start first and then Notepad. You won't see the batch file run because you told it to run minimized.

 

How you Changing the Icon Spacing in XP?


You can manage your desktop icons in windows XP horizontally as well as vertically spacing. You can change the location, size of icons and spacing between icons manually but you can arrange these setting using windows methods.

First Right click on your windows XP desktop then click on Properties option. Here click the Appearance tab then go to Advance button and under Item you will find many options to change the desktop icons, for example choose icon spacing in both ways and then here you can change the size putting number (minimum or maximum) under size. When you finished all setting then click ok button.

How to logoff your computer automatically after a period of inactivity?

This will help you to log off your computer automatically after some specific period of inactivity. Because most of the users left logged on their computer may represent a security threat for the company. For this purpose, first install the Winexit.scr tools that includes in Windows 2003 Resource Kit (rktools.exe) and you can free download it from Microsoft site. 

To use this feature, you will need to be logged into your computer with administrative rights.

After installing the rktools.exe setup, locate the Winexit.scr file in the following location.

Quick Format Vs Default Format

 When you ready to format you partitions, you have two methods to format a partition, you can work with default formatting and other quick format method.

When you first time format your system partition, you should use default method. This is slow and low-level formatting but with this method you can remove all data from the partition as well as the hard disk is scanned for bad sectors. Here you can fix your system bad sectors.

If you select the quick format method, you can save time but you can remove only data from the partition and does not scan the disk for bad sectors. If you sure about your hard disk health then quick format should be fine to remove data with in short time.

How to restore the windows XP to a previous working state?


Today tip is very useful to recover the windows XP problems and then restore it in previous working state. You can recover the windows critical components and return your computer to earlier state without loss of personal data using windows XP built-in system restore feature. With new programs being installed, viruses infecting and spyware creates problem in your browsers it is not unusual for your computer to suddenly stop behaving correctly. So you can perform the windows recovery process and return your computer to earlier state within a minute. 

Follow the given steps to run System Restore wizard:

To use this feature, you will need to be logged into your computer with administrative rights.

First click on Start button> All programs> Accessories> System Tools then click on System Restore.

 Now a "Welcome to System Restore" wizard will start, first read the detail instruction on left side of the page.

MS OFFICE Word 2007 Voice Command

Use a Voice Command
You can use sound in Microsoft Office Word.
1. In the Word document, place your cursor where you want your voice message to go.
2. Click Insert, and then in the Text section, click the Insert Object button.
3. In the Object dialog box, on the Create New tab, in the list of object types, select Wave Sound.
4. Click OK, and then record your own voice note.

Custom Views in MS Excel

Some times we create and use big files in Excel. It becomes difficult to search for the cell we want to work on. So we cannot use Go To features. Not only this we also get confused for go to new cell, print the new cell, create the print settings and make the builders.


Can we create and go to most used cells list. Yes we can. This depends on how do you see the Excel work sheet. The custom view feature gives the solution for this. First you decide the workbook view or printing view then you can save that. This makes some changes but this is to create your favorite views and settings. If you create the print setting for particular view that also gets saved in view setting. We can save and retrieve as many cells we want in a worksheet and hide others. This saves time and energy. Ways to creating the view setting.


First open your large workbook.
Then go to the place you are using. 
Now make the changes you want. For example create print area, hide rows, filters, subtotals. Then create the view settings. 
Go to view menu and select the custom view there. Now open the custom view window. 
Press the Add button to create new view. The opened window gives the feature of decide the name of the new view. Select the view name that is used to identify easily. 

You can also decide the new view print settings. After doing that give the name for view then click ok. This is a method for creating your favorite views and save these views. Now you return to the workbook and drop it there. Then you can retrieve the saved view. For that go to view menu then select custom views there. Select the wanted view in select the name of the view at the window and click show. Now you got a workbook with selected cells and settings. If you want delete the view setting go to custom views then press the delete button.

FIREWALL

I mention how to turn on Windows XP's Personal Firewall feature. But once you turn it on, your connection looks just the same as it did before. How can you check the status of the connection and the firewall? Simply open Control Panel from the Start Menu, open Internet and Network Connections, then Network Connections. By default the view is of large icons. 
Click the View Menu, and choose "details" in order to reveal several more columns of information about the connections that your computer has. Check the Status column to see if your connection is currently connected, and whether or not it is "firewalled." You can even drag the column headings around (I like to slide the Status column right next to the Name column. You can even remove entire columns by right-clicking the column heading and unchecking it.

TRICKStatus to Check Personal Firewall Status

How can you check the status of the connection and the firewall?
Simply open Control Panel from the Start Menu, open Internet and Network Connections, then Network Connections. By default the view is of large icons.
Click the View Menu, and choose "details" in order to reveal several more columns of information about the connections that your computer has.
Check the Status column to see if your connection is currently connected, and whether or not it is "firewalled."
You can even drag the column headings around (I like to slide the Status column right next to the Name column. You can even remove entire columns by right-clicking the column heading and unchecking it.

Saturday, March 27, 2010

srinathmithra.blogspot.com:REMOVE OR RECOVER BIOS PASSWORD

There are many different ways to remove the BIOS password. You may have forgotten the password of your BIOS . Sometimes it becomes necessary to access the BIOS to change system settings.

OK so how to get back or remove the password

1>The simplest way to remove the BIOS password is to remove the CMOS battery for few seconds. because computer uses this battery to remember its settings and date & time when your computer is turned off.

The CMOS battery is the reason why you always get the correct date and time whenever you restart your PC.So When you remove it from your CPU the computer will forget all the settings which includes BIOS password too.doneSo to reset/ remove your BIOS password you just have to remove this battery once and then put it back after few seconds. (i have tried this many times)

If you don’t know how to do this or if you are not familiar with computer hardware dont try the above trick

you can try using this software - PC CMOS Cleaner


PC CMOS Cleaner is an easy-to-use tool to recover, delete, decode and display the superior passwords stored in BIOS whatever the brand is. Most types of BIOS are supported. It’s an bootable CD that runs on x86 and x86_64 computers. No need to pay expensive fees to experts. It’s a useful tool for users to get their lost BIOS password back, or clean passwords from an old computer bought from others.The download file is an iso file so first you have to burn it on a cd and then boot from that cd to recover your BIOS password.


Download PC CMOS Cleaner

arinathmithra.blogspot.com : GET MP3 FROM YOUTUBE VIDEO

hi friends some of you want to extract the audio from YouTube and convert to MP3 format.


Even though there are many ways to download content, the P2P is perhaps the most popular and used, there is YouTube so large a collection of music and audio of any kind is almost bound to start when looking for new content there.
And so that no difficulty away to less technical users,
this site is the best
ListenToYouTube is easy to use: just enter the URL of the video from YouTube. With this service is only manage to extract the audio for download in MP3 format.
thats it...................

Tuesday, March 23, 2010

visit srinathmithra.blogspot.com 2 know how "FOLDER OPTIONS ARE MISSING"

Many times we find that the folder options missing in windows explorer

Here is the solution for that
Open Run and then type "gpedit.msc".
Now goto
User Configuration > Administrative templates > Windows Component > Windows Explorer.

Click on Windows Explorer you will find the 3rd option on the right side of screen
"Removes the Folder Option menu item from the Tools menu"

Just check it,

if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured


it will work......

Wednesday, March 17, 2010

srinathmithra.blogspot.com:BLOCK USB DRIVES

a simple registry TRICK TO BLOCK USB drives (do it with care)

1. Go to Start –> Run, type Regedit.
2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlset\Servic es\USBStor
3. In the right pane, look for value Start and have value as 0000000(3)
4. Double click on that and change that value to 4.

You might be required to restart the PC, and then you are done with it, USB is now blocked.

In case if you want to get the USB unblocked, just change the value again to 3

srinathmithra.blogspot.com:CLOSE ALL APPLICATIONS IN ONE CLICK


You are doing some work on your office or home PC having 10-20 windows open
& You are called for an emergency… What to do now??
how will you close all the windows open

Use Close All.
it is a tiny tool that helps you to close all running applications with one click.
It does not use system resources because it only flashes a “close” signal to all open windows on the desktop and then ceases. Just place a shortcut to the tool in the Start Menu, Quick Launch or elsewhere wherever you want


Download CloseAll here

srinathmithra.blogspot.com:Where does Window's Product Id get stored

There are two places at least where ProductId gets stored.

1> To see the first place, open Registry by going to START-RUN and entering REGEDIT and Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]. In right pane, look for key by the name "ProductId". This is your Windows Product Id.



OR 
2>you can navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] and still find same field with the name ProductId.

srinathmithra.blogspot.com:Delete An "undeletable" File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL where is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.


Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal


Here's a manual way of doing it. I'll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.