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
Power Lifting Lever Belt
SkullVamp
Updated:
Saturday at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Saturday 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
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
how to lock a folder without using any software in xp!
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="fviran" data-source="post: 4043182" data-attributes="member: 52932"><p>*Copy the following codes (Marked in blue colour):</p><p></p><p><span style="color: Blue"><strong>cls</strong></span></p><p><span style="color: Blue"><strong>@ECHO OFF</strong></span></p><p><span style="color: Blue"><strong>title Folder Locker</strong></span></p><p><span style="color: Blue"><strong>if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK</strong></span></p><p><span style="color: Blue"><strong>if NOT EXIST Locker goto MDLOCKER</strong></span></p><p><span style="color: Blue"><strong>:CONFIRM</strong></span></p><p><span style="color: Blue"><strong>echo Are you sure u want to Lock the folder(Y/N)</strong></span></p><p><span style="color: Blue"><strong>set/p "cho=>"</strong></span></p><p><span style="color: Blue"><strong>if %cho%==Y goto LOCK</strong></span></p><p><span style="color: Blue"><strong>if %cho%==y goto LOCK</strong></span></p><p><span style="color: Blue"><strong>if %cho%==n goto END</strong></span></p><p><span style="color: Blue"><strong>if %cho%==N goto END</strong></span></p><p><span style="color: Blue"><strong>echo Invalid choice.</strong></span></p><p><span style="color: Blue"><strong>goto CONFIRM</strong></span></p><p><span style="color: Blue"><strong>:LOCK</strong></span></p><p><span style="color: Blue"><strong>ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"</strong></span></p><p><span style="color: Blue"><strong>attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"</strong></span></p><p><span style="color: Blue"><strong>echo Folder locked</strong></span></p><p><span style="color: Blue"><strong>goto End</strong></span></p><p><span style="color: Blue"><strong>:UNLOCK</strong></span></p><p><span style="color: Blue"><strong>echo Enter password to Unlock folder</strong></span></p><p><span style="color: Blue"><strong>set/p "pass=>"</strong></span></p><p><span style="color: Blue"><strong>if NOT %pass%==type your password here goto FAIL</strong></span></p><p><span style="color: Blue"><strong>attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"</strong></span></p><p><span style="color: Blue"><strong>ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker</strong></span></p><p><span style="color: Blue"><strong>echo Folder Unlocked successfully</strong></span></p><p><span style="color: Blue"><strong>goto End</strong></span></p><p><span style="color: Blue"><strong>:FAIL</strong></span></p><p><span style="color: Blue"><strong>echo Invalid password</strong></span></p><p><span style="color: Blue"><strong>goto end</strong></span></p><p><span style="color: Blue"><strong>:MDLOCKER</strong></span></p><p><span style="color: Blue"><strong>md Locker</strong></span></p><p><span style="color: Blue"><strong>echo Locker created successfully</strong></span></p><p><span style="color: Blue"><strong>goto End</strong></span></p><p><span style="color: Blue"><strong>:End</strong></span></p><p></p><p>* Now paste it in notepad.</p><p>* Change the "type your password here" with your password (Marked as bold in the above posted matter).</p><p>* Save it as batch file(with extension .bat).Any name will do.</p><p>* Now you see a batch file. Double click it to create a folder locker.</p><p>* A new folder named Locker would be formed at the same location.</p><p>* Now brings all the files you want to hide in the locker folder.</p><p>* Now double click the batch file to lock the folder namely Locker.</p><p>* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.</p></blockquote><p></p>
[QUOTE="fviran, post: 4043182, member: 52932"] *Copy the following codes (Marked in blue colour): [COLOR="Blue"][B]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[/B][/COLOR] * Now paste it in notepad. * Change the "type your password here" with your password (Marked as bold in the above posted matter). * Save it as batch file(with extension .bat).Any name will do. * Now you see a batch file. Double click it to create a folder locker. * A new folder named Locker would be formed at the same location. * Now brings all the files you want to hide in the locker folder. * Now double click the batch file to lock the folder namely Locker. * If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder. [/QUOTE]
Insert quotes…
Verification
Winadiyakata thappara keeyak tibeda?
Post reply
Top
Bottom