Where is the index file location?

marco85

New member
Local time
3:40 PM
Messages
2
Hi there.
When you typing some word (i.e. dog) at the search line of windows explorer, the operation system approaching to to some index file.
I need to locate this file.
Someone can help me?
Thanks.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bit
OS
Windows 7 Home Premium 32bit
For what purpose do you need to locate the file? What is your problem that you're trying to address?
 

My Computer My Computer

At a glance

XP / Win7 x64 ProIntel Quad-Core Q9450 @ 3.2GHz2x2GB GSkill DDR2NVIDIA GeForce 8600 GTS (EVGA)
OS
XP / Win7 x64 Pro
CPU
Intel Quad-Core Q9450 @ 3.2GHz
Motherboard
Asus P5-E
Memory
2x2GB GSkill DDR2
Graphics Card(s)
NVIDIA GeForce 8600 GTS (EVGA)
Monitor(s) Displays
Dell 2408WFP
Screen Resolution
1920x1200
im trying to develop system that can detect Masquerade Attack (based on research).
i think the best way to learn the legitimat user is by build his profile that including quantity of serches he made in the search box, by C# code.
there is way to fire event in C# when user is typing character on windows explorer search box?
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Home Premium 32bit
OS
Windows 7 Home Premium 32bit
Like this?

https://mice.cs.columbia.edu/getTechreport.php?techreportID=607

You might be better off learning the searches performed by the user from the registry values. The searches performed by the user in Windows 7 are stored at the following registry location:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ WordWheelQuery

However, the index file is located at C:\ProgramData\Microsoft\Search\Data.
 

My Computer My Computer

At a glance

XP / Win7 x64 ProIntel Quad-Core Q9450 @ 3.2GHz2x2GB GSkill DDR2NVIDIA GeForce 8600 GTS (EVGA)
OS
XP / Win7 x64 Pro
CPU
Intel Quad-Core Q9450 @ 3.2GHz
Motherboard
Asus P5-E
Memory
2x2GB GSkill DDR2
Graphics Card(s)
NVIDIA GeForce 8600 GTS (EVGA)
Monitor(s) Displays
Dell 2408WFP
Screen Resolution
1920x1200
Back
Top