Windows XP builtin search

Discussion in 'other software & services' started by aigle, May 24, 2007.

Thread Status:
Not open for further replies.
  1. aigle

    aigle Registered Member

    Joined:
    Dec 14, 2005
    Posts:
    11,164
    Location:
    UK / Pakistan
    I have two Qs.

    1- Is it posssibele to search by time: for example, serach files created within last 10 minutes, last one hour etc. There is option for 1 day but not by time. CAn it be done by some way?
    2- If u check the option to search hidden files and folders, is it still necessary to unhide these folders from folder options?

    Thanks
     

    Attached Files:

    Last edited: May 24, 2007
  2. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,221
    Hello,

    Can't tell you about Windows, but Linux is quite simple:

    Example: find /folder -mtime -1

    Find all files in folder /folder modified in the last day

    Or

    Example: find /folder -mmin -1

    Find all files in folder /folder modified in the last minute

    So

    find /home/aigle -mmin -10 for ten minutes etc...

    Or if you are searching Windows disk, mount it, then search in relevant folders. If you do it from live CD, you might not even need to mount the disks.

    Mrk
     
  3. Rmus

    Rmus Exploit Analyst

    Joined:
    Mar 16, 2005
    Posts:
    4,020
    Location:
    California
    No, but when the results display, set Folder View to details and then click the modified column which then sorts by time.

    No. Do a test: create a new document on C:\ , set attribute to Hidden and do a search.

    However, in order for them to display, you must have the Folder Option enabled to show Hidden files/folders.

    regards,

    -rich
     
  4. prius04

    prius04 Registered Member

    Joined:
    Apr 14, 2007
    Posts:
    1,248
    Location:
    USA
  5. aigle

    aigle Registered Member

    Joined:
    Dec 14, 2005
    Posts:
    11,164
    Location:
    UK / Pakistan
    Hi, thanks for the replies.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.