Saturday, July 27, 2013

Bypass Trial Period of softwares ....

How to Manually Bypass Trial Period of Softwares 

This trick generally works for most of the 3rd party applications, here we won't use any kind of time stopper or lame stuff like that. What we will do is clear tracks so that app doesn't realize we used the software before uninstalling it and are reinstalling it. 









Step 1: 
First thing to do is uninstall the application.
Step 2: 

Go to Start Type "Regedit".
Step 3: 

Go to HK Local Machine -> Software -> Your Software name. Delete the Key.

Do this for HK Current user if there exists a key of that software.

Step 4: 

Go to run type "%temp%. Delete all files. Well they are just temporary files so it won't matter, it will only clean up ur pc little bit if not anything else. 

Step 5: 
Go to Users -> Username -> Appdata Check all 3 directories that is "Local", "LocalLow", "Roaming" for your software entry. Delete that.Step 6: 

 
Reinstall application and enjoy the next trial. Just perform this everytime trial expires.

Thursday, July 11, 2013

funny and easyharmlessly batch file

Here is a fun, funny, and easy way to annoy your friends and family members by (harmlessly) messing with their computers. This one is a simple batch file that makes a message box pop up that says anything you want. The trick: no matter how many times you click OK, the message will never go away! Have fun!



Step 1: The Batch File

 

1 : open notepad (under Start > All Programs > Accesories > Notepad
Copy and paste these lines into Notepad:

@echo off
:top
msg * Insert your message here
goto top

Be sure to delete "insert your message here" and replace it with your own message!