Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Wednesday, June 19, 2013

How to Recover Deleted Files with Recuva

Recover Deleted Files


What happen if you accidentally deleted or lost an important file ?, Don’t Panic !, Recuva can recover deleted file from your computer, memory card, or your digital camera, and the best of all this software is FREE. To recover your file just follow the instructions below :  

          1.       Download Recuva from http://www.piriform.com/recuva
          2.       Install Recuva and Open it.
          3.       Recuva Wizard Window will show up, just click next.


    4.     Recuva will ask you what type of file you want to recover, but in this post I will select all files. Click Next.



          5.       Recuva will ask you again, “ Where were the files ? “ . I’ll select In the Recycle Bin . If you not sure where is the file just select I’m not sure. Then click next.


           6.       Click Start, and Recuva will scan your deleted files. You can enable Deep Scan if previous scans have failed to find your files, but It will take more time.


Just wait the progress


         7.       On the left there is a list of file, select file you want to recover. 


On the left side of filename there is a Green, Yellow, Red color. Those colors means the file state,
Green is Excellent
Yellow is Very Poor
Red is Unrecoverable


If done, just click Recover.. on the right bottom of the window.

          8.       A window will show up, then select location for recover, click OK. If the file you want to restore is on the same drive, a notification will show up, just select YES.


          9.       A progress will show up, Just wait till it’s done.


          10.       Operation Completed, Check your deleted files on your recovery folder.




Monday, February 18, 2013

Tips for searching on Google

Tips while Searching on Google


Searching file on google is very easy, but sometimes what we want to find is not appropriate with what we want. Therefore i give you some tips finding file on google.

1.Filetype
Filetype useful when we search a file with an extension on google, like PDF,DOC,PPT,TXT,etc.
example filetype:pdf "computer history"



2.Define
Define useful for search definition from word / phrases. example: define: computer history.

3. "keyword"
With add (" ") in your keyword google will search it with phrases form. sometimes without using (" ") keyword will split into 2 word. first word will show as top priority. example: "random access memory" 

4. site
site useful when you want to search in a specific result. for example: random access memory site:wikipedia.org , then google will show result from wikipedia.org only.





Saturday, February 16, 2013

Run multiple Applications with single click.

Run multiple Applications with single click


To open multiple Applications with single click, you can use batch file(.bat), just type this on notepad :


start "" "path program"
exit

for example, i want to open Mozilla and Windows Media Player at the same time :


start "" "C:\Program Files\Mozilla Firefox\firefox.exe""
start "" "C:\Program Files\Windows Media Player\wmplayer.exe"
exit





then save it with .bat format on your desktop. before you save change change "Save as type" to all files.


Wednesday, February 13, 2013

How to Speed up your Computer.

 How to Speed up your Computer ?


First time when we buy a new computer or reinstall our computer operating system, our computer was fast and finally after few months (or years maybe) our computer is slower than before. Sometimes we got annoyed  by our computer itself. To speed up your computer, I will give you some tips to speeding it up :


1. Remove unnecessary programs


No need long explanations, we all know more programs we've installed it will slow down your computer. You can uninstall it from control panel.


2. Remove unnecessary service


Too many running service can slow down your computer , even can make your computer not responding too. You can remove some unnecessary service by using task manager by pressing CTRL+SHIFT+ESC or right click on taskbar then click task manager. On task manager windows click details tab, then right click on process you want to close and click end task.



on older version of windows, open task manager, then click process tab, right click process you want to close, then end process.



3. Delete all files on prefetch folder and temp folder


What is prefetch folder ? 
The Prefetcher is a component of versions of Microsoft Windows starting with Windows XP..It is a component of the Memory Manager that speeds up the Windows boot process, and shortens the amount of time it takes to start up programs.

What is temporary folder ?
In computing, a temporary folder or temporary directory is a directory used to hold temporary files. Many operating systems and some software automatically delete the contents of this directory at bootup or at regular intervals.

Deleting files on prefect and temp folder can speed up your pc. Folder location for prefetch is C:\Windows\Prefetch,  for temp folder C:\Windows\Temp


4. Free up some disk space


Too many files, can slow down read-write process. You can get disk space by deleting unnecessary files or by using disk clean-up, first right click on drive you want to clean, then click disk cleanup. On disk cleanup Windows check all files you want to delete and click ok. For alternatives you can use utilities software like Ccleaner or Tune-up utilities, It's more effective than default disk-cleanup.


5. Repair your Registry


What is Registry ?
The Windows Registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. It contains settings for low-level operating system components and for applications running on the platform that have opted to use the registry. 

To repair registry you can find Registry fixer on the internet, there is so many registry fixer on the net,  for example use Ccleaner or Tune-up.


6. Adjust Visual Effects for Better Performance


Windows have some interesting visual effect that can make your desktop look beautiful, but too many visual effect can impact your windows performance. To adjust visual effect go to System (right click My Computer > Properties), then click Advanced System Settings. On System Properties Windows, click Advanced tab and click settings on performance. There you can check and unchecked unnecessary effect, and click ok.


7. Defrag your drive


Defrag your drive can give more performance, especially for read-write process. To defrag you can use default Windows disk defragmenter, or by use third-party software, there is so many software like that. 




8. Remove unnecessary start-up programs


If your pc boot-up slowly, you might check your start-up programs, maybe there is too many programs to start by your computer. to remove press Windows+R  then type "msconfig" without quotes. Click startup tab, then check or unchecked unnecessary start-up.

On Windows 8 there is a bit difference, to edit start-up items, just open task manager then click startup tab.


9. Scan your PC from virus, spyware, malware, and adware.


A computer virus is a computer program that can replicate itself and spread from one computer to another. The term "virus" is also commonly, but erroneously, used to refer to other types of malware, including but not limited to adware and spyware programs that do not have a reproductive ability. Virus might be a small program but can harm your computer, Virus may cause a real big problem for your pc.

Spyware is software that aids in gathering information about a person or organization without their knowledge and that may send such information to another entity without the consumer's consent, or that asserts control over a computer without the consumer's knowledge

Malware, short for malicious (or malevolent) software, is software used or created by attackers to disrupt computer operation, gather sensitive information, or gain access to private computer systems.

Adware, or advertising-supported software, is any software package which automatically renders advertisements in order to generate revenue for its author. The advertisements may be in the user interface of the software or on a screen presented to the user during the installation process.

I will add some tips again later.