Enhancement: Windows installation is not indexed by search
See original GitHub issueThe windows installer of react native debugger installed in my AppData folder. Windows search automatically excludes this folder from the search index. Because of this i cannot open react native debugger from my windows search.
I solved this myself by adding a shortcut of react-native-debugger.exe in the programs folder wich will be indexed (C:\ProgramData\Microsoft\Windows\Start Menu\Programs
).
It would be nice if the installation wizard did this automatically! 😃
React Native Debugger app version: 0.9.9 React Native version: 0.59.9 Operating System: Windows
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:5
Top Results From Across the Web
How to Fix the Search Tool in Windows 10 & 11 Not ...
1. Update Windows · 2. Run the Search Troubleshooting Tool · 3. Select the Enhanced Search Option · 4. Start the Windows Search...
Read more >Windows 10 not showing Search results from secondary drive
I have "Enhanced" checked in Windows Search settings. Results from my C: drive show up correctly. Deleting/rebuilding the index and even ...
Read more >How to enable Enhanced Search Mode in Windows 10
Click “Advanced Search Indexer Settings,” then click the Modify button in the Indexing Options box that opens. Select all the folders that you ......
Read more >FIX: Windows 11 Search not working and returns no results.
Update Windows. Change Search Settings. Run Search Troubleshooter. Restart Search Service. Repair Windows System Files. Rebuild Search Index. Reset Cortana app ...
Read more >Enable or Disable Search Indexing in Windows 11 Tutorial
Enable Search Indexing in Services Console · 1 Open Services (services. · 2 Double click/tap on the Windows Search service to open its...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My alternative for the same issue was right click
%HOMEPATH%\AppData\Local\react_native_debugger\react-native-debugger.exe
and select “Pin to Start”I agree that was confusing to me as well. I would run the original executable every time I want to use the debugger. 😅 @Xammie solution worked great. I created shortcut form
%HOMEPATH%\AppData\Local\react_native_debugger\react-native-debugger.exe
toC:\ProgramData\Microsoft\Windows\Start Menu\Programs
and now I can see it in my start menu search.