Today I have encountered search problem in Windows XP. I was trying to find a string in a folder which contains files with extension .xhtml. But could not while file was exist inside folder with searched text.
Actually windows has some specified extension for which it do the search. If you want to add some more extension follow these step.
1) Go to Run.
2) Type REGEDDIT
2) Go to HKEY_CLASSES_ROOT
3) Expand the key and search your desired extension here.
If it is not here create one the name it like .xhtml,.xml,.bak whatever required
4) Create a subkey and name it PersistentHandler.
5) Double click on Default item in the right side pane.
6) A pop up window will, Copy paste below string in the value filed and close it
{5e941d80-bf96-11cd-b579-08002b30bfeb}
7) Reboot the system.
For an Example I have done it for .xhtml file and my registry key is
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.xhtml\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
Or
[HKEY_CLASSES_ROOT\.[EXTENSION]\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
Or
You download this file and change your extension in the file it is for .xhtml currently. You can replace .xhtml with your required one. Now just double click on the file and follow the instruction.
http://www.box.net/shared/xjehmjqxic
Subscribe to:
Post Comments (Atom)
Followers
Link
Labels
Agille
(3)
Angular 2
(96)
Architecture
(7)
ASP .Net
(30)
C#/VB .Net
(161)
Entityframework
(11)
General
(33)
Git
(2)
Hosting
(2)
HTML
(4)
Interview
(12)
Interview-Agile
(1)
Interview-Angular
(25)
Interview-ASP .Net
(3)
Interview-C#
(16)
Interview-JavaScript
(1)
Interview-MVC
(30)
Interview-SQL Server
(4)
Interview-WCF
(2)
Islam
(6)
Java Script
(37)
JQuery
(1)
MVC
(53)
NodeJS
(1)
Puzzles
(1)
React-Native
(3)
Security
(1)
Shayri
(10)
SQL Server
(41)
VC++
(5)
WCF
(21)
Web API
(27)
WPF
(21)
No comments:
Post a Comment