Forum
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%== BURAYA PASSWORD YAZILACAK 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
yukarıdaki kodlarla taşınabilir harddiskteki bir klasörü şifreledım daha sonra bılgısayara format atmak zorunda kaldım harddiski pc ye taktıgımda şifrelenen klasörümün msdos toplu iş dosyası haline geldiğini gördüm uzun süredir uğraşıyorum ama ne yaptıysam açılmadı yardım edebilirmisiniz?
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%== BURAYA PASSWORD YAZILACAK 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
:Endyukarıdaki kodlarla taşınabilir harddiskteki bir klasörü şifreledım daha sonra bılgısayara format atmak zorunda kaldım harddiski pc ye taktıgımda şifrelenen klasörümün msdos toplu iş dosyası haline geldiğini gördüm uzun süredir uğraşıyorum ama ne yaptıysam açılmadı yardım edebilirmisiniz?
Merhabalar Portalımıza hoşgeldiniz. Aşağıdakileri deneyebilir misiniz?
---
simply convert ur folder to system folder.....so that it is invisible to the normal user................
to view ur folder without entering the password just follow the steps below.............
1>go to tools
2>folder option
3>click on view
4>uncheck the "Hide protected operating system files(Recommended)".