C Programming and Computer Geeks: Computer tips & tricks

Search MY Blog

Showing posts with label Computer tips & tricks. Show all posts
Showing posts with label Computer tips & tricks. Show all posts

Saturday 9 August 2014

Recovering deleted files on Windows PC

What happens when we delete the files or folder in our PC/Laptop ?

When a file or folder is deleted from your computer, its contents are not immediately destroyed or deleted permanently. Windows simply marks the hard drive space as being available for use by changing one character in the file table. If you manage to start an undelete/Recover process before Windows overwrites that part of hard disk with new files. You can set that flag back to "on" and get your files back.
 
Data Recovery
Data Recovery

How to recover deleted data?
As I know, you can download some free recovery software as follow to recover deleted files.

NoteStop using the current disk as main disk, please keep it unchangeable before recovering the files in your System/PC.

Pandora Recovery actually recovers files permanently removed from Recycle Bin, files originally deleted using Shift + Delete keys bypassing Recycle Bin and files deleted from DOS prompt. Pandora Recovery allows you to find and recover recoverable deleted files from NTFS-formatted volumes, regardless of their type - you can recover pictures, songs, movies or documents. For more information, please visit the following link.

Find some other tools listed below for recovering the deleted data on your Windows System:


Lets start Recovery........... 


Thursday 16 January 2014

Make your computer Speak


Make your computer speak whatever you input to it.
It looks interesting that, if anybody tells that they will make your computer to speak whatever they write or inputs.
Make your computer speak whatever you input
Make your Computer Speak
To create one such talk script, follow the steps given below:-

Step 1.
 Open Notepad.

Step 2.
 Copy and paste the exact code given below:

     Dim Message, Speak
     Message=InputBox("Enter text and visit http://www.neentech.blogspot.com ","Speak")
     Set Speak=CreateObject("sapi.spvoice")
     Speak.Speak Message


Step 3.
Click on File menu, save As, select All Types in Save as Speak.vbs or "*.vbs"(replace * with your own name.).

Step 4.
Double click on the saved file, then a window will open,like showned in the below figure.
Enter text for computer to speak
Enter text for Computer to speak
Enter some text in enter text column and click OK.

Now your Computer will speak / talk what you typed in step 4.

Windows Compatibility: This VBS file can be executed on all versions of Windows.


Please share it, if you likes the trick.

Search This Blog