Share the Blog

Saturday 12 April 2014

How to Remove Full Google History Instantly ?

 


  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.
  2. Click on the gear  icon again, and then go to Settings.
     3.Click on the delete all link. You'll be prompted for a confirmation. Click on Delete all again, and your entire search history is gone!
undefined
  4.(Optional ) Click on the Turn off button on the Settings page to stop Google from storing your history again

Friday 11 April 2014

How to Hide Files Behind The Images

1. Select an image to be used for hiding file behind the image.
2. Now select a file to hide behind the image and make it in .RAR format. With the help of the WinRAR.
3. And most important is that paste both the files on desktop. You may do this anywhere instead of desktop if you have some basic understanding of command line.
4. Now open cmd by going to Start > Run > type cmd and press enter, and type following commands in it.
                                                                cd desktop
                                    copy /b imagename.jpg+filename.rar finalimagename.jpg
 
 
  •  Replace Imagename with the name of image where you want to hide the files. Remember the extensions .jpg, .gif, .png and replace .jpg with the extension of the image. I have used  .png image here. Check the Screenshot.
  • Replace filename with the name of rar file.
  • Replace finalimagename with the name of image in which you want to save your files.
5.Now if you will open new image you will see the same image.
           
                                        How to use Files hidden in the Image ?
  1. Open WinRAR.
  2. Drag the image into its area.
  3. Extract the files.
Click Images to view clearly.
 

Wednesday 9 April 2014

Password Protect Any folder Without Any Software

  1. Copy the following code in Notepad
  cls
@ECHO OFF
title tricksntips4pc.blogspot.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%== tricksntips4pc 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. Save this file as lock.bat ( .bat is must )
3.Double click on lock.bat and new folder named MyFolder will be created.
4.Copy the data you need to hide in that folder.
5.Now double click on lock.bat again and press y and then enter in the command prompt window that appears.
6.If you want to access MyFolder anytime double click on lock.bat and enter the password. (Default password is tricksntips4pc) . The password can be changed by replacing tricksntips4pc with the desired password in the code .
7. The folder Now can be accessed again.
8.For locking folder again repeat the 5th step.
If you have problem write them in comment and I will sort them Out.
Share and comment if you liked it.

Grab Someones IP Address

  1. Copy the code in notepad and save it as grab.php
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);

imagefill($img_number,0,0,$backcolor);
$number0 = " This is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";

Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);

header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>

2.Make account on Any of free web hosting sites such as Ripway and My3gb.
3.Upload grab.php to your free web hosting site.
4.Copy link of uploaded file and send it to the person of whom u want to get IP address through email or facebook.
5.As he will click on that link his IP address will be saved to your free web hosting site account.
6.Now Enjoy.

Redirect to Any Website Using Google URL

Today I will show you to make Google link that redirects you to any webpage you wish. This URL will start with www.google.com and followed with some characters and symbols. You can trick users to visit your site by changing your webpage URL that look like Google, As no one will doubt Google. So lets get in to.
 
  1. Enter the URL of the page or website you want to redirect to and click on submit button.
  2. Now you will she a Google URL generated.
  3. Upon clicking that you will be redirected to that webpage or website.
                                                                     EXAMPLE
 
                                      This link will redirect to trickntips4pc.blogspot.com

Tuesday 8 April 2014

How to view Hidden files in Windows 8 ?


  1. Open control panel by shortcut on desktop or by going to charms > settings > Control panel.
  2. Now click on the appearance and personalisation.
  3. Here in the folder options click on show Hidden files button.
  4. Check the Show hidden files button and click OK.
  5. Now you will be able to see the files that are hidden on your PC.

                                 Click Images To view Clearly. Watch the Video !

Thursday 20 March 2014

How to watch Starsports.com Live Matches Free Unlimited

Are you fed up only the ten minutes free live streaming offered to you by starsports.com, then I have something that to my view will help you in solving this problem. You can watch free matches unlimited but the thing s you need to repeat the process every ten minutes.

  1. Open starsports.com and choose the match you want to see, you can select any of the sports like cricket, football etc.
  2. After watching for ten minutes if you haven't subscribed a message will appear.
  3. Close the tab in which you have opened the site.
  4. Now, in Internet explorer go to Settings-----------Safety-----------Delete browsing history.
     
     
  5. In the options select the first three options and delete them.
  6. Now, you can open starsports.com in other tab to watch again the match.
  7. After 10 minutes again repeat this process.
If I find a better method I will inform my readers. This method is only for IE, I will inform you about Firefox and Chrome also.
                                                For suggestions Contact

                                               Alternative good Trick
  1. Open the website starsports.com.
  2. change your date of the system to the previous day i.e. 06-04-2014.
  3. You can use control panel for this.
  4.  Now reload the page time will be increased to 15:00 min and it will never go below 14:00.
  5. So now you can enjoy ipl, FIFA, Formula 1 etc. free hd streaming on your pc all here you need is a good internet connection preferably 3G or 4G.

 

Wednesday 19 March 2014

Secrets and tips for Windows 8

     How to turn live tiles off ???
  1. Firstly press the windows button on your keyboard.
  2. Right click on the app for which you want the live tiles to be off.
  3. Click on the "Turn live tile off" button.
   Use two apps Simultaneously
  1.   Open one app like desktop i.e. the one of the app you want to use.
  2. Now open the other app like Mail in Windows 8.
  3. Drag the mouse to top left corner of the desktop. There you will see a small view of the other app i.e. desktop.
  4. Right click there and click on snap left or snap right button as per your wish.
  5. You can use the other app by double clicking on the line between the two apps.
     

Windows 8 Keyboard Shortcuts

Knowing at least some of the Windows 8 keyboard shortcuts will make your Windows 8 experience much more enjoyable. Try to memorize these top Windows 8 shortcut keys.
  • Press the Windows key to open the Start screen or switch to the Desktop (if open).
  • Press the Windows key + D will open the Windows Desktop.
  • Press the Windows key + . to pin and unpin Windows apps on the side of the screen.
  • Press the Windows key + X to open the power user menu, which gives you access to many of the features most power users would want (e.g. Device Manager and Command Prompt).
  • Press the Windows key + C to open the Charms.
  • Press the Windows key + I to open the Settings, which is the same Settings found in Charms.
  • Press and hold the Windows key + Tab to show open apps.
  • Press the Windows key + Print screen to create a screen shot, which is automatically saved into your My Pictures folder.
                                                             For suggestions Contact me

How to recover Scratched CDs ??

1. Spread a cloth on a flat surface and place the CD on it.
2. Then, hold the disc with one hand, use the other to wipe the polish into the affected area with a soft cloth.
3. Wait for it to dry and buff using short, brisk strokes along the scratch, not across it.
4. A cloth sold to wipe spectacles or camera lenses will work super m8's.
5. When you can no longer see the scratch,, wash the disc with water and let it dry before playing. Interesting isn't it? Try it right now
I have used toothpaste with good effects before I have also used car paint cutting compound on deeper scratches. It does leave lots of smaller scratches (as it is a cutting compound after all) but it will remove the worst scratches in most cases.
  You are going to b surely benefitted by this Operation

* Fingermarks/prints cause 43% of disc problems!
* General wear & tear causes 25% of disc problems!
* Player-related issues cause 15% of disc problems!
* Remaining Others

Increase Startup Speed in Windows 8

  1. Press Ctrl+Alt+Del to open task manager. 
  2. Click on the Startup Menu.
  3. Choose the applications with high impact on startup.
  4. Check the applications extremely useful to you or your pc like HP Digital Imaging monitor.
  5. Other then the required applications disable all other applications as Skydrive and others.
  6. Your speed of startup will be increased.


                                                          For Suggestions Contact us                                        
                                                 Mail me to punia.punia5@outlook.com