Everything Search v1.2.1.371 : Mencari file & folder Tercepat Sedunia
1.1 What is "Everything"?
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").
You type in a search filter to limit what files and folders are displayed.
1.2 How long will it take to index my files?
A fresh install of Windows XP SP2 (about 20,000 files) will take about 1 second to index.
1,000,000 files will take about 1 minute.
1.3 Does Everything search file contents?
1.4 Does "Everything" hog my system resources?
A fresh install of Windows XP SP2 (about 20,000 files) will use about 3-5mb of ram and less than 1mb of disk space.
1,000,000 files will use about 45mb of ram and 5mb of disk space.
1.5 Does "Everything" monitor file system changes?
Your search windows will reflect changes made to the file system.
1.6 Is "Everything" free?
If you use "Everything" in a commercial environment and find it useful a donation would be appreciated.
1.7 Does "Everything" miss changes made to the file system if it is not running?
"Everything" updates the database when it is started.
1.8 What are the system requirements for "Everything"?
"Everything" will only locate files and folders on local NTFS volumes.
"Everything" requires administrative privileges for low level read access to volumes.
1.9 How do I convert a volume to NTFS?
1.10 Can "Everything" index a mapped network drive?
To search a networked computer you will need to run Everything on both computers.
One computer will need to Start an ETP server.
The other computer will need to connect to that ETP server.
To start an ETP server:
1. In Everything, On the Tools menu, click Start ETP server.
To connect to an ETP server:
1. In Everything, On the Tools menu, click Connect to ETP Server....
2. Type in the ETP server name.
3. Type in the ETP server port.
4. Type in the ETP server user.
5. Type in the ETP server password.
6. Click OK.
1.11 How do I install the language pack?
Unzip the language pack into the folder where "Everything" is installed.
Restart Everything.
In "Everything", On the Tools menu, click Options.
Click the General tab.
Select your language from the Language dropdown list.
Click OK.
In the "language change" popup, Click OK.
Restart Everything.
1.12 How do I bypass the UAC to run "Everything" with administrative privileges on system startup?
Follow the Make Vista launch UAC restricted programs at startup with Task Scheduler guide at
http://blogs.techrepublic.com.com/window-on-windows/?p=616
Make sure you use -startup in the Add Arguments box
1.13 How do I bypass the UAC to run "Everything" with administrative privileges when I start it from a shortcut ?
2 Searching
2.1 How do I search for a file or folder?
2.2 How do I use boolean operators?
For example, here is how to search for foo and bar: foo bar
To search for either of two search terms, add a | between the terms.
For example, here is how to search for .jpg or .bmp: .jpg | .bmp
To exclude something from the search include a ! at the front of the term.
For example, here is how to search for abc and not 123: abc !123
2.3 How do I use wildcards?
For example, here is how to search for files and folders that start with e and end with g: e*g
Using a ? in your search will match one character.
For example, here is how to search for files that have a 2 letter file extension: *.??
2.4 How do I use regex?
|A vertical bar separates alternatives. For example, gray|grey can match "gray" or "grey".()Parentheses are used to define the scope and precedence of the operators (among other uses). For example, gray|grey and gr(a|e)y are equivalent patterns which both describe the set of "gray" and "grey".?The question mark indicates there is zero or one of the preceding element. For example,colou?r matches both "color" and "colour".*The asterisk indicates there are zero or more of the preceding element. For example, ab*cmatches "ac", "abc", "abbc", "abbbc", and so on.+The plus sign indicates that there is one or more of the preceding element. For example, ab+cmatches "abc", "abbc", "abbbc", and so on, but not "ac"..Matches any single character except newlines (exactly which characters are considered newlines is flavor, character encoding, and platform specific, but it is safe to assume that the line feed character is included). Within POSIX bracket expressions, the dot character matches a literal dot. For example, a.c matches "abc", etc., but [a.c] matches only "a", ".", or "c".[ ]A bracket expression. Matches a single character that is contained within the brackets. For example, [abc] matches "a", "b", or "c". [a-z] specifies a range which matches any lowercase letter from "a" to "z". These forms can be mixed: [abcx-z] matches "a", "b", "c", "x", "y", and "z", as does [a-cx-z][^ ]Matches a single character that is not contained within the brackets. For example, [^abc]matches any character other than "a", "b", or "c". [^a-z] matches any single character that is not a lowercase letter from "a" to "z". As above, literal characters and ranges can be mixed.^Matches the starting position within the string. In line-based tools, it matches the starting position of any line.$Matches the ending position of the string or the position just before a string-ending newline. In line-based tools, it matches the ending position of any line.{m,n}Matches the preceding element at least m and not more than n times. For example, a{3,5}matches only "aaa", "aaaa", and "aaaaa". This is not found in a few, older instances of regular expressions.
2.5 How do I include spaces in my search?
For example, here is how to search for foobar: "foo bar"
2.6 How do I search for a file type?
ie to search for the mp3 file type, type *.mp3 into the search edit.
To search for more than one type of file type use a | to separate file types,
ie *.bmp|*.jpg will search for files with the extension bmp or jpg.
2.7 How do I search for files and folders in a specific location?
For example, here is how to search for all your avis in a downloads folder: downloads\ .avi
You could alternately enable Match Path in the Search menu and include the location in your search string.
For example, here is how to search for all your avis in a downloads folder with Match Path enabled:downloads .avi
3 Results
3.1 How do I jump to a file or folder in the result list?
Type in the partial or full name of the file or folder you want to jump to.
For example, to jump to files or folders begining with "New" type New into the result list.
4 Customizing
4.1 How can I change the "Everything" icon?
Copy your icon file into "Everything"'s installation folder and rename it to "Everything.ico".
Restart "Everything".
4.2 How can I set "Everything" to use an external file manager?
Exit Everything.
Open Everything.ini in "Everything"'s installation folder.
Add the following 2 lines to the bottom of the ini:
open_folder_command=$exec("ExternalFileManager.exe" "%1")
open_folder_path_command=$exec("ExternalFileManager.exe" "$parent(%1)")
Replace the text ExternalFileManager.exe with the full path and file name of your file manager executable.
Check your external file manager help for any required command line parameters.
Restart "Everything".
5 Troubleshooting
5.1 Everything requests for administrator privileges in Windows Vista SP1
Click accept to allow "Everything" to continue running.
5.2 The result list is empty
See 1.9 How do I convert a volume to NTFS?.
Make sure "Everything" has administrator privileges.
To manually enable all local NTFS volumes for indexing:
1. In Everything, On the Tools menu, click Options.
2. Click the Volumes tab.
3. For each volume in the Local NTFS volumes list:
4. Check Check Media.
5. Check Enable USN Journal logging.
6. Check Include in database.
7. Check Monitor changes.
8. Repeat for each volume.
9. Click OK.
5.3 Right clicking on a file or folder crashes
http://www.voidtools.com/Everything-1.2.1.375b.zip.



Post new comment