Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Yesterday at 9:03 AM
Handmade Character Soft Toys
anil1961
Updated:
Tuesday at 2:11 PM
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Sunday at 3:05 AM
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
Education
Hide Any Folder in Any Windows Ver.
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="ruwanz" data-source="post: 9064894" data-attributes="member: 254629"><p><span style="font-family: 'Garamond'"><span style="font-size: 22px"><strong>Here is a damn awesome way to hide and protect your personal folders..</strong></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">Just copy the following code and past it in a new txt file, change ""PWD" to ur password to open the hidden folder and save as a something.bat file.. </span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">This is how it works, double click the .bat file and it will create a folder named "locker".. Put the folders or files u want to hide in it.. double click the .bat file again n press "y".. It will hide the "locker" folder.. When u want to reopen the locker folder just run the .bat file again and give the password, it will open the locker folder..</span></span> <span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">You dont have to keep the .bat file there with the hidden folder, can move it to anywhere and copy it to the place when needed to open the locker folder.. Juz remember where is ur hidden locker folder is.. Enjoy..!! Cheers..!!</span></span> <span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">Feel free to ask any questions regarding this..</span></span> <span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">========================================================</span></span> <span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">code</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">========================================================</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">cls</span></span> <span style="font-family: 'Garamond'"><span style="font-size: 15px"></span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">@ECHO OFF</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">title Folder Locker</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">if NOT EXIST Locker goto MDLOCKER</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">:CONFIRM</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Are you sure u want to Lock the folder(Y/N)</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">set/p "cho=>"</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">if %cho%==Y goto LOCK</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">if %cho%==y goto LOCK</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">if %cho%==n goto END</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">if %cho%==N goto END</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Invalid choice.</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">goto CONFIRM</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">:LOCK</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Folder locked</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">goto End</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">:UNLOCK</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Open with your own risk</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Enter password to Unlock folder</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">set/p "pass=>"</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">if NOT %pass%=="PWD" goto FAIL</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Folder Unlocked successfully</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">goto End</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">:FAIL</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Invalid password</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">goto end</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">:MDLOCKER</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">md Locker</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">echo Locker created successfully</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">goto End</span></span></p><p><span style="font-family: 'Garamond'"><span style="font-size: 15px">:End</span></span></p></blockquote><p></p>
[QUOTE="ruwanz, post: 9064894, member: 254629"] [FONT=Garamond][SIZE=6][B]Here is a damn awesome way to hide and protect your personal folders..[/B][/SIZE] [SIZE=4]Just copy the following code and past it in a new txt file, change ""PWD" to ur password to open the hidden folder and save as a something.bat file.. This is how it works, double click the .bat file and it will create a folder named "locker".. Put the folders or files u want to hide in it.. double click the .bat file again n press "y".. It will hide the "locker" folder.. When u want to reopen the locker folder just run the .bat file again and give the password, it will open the locker folder..[/SIZE][/FONT] [FONT=Garamond][SIZE=4] You dont have to keep the .bat file there with the hidden folder, can move it to anywhere and copy it to the place when needed to open the locker folder.. Juz remember where is ur hidden locker folder is.. Enjoy..!! Cheers..!![/SIZE][/FONT] [FONT=Garamond][SIZE=4] Feel free to ask any questions regarding this..[/SIZE][/FONT] [FONT=Garamond][SIZE=4] ========================================================[/SIZE][/FONT] [FONT=Garamond][SIZE=4] code ======================================================== cls[/SIZE][/FONT] [FONT=Garamond][SIZE=4] @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 Open with your own risk echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%=="PWD" 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[/SIZE][/FONT] [/QUOTE]
Insert quotes…
Verification
Hata thunen beduwama keeyada? (60 bedeema thuna)
Post reply
Top
Bottom