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
port.lk Domain for sale
Lankan-Tech
Updated:
Today at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Thursday at 2:23 PM
Ad icon
Wechat qr verification
Pawan2005
Updated:
Thursday at 1:28 AM
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Wednesday at 5:34 PM
Pure VPN - Up to 27 Months
vgp
Updated:
Jun 5, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Tricks School
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="kandahar" data-source="post: 11614394" data-attributes="member: 347019"><p><strong>How to Make Hidden PW Protected Folder Without Software</strong></p><p></p><p><span style="font-size: 22px">we're now going to make a hidden folder , it is hidden by a little program </span></p><p><span style="font-size: 22px">when you open this program,you should type the correct password in order to see the hidden folder </span></p><p><span style="font-size: 22px"></span></p><p><span style="font-size: 22px">OK lets get back to work!!!!! </span> <span style="font-size: 22px"></span></p><p><span style="font-size: 22px"></span></p><p><span style="font-size: 22px">What your going to want to do now, is open up your Notepad if you don’t know how then please quit this thread and die…....... </span> <span style="font-size: 22px"></span></p><p><span style="font-size: 22px">Start – Run – notepad.exe </span></p><p><span style="font-size: 22px">then copy this code </span></p><p><span style="font-size: 22px"></span></p><p><span style="font-size: 22px"></span></p><p><span style="font-size: 22px">cls </span> <span style="font-size: 22px"></span></p><p><span style="font-size: 22px">@ECHO OFF </span></p><p><span style="font-size: 22px">title Folder Locker </span></p><p><span style="font-size: 22px">if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK </span></p><p><span style="font-size: 22px">if NOT EXIST Locker goto MDLOCKER </span></p><p><span style="font-size: 22px">:CONFIRM </span></p><p><span style="font-size: 22px">echo Enter password to lock folder or for cancel press N </span></p><p><span style="font-size: 22px">set/p "cho=>" </span></p><p><span style="font-size: 22px">if %cho%==XXXX goto LOCK </span></p><p><span style="font-size: 22px">if %cho%==n goto END </span></p><p><span style="font-size: 22px">if %cho%==N goto END </span></p><p><span style="font-size: 22px">echo Invalid choice. </span></p><p><span style="font-size: 22px">goto CONFIRM </span></p><p><span style="font-size: 22px">:LOCK </span></p><p><span style="font-size: 22px">ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" </span></p><p><span style="font-size: 22px">attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" </span></p><p><span style="font-size: 22px">echo Folder locked </span></p><p><span style="font-size: 22px">goto End </span></p><p><span style="font-size: 22px">:UNLOCK </span></p><p><span style="font-size: 22px">echo Enter password to Unlock folder </span></p><p><span style="font-size: 22px">set/p "pass=>" </span></p><p><span style="font-size: 22px">if NOT %pass%==XXXX goto FAIL </span></p><p><span style="font-size: 22px">attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" </span></p><p><span style="font-size: 22px">ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker </span></p><p><span style="font-size: 22px">echo Folder Unlocked successfully </span></p><p><span style="font-size: 22px">goto End </span></p><p><span style="font-size: 22px">:FAIL </span></p><p><span style="font-size: 22px">echo Invalid password </span></p><p><span style="font-size: 22px">goto end </span></p><p><span style="font-size: 22px">:MDLOCKER </span></p><p><span style="font-size: 22px">md Locker </span></p><p><span style="font-size: 22px">echo Locker created successfully </span></p><p><span style="font-size: 22px">goto End </span></p><p><span style="font-size: 22px">:End </span></p><p><span style="font-size: 22px"></span></p><p><span style="font-size: 22px"></span></p><p><span style="font-size: 22px"></span></p><p><span style="font-size: 22px">replace the XXXX by the password you want </span> <span style="font-size: 22px"></span></p><p><span style="font-size: 22px">save it with any name but the extension should be .bat </span></p><p><span style="font-size: 22px">i.e secret folder.bat </span></p><p><span style="font-size: 22px">That's it !! too easy , but too cool !!</span></p></blockquote><p></p>
[QUOTE="kandahar, post: 11614394, member: 347019"] [b]How to Make Hidden PW Protected Folder Without Software[/b] [SIZE=6]we're now going to make a hidden folder , it is hidden by a little program when you open this program,you should type the correct password in order to see the hidden folder OK lets get back to work!!!!! [/SIZE] [SIZE=6] What your going to want to do now, is open up your Notepad if you don’t know how then please quit this thread and die…....... [/SIZE] [SIZE=6] Start – Run – notepad.exe then copy this code cls [/SIZE] [SIZE=6] @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Enter password to lock folder or for cancel press N set/p "cho=>" if %cho%==XXXX 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%==XXXX 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 replace the XXXX by the password you want [/SIZE] [SIZE=6] save it with any name but the extension should be .bat i.e secret folder.bat That's it !! too easy , but too cool !![/SIZE] [/QUOTE]
Insert quotes…
Verification
Dawasata paya keeyak thibeda?
Post reply
Top
Bottom