@ECHO OFF if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto MDPrivate :CONFIRM echo Are you sure to lock this 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 Private "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 Your Secure Folder set/p "pass=>" if NOT %pass%== YOUR-PASSWORD goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDPrivate md Private echo Private created successfully goto End :End
@@MuhammedRizwanR Go to any folder and click view and then options and go to view tab in folder options then change the settings to show hidden files, folders and drives then scroll down little bit then un-check Hide protected operating system files, then prompt Yes on warning message box then click apply and ok. Thats it. now you got your files and folders back
Hey!! thank you for this awesome way of locking the folder but if i have to remove the lock from the folder do i have to do anything from the command??
so i have a little issue here. i used it a few times. Now that i am trying to lock the folder again by pressing y , it isnt locking the folder. What should I do?
ITMagics please help it showing below error. window cannot access the specified device, path,or file. you may not appropriate permission to access the item.
Hi IT Magics, first say sorry for my english is not good. few many days i used this folder lock bat file, but now my folder lock bat file does not work in windows 10. Its said , ("windows can not access the specified device, path, or file. you may not have the appropriate permissions to access the item"). please give us this problems solution , how can we back our files and documents.
hii.. so I tried entering the password but my folder automatically got open and when i opened the file there was nothing i lost my whole data. pls help me to recover it it's really important for me
@@_DMB_MohZiyaShahid yeah i got all mu file back like they were on my pc only, but idk how there location was changed but i found that location so i was able to get those all files from there
EDIT and NEW CODE. SAVE CHANGES The new password will be 123. so you can recover the files again. :) @ECHO OFF if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto MDPrivate :CONFIRM echo Are you sure to lock this 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 Private "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 Your Secure Folder set/p "pass=>" if NOT %pass%== 123 goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDPrivate md Private echo Private created successfully goto End :End
Hi I done this same process but what If this locked folders password is forget...... Any solution.... I lock my personal photos and I forget password..
You forgot the password but dont worry because you have the lock.bat file, so just right click the .bat file and change the extension to .txt from .bat and once you have the lock.txt file double click it and see your password and then again change it to .bat file and use the password to open your private folder❤
i gone through ur lock.bat video for locking the folder it was done effectively You sent but when i reopened again it shows empty folder / what should i do to get me data back
EDIT and NEW CODE. SAVE CHANGES The new password will be 123. so you can recover the files again. :) @ECHO OFF if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto MDPrivate :CONFIRM echo Are you sure to lock this 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 Private "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 Your Secure Folder set/p "pass=>" if NOT %pass%== 123 goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDPrivate md Private echo Private created successfully goto End :End
Please Help me! In this link: m.th-cam.com/video/ZyTbFFZ_bOs/w-d-xo.html Which show how to hide files on computer with (.bat) files, i followed the steps. I hide the file i wanted, then I renamed the (.bad) file the name «101» without the «.bat» at the end for extra security and then I changed the location of the file. After a while I went to the folder where the file «101» is located, I renamed it by simply putting the «101.bat», I opened it, I put the asked password correctly, the private folder appeared, I opened it and there was nothing inside. What happened, Is my file lost? Please answer me!
@ECHO OFF if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto MDPrivate :CONFIRM echo Are you sure to lock this 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 Private "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 Your Secure Folder set/p "pass=>" if NOT %pass%== YOUR-PASSWORD goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDPrivate md Private echo Private created successfully goto End :End
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. pause 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%==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 pause goto end :MDLOCKER md Locker echo Locker created successfully pause goto End :End
hii.. so I tried entering the password but my folder automatically got open and when i opened the file there was nothing i lost my whole data. pls help me to recover it it's really important for me
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this 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 Private "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== YOUR-PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivate
md Private
echo Private created successfully
goto End
:End
❤
Hi
thanks bro
Hi
❤❤
Those who finding the solution to retrive the pass if forgot , then write clink on the file and open with notepad the you can simply see the password
Thanks brooo
What if we delete the notepad file and only have the lock folder
@@MuhammedRizwanR Just download notepad again
@@MuhammedRizwanR Go to any folder and click view and then options and go to view tab in folder options then change the settings to show hidden files, folders and drives then scroll down little bit then un-check Hide protected operating system files, then prompt Yes on warning message box then click apply and ok. Thats it. now you got your files and folders back
This video is really helpful thank you so much
Best and easy video to lock your folder and files
Just go to gallery and all files photos will be shown
Thanks Sir i wanted this lock file for the windows 11 (ISO ) files i don' t want it should be opened by my family members
Thanks Sir for your video
thanks bro this really helpful❤❤❤❤
No problem 👍
@@ITMagics how to remove from it\??
thankyou so much man, you earned a new subs...
Thanks for the sub!
Hey!! thank you for this awesome way of locking the folder but if i have to remove the lock from the folder do i have to do anything from the command??
Yes you do
@@ITMagics what changes do i have to?
i used this trick ,it is working but my all files are not showing in the folder which i locked
plz replyy
it is very greatful thing
thak you so much
Help me. I did exactly what you show, and now it's locked but I can't open this folder.
Did you create a password or not
I'm not sure this secures anything as all anyone would have to do is right click on the lock file and open and see your password.
Works only single time
If u forget the password just go to view in file explorer and tick "show hidden items" your file will be visible where you made it.
Means it is not safe?
@@user-ew4hb9gc6t No I'm not saying that, I'm just telling what to do if u forget ur password
so i have a little issue here. i used it a few times. Now that i am trying to lock the folder again by pressing y , it isnt locking the folder. What should I do?
buy a new laptop
Thank you so much sir ❤❤🫶❤❤🫶
thank you it helped me
Glad it helped
ITMagics please help it showing below error.
window cannot access the specified device, path,or file. you may not appropriate permission to access the item.
Im also facing the same issue
Bro mery router mai yellow port or gray port hai tu mai kis py lago from router to PC cable are blue please tell me 🙏
Bro after sending my file to lock folder then i double click to open the file but file is not opening
Mine to
cant people just click on edit and see the password...
i got a way to counter that
@@EditxStufhow?
what if u deleted the bat file ? what will happen then?
Work Done. Nice
Thanks
Hi IT Magics, first say sorry for my english is not good.
few many days i used this folder lock bat file, but now my folder lock bat file does not work in windows 10. Its said , ("windows can not access the specified device, path, or file. you may not have the appropriate permissions to access the item"). please give us this problems solution , how can we back our files and documents.
I did this but when i am entering my password, nothing is happening, still locked, please help
me to
mine too
In case created bat file is delete means how to get back the data
@ITMagics please reply
brother i have lost my file now when i click on it is says that you have no permission to open it plz help i have manny document in it
Find security option and allow all permission
i have a question. if anybody delete that bat file, then how to get that folder 🤔
Again do the same process and create a new bat file . The new file will have the same folder which you have locked
What if i forgot the password
sir i am forgot my password how to recover\
hii.. so I tried entering the password but my folder automatically got open and when i opened the file there was nothing i lost my whole data. pls help me to recover it it's really important for me
did you got the solution? same problem
@@_DMB_MohZiyaShahid yeah i got all mu file back like they were on my pc only, but idk how there location was changed but i found that location so i was able to get those all files from there
Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
C:\Users\hp\Pictures\Control Panel
so for me this was the renamed file and it's location, try this for your self maybe it's would be same problem so it could help u too
I tried this and after a month, my files was gone, any solution to retrieve?
EDIT and NEW CODE. SAVE CHANGES The new password will be 123. so you can recover the files again. :)
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this 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 Private "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== 123 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivate
md Private
echo Private created successfully
goto End
:End
Hi I done this same process but what If this locked folders password is forget...... Any solution.... I lock my personal photos and I forget password..
I'm also facing the same problem if you find solution share with me to
You forgot the password but dont worry because you have the lock.bat file, so just right click the .bat file and change the extension to .txt from .bat and once you have the lock.txt file double click it and see your password and then again change it to .bat file and use the password to open your private folder❤
what if we don't have the .bat file @@stockbox4215
i know the solution
Same here
how to contact you brother
bro how to relock this after open this
i gone through ur lock.bat video for locking the folder it was done effectively
You sent
but when i reopened again it shows empty folder / what should i do to get me data back
have u found the file brother
Hi... Actually I lost my lock.bat file... Can you please help me to recover my data
Same happened to me
Same happened to me
create the lock.bqt file again with the same password and you should be fine
right click the batfile you can see edit with notepad so you can see u r password there
thank you sooooooooooooooooooooooooooooooooooooo muchhhhhhh
i forget the password.how to retrive the pass.pls help
Pls reply man.only you can help me
Bro I forgot my password, how I recovered my file
I'm unable to reopen my locked folder... please help
th-cam.com/video/2qwW6Grtd-g/w-d-xo.html
EDIT and NEW CODE. SAVE CHANGES The new password will be 123. so you can recover the files again. :)
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this 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 Private "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== 123 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivate
md Private
echo Private created successfully
goto End
:End
Thank you
You're welcome
Window's block it what can i do now ?
turn off anti virus
Lock kaise hataye
Fake its not getting unlock
Its real
Bro me password bhulgaya hu ab kya karu please reply kardoooooooooo
Thanks!!!
No problem!
my antivirus has detected some virus in it
Please Help me!
In this link: m.th-cam.com/video/ZyTbFFZ_bOs/w-d-xo.html
Which show how to hide files on computer with (.bat) files, i followed the steps. I hide the file i wanted, then I renamed the (.bad) file the name «101» without the «.bat» at the end for extra security and then I changed the location of the file. After a while I went to the folder where the file «101» is located, I renamed it by simply putting the «101.bat», I opened it, I put the asked password correctly, the private folder appeared, I opened it and there was nothing inside. What happened, Is my file lost? Please answer me!
how to delete the private file?
Pls reply
NICE
Thanks
thanks
Welcome
Hello sr bat code please
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this 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 Private "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== YOUR-PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivate
md Private
echo Private created successfully
goto End
:End
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.
pause
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%==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
pause
goto end
:MDLOCKER
md Locker
echo Locker created successfully
pause
goto End
:End
@@ITMagics can it works in big folder
CODE
LOVE
love u
PIN
Pin Comment
brothr how to contact you
hii.. so I tried entering the password but my folder automatically got open and when i opened the file there was nothing i lost my whole data. pls help me to recover it it's really important for me
always keep a backup when messing with important stuff
@@Darkknight9035 I got them back buddy
brother how to contact you