Skip to main content

Posts

Showing posts from March, 2015

how to remove your entire Google web history.

In this post, I'll show you how to remove your entire Google web history. Before we begin, please note that any data you remove will be deleted permanently. Google keeps a lot of useful information that helps you find what you're looking for faster. It gives you quick access to webpages you've visited in the past, and even lets you know in search results which pages you've visited, and when. This information can be useful if you're a power user, and like to get things done quickly. But if you still want, you can go ahead and erase your entire web history. You can also pick and choose individual items to remove, so that you won't lose everything. Delete your Google Web History Follow these steps to partially or completely. Step 1 : Visit your Google History page at  https://www.google.com/history . Alternatively, you can click the gear icon   on the upper right corner of a search results page, and then go to  Search history . Step 2 : Click on th...

How to make Bootable Pen-drive

Today i'm gonna tell you how to make a bootable pendrive. Steps To Make Bootable Pendrive Step 1: Insert your pendrive in USB Port Step 2: Navigate toStart>>Run[OR press Ctrl+R] and type cmd and press Enter to open Command Prompt.|Windows Vista and Windows 7 users will have to navigate to Start>>All Programs>>Accessories>>Right-click onCommandPromptand select Run as Administrator| Step 3: In Command Prompt type DISKPART Step 4: The next step is to type LIST DISK and press Enter Step 5: Observe carefully, you will see Disk 0 normally this is your Hard DiskFind your USB Device number, In my caseDisk 1 is my USB pen drive Please note that Disk 1 may not pen drive in your case, so be careful with this step Step 6: Now type SELECT Disk1 and press Enter Step 7: Now type CLEAN and press Enter, this will erase data from Disk 1(in my case) i.e. your Pen Drive. Step 8: Type Create Partition Primary and press Enter Step 9: Type Select Partition 1 and press Enter Ste...

Easy Folder lock with notepad

Folder Lock With Password Without Any Software Folder Lock Without Software –Paste the code given below in notepad file and ‘Save’ it as batch file (with extension ‘.bat’). Any name will do. Then you see a batch file. Double click on this batch file to create a folder lock program. New folder named ‘Locker’ would be formed at the same location. Now bring all the files you want to hide in the ‘Locker’ folder. Double click on the batch file to lock the folder namely ‘Locker’. If you want to unlock your files,double click the batch file again and you would be prompted for password. Enter the password and enjoy access to the folder. if EXIST “Control Panel. {21EC2020-3AEA-1069-A2DD -08002B30309D}” goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the 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 L...