Jump to content
C0nfigurati0n

Parolare Folder fara niciun program

Recommended Posts

Deci:

Parolare Folder Fara niciun program.

Copiati Codul de mai jos:

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 Wtf are you sure u want to Lock the folder (C0nfigurati0n)(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 Haha, enter password to Unlock folder

set/p "pass=>"

if NOT %pass%==Parola Ta Aici goto FAIL (sterge si "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

Il bagati in notepad si il salvati in extensia *bat

Il descideti si blabla...

Bafta

Link to comment
Share on other sites

nu mai faceti pe voi, chestia cu ascunsu folderului si parola e o prostie, tot ce trebuie sa faci ca sa vezi folderul ascuns si "cica parolat" trebuie sa bifezi "Show hidden files and folders" si sa debifezi "Hide protected operating system files (Recommended)" .... tot ce faci e sa "transformi" un folder untr`unul care "cica" apartine systemului de operare !!!

Link to comment
Share on other sites

nu mai faceti pe voi, chestia cu ascunsu folderului si parola e o prostie, tot ce trebuie sa faci ca sa vezi folderul ascuns si "cica parolat" trebuie sa bifezi "Show hidden files and folders" si sa debifezi "Hide protected operating system files (Recommended)" .... tot ce faci e sa "transformi" un folder untr`unul care "cica" apartine systemului de operare !!!

Sau sa dai Edit la *bat si vezi parola :));)

stiu

Link to comment
Share on other sites

1. Folder Options->View->Show hidden files and folders

sau

2. faci un text,pui extensia bat/cmd, paste

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

dupa care dai rename si gata

sau din scriptu lu baiatu stergi linia:

if NOT %pass%==Parola Ta Aici goto FAIL (sterge si "goto FAIL")

dai save si executi, enter si gata

Link to comment
Share on other sites

1. Folder Options->View->Show hidden files and folders

sau

2. faci un text,pui extensia bat/cmd, paste

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

dupa care dai rename si gata

sau din scriptu lu baiatu stergi linia:

if NOT %pass%==Parola Ta Aici goto FAIL (sterge si "goto FAIL")

dai save si executi, enter si gata

Am incercat primele doua variante si nu a aparut folderu cu numele loker...

Iar a treia varianta nu o inteleg. trebuie sa editez fisieru? daca da...cum ii dau edit ? nu imi mai apare open witch ca sa`l deschid cu notepadu pt. a sterge linia respectiva...

EDIT: Gata...am rezolvat problema. MS!

Edited by Iggy
Link to comment
Share on other sites

1. scuzele mele dar daca citeai mai bine vedeai ca cineva a scris ca trebuie dezactivat si "Hide protected operating system files (Recommanded)" , nu numai Show hidden files and folders, daca faci astea trebuie sa vezi folder-ul...

si la 3. deschizi notepad tragi scriptu lu baiatu in notepad, stergi linia respectiva dai save, dublu click pa scriptulubaiatu cu extensia bat si hit enter ..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...