How can I remove items from the "Look in:" combo box in Visual Studio's "Find and Replace" dialog?
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Ominous Technology Looping
--
Chapters
00:00 How Can I Remove Items From The &Quot;Look In:&Quot; Combo Box In Visual Studio'S &Quot;Find And
00:23 Accepted Answer Score 21
00:38 Answer 2 Score 5
01:03 Thank you
--
Full question
https://superuser.com/questions/403245/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#visualstudio2010
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Ominous Technology Looping
--
Chapters
00:00 How Can I Remove Items From The &Quot;Look In:&Quot; Combo Box In Visual Studio'S &Quot;Find And
00:23 Accepted Answer Score 21
00:38 Answer 2 Score 5
01:03 Thank you
--
Full question
https://superuser.com/questions/403245/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#visualstudio2010
#avk47
ACCEPTED ANSWER
Score 21
These entries are located in the following registry key:
HKCU\Software\Microsoft\VisualStudio\10.0\Find
They will be prefixed with Query
and then followed by a number.
ANSWER 2
Score 5
The location for those entries is:
HKEY_USERS \ {user guid} \Software\Microsoft\VisualStudio\10.0\Find
where [user guid] is the guid for the current user.
really I just searched the registry for some entries that I added by accident while testing if there was another way to remove them.