Saturday, 28 January 2012

How to lock folders without using any software

Lock and hide folders using notepad

1.  Open Notepad
2.  Copy the code below and paste it in notepad.
cls 
:End 
@ECHO OFF 
title Folder Locker 
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%==12345678 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 

Monday, 23 January 2012

Increase Your Internet Speed By 20%

How to increase your internet speed by 20%


Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Update and interrogating your PC, etc...


so, this is how you can get the used 20% bandwidth back:


1. Click start menu, and open Run, or you can use shortcut by pressing "Windows logo + R", and type "gpedit.msc" without quotes. This will opens the group policy editor.
2. From the left hand side of the windows:
     > double click on "Local Computer Policy"
     > double click on "Computer Configuration"
     > double click on "Administrative Templates"
     > double click on "Network"
     > double click on "QOS Packet Scheduler"