registry - 12. Ocak 2007 içinde yayınlandı |
» yorum bırak;
Some registry tweaks for m$ windows:
They say: It’s not a bug, it’s a feature!
Searchfix
Windows XP does not find the text you are searching for in some text files although you definitely know it’s there ? Try this:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\\.php\\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\\.shtml\\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\\.css\\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\\.inc\\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
Thumbnail size and quality
Windows automatically creates thumbnails of image files in all folders you open inside Explorer – for a size of 156 pixel and a quality of 85% enter:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer]
"ThumbnailSize"=dword:0000009c
"ThumbnailQuality"=dword:00000055
Read Full Post »