Sunday, 27 March 2011

Hiding Your Thing Into Secret Folder

Did you afraid of someone who shared a same computer will see your secret file like xxx, confidential file, diary or secret in computer? Now I will teach you how to hide your thing from someone by cut into secret folder.


  1. First, open notepad and copy this code as shown below into notepad.

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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

    2. Then save as <any name>.bat in any place you want to hide your thing. Note: the back of name must type .bat . For example, thisissuck.bat 


    3. Open that bat file, and you will see command prompt(black one) appear. You will see that a new folder named "Locker" inside the place where you saved.


    4. Put inside your secret thing inside that folder. Hide the folder, by typing "Y" in command prompt(black one) and press enter.


    5. The Locker folder is invisible. 


To open back the Locker folder:

  1. Open that bat file, and you will see command prompt(black one) appear. Type any word you want in command prompt and press Enter.
  2. The Locker folder appeared.

To hide back the Locker folder:

  1.  Put inside your secret thing inside that folder. Hide the folder, by typing "Y" in command prompt(black one) and press enter.
  2. The Locker folder is invisible.



Note:
  • The bat file and Locker folder must be in the same folder.
  • Be careful, don't let any people touch the bat file.
  • Sometimes, the bat file can't lock the folder, if this occur, cut and paste the thing inside the Locker to another place, and then cut from that place back to Locker folder, then hide the folder.

Hope you will get some lesson from here. Do you have any question, suggestion or comment? Feel free to comment.

Thursday, 24 March 2011

How To Speed Up Your Internet with Simple Process

If your Internet speed is slow, and not patient enough for longer time to load, here are some trick that I will teach you...


  1. First, open "Start" and then click "Run"
  2. Type "gpedit.msc" in the "Run" and click "OK",then there will appear a screen with the title "Local Group Policy Editor"
  3. After that, go to "Administrative Templates" -> "Network" -> "QoS Packet Scheduler" and click on "Limited reserve bandwidth"
  4. And then change from "Not Configured" to "Enabled"
  5. In the Bandwidth Limit(%), change it to "0" and click OK.


Finally, your Internet Speed will be faster than just now. Hope you have learned something from this tutorial. Enjoy it!!

If you have any question or comment, feel free to comment in this post!