Results 1 to 6 of 6

Thread: How to lock a folder in Windows without using any 3rd party software

  1. #1
    Banned

    Join Date
    Feb 2012
    Posts
    2,361
    Thanks
    166
    Thanked 1,206 Times in 607 Posts
    Rep Power
    0
    Reputation
    16631

    Default How to lock a folder in Windows without using any 3rd party software

    Every one wants security in his/her life. We use different means to secure our self. Same as in case of computer we need security for our files that we don’t want any one to use . So how to lock a folder in our computer without any 3rd party program?

    • Create an elevated command prompt, if not done yet
    • Create two batch files:

    Code:
    REM This batch-file prevents to use data in <foldername> folder
    @ECHO OFF
    REN <foldername> <foldername>.{20d04fe0-3aea-1069-a2d8-08002b30309d}
    After executing the above command the <foldername> folder will look like "My Computer" icon and will act like "My Computer" of Microsoft Windows operating system, means if you now click on <foldername> then "My Computer" will open instead of your <foldername> folder.

    Code:
    REM This batch-file allows to use data in <foldername> folder previously prevented
    @ECHO OFF
    REN <foldername>.{20d04fe0-3aea-1069-a2d8-08002b30309d} <foldername>
    This reconverts <foldername> folder to its original state.


    Read more at
    Last edited by jwoegerbauer; 09-12-13 at 07:56 PM.



Look Here ->
  • #2
    Senior Member

    Join Date
    Mar 2008
    Posts
    1,265
    Thanks
    139
    Thanked 643 Times in 368 Posts
    Rep Power
    455
    Reputation
    10815

    Default

    That's something like putting your money under the mattress. Good, until someone takes a peek, then it's all gone. Windows has reasonably good file encryption built in. If the contents needs to be locked its a far better way. Just remember to disable administrative recovery.

  • #3
    Banned

    Join Date
    Feb 2012
    Posts
    2,361
    Thanks
    166
    Thanked 1,206 Times in 607 Posts
    Rep Power
    0
    Reputation
    16631

    Default

    Quote Originally Posted by SpankedHam View Post
    Windows has reasonably good file encryption built in.
    Correct. But if your encryption certificate and key are lost or damaged and you don't have a backup, you won't be able to use the files that you have encrypted.

  • #4
    Member johnhoward's Avatar
    Join Date
    Jan 2008
    Posts
    253
    Thanks
    66
    Thanked 33 Times in 23 Posts
    Rep Power
    212
    Reputation
    347

    Default

    Why not just make your folder Invisible ????????? works for me and easy too do , realy depends on how sensitive your data is ????? If its super high Sensitive for your eyes only THEN DONT LEAVE IT ON A LOCAL MACHINE , store it offline somewhere.

  • The Following User Says Thank You to johnhoward For This Useful Post:

    Tiny (25-02-14)

  • #5
    Junior Member
    Join Date
    Feb 2014
    Posts
    89
    Thanks
    0
    Thanked 23 Times in 12 Posts
    Rep Power
    131
    Reputation
    240

    Default

    I have been using Folder lock all along I guess there is also another way to lock them without the use of third party software. I think it is a great method for every tech savvy person must know. They need to have more than one way to make something happen.

  • #6
    LSemmens
    lsemmens's Avatar
    Join Date
    Dec 2011
    Location
    Rural South OZ
    Posts
    10,616
    Thanks
    11,900
    Thanked 7,077 Times in 3,348 Posts
    Rep Power
    3162
    Reputation
    132912

    Default

    That will work fine for "Joe Average" but anyone with half an idea that something is to be found will be able to bypass that just by booting from a live CD running an alternate OS.

  • 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
    •