Studio Press

Just another Blogger Blog

ad

FOLDER LOCKER WITH PASSORD WIDOUT ANY S\W


FOLDER LOCKER WITH PASSORD WIDOUT ANY S\W
Copy the following prgram:

cls
@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%==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


* Nw paste it in notepad.
whERE it sayIn " type urz pass here " ryt uRz PasS there nD thN savE it !! aS anY naME !!![.bat] fiLE !!!! Its A CooL TriCK !! GuYZ chk It !!!

plzz comment about it

How to Hide the drives(c:,d:,e:,...etc) in Ur Comp

How to Hide the drives(c:,d:,e:,...etc) in Ur Comp


This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer


Now in the right pane
create a new DWORD item and name it NoDrives (it is case sensitive).
Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
Now restart your Computer.
So, now when you click on My Computer, no drives will be shown(all gone...).

To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your Computer.You can now see all the drives again.

Magic........lolzzzzzzzzzz

plzz reply abut this trick

ONE CLICK COMPUTER LOCK ! ! ! ! !

One-Click computer Lock

Now What u have to do is to just follow the steps to create a one-click Computer Lock shortcut on your desktop:


1. On your desktop, right-click on a blank spot and point to New, then click on Shortcut.

2- Now click BROWSE Button and then gave any Path where u want to place that shortcut. ( best place for this is Desktop)

3- Now click Next and then type any name (of ur choice) for that Icon (icon for Lock of Computer)

4- Now right-click the newly created icon and choose its Propertes (pop-up-menu)

5- Now click on Shortcut Tab

6- in Front of TARGET address bar. just copy and paste the following line

%windir%\system32\rundll32.exe user32.dll,LockWorkStation