Monday, January 6, 2014

Dancing Keyboard LED Light Trick

As we know keyboards having 3 LEDs
1. NUM LOCK, 2.CAPS LOCK, 3.SCROLL LOCK

Here is a trick to use the lights of your keyboard in a more creative manner in Windows.
This trick uses a simple Visual basic script which when activated makes your scroll lock, caps lock and num locks LED's flash in a cool rhythmic way.

for this Open Notepad Paste The below Code

      Set WEBCHILLER =wscript.CreateObject("WScript.Shell")
      do
      wscript.sleep 100
      WEBCHILLER.sendkeys "{CAPSLOCK}"

Sunday, January 5, 2014

Lock Folder with out Software

       Everyone of us have some private files on systems which we do not want others to access them. Some hide those files on computer and some others use software or password to protect them. But using a software leads to many problems, also when we format our system the software will be removed automatically which causes your protected files to be public.

So , it is good to password protect a file on computer using a simple notepad trick by using .BAT extension.

    Open Notepad and paste the following program in the notepad.

Friday, January 3, 2014

Just Rename and Lock your Folder

      This is not about Locking but Converting a folder into System Component, so that you can convert you valuable and private folder to system component and no one can access such folder in normal way. After converting, your folder will work as converted system component. For example, if you convert your folder into My Computer, it will work as My Computer and others won’t be aware about this cheat. In this case even your Administrator can't access to your files.
 
  Here are two ways you can do this   1.Using NotePad     2.Using Command Prompt.

   Option 1. Open NotePad, write any one of these ren commands for example ren YourFolderName YourFolderName.{20D04FE0-3AEA-1069-A2D8-08002B30309D} and then save it as "lock.bat", in the same location where your folder which is being converting exists.
Now double click Lock.bat, you will see your folder converted into System Component (My Computer or Recycle bin or etc..)
To Unlock this Open another NotePad and write the