latest tips and tricks

hi... dear friends..........first thanking u very much for being here to visit my blog,get latest tips and tricks,the site would be updated daily

Showing posts with label 18. Show all posts
Showing posts with label 18. Show all posts

Monday, 17 October 2011

18.how to lock the folders with out a software

You can lock and unlock your folder with this simple trick !
Procedure :
1. Make a folder on the desktop and name it as “folder”
2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.
3. In the ‘save as’ name it as lock.bat and click save ! (Save it on Desktop)
4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.
5. In the ‘save as’ name it as key.bat and click save ! (Save it on Desktop)
6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !
8. Lock your folder and hide the key.bat somewhere else on your hard disk !
9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it !

Thursday, 8 September 2011

18.Star Wars in ASCII – Watch a Movie From your Command Prompt

This is certainly one of the coolest things I have EVER seen. It must have taken Simon Jansen a lot of time to make – a FULL-LENGTH movie in ASCII? I can’t believe it..
Well then, enough hype.  Let’s get to business.
Go to Start -> Run and type telnet towel.blinkenlights.nl
Enjoy!


Note: The movie doesn’t have any color or sound, but the subtitles will make everything clear enough.

Tuesday, 16 August 2011

18.Browser Shaking

This is a fun little trick that can create a shaking screen on your web browser (i.e. Internet Explorer, etc..)
The trick is simply a small Java Script that causes your browser window to move to different positions, causing a shake of your entire screen. It's kind of cool to watch and see what Java Script can do! Try it out..
Use this trick at your own risk.


Here's how:
Copy this entire line and paste it onto your address box, then press Enter:

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)