Results 1 to 3 of 3

Thread: how to protect folder without any software

  1. #1
    Join Date
    Nov 2010
    Location
    Rohini, Delhi
    Posts
    11

    how to protect folder without any software

    Here is a tip to protect your private folder without any software
    First create a new folder somewhere on your hard drive
    when you name it hold down "Alt" and press "0160". This will create and invisible space so it will appear as if it has no name. Then right click and select "Properties", select the tab "customize" and select "change icon" scroll along and you should have a few blank spaces. click on any one and click ok. when you have saved the settings the folder will be invisible to hide all your personal files

  2. #2
    Join Date
    Dec 2007
    Posts
    2,288

    Re: how to protect folder without any software

    There is another trick that can be done via cmd, you just need to open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. Don't forget to change your password in the code its shown the place where to type your password.
    after creation of Locker folder again click on the locker.bat.it will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder again.


    ****************************************
    ******************


    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

  3. #3
    Join Date
    Nov 2010
    Location
    Rohini, Delhi
    Posts
    11

    Re: how to protect folder without any software

    good one.
    It redirects the folder path to control panel I suppose.

Similar Threads

  1. Folder Lock Without Any Software
    By JoeFrat in forum Tips & Tweaks
    Replies: 9
    Last Post: 24-07-2011, 03:26 AM
  2. How to Password Protect and Lock Folder in Windows 7
    By TheHibiscus in forum Windows Software
    Replies: 3
    Last Post: 17-01-2011, 05:16 PM
  3. Lock folder without any software
    By SpearMan in forum Tips & Tweaks
    Replies: 12
    Last Post: 11-10-2010, 08:49 PM
  4. INFO, Dongle : hardware to protect u'r software!
    By imeyadellia in forum Networking & Security
    Replies: 4
    Last Post: 20-08-2010, 10:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,876,267.04945 seconds with 16 queries