ftp://ftp.drweb.com/pub/drweb/tools/te94decrypt.exe
command line parametr -k 42 (in my case)
Send a suspicious file to the Doctor Web Anti-virus Laboratoryhttps://vms.drweb.com/sendvirus/?lng=enThey are help me decrypt my files
It means make dir then you can change dir to the new dir and program or copy files to it.
un- unlock
DIR
Lock = Bloqué Unlock = Débloqué
DIR
lock phone nokia 5233 unlock
dir Lists all files and directories in the directory that you are currently in. dir /ad List only the directories in the current directory. If you need to move into one of the directories listed use the CD command. dir /s Lists the files in the directory that you are in and all sub directories after that directory, if you are at root "C:\>" and type this command this will list to you every file and directory on the C: drive of the computer. dir /p If the directory has a lot of files and you cannot read all the files as they scroll by, you can use this command and it will display all files one page at a time. dir /w If you don't need the info on the date / time and other information on the files, you can use this command to list just the files and directories going horizontally, taking as little as space needed. dir /s /w /p This would list all the files and directories in the current directory and the sub directories after that, in wide format and one page at a time. dir /on List the files in alphabetical order by the names of the files. dir /o-n List the files in reverse alphabetical order by the names of the files. dir \ /s |find "i" |more A nice command to list all directories on the hard drive, one screen page at a time, and see the number of files in each directory and the amount of space each occupies. dir > myfile.txt Takes the output of dir and re-routes it to the file myfile.txt instead of outputting it to the screen.
You search for the combination at the school , and you go to the lock and unlock .
In Linux: ls In Windows: dir
Hidden files are files stored on the disk, but which do not show up when you list a directory of the disk.In DOS, you normally type the command DIR to view the files on a disk. If you would like to see hidden file names, use the command DIR /AH (A=Attribute; H=Hidden).
Here is a small script that will get the files from the $folder variable using a dir function.
Yes, you can use the DIR command to show only executable files by combining it with the appropriate filtering options. For example, you can use DIR *.exe to list all files with the .exe extension in the current directory. If you're looking for other executable formats, you can also specify multiple extensions using the command like DIR *.exe *.bat *.com.