Registry Ayarları

Bu konuyu okuyanlar

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Arkadaşlar güzel bir konuyla karşınızdayım.
Uzun süredir topladığım registry ayarlarını sizlerle paylaşmak istiyorum.
Ayarlar Windows XP,den 10'a kadar uyumludur.
Ayarları değiştirdikçe yani yeni versiyonlar çıktıkça sizlerle paylaşacağım.

Öncelikle ön bilgilendirme yapayım.
Registry Kayıtları, Windows'un Kara Deliği Mi ?

Ayarlardan genel olarak bahsetmek gerekirse standart ev ve Windows'un dahili bazı çözümlerini(özellikle network alanında) kullanmayan iş kullanıcılarına yönelik.
Performans, güvenlik, kullanım rahatlığı, stabilite dengesini gözetmeye çalışıyor.
İçerisinde şu an 144 farklı anahtar içerisinde 331 adet değişken ayarı, 6 adet değişken silinmesi, 56 adet anahtar silinmesi işlemi var.
Her bir ayarı kendiniz bizzat kontrol edebilirsiniz, burada tartışabiliriz.
Önerilerde, isteklerde veya eleştirilerde bulunabilirsiniz.

Afallayacağınız birkaç ayardan bahsedeyim.
Başlangıç ekranında güvenliğin arttırılması için sadece parola değil, kullanıcı adıyla birlikte parola sorma işlemi gerçekleşiyor.
Fare hızı ayarı 1:1 ratio olan orta seviyeye geliyor. Çünkü diğer seviyelerde veriler interpole edilmek yerine atlanıyor bu da fare hareketinin undeterminizmini arttırıyor, eğer yüksek DPI içeren fare kullanıyorsanız hızı fareye ait DPI ayarından düşürün, öylesi daha sağlıklı.

Bu forum üzerinde indirmeden önce incelemek isterseniz(indirdikten sonra Notepad++ programı ile bat ve reg dosyalarını açıp inceleyebilirsiniz) ayarları koyuyorum ancak bunları bat veya reg dosyası olarak kaydedip çalıştıramazsınız çünkü bazı anahtarlar için özel yetki gerekiyor, hem de bazı ayarlar ancak shell komutları üzerinden uygulanabiliyor, bunun için bat dosyası hazırladım, indirme linki en altta.
Kod:
:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: START
:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: -------------------------------------------------------------------------------------------------
:: <+> Echo : Disable
:: -------------------------------------------------------------------------------------------------
@echo off
:: -------------------------------------------------------------------------------------------------
:: <+> Log : ReCreate
:: -------------------------------------------------------------------------------------------------
if exist "Log.log" (
del Log.log
type nul>Log.log
)
::

:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: PERMISSIONS
:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: -------------------------------------------------------------------------------------------------
:: <+> Power Settings _ Lid Close Action
:: -------------------------------------------------------------------------------------------------
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936" -ot reg -actn setowner -ownr n:Administrators >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936" -ot reg -actn ace -ace "n:Administrators;p:full" >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936" -ot reg -actn setowner -ownr n:Administrators >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936" -ot reg -actn ace -ace "n:Administrators;p:full" >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936" -ot reg -actn setowner -ownr n:Administrators >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936" -ot reg -actn ace -ace "n:Administrators;p:full" >> "Log.log"
:: -------------------------------------------------------------------------------------------------
:: <+> Power Settings _ Power Button Action
:: -------------------------------------------------------------------------------------------------
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280" -ot reg -actn setowner -ownr n:Administrators >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280" -ot reg -actn ace -ace "n:Administrators;p:full" >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280" -ot reg -actn setowner -ownr n:Administrators >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280" -ot reg -actn ace -ace "n:Administrators;p:full" >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280" -ot reg -actn setowner -ownr n:Administrators >> "Log.log"
SetACL.exe -on "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280" -ot reg -actn ace -ace "n:Administrators;p:full" >> "Log.log"
::

:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: PROFILE REGISTRY
:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: -------------------------------------------------------------------------------------------------
:: <+> Standart Reg : 64 Bit
:: -------------------------------------------------------------------------------------------------
echo ** Importing 64 Bit Registry Configuration
reg import "Profile - Registry.reg" /reg:64
echo.
:: -------------------------------------------------------------------------------------------------
:: <+> Standart Reg : 32 Bit
:: -------------------------------------------------------------------------------------------------
echo ** Importing 32 Bit Registry Configuration
reg import "Profile - Registry.reg" /reg:32
echo.
::

:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: PROFILE BATCH
:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: -------------------------------------------------------------------------------------------------
:: <+> Data Execution Prevention [DEP] : Disable
:: -------------------------------------------------------------------------------------------------
echo ** Disabling Data Execution Prevention (DEP)
bcdedit.exe /set {current} nx AlwaysOff
echo.
::

:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: END
:: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:: -------------------------------------------------------------------------------------------------
:: <+> TimeOut : UnLimited
:: -------------------------------------------------------------------------------------------------
timeout /t -1
::
Kod:
Windows Registry Editor Version 5.00

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; CLEAN RESIDUALS
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Command Bar 3rd Party Buttons : Remove
; --------------------------------------------------------------------------------------------------
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{5c4f28b5-f869-4e84-8e60-f11db97c5cc7}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{5fa96407-7e77-483c-ac93-691d05850de8}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7d49d726-3c21-4f05-99aa-fdc2c9474656}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{94d6ddcc-4a68-4175-a374-bd584a510b78}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{b3690e58-e961-423b-b687-386ebfd83239}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{da3f6866-35fe-4229-821a-26553a67fc18}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{292108be-88ab-4f33-9a26-7748e62e37ad}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{3f98a740-839c-4af7-8c36-5badfb33d5fd}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{978e0ed7-92d6-4cec-9b59-3135b9c49ccf}\TasksItemsSelected]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{c1f8339f-f312-4c97-b1c6-ecdf5910c5c0}\TasksItemsSelected]
; --------------------------------------------------------------------------------------------------
; <+> OutDated Certificates : Remove
; --------------------------------------------------------------------------------------------------
[-HKEY_CURRENT_USER\Control Panel\Infrared]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates\AuthRoot\Certificates]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates\SmartCardRoot]
; --------------------------------------------------------------------------------------------------
; <+> Per Monitor Configurations : Remove
; --------------------------------------------------------------------------------------------------
[-HKEY_CURRENT_USER\Control Panel\Desktop\PerMonitorSettings]
; --------------------------------------------------------------------------------------------------
; <+> Saved Folder View Types : Remove
; --------------------------------------------------------------------------------------------------
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\ShellNoRoam\Bags]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[-HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\ShellNoRoam\Bags]
[-HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags]
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; APPEARANCE & ANIMATIONS & EFFECTS
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Aero Peek Task Previews : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"EnableAeroPeek"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Aero Peek Task Previews Delay Time : 0 MiliSeconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DesktopLivePreviewHoverTime"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Aero Shake Minimizer : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"NoWindowMinimizingShortcuts"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Background Image For Each Folder Types : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ListViewWaterMark"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Flip3D Task Switcher : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\DWM]
"DisAllowFlip3D"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Minimize And Maximize Animations : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"MinAnimate"="0"
; --------------------------------------------------------------------------------------------------
; <+> Other Animations : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\DWM]
"DisAllowAnimations"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Screen Saver : Active - Blank - 120 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="1"
"ScrnSave.exe"="C:\\Windows\\System32\\scrnsave.scr"
"ScreenSaveTimeOut"="120"
; --------------------------------------------------------------------------------------------------
; <+> Smooth Scroll : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"SmoothScroll"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> TaskBar And Start Menu Animations : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskBarAnimations"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> TaskBar Live Previews : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"AlwaysHibernateThumbnails"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Task Switcher Grid [Alt+Tab] : Extended
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"CoolSwitchColumns"="8"
"CoolSwitchRows"="4"
; --------------------------------------------------------------------------------------------------
; <+> Visual Appearance : Activate Only Beneficials
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"DragFullWindows"="1"
"FontSmoothing"="2"
"UserPreferencesMask"=hex:00,12,02,80,10,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"IconsOnly"=dword:00000000
"ListViewAlphaSelect"=dword:00000001
"ListViewShadow"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]
"ThemeActive"="1"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"ColorizationOpaqueBlend"=dword:00000000
"Composition"=dword:00000001
"CompositionPolicy"=dword:00000002
; --------------------------------------------------------------------------------------------------
; <+> Visual Effects : Biased Mode
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ControlAnimations]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMEnabled]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMSaveThumbnailEnabled]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListViewAlphaSelect]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListViewShadow]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ThumbnailsOrIcon]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ToolTipAnimation]
"DefaultApplied"=dword:00000000
"DefaultValue"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TransparentGlass]
"DefaultApplied"=dword:00000001
"DefaultValue"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Visual Effects : Biased Mode
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000000
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; BRANDING
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Desktop Labels : Proper
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
@="Computer"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
@="User"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]
@="Trash"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}]
@="Configuration"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}]
@="Network"
; --------------------------------------------------------------------------------------------------
; <+> Owner And Organization : True Owner And Organization
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"RegisteredOrganization"="United States"
"RegisteredOwner"="National Security Agency"
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; COMMAND PROMPT [CMD]
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Text Color : Green Light
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DefaultColor"=dword:0000000A
; --------------------------------------------------------------------------------------------------
; <+> Text Family : Add More Fonts
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont]
"000"="Fira Mono"
"0000"="Source Code Pro"
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; CONTROL PANEL
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Automatic Sound Leveling : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\MultiMedia\Audio]
"UserDuckingPreference"=dword:00000003
; --------------------------------------------------------------------------------------------------
; <+> Automatically ReBoot After Errors : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl]
"AutoReBoot"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> AutoPlay : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoPlayHandlers]
"DisableAutoPlay"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Crash Dumps : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl]
"CrashDumpEnabled"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Dots Per Inch [DPI] : %100
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
"LogPixels"=dword:00000060
; --------------------------------------------------------------------------------------------------
; <+> Error Reporting : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting]
"Disabled"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Icon Size In Control Panel : Small
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel]
"AllItemsIconView"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Keyboard Cursor Blink Rate : 250 MiliSeconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"CursorBlinkRate"="250"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Double Click Speed : 250 MiliSeconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Mouse]
"DoubleClickSpeed"="250"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Enhanced Precision : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseSpeed"="0"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Sensitivity Ratio : 1|1
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseSensitivity"="10"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Wheel Scrolling : Single Line Or Char
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WheelScrollChars"="1"
"WheelScrollLines"="1"
; --------------------------------------------------------------------------------------------------
; <+> Pointer Change by Themes : DisAllow
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes]
"ThemeChangesMousePointers"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Power Plan : High Performance
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Power\PowerSettings]
"ActivePowerScheme"="8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c"
; --------------------------------------------------------------------------------------------------
; <+> Power Settings _ Lid Close Action : Do Nothing
; --------------------------------------------------------------------------------------------------
; High Performance
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000000
"DCSettingIndex"=dword:00000000
; Balanced
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000000
"DCSettingIndex"=dword:00000000
; Power Saver
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000000
"DCSettingIndex"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Power Settings _ Power Button Action : Shut Down
; --------------------------------------------------------------------------------------------------
; High Performance
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280]
"ACSettingIndex"=dword:00000003
"DCSettingIndex"=dword:00000003
; Balanced
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280]
"ACSettingIndex"=dword:00000003
"DCSettingIndex"=dword:00000003
; Power Saver
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\7648efa3-dd9c-4e3e-b566-50f929386280]
"ACSettingIndex"=dword:00000003
"DCSettingIndex"=dword:00000003
; --------------------------------------------------------------------------------------------------
; <+> Region Format : Proper
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\International]
"iCurrDigits"="3"
"iDigits"="3"
"iFirstDayOfWeek"="0"
"iMeasure"="0"
"sDecimal"="."
"sList"=";"
"sLongDate"="dddd | dd.MM.yyyy | MMMM"
"sMonDecimalSep"="."
"sMonThousandSep"=" "
"sShortDate"="dd.MM.yyyy"
"sShortTime"="hh:mm tt"
"sThousand"=" "
"sTimeFormat"="hh:mm:ss tt"
; --------------------------------------------------------------------------------------------------
; <+> Startup Sound : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation]
"DisableStartupSound"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Switch Keyboard Layout Hotkey: Not Assign
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Keyboard Layout\Toggle]
"Layout Hotkey"="3"
; --------------------------------------------------------------------------------------------------
; <+> User Account Control [UAC] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> View Category In Control Panel : Classic
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel]
"StartupPage"=dword:00000001
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; DATABASE
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> File System Tunneling : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"MaximumTunnelEntries"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Hibernate Percentage : Full
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power]
"HiberFileSizePercent"=dword:00000064
; --------------------------------------------------------------------------------------------------
; <+> Low Disk Space Warning : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> NTFS Access Time Update : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"NTFSDisableLastAccessUpdate"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> NTFS Encrypting File System [EFS] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\EFS]
"EFSConfiguration"=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"NTFSDisableEncryption"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> NTFS File Compression : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"NTFSDisableCompression"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> NTFS File System Memory Cache : Increased
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"NTFSMemoryUsage"=dword:00000002
; --------------------------------------------------------------------------------------------------
; <+> NTFS Master File Table [MFT] Zone : Large
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"NTFSMFTZoneReservation"=dword:00000003
; --------------------------------------------------------------------------------------------------
; <+> NTFS Short Name Creation [8.3] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"NTFSDisable8dot3NameCreation"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Resolve Drives, Files, Folders For Shortcuts : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"LinkResolveIgnoreLinkInfo"=dword:00000001
"NoResolveSearch"=dword:00000001
"NoResolveTrack"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Time Stamps | HeartBeats : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Reliability]
"TimeStampInterval"=dword:00000000
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; EXPLORER
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Automatically ReStart Explorer After Crash : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon]
"AutoReStartShell"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Burn Button : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Delete Confirmation : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ConfirmFileDelete"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Desktop Icons : Show All
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Detail View : Default For All
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
; --------------------------------------------------------------------------------------------------
; <+> Do For All Confirmation CheckBox : Checked Initially
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\OperationStatusManager]
"ConfirmationCheckBoxDoForAll"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> File Extensions : Show Always
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Hidden Drives, Files, Folders : Show Always
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Hide Protected Operating System Files Warning : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"WarningIfNotDefault"=-
; --------------------------------------------------------------------------------------------------
; <+> Icon Cache : 16 MegaByte
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="16384"
; --------------------------------------------------------------------------------------------------
; <+> Menu Bar : Show Always
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"AlwaysShowMenus"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Preview Pane : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoReadingPane"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Save View Settings For All Folders : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ClassicViewState"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Separate Process For Explorer : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DesktopProcess"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SeparateProcess"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BrowseNewProcess]
"BrowseNewProcess"="No"
; --------------------------------------------------------------------------------------------------
; <+> Shortcut Text In Labels : Remove
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00
; --------------------------------------------------------------------------------------------------
; <+> Thumbnail Quality : %100
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ThumbnailQuality"=dword:00000064
; --------------------------------------------------------------------------------------------------
; <+> ToolTips : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Web Search Prompt : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; INTERNET EXPLORER
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Default Browser Check : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Check_Associations"="No"
; --------------------------------------------------------------------------------------------------
; <+> Home Page : Blank
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="about:blank"
"Start Page Redirect Cache"="about:blank"
; --------------------------------------------------------------------------------------------------
; <+> Smooth Scroll : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"SmoothScroll"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Tracking : Disable
; --------------------------------------------------------------------------------------------------
"DoNotTrack"=dword:00000001
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; LOGON & LOGOUT
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Automatically End Tasks Before ReBoot Or ReLogin : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="0"
; --------------------------------------------------------------------------------------------------
; <+> Button Shadows : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI]
"ButtonSet"=dword:00000002
; --------------------------------------------------------------------------------------------------
; <+> Custom Background : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background]
"OEMBackground"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Mouse Enhanced Precision Before Logon : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_USERS\.Default\Control Panel\Mouse]
"MouseSpeed"="0"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Sensitivity Ratio Before Logon : 1|1
; --------------------------------------------------------------------------------------------------
[HKEY_USERS\.Default\Control Panel\Mouse]
"MouseSensitivity"="10"
; --------------------------------------------------------------------------------------------------
; <+> NumLock Key StartUp : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
; --------------------------------------------------------------------------------------------------
; <+> Screen Saver Before Logon : Active - Blank - 60 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_USERS\.Default\Control Panel\Desktop]
"ScreenSaveActive"="1"
"ScrnSave.exe"="C:\\Windows\\System32\\scrnsave.scr"
"ScreenSaveTimeOut"="60"
; --------------------------------------------------------------------------------------------------
; <+> User Name : Do Not Display
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLastUserName"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Verbose Messages During Logon Or Logout : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"VerboseStatus"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Visual Effects : Biased Mode
; --------------------------------------------------------------------------------------------------
[HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000000
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; LOW LEVEL
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Additional Worker Threads : 0 Critical And 0 Delayed
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Executive]
"AdditionalCriticalWorkerThreads"=dword:00000000
"AdditionalDelayedWorkerThreads"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Always UnLoad DLL : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
"AlwaysUnLoadDLL"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Cache For Data Written To Disk : 1024 MegaByte
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"SystemCacheDirtyPageThreshold"=dword:00000400
; --------------------------------------------------------------------------------------------------
; <+> Clear Page File At ShutDown : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutDown"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Doctor Watson Debugger : Disable
; --------------------------------------------------------------------------------------------------
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
; --------------------------------------------------------------------------------------------------
; <+> Fault Tolerant Heap [FTH] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\FTH]
"Enabled"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Input Output [IO] Page Lock Limit : 256 MegaByte
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"IOPageLockLimit"=dword:10000000
; --------------------------------------------------------------------------------------------------
; <+> Large System Cache : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"LargeSystemCache"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Maximum Transfer Size Of Universal Serial Bus [USB] : 1 MegaByte
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\USBStor\VVVVPPPP]
"MaximumTransferLength"=dword:01048560
; --------------------------------------------------------------------------------------------------
; <+> Memory Manager Trimming : %75
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"PoolUsageMaximum"=dword:0000004B
; --------------------------------------------------------------------------------------------------
; <+> MultiMedia Class Scheduler Service [MMCSS] Game Priority : High
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MultiMedia\SystemProfile\Tasks\Games]
"GPU Priority"=dword:00000008
"Scheduling Category"="High"
"SFIO Priority"="High"
; --------------------------------------------------------------------------------------------------
; <+> MultiMedia Class Scheduler Service [MMCSS] Reserved Priority : %0
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MultiMedia\SystemProfile]
"SystemResponsiveness"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Power Settings _ Core Parking : Disable And Show
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583]
"ACSettingIndex"=dword:00000064
"DCSettingIndex"=dword:00000064
; --------------------------------------------------------------------------------------------------
; <+> Paging Executive : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Physical Address Extension [PAE] : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"PhysicalAddressExtension"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Pool Resources Size : Automatic
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"NonPagedPoolSize"=dword:00000000
"PagedPoolSize"=dword:00000000
"SystemPages"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Prefetch : Enable For Both Application And Boot
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003
; --------------------------------------------------------------------------------------------------
; <+> Process Handle Quota : 16384
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows]
"GDIProcessHandleQuota"=dword:00004000
"USERPostMessageLimit"=dword:00004000
"USERProcessHandleQuota"=dword:00004000
; --------------------------------------------------------------------------------------------------
; <+> Processor Scheduling : Long Quantum, Variable Space, Very High Foreground Boost
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000017
; --------------------------------------------------------------------------------------------------
; <+> Session Memory Management : 128 MegaByte Pool And 80 MegaByte View
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"SessionPoolSize"=dword:00000080
"SessionViewSize"=dword:00000050
; --------------------------------------------------------------------------------------------------
; <+> SuperFetch : Enable For Only Boot
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnableSuperfetch"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Unused Segments Pool : %19
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"UnusedFileCache"=dword:00000013
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; NETWORK
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Administrative Shares : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LANManServer\Parameters]
"AutoShareServer"=dword:00000000
"AutoShareWKS"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> AnyTime Upgrade : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\WAU]
"Disabled"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Automatically Search Shared Resources : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Computer Visibility In Network Places : Hidden
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LANManServer\Parameters]
"Hidden"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Customer Experience Improvement Program [CEIP] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\SQMClient\Windows]
"CEIPEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SQMClient\Windows]
"CEIPEnable"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Data Streams | Security Zone : Do Not Save
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> DNS Cache Negatives : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNSCache\Parameters]
"MaxNegativeCacheTTL"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> DNS Cache Positives : 6 Hours
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS\Parameters]
; --------------------------------------------------------------------------------------------------
"MaxCacheTTL"=dword:00005460
; --------------------------------------------------------------------------------------------------
; <+> Linked Connections : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLinkedConnections"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Malicious Software Removal Tool [MSRT] Reports : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\MRT]
"DontOfferThroughWUAU"=dword:00000001
"DontReportInfectionInformation"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Map And DisConnect Network Drive : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoNetConnectDisConnect"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Mapped Drive Checking : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider]
"RestoreConnection"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Remote Assistance : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Remote Assistance]
"fAllowToGetHelp"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Server Message Block [SMB] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LANManServer\Parameters]
"SMB1"=dword:00000000
"SMB2"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Telemetry : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection]
"AllowTelemetry"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection]
"AllowTelemetry"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\AppCompat]
"AITEnable"=dword:00000000
"DisableUAR"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Time Server : time.nist.gov
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DateTime\Servers]
@="2"
; --------------------------------------------------------------------------------------------------
; <+> Quality of Service [QOS] Reserved BandWidth : %0
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Psched]
"NonBestEffortLimit"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Web Proxy Auto Discovery [WPAD] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\WPAD]
"WPADOverride"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Wireless Fidelity [WiFi] Sense : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\WcmSvc\WiFiNetworkManager\Config]
"AutoConnectAllowedOEM"=dword:00000000
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; SHORTCUT
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Command Prompt Here : Add To Folder Context
; --------------------------------------------------------------------------------------------------
[HKEY_CLASSES_ROOT\Directory\Background\Shell\cmd]
"Extended"=-
[HKEY_CLASSES_ROOT\Directory\Shell\cmd]
"Extended"=-
[HKEY_CLASSES_ROOT\Drive\Shell\cmd]
"Extended"=-
[HKEY_CLASSES_ROOT\LibraryFolder\Background\Shell\cmd]
"Extended"=-
; --------------------------------------------------------------------------------------------------
; <+> Control Panel : Add To My Computer
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{47eb3fe4-da53-44b1-9918-592f944681d7}]
@="Configuration"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{47eb3fe4-da53-44b1-9918-592f944681d7}\DefaultIcon]
@="%SystemRoot%\\System32\\imageres.dll,-27"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{47eb3fe4-da53-44b1-9918-592f944681d7}\Shell\Open\Command]
@="explorer.exe shell:::{21EC2020-3AEA-1069-A2DD-08002B30309D}"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{47eb3fe4-da53-44b1-9918-592f944681d7}\ShellFolder\Attributes]
@=dword:00000030
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{47eb3fe4-da53-44b1-9918-592f944681d7}]
; --------------------------------------------------------------------------------------------------
; <+> Control Panel Full : Add To My Computer
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Configuration Full"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]
@="%SystemRoot%\\System32\\imageres.dll,-27"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command]
@="explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder\Attributes]
@=dword:00000030
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
; --------------------------------------------------------------------------------------------------
; <+> Include in Library : Remove From Right-Click Context
; --------------------------------------------------------------------------------------------------
[-HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
[-HKEY_LOCAL_MACHINE\Software\Classes\Folder\ShellEx\ContextMenuHandlers\Library Location]
; --------------------------------------------------------------------------------------------------
; <+> Libraries : Remove From Navigation Panel
; --------------------------------------------------------------------------------------------------
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{031E4825-7B94-4dc3-B131-E946B44C8DD5}"=-
; --------------------------------------------------------------------------------------------------
; <+> New Contact : Remove From Right-Click Context
; --------------------------------------------------------------------------------------------------
[-HKEY_CLASSES_ROOT\.contact]
; --------------------------------------------------------------------------------------------------
; <+> Previous Versions : Remove From Right-Click Context
; --------------------------------------------------------------------------------------------------
[-HKEY_CLASSES_ROOT\AllFileSystemObjects\ShellEx\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellEx\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\Directory\ShellEx\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\Drive\ShellEx\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
; --------------------------------------------------------------------------------------------------
; <+> Recycle Bin : Add To My Computer
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
; --------------------------------------------------------------------------------------------------
; <+> Send To : Remove From Right-Click Context
; --------------------------------------------------------------------------------------------------
[-HKEY_CLASSES_ROOT\AllFileSystemObjects\ShellEx\ContextMenuHandlers\SendTo]
[-HKEY_CLASSES_ROOT\UserLibraryFolder\ShellEx\ContextMenuHandlers\SendTo]
; --------------------------------------------------------------------------------------------------
; <+> Share With : Remove From Right-Click Context
; --------------------------------------------------------------------------------------------------
[-HKEY_CLASSES_ROOT\*\ShellEx\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\Background\ShellEx\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\ShellEx\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\ShellEx\CopyHookHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\ShellEx\PropertySheetHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Drive\ShellEx\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Drive\ShellEx\PropertySheetHandlers\Sharing]
[-HKEY_CLASSES_ROOT\LibraryFolder\Background\ShellEx\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\UserLibraryFolder\ShellEx\ContextMenuHandlers\Sharing]
; --------------------------------------------------------------------------------------------------
; <+> Take Ownership With Pause : Add To Universal Context
; --------------------------------------------------------------------------------------------------
[HKEY_CLASSES_ROOT\*\Shell\RunAs]
@="Take Ownership"
"NoWorkingDirectory"=""
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\*\Shell\RunAs\Command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F & timeout /t -1"
[HKEY_CLASSES_ROOT\Directory\Shell\RunAs]
@="Take Ownership"
"NoWorkingDirectory"=""
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\Shell\RunAs\Command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F & timeout /t -1"
[HKEY_CLASSES_ROOT\Drive\Shell\RunAs]
@="Take Ownership"
"NoWorkingDirectory"=""
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Drive\Shell\RunAs\Command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F & timeout /t -1"
; --------------------------------------------------------------------------------------------------
; <+> Troubleshoot Compatibility : Remove From Right-Click Context
; --------------------------------------------------------------------------------------------------
[-HKEY_CLASSES_ROOT\batFile\ShellEx\ContextMenuHandlers]
[-HKEY_CLASSES_ROOT\cmdFile\ShellEx\ContextMenuHandlers]
[-HKEY_CLASSES_ROOT\exeFile\ShellEx\ContextMenuHandlers]
[-HKEY_CLASSES_ROOT\lnkFile\ShellEx\ContextMenuHandlers\Compatibility]
[-HKEY_CLASSES_ROOT\msi.Package\ShellEx\ContextMenuHandlers]
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; SYSTEM
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Application Response Limit : 3 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"HungAppTimeOut"="3000"
; --------------------------------------------------------------------------------------------------
; <+> AutoRun : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000FF
; --------------------------------------------------------------------------------------------------
; <+> Device Manager _ Hidden Details : Show
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment]
"DevMgr_Show_Details"="1"
; --------------------------------------------------------------------------------------------------
; <+> Device Manager _ Hidden Devices : Show
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment]
"DevMgr_Show_NonPresent_Devices"="1"
; --------------------------------------------------------------------------------------------------
; <+> Disk Check [CHKDSK] Delay : 3 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager]
"AutoChkTimeOut"=dword:00000003
; --------------------------------------------------------------------------------------------------
; <+> Drive Letter : Show First
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ShowDriveLettersFirst"=dword:00000004
; --------------------------------------------------------------------------------------------------
; <+> Group Policy Refresh : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisableBkGndGroupPolicy"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Low Level Hooks Limit : 3 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"LowLevelHooksTimeOut"="3000"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Double Click Area : Moderate
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Mouse]
"DoubleClickHeight"="5"
"DoubleClickWidth"="5"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Drag Start Area : Large
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"DragHeight"="9"
"DragWidth"="9"
; --------------------------------------------------------------------------------------------------
; <+> Mouse Hover Area : Moderate
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseHoverHeight"="5"
"MouseHoverWidth"="5"
; --------------------------------------------------------------------------------------------------
; <+> Mouse StandBy Response : 150 MiliSeconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="150"
[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseHoverTime"="150"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExtendedUIHoverTime"=dword:00000096
; --------------------------------------------------------------------------------------------------
; <+> Program Compatibility Assistant [PCA] : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\AppCompat]
"DisablePCA"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Random Driver Verifications : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"DontVerifyRandomDrivers"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Send FeedBack : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FeedBackToolEnabled"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Startup Delay : 0 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
"StartupDelayInMSec"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Wait To Kill Application TimeOut : 10 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeOut"="10000"
; --------------------------------------------------------------------------------------------------
; <+> Wait To Kill Service TimeOut : 5 Seconds
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control]
"WaitToKillServiceTimeOut"="5000"
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; TASK PANEL
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Event To Open SubMenus In Start Menu : Click
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_AutoCascade"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Focus Foreground Interrupt : 3 Flash Count And Max TimeOut
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundFlashCount"=dword:00000003
"ForegroundLockTimeOut"=dword:FFFFFFFF
; --------------------------------------------------------------------------------------------------
; <+> Hide Tray Icons : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Language Bar : Hidden
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
"ShowStatus"=dword:00000003
; --------------------------------------------------------------------------------------------------
; <+> Number of Recent In Start Menu : 10 Programs And 10 Items
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_JumpListItems"=dword:0000000a
"Start_MinMFU"=dword:0000000a
"Start_TrackDocs"=dword:00000001
"Start_TrackProgs"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Run Command In Start Menu : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowRun"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Search Files In Start Menu : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_SearchFiles"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Start Menu Configuration : Proper
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuAdminTools"=dword:00000001
"StartMenuFavorites"=dword:00000000
"Start_AdminToolsRoot"=dword:00000000
"Start_EnableDragDrop"=dword:00000001
"Start_LargeMFUIcons"=dword:00000001
"Start_NotifyNewApps"=dword:00000001
"Start_PowerButtonAction"=dword:00000002
"Start_SearchPrograms"=dword:00000001
"Start_ShowDownloads"=dword:00000001
"Start_ShowHelp"=dword:00000001
"Start_ShowHomeGroup"=dword:00000000
"Start_ShowMyDocs"=dword:00000001
"Start_ShowMyGames"=dword:00000001
"Start_ShowMyMusic"=dword:00000001
"Start_ShowMyPics"=dword:00000001
"Start_ShowNetConn"=dword:00000000
"Start_ShowNetPlaces"=dword:00000001
"Start_ShowPrinters"=dword:00000001
"Start_ShowRecentDocs"=dword:00000000
"Start_ShowSetProgramAccessAndDefaults"=dword:00000000
"Start_ShowVideos"=dword:00000001
"Start_SortByName"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Switch To Last Active Window : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"LastActiveClick"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> TaskBar Thumbnail Preview Size : 256 Pixels
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TaskBand]
"MinThumbSizePx"=dword:00000100
;

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; UPDATE
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; --------------------------------------------------------------------------------------------------
; <+> Allow All Users To Install Updates : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"ElevateNonAdmins"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
"ElevateNonAdmins"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Automatically Install Drivers Without Asking : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Automatically ReBoot After Update : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoReBootWithLoggedOnUsers"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoReBootWithLoggedOnUsers"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Hijack ShutDown Button After Update : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAUShutDownOption"=dword:00000001
"NoAUAsDefaultShutDownOption"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> OS Upgrade : Disable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\GWX]
"DisableGWX"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
"DisableOSUpgrade"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Recommended Updates : Include
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"IncludeRecommendedUpdates"=dword:00000001
; --------------------------------------------------------------------------------------------------
; <+> Update Generic Device Icons And MetaData : Enable
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Device MetaData]
"PreventDeviceMetaDataFromNetwork"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Update Patch Caches : %0
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]
"MaxPatchCacheSize"=dword:00000000
; --------------------------------------------------------------------------------------------------
; <+> Update Rule : Check Automatically Then Download And Install Manually
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000002
;

İndirme Adresi
Config.7z

Çalıştırmadan önce tüm Registry kayıtlarınızı güvenli bir alana yedekleyin, mümkünse Geri Yükleme noktası oluşturun.
Çalıştırmak için "Profile - Registry.bat" dosyasına çift tıklayın.

Not: İşletim sisteminizde oluşacak problemlerden mesul değilim ancak buraya yazarsanız hem ilgilenirim ve çözüme kavuştururuz(kesin olmamakla birlikte büyük ihtimalle) hem de bir sonraki versiyonda güncellerim.
 

Ahbârî

Müdavim
Katılım
6 Ekim 2009
Mesajlar
6,274
Reaksiyon puanı
345
Puanları
83
her ne kadar anlamasam da konuyu izlemeye alayım. yiğidin biri çıkar ve anlatabilir, video filan ekler :D
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
duydum, arada google a sorarak bazen bişeyler deniyorum sadece. o da baya az denebilir.
Ayarların içerisinde Windows'un başlangıç sesini kapatma gibi basit ve Denetim Masasıyla yapılabilecek kayıtlardan tutun, RAM'in %80'i dolunca çalışan gereksiz cacheleri RAM'den boşaltma ayarını %75'e çekme gibi arayüzle yapılamayacak low-level ayarlar var.
Zaten her ayarın açıklamasını ve kategorisini İngilizce olarak yazdım, NotePad++ ile açarsanız açıklamaların farklı renkte, kodların farklı renkte olduğunu görürsünüz.
bat dosyasına çift tıklayarak tüm ayarları tek seferde yükleyebilirsiniz, bunu yapmadan önce Windows'ta Geri Yükleme Noktası oluşturursanız istediğiniz zaman geri dönebilirsiniz.
 

Ahbârî

Müdavim
Katılım
6 Ekim 2009
Mesajlar
6,274
Reaksiyon puanı
345
Puanları
83
Ayarların içerisinde Windows'un başlangıç sesini kapatma gibi basit ve Denetim Masasıyla yapılabilecek kayıtlardan tutun, RAM'in %80'i dolunca çalışan gereksiz cacheleri RAM'den boşaltma ayarını %75'e çekme gibi arayüzle yapılamayacak low-level ayarlar var.
Zaten her ayarın açıklamasını ve kategorisini İngilizce olarak yazdım, NotePad++ ile açarsanız açıklamaların farklı renkte, kodların farklı renkte olduğunu görürsünüz.
bat dosyasına çift tıklayarak tüm ayarları tek seferde yükleyebilirsiniz, bunu yapmadan önce Windows'ta Geri Yükleme Noktası oluşturursanız istediğiniz zaman geri dönebilirsiniz.
hocam şimdi söyle diyeyim, ben bu konularda düz kullanıcıyım, w10 kullanıyorum. bana faydası olacaksa yaparım :D
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Arkadaşlar bu arada söylemeyi unuttum.
Ayarları uyguladıktan sonra hemen yeniden başlatmanız gerekiyor.
Hatta bunu bat dosyasında sormak için kod yazacaktım, unutmuşum, bir sonraki versiyona yazayım.

Katkısı olur, en azından deneyin, kesinlikle hız artışı(aslında verim artışı) görürsünüz çünkü ev kullanıcılarının ihtiyaç duymayacağı DEP, FTH gibi performansı azaltan güvenlik önlemlerini kapatıyor ya da misal Core Parking yani işlemcilerin kendi kafasına göre ben dinleneyim demesini güç ayarı Yüksek Performans ise ve fişe takılıyken iptal ediyor. (Normalde bu ayarda bile hatta oyun oynarken bile işlemci hadi ben dinleneyim diyip kendini kapatabiliyor)
Hatta bir sonraki versiyonda gereksiz servisleri kapatmayı da ekleyeceğim, her versiyonda iyiye gideceğini umuyorum.
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Deneyen varsa ve geri dönüş yaparsa bir sonraki versiyona katkısı olur.
 

Ahbârî

Müdavim
Katılım
6 Ekim 2009
Mesajlar
6,274
Reaksiyon puanı
345
Puanları
83
haftaya denemeyi düşünüyorum. bu ara risk almayı gözüm yemedi.
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Hocam, ev kullanıcısından kastınız tam olarak nedir?

Web, photoshop gibi işlemlerde sıkıntı olur mu örneğin?

Eğer performans artışı vaad ediyorsanız ben denemek isterim. :D
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Hocam, ev kullanıcısından kastınız tam olarak nedir?

Web, photoshop gibi işlemlerde sıkıntı olur mu örneğin?

Eğer performans artışı vaad ediyorsanız ben denemek isterim. :D
Ben zaten kendim kullanıyorum.
Web, Photoshop gibi işlemlerde sıkıntı olmaz.
Performans artışı mutlaka olması lazım çünkü low-level birkaç ayar da var.
İsterseniz ayarları uygulamadan önce ve uyguladıktan sonra benchmark programı varsa deneyin, sonucu gönderin.

Network kısmını şu an özetliyorum.
LAN üzerinde Administrative Shares'i ve Linkli bağlantıları kapatmışım ama Denetim Masasından açılabilir.
LAN üzerinde otomatik yazıcı vs aramayı kapatmışım ama manual olarak aranabilir.
LAN üzerinde bilgisayarın görünümünü kapatmışım ama açılabilir.
Map and Disconnect Network Drive özelliğini kapatmışım ama bu özellik konsol üzerinden gerçekleştirilebilir.
Uzaktan Bağlantıyı kapatmışım ama zaten kimse kullanmıyor, TeamViewer vs gibi programlar kullanılıyor bunun yerine.
SMB'yi kapatmışım zaten WannaCrypt virüsü SMB protokolünü kullanıyordu.
Proxy Auto Detection'ı kapatmışım ama bu zaten hiçbir tarayıcı proxy'sini, Proxy programlarını vs etkilemiyor.
Bunlardan açmak istedikleriniz olursa o kodun başına noktalı virgül işareti koyarak ; Comment içerisine alabilirsiniz.
Hepsi network kategorisinde bulunuyor.
Dosyayı Notepad++ ile açarsanız zaten commentler farklı bir renkte gösteriliyor.

Hatta ben size Notepad++ için kullandığım Visual Studio'ya benzeyen renk temasını da göndereyim.
notepad_2017-06-05_22-31-02.png

Bu kodları Visual Studio.xml olarak kaydedip "C:\Users\**\AppData\Roaming\Notepad++\themes" içerisine kaydedin ve temalardan seçin.
Kod:
<?xml version="1.0" encoding="Windows-1252"?>
<NotepadPlus>
   <LexerStyles>
       <LexerType name="c" desc="C" ext="cw">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="cpp" desc="C++" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">alignas alignof noexcept nullptr static_assert thread_local final override</WordsStyle>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="java" desc="Java" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="cs" desc="C#" ext="vala">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">var</WordsStyle>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="rc" desc="RC" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="tcl" desc="TCL" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="objc" desc="Objective-C" ext="">
           <WordsStyle name="DIRECTIVE" styleID="19" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="QUALIFIER" styleID="20" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="sql" desc="SQL" ext="">
           <WordsStyle name="KEYWORD" styleID="5" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">nvarchar uniqueidentifier</WordsStyle>
           <WordsStyle name="NUMBER" styleID="4" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="CB4141" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""></WordsStyle>
           <WordsStyle name="STRING2" styleID="7" fgColor="CB4141" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="818181" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="html" desc="HTML" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="9" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="5" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SINGLESTRING" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAG" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGEND" styleID="11" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CDATA" styleID="17" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VALUE" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ENTITY" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="php" desc="php" ext="">
           <WordsStyle name="QUESTION MARK" styleID="18" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="118" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="119" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">the_ID the_post have_posts wp_link_pages the_content</WordsStyle>
           <WordsStyle name="STRING VARIABLE" styleID="126" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SIMPLESTRING" styleID="120" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="121" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="122" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">$_POST $_GET $_SESSION</WordsStyle>
           <WordsStyle name="VARIABLE" styleID="123" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="124" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="125" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="127" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="javascript" desc="Javascript" ext="">
           <WordsStyle name="DEFAULT" styleID="41" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="45" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="46" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="47" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">null undefined let eval yield arguments get set</WordsStyle>
           <WordsStyle name="DOUBLESTRING" styleID="48" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">XmlUtil loadXmlString TopologyXmlTree NotificationArea loadXmlFile debug</WordsStyle>
           <WordsStyle name="SINGLESTRING" styleID="49" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOLS" styleID="50" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="51" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="52" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="42" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="43" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTDOC" styleID="44" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="json" desc="JSON" ext="">
           <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING DOUBLE QUOTE" styleID="6" fgColor="D7BA7D" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING SINGLE QUOTE" styleID="7" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">import</WordsStyle>
           <WordsStyle name="BOOLEAN NULL" styleID="5" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1">import</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
       </LexerType>
       <LexerType name="asp" desc="asp" ext="">
           <WordsStyle name="DEFAULT" styleID="81" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="82" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="83" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="84" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="85" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="87" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="86" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASPSYBOL" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="xml" desc="XML" ext="xaml svg xul vcxproj csproj vbproj fsproj lsxtproj shproj xproj ccproj jsproj sqlproj dbproj msbuildproj props">
           <WordsStyle name="XMLSTART" styleID="12" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="XMLEND" styleID="13" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="0" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="9" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="5" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SINGLESTRING" styleID="7" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAG" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGEND" styleID="11" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CDATA" styleID="17" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="ini" desc="ini file" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SECTION" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFVAL" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="props" desc="Properties file" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFVAL" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="diff" desc="DIFF" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="2" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HEADER" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="POSITION" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DELETED" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ADDED" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="nfo" desc="Dos Style" ext="">
           <WordsStyle name="DEFAULT" styleID="32" fgColor="C8C8C8" bgColor="1E1E1E" fontSize="" fontStyle="0"/>
       </LexerType>
       <LexerType name="makefile" desc="Makefile" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="3" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="4" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TARGET" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDEOL" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="vb" desc="VB / VBS" ext="">
           <WordsStyle name="DEFAULT" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="3" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATE" styleID="8" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="css" desc="CSS" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAG" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="6" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="UNKNOWN_IDENTIFIER" styleID="7" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VALUE" styleID="8" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="9" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ID" styleID="10" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IMPORTANT" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DIRECTIVE" styleID="12" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="pascal" desc="Pascal" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="perl" desc="Perl" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="17" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SCALAR" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ARRAY" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HASH" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PUNCTUATION" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="POD" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ERROR" styleID="1" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LONGQUOTE" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATASECTION" styleID="21" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGSUBST" styleID="18" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BACKTICKS" styleID="20" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="python" desc="Python" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORDS" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TRIPLE" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASSNAME" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFNAME" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
           <WordsStyle name="STRINGEOL" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="batch" desc="Batch" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORDS" styleID="2" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="LABEL" styleID="3" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HIDE SYBOL" styleID="4" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VARIABLE" styleID="6" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="lua" desc="Lua" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LITERALSTRING" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNC1" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="FUNC2" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="FUNC3" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
       </LexerType>
       <LexerType name="tex" desc="TeX" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SPECIAL" styleID="1" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="GROUP" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL" styleID="3" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="4" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">endfunction endif</WordsStyle>
           <WordsStyle name="TEXT" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="nsis" desc="NSIS" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">ContentScroller</WordsStyle>
           <WordsStyle name="STRING DOUBLE QUOTE" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING LEFT QUOTE" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING RIGHT QUOTE" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">endfunction endif</WordsStyle>
           <WordsStyle name="FUNCTION" styleID="5" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="VARIABLE" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="LABEL" styleID="7" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="USER DEFINED" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="SECTION" styleID="9" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SUBSECTION" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IF DEFINE" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MACRO" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING VAR" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="14" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SECTION GROUP" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAGE EX" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="actionscript" desc="ActionScript" ext="">
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION" styleID="20" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="bash" desc="bash" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ERROR" styleID="1" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="8" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SCALAR" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PARAM" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BACKTICKS" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HERE DELIM" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HERE Q" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="fortran" desc="Fortran" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING2" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="7" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="FUNCTION1" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="FUNCTION2" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="PREPROCESSOR" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR2" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LABEL" styleID="13" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CONTINUATION" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="lisp" desc="LISP" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION WORD" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="SYMBOL" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="9" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="SPECIAL" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="12" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="asm" desc="Assembler" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="4" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="5" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="REGISTER" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="DIRECTIVE" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
       </LexerType>
       <LexerType name="ruby" desc="Ruby" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ERROR" styleID="1" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="POD" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION" styleID="5" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS NAME" styleID="8" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEF NAME" styleID="9" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="GLOBAL" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MODULE NAME" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTANCE VAR" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS VAR" styleID="17" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BACKTICKS" styleID="18" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATA SECTION" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING Q" styleID="24" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="postscript" desc="Postscript" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DSC COMMENT" styleID="2" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DSC VALUE" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Name" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">True False</WordsStyle>
           <WordsStyle name="INSTRUCTION" styleID="6" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="LITERAL" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IMMEVAL" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAREN ARRAY" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAREN DICT" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAREN PROC" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TEXT" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HEX STRING" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BASE85 STRING" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BAD STRING CHAR" styleID="15" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="powershell" desc="PowerShell" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="2" fontSize=""/>
           <WordsStyle name="STRING" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VARIABLE" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">True False</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="CMDLET" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="ALIAS" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
       </LexerType>
       <LexerType name="vhdl" desc="VHDL" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LIne" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">True False</WordsStyle>
           <WordsStyle name="IDENTIFIER" styleID="6" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="STRING EOL" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION" styleID="8" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STD OPERATOR" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="ATTRIBUTE" styleID="10" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="DIRECTIVE" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STD FUNCTION" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="STD PACKAGE" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="STD TYPE" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
           <WordsStyle name="USER DEFINE" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type5"/>
       </LexerType>
       <LexerType name="smalltalk" desc="Smalltalk" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="1" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BINARY" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="BOOL" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="SELF" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SUPER" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NIL" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="GLOBAL" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="RETURN" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SPECIAL" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KWS END" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASSIGN" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="15" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="caml" desc="Caml" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="1" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGNAME" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="TYPE" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1">if else for while</WordsStyle>
           <WordsStyle name="LINENUM" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="8" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="9" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="11" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="12" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="13" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="14" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="verilog" desc="Verilog" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGNAME" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="KEYWORD" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING EOL" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="USER" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="kix" desc="KiXtart" ext="">
           <WordsStyle name="DEFAULT" styleID="31" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING2" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VAR" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MACRO" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="FUNCTION" styleID="8" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="OPERATOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="autoit" desc="autoIt" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION" styleID="4" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="MACRO" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="STRING" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="8" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VARIABLE" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SENT" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="PREPROCESSOR" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="SPECIAL" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
           <WordsStyle name="EXPAND" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type5"/>
           <WordsStyle name="COMOBJ" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="ada" desc="ADA" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="IDENTIFIER" styleID="2" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DELIMITER" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER EOL" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING EOL" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LABEL" styleID="9" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="10" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ILLEGAL" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="matlab" desc="Matlab" ext="octave">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="2" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOUBLE QUOTE STRING" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="haskell" desc="Haskell" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="1" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS" styleID="6" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MODULE" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CAPITAL" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATA" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IMPORT" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTANCE" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="13" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK3" styleID="16" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="inno" desc="InnoSetup" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="PARAMETER" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="SECTION" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">if else for while</WordsStyle>
           <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2">bool long int char</WordsStyle>
           <WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="KEYWORD USER" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
           <WordsStyle name="STRING DOUBLE" styleID="10" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING SINGLE" styleID="11" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="12" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="cmake" desc="CMakeFile" ext="cmake">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING D" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING L" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING R" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="COMMAND" styleID="5" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">bool long int char</WordsStyle>
           <WordsStyle name="PARAMETER" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="VARIABLE" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="USER DEFINED" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="WHILEDEF" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FOREACHDEF" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IFDEF" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MACRODEF" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING VARIABLE" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="14" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="searchResult" desc="Search result" ext="">
           <WordsStyle name="Default" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Search Header" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
           <WordsStyle name="File Header" styleID="2" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
           <WordsStyle name="Line Number" styleID="3" fgColor="2B91AF" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Hit Word" styleID="4" fgColor="C8C8C8" bgColor="113D6F" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Selected Line" styleID="5" fgColor="C8C8C8" bgColor="000000" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="Current line background colour" styleID="6" fgColor="C8C8C8" bgColor="000000" fontStyle="0" fontSize="">bool long int char</WordsStyle>
       </LexerType>
       <LexerType name="yaml" desc="YAML" ext="yaml">
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEY" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="3" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">true false TRUE FALSE False True</WordsStyle>
           <WordsStyle name="REFERENCE" styleID="5" fgColor="CB4141" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOCUMENT HEADER" styleID="6" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
           <WordsStyle name="SCALAR" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TEXT" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="9" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="0" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="AndroidLogger" desc="Android Log Lexer (Theme Override)" ext="" excluded="no">
           <WordsStyle name="COLOR_VERBOSE" styleID="0" fgColor="C0C0C0" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="0"/>
           <WordsStyle name="COLOR_DEBUG" styleID="1" fgColor="B6DAA7" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="1"/>
           <WordsStyle name="COLOR_INFO" styleID="2" fgColor="ABA7DA" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="2"/>
           <WordsStyle name="COLOR_WARNING" styleID="3" fgColor="FFC600" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="3"/>
           <WordsStyle name="COLOR_ERROR" styleID="4" fgColor="FF4F4F" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="4"/>
           <WordsStyle name="COLOR_USER_LEVEL" styleID="5" fgColor="FF0000" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="5"/>
           <WordsStyle name="COLOR_USER_TAG1" styleID="6" fgColor="FF4F4F" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="6">XXX</WordsStyle>
           <WordsStyle name="COLOR_USER_TAG2" styleID="7" fgColor="FF4F4F" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="7"/>
           <WordsStyle name="COLOR_USER_TAG3" styleID="8" fgColor="FFC600" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="8"/>
       </LexerType>
   </LexerStyles>
   <GlobalStyles>
       <WidgetStyle name="Global override" styleID="0" fgColor="F1F2F3" bgColor="1E1E1E" fontName="Roboto Mono" fontStyle="0" fontSize="10"/>
       <WidgetStyle name="Default Style" styleID="32" fgColor="F1F2F3" bgColor="1E1E1E" fontName="Roboto Mono" fontStyle="0" fontSize="10"/>
       <WidgetStyle name="Indent guideline style" styleID="37" fgColor="696969" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Brace highlight style" styleID="34" fgColor="DCDCDC" bgColor="264F78" fontName="" fontStyle="1" fontSize=""/>
       <WidgetStyle name="Bad brace colour" styleID="35" fgColor="930000" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Current line background colour" styleID="0" bgColor="0F0F0F" fgColor="DCDCDC" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Mark colour" styleID="0" fgColor="DCDCDC" bgColor="264F78" fontStyle="0"/>
       <WidgetStyle name="Selected text colour" styleID="0" fgColor="DCDCDC" bgColor="264F78" fontStyle="0"/>
       <WidgetStyle name="Caret colour" styleID="2069" fgColor="C3C3C3" bgColor="112435" fontSize="" fontStyle="0"/>
       <WidgetStyle name="Edge colour" styleID="0" fgColor="888A85" bgColor="1E1E1E" fontSize="" fontStyle="0"/>
       <WidgetStyle name="Line number margin" styleID="33" fgColor="2B91AF" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Fold" styleID="0" fgColor="4B4B4B" bgColor="1E1E1E" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Fold margin" styleID="0" fgColor="141414" bgColor="141414" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Fold active" styleID="0" fgColor="AF2A2A" bgColor="1E1E1E" fontStyle="0"/>
       <WidgetStyle name="White space symbol" styleID="0" fgColor="808080" bgColor="1E1E1E" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Smart HighLighting" styleID="29" bgColor="3687E0" fgColor="B4B4B4" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Find Mark Style" styleID="31" bgColor="B55B0B" fgColor="B4B4B4" fontName="" fontSize="" fontStyle="0"/>
       <WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" fontStyle="0" fgColor="E0E2E4"/>
       <WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" fontStyle="0" fgColor="E0E2E4"/>
       <WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" fontStyle="0" fgColor="E0E2E4" fontSize="10"/>
       <WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" fontStyle="0" fgColor="E0E2E4" fontSize=""/>
       <WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fontStyle="0" fgColor="FFFF80" fontSize=""/>
       <WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" fontStyle="0"/>
       <WidgetStyle name="Tags match highlighting" styleID="27" bgColor="0E3A6C" fgColor="C8C8C8" fontStyle="0"/>
       <WidgetStyle name="Tags attribute" styleID="26" bgColor="1E1E1E" fgColor="B4B4B4" fontStyle="0"/>
       <WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="00A5F4" bgColor="FF0000" fontStyle="0"/>
       <WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" fontStyle="0"/>
       <WidgetStyle name="Active tab text" styleID="0" fgColor="000000" fontStyle="0" bgColor="C0C0C0"/>
       <WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" fontStyle="0"/>
       <WidgetStyle name="URL hovered" styleID="0" fgColor="569cd6"/>
   </GlobalStyles>
</NotepadPlus>
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Ben zaten kendim kullanıyorum.
Web, Photoshop gibi işlemlerde sıkıntı olmaz.
Performans artışı mutlaka olması lazım çünkü low-level birkaç ayar da var.
İsterseniz ayarları uygulamadan önce ve uyguladıktan sonra benchmark programı varsa deneyin, sonucu gönderin.

Network kısmını şu an özetliyorum.
LAN üzerinde Administrative Shares'i ve Linkli bağlantıları kapatmışım ama Denetim Masasından açılabilir.
LAN üzerinde otomatik yazıcı vs aramayı kapatmışım ama manual olarak aranabilir.
LAN üzerinde bilgisayarın görünümünü kapatmışım ama açılabilir.
Map and Disconnect Network Drive özelliğini kapatmışım ama bu özellik konsol üzerinden gerçekleştirilebilir.
Uzaktan Bağlantıyı kapatmışım ama zaten kimse kullanmıyor, TeamViewer vs gibi programlar kullanılıyor bunun yerine.
SMB'yi kapatmışım zaten WannaCrypt virüsü SMB protokolünü kullanıyordu.
Proxy Auto Detection'ı kapatmışım ama bu zaten hiçbir tarayıcı proxy'sini, Proxy programlarını vs etkilemiyor.
Bunlardan açmak istedikleriniz olursa o kodun başına noktalı virgül işareti koyarak ; Comment içerisine alabilirsiniz.
Hepsi network kategorisinde bulunuyor.
Dosyayı Notepad++ ile açarsanız zaten commentler farklı bir renkte gösteriliyor.

Hatta ben size Notepad++ için kullandığım Visual Studio'ya benzeyen renk temasını da göndereyim.
notepad_2017-06-05_22-31-02.png

Bu kodları Visual Studio.xml olarak kaydedip "C:\Users\**\AppData\Roaming\Notepad++\themes" içerisine kaydedin ve temalardan seçin.
Kod:
<?xml version="1.0" encoding="Windows-1252"?>
<NotepadPlus>
   <LexerStyles>
       <LexerType name="c" desc="C" ext="cw">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="cpp" desc="C++" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">alignas alignof noexcept nullptr static_assert thread_local final override</WordsStyle>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="java" desc="Java" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="cs" desc="C#" ext="vala">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">var</WordsStyle>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="rc" desc="RC" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="tcl" desc="TCL" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="objc" desc="Objective-C" ext="">
           <WordsStyle name="DIRECTIVE" styleID="19" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="QUALIFIER" styleID="20" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="sql" desc="SQL" ext="">
           <WordsStyle name="KEYWORD" styleID="5" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">nvarchar uniqueidentifier</WordsStyle>
           <WordsStyle name="NUMBER" styleID="4" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="CB4141" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""></WordsStyle>
           <WordsStyle name="STRING2" styleID="7" fgColor="CB4141" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="818181" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="html" desc="HTML" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="9" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="5" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SINGLESTRING" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAG" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGEND" styleID="11" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CDATA" styleID="17" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VALUE" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ENTITY" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="php" desc="php" ext="">
           <WordsStyle name="QUESTION MARK" styleID="18" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="118" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="119" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">the_ID the_post have_posts wp_link_pages the_content</WordsStyle>
           <WordsStyle name="STRING VARIABLE" styleID="126" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SIMPLESTRING" styleID="120" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="121" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="122" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">$_POST $_GET $_SESSION</WordsStyle>
           <WordsStyle name="VARIABLE" styleID="123" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="124" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="125" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="127" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="javascript" desc="Javascript" ext="">
           <WordsStyle name="DEFAULT" styleID="41" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="45" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="46" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="47" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">null undefined let eval yield arguments get set</WordsStyle>
           <WordsStyle name="DOUBLESTRING" styleID="48" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">XmlUtil loadXmlString TopologyXmlTree NotificationArea loadXmlFile debug</WordsStyle>
           <WordsStyle name="SINGLESTRING" styleID="49" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOLS" styleID="50" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="51" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="52" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="42" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="43" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTDOC" styleID="44" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="json" desc="JSON" ext="">
           <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING DOUBLE QUOTE" styleID="6" fgColor="D7BA7D" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING SINGLE QUOTE" styleID="7" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">import</WordsStyle>
           <WordsStyle name="BOOLEAN NULL" styleID="5" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1">import</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
       </LexerType>
       <LexerType name="asp" desc="asp" ext="">
           <WordsStyle name="DEFAULT" styleID="81" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="82" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="83" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="84" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="85" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="87" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="86" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASPSYBOL" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="xml" desc="XML" ext="xaml svg xul vcxproj csproj vbproj fsproj lsxtproj shproj xproj ccproj jsproj sqlproj dbproj msbuildproj props">
           <WordsStyle name="XMLSTART" styleID="12" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="XMLEND" styleID="13" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="0" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="9" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="5" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SINGLESTRING" styleID="7" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAG" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGEND" styleID="11" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="808080" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CDATA" styleID="17" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="ini" desc="ini file" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SECTION" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFVAL" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="props" desc="Properties file" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFVAL" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="diff" desc="DIFF" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="2" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HEADER" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="POSITION" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DELETED" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ADDED" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="nfo" desc="Dos Style" ext="">
           <WordsStyle name="DEFAULT" styleID="32" fgColor="C8C8C8" bgColor="1E1E1E" fontSize="" fontStyle="0"/>
       </LexerType>
       <LexerType name="makefile" desc="Makefile" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="3" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="4" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TARGET" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDEOL" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="vb" desc="VB / VBS" ext="">
           <WordsStyle name="DEFAULT" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="WORD" styleID="3" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATE" styleID="8" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="css" desc="CSS" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAG" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="6" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="UNKNOWN_IDENTIFIER" styleID="7" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VALUE" styleID="8" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="9" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ID" styleID="10" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IMPORTANT" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DIRECTIVE" styleID="12" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="pascal" desc="Pascal" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="perl" desc="Perl" ext="">
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="17" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SCALAR" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ARRAY" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HASH" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PUNCTUATION" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="POD" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ERROR" styleID="1" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LONGQUOTE" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATASECTION" styleID="21" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGSUBST" styleID="18" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BACKTICKS" styleID="20" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="python" desc="Python" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORDS" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TRIPLE" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASSNAME" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFNAME" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
           <WordsStyle name="STRINGEOL" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="batch" desc="Batch" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORDS" styleID="2" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="LABEL" styleID="3" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HIDE SYBOL" styleID="4" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VARIABLE" styleID="6" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="lua" desc="Lua" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LITERALSTRING" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNC1" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="FUNC2" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="FUNC3" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
       </LexerType>
       <LexerType name="tex" desc="TeX" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SPECIAL" styleID="1" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="GROUP" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL" styleID="3" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="4" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">endfunction endif</WordsStyle>
           <WordsStyle name="TEXT" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="nsis" desc="NSIS" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">ContentScroller</WordsStyle>
           <WordsStyle name="STRING DOUBLE QUOTE" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING LEFT QUOTE" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING RIGHT QUOTE" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">endfunction endif</WordsStyle>
           <WordsStyle name="FUNCTION" styleID="5" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="VARIABLE" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="LABEL" styleID="7" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="USER DEFINED" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="SECTION" styleID="9" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SUBSECTION" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IF DEFINE" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MACRO" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING VAR" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="14" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SECTION GROUP" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAGE EX" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="actionscript" desc="ActionScript" ext="">
           <WordsStyle name="DEFAULT" styleID="11" fgColor="F1F2F3" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION" styleID="20" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="TYPE WORD" styleID="16" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VERBATIM" styleID="13" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="bash" desc="bash" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ERROR" styleID="1" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="8" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SCALAR" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PARAM" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BACKTICKS" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HERE DELIM" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HERE Q" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="fortran" desc="Fortran" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING2" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="7" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="FUNCTION1" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="FUNCTION2" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="PREPROCESSOR" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR2" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LABEL" styleID="13" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CONTINUATION" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="lisp" desc="LISP" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION WORD" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="SYMBOL" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="9" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="SPECIAL" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="12" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="asm" desc="Assembler" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="4" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="5" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="REGISTER" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="DIRECTIVE" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRINGEOL" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
       </LexerType>
       <LexerType name="ruby" desc="Ruby" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ERROR" styleID="1" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="POD" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION" styleID="5" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS NAME" styleID="8" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEF NAME" styleID="9" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="REGEX" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="GLOBAL" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MODULE NAME" styleID="15" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTANCE VAR" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS VAR" styleID="17" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BACKTICKS" styleID="18" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATA SECTION" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING Q" styleID="24" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="postscript" desc="Postscript" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DSC COMMENT" styleID="2" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DSC VALUE" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Name" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">True False</WordsStyle>
           <WordsStyle name="INSTRUCTION" styleID="6" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="LITERAL" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IMMEVAL" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAREN ARRAY" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAREN DICT" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PAREN PROC" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TEXT" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="HEX STRING" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BASE85 STRING" styleID="14" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BAD STRING CHAR" styleID="15" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="powershell" desc="PowerShell" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="2" fontSize=""/>
           <WordsStyle name="STRING" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VARIABLE" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">True False</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="CMDLET" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="ALIAS" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
       </LexerType>
       <LexerType name="vhdl" desc="VHDL" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LIne" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">True False</WordsStyle>
           <WordsStyle name="IDENTIFIER" styleID="6" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="STRING EOL" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION" styleID="8" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STD OPERATOR" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="ATTRIBUTE" styleID="10" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="DIRECTIVE" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STD FUNCTION" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="STD PACKAGE" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="STD TYPE" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
           <WordsStyle name="USER DEFINE" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type5"/>
       </LexerType>
       <LexerType name="smalltalk" desc="Smalltalk" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="1" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="2" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SYMBOL" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="BINARY" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="BOOL" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="SELF" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SUPER" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NIL" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="GLOBAL" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="RETURN" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SPECIAL" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KWS END" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ASSIGN" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="15" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="caml" desc="Caml" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="1" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGNAME" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="TYPE" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1">if else for while</WordsStyle>
           <WordsStyle name="LINENUM" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="OPERATOR" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="8" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="9" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="11" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="12" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="13" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT DOC" styleID="14" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="verilog" desc="Verilog" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TAGNAME" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="KEYWORD" styleID="7" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="OPERATOR" styleID="10" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="6" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING EOL" styleID="12" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="USER" styleID="19" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="kix" desc="KiXtart" ext="">
           <WordsStyle name="DEFAULT" styleID="31" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING2" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="A6CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VAR" styleID="5" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MACRO" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="FUNCTION" styleID="8" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="OPERATOR" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="autoit" desc="autoIt" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="2" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FUNCTION" styleID="4" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="MACRO" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="STRING" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="8" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="VARIABLE" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="SENT" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2"/>
           <WordsStyle name="PREPROCESSOR" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="SPECIAL" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
           <WordsStyle name="EXPAND" styleID="13" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type5"/>
           <WordsStyle name="COMOBJ" styleID="14" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="ada" desc="ADA" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="IDENTIFIER" styleID="2" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DELIMITER" styleID="4" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER EOL" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING EOL" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="LABEL" styleID="9" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT LINE" styleID="10" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="ILLEGAL" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="matlab" desc="Matlab" ext="octave">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMAND" styleID="2" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="4E9CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1"/>
           <WordsStyle name="STRING" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="6" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOUBLE QUOTE STRING" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="haskell" desc="Haskell" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="1" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="3" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CHARACTER" styleID="5" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CLASS" styleID="6" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MODULE" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="CAPITAL" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DATA" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IMPORT" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="11" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="INSTANCE" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTLINE" styleID="13" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENTBLOCK3" styleID="16" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="inno" desc="InnoSetup" ext="">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="2" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2"/>
           <WordsStyle name="PARAMETER" styleID="3" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="SECTION" styleID="4" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">if else for while</WordsStyle>
           <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type2">bool long int char</WordsStyle>
           <WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type3"/>
           <WordsStyle name="KEYWORD USER" styleID="9" fgColor="9B9B9B" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type4"/>
           <WordsStyle name="STRING DOUBLE" styleID="10" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING SINGLE" styleID="11" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IDENTIFIER" styleID="12" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="cmake" desc="CMakeFile" ext="cmake">
           <WordsStyle name="DEFAULT" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING D" styleID="2" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING L" styleID="3" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING R" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="COMMAND" styleID="5" fgColor="8DA6CE" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">bool long int char</WordsStyle>
           <WordsStyle name="PARAMETER" styleID="6" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
           <WordsStyle name="VARIABLE" styleID="7" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="USER DEFINED" styleID="8" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="type1"/>
           <WordsStyle name="WHILEDEF" styleID="9" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="FOREACHDEF" styleID="10" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="IFDEF" styleID="11" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="MACRODEF" styleID="12" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="STRING VARIABLE" styleID="13" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="14" fgColor="B5CEA8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="searchResult" desc="Search result" ext="">
           <WordsStyle name="Default" styleID="0" fgColor="C8C8C8" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Search Header" styleID="1" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
           <WordsStyle name="File Header" styleID="2" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
           <WordsStyle name="Line Number" styleID="3" fgColor="2B91AF" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Hit Word" styleID="4" fgColor="C8C8C8" bgColor="113D6F" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="Selected Line" styleID="5" fgColor="C8C8C8" bgColor="000000" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
           <WordsStyle name="Current line background colour" styleID="6" fgColor="C8C8C8" bgColor="000000" fontStyle="0" fontSize="">bool long int char</WordsStyle>
       </LexerType>
       <LexerType name="yaml" desc="YAML" ext="yaml">
           <WordsStyle name="COMMENT" styleID="1" fgColor="57A64A" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEY" styleID="2" fgColor="569CD6" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="KEYWORD" styleID="3" fgColor="92CAF4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="NUMBER" styleID="4" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="">true false TRUE FALSE False True</WordsStyle>
           <WordsStyle name="REFERENCE" styleID="5" fgColor="CB4141" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DOCUMENT HEADER" styleID="6" fgColor="559CD6" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize=""/>
           <WordsStyle name="SCALAR" styleID="7" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="TEXT" styleID="8" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="OPERATOR" styleID="9" fgColor="B4B4B4" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
           <WordsStyle name="DEFAULT" styleID="0" fgColor="D69D85" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       </LexerType>
       <LexerType name="AndroidLogger" desc="Android Log Lexer (Theme Override)" ext="" excluded="no">
           <WordsStyle name="COLOR_VERBOSE" styleID="0" fgColor="C0C0C0" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="0"/>
           <WordsStyle name="COLOR_DEBUG" styleID="1" fgColor="B6DAA7" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="1"/>
           <WordsStyle name="COLOR_INFO" styleID="2" fgColor="ABA7DA" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="2"/>
           <WordsStyle name="COLOR_WARNING" styleID="3" fgColor="FFC600" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="3"/>
           <WordsStyle name="COLOR_ERROR" styleID="4" fgColor="FF4F4F" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="4"/>
           <WordsStyle name="COLOR_USER_LEVEL" styleID="5" fgColor="FF0000" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="5"/>
           <WordsStyle name="COLOR_USER_TAG1" styleID="6" fgColor="FF4F4F" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="6">XXX</WordsStyle>
           <WordsStyle name="COLOR_USER_TAG2" styleID="7" fgColor="FF4F4F" bgColor="1E1E1E" fontName="" fontStyle="1" fontSize="" keywordClass="7"/>
           <WordsStyle name="COLOR_USER_TAG3" styleID="8" fgColor="FFC600" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize="" keywordClass="8"/>
       </LexerType>
   </LexerStyles>
   <GlobalStyles>
       <WidgetStyle name="Global override" styleID="0" fgColor="F1F2F3" bgColor="1E1E1E" fontName="Roboto Mono" fontStyle="0" fontSize="10"/>
       <WidgetStyle name="Default Style" styleID="32" fgColor="F1F2F3" bgColor="1E1E1E" fontName="Roboto Mono" fontStyle="0" fontSize="10"/>
       <WidgetStyle name="Indent guideline style" styleID="37" fgColor="696969" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Brace highlight style" styleID="34" fgColor="DCDCDC" bgColor="264F78" fontName="" fontStyle="1" fontSize=""/>
       <WidgetStyle name="Bad brace colour" styleID="35" fgColor="930000" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Current line background colour" styleID="0" bgColor="0F0F0F" fgColor="DCDCDC" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Mark colour" styleID="0" fgColor="DCDCDC" bgColor="264F78" fontStyle="0"/>
       <WidgetStyle name="Selected text colour" styleID="0" fgColor="DCDCDC" bgColor="264F78" fontStyle="0"/>
       <WidgetStyle name="Caret colour" styleID="2069" fgColor="C3C3C3" bgColor="112435" fontSize="" fontStyle="0"/>
       <WidgetStyle name="Edge colour" styleID="0" fgColor="888A85" bgColor="1E1E1E" fontSize="" fontStyle="0"/>
       <WidgetStyle name="Line number margin" styleID="33" fgColor="2B91AF" bgColor="1E1E1E" fontName="" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Fold" styleID="0" fgColor="4B4B4B" bgColor="1E1E1E" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Fold margin" styleID="0" fgColor="141414" bgColor="141414" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Fold active" styleID="0" fgColor="AF2A2A" bgColor="1E1E1E" fontStyle="0"/>
       <WidgetStyle name="White space symbol" styleID="0" fgColor="808080" bgColor="1E1E1E" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Smart HighLighting" styleID="29" bgColor="3687E0" fgColor="B4B4B4" fontStyle="0" fontSize=""/>
       <WidgetStyle name="Find Mark Style" styleID="31" bgColor="B55B0B" fgColor="B4B4B4" fontName="" fontSize="" fontStyle="0"/>
       <WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" fontStyle="0" fgColor="E0E2E4"/>
       <WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" fontStyle="0" fgColor="E0E2E4"/>
       <WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" fontStyle="0" fgColor="E0E2E4" fontSize="10"/>
       <WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" fontStyle="0" fgColor="E0E2E4" fontSize=""/>
       <WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fontStyle="0" fgColor="FFFF80" fontSize=""/>
       <WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" fontStyle="0"/>
       <WidgetStyle name="Tags match highlighting" styleID="27" bgColor="0E3A6C" fgColor="C8C8C8" fontStyle="0"/>
       <WidgetStyle name="Tags attribute" styleID="26" bgColor="1E1E1E" fgColor="B4B4B4" fontStyle="0"/>
       <WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="00A5F4" bgColor="FF0000" fontStyle="0"/>
       <WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" fontStyle="0"/>
       <WidgetStyle name="Active tab text" styleID="0" fgColor="000000" fontStyle="0" bgColor="C0C0C0"/>
       <WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" fontStyle="0"/>
       <WidgetStyle name="URL hovered" styleID="0" fgColor="569cd6"/>
   </GlobalStyles>
</NotepadPlus>

Hocam canımsın! :D

Siyah olan her şeye aşığım, bayıldım buna da.
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Bana bir gönüllü lazım.
Aşağıdaki registry ayarını uygulayacak.
Kod:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"MoveImages"=dword:00000000
Bilgisayar yeniden başlayınca mavi ekran veriyor mu diye bakacak, mavi ekran veriyorsa Windows'u tekrar başlatıp f8'e basılı tutarak, güvenli mod vs ekranının geldiği yerde "Last Known Good Configuration" ile eski ayara dönebilir.
Eğer mavi ekran çıkmıyorsa, birkaç gün boyunca oyun oynayıp sorun var mı rapor edecek.
Bu biraz low-level bir ayar ama sorun oluşturmuyorsa, oyuncuların performansını arttırabilir, fps arttırmasa bile fare-klavye tepki süresini azaltabilir.
Bu ayar Adress Space Layout Randomization yani ASLR'yi kapatıyor, bu özellik her bir modül için rastgele RAM ayarlıyor, amacı güvenlik ancak hackerlar bunu zaten kırabiliyorlar, olan yine performansa oluyor, dolayısıyla biri test edip bana geri dönüş yaparsa sevinirim.
https://en.wikipedia.org/wiki/Address_space_layout_randomization
 

Halktan Biri

Müdavim
Emektar
Katılım
30 Ekim 2016
Mesajlar
9,401
Reaksiyon puanı
9,163
Puanları
113
Hocam emeğinize sağlık. Keşke ben de deneyebilseydim.
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Windows: Line-Based vs. Message Signaled-Based Interrupts ... - Guru3D.com Forums

Burada donanımların interrupt yapısını yani event için kullandıkları altyapıyı değiştiren bir program var.
Bu progamı bir sonraki versiyona koymayı düşünüyorum.
Oyunlarda mouse ve klavye için micro stuttering problemlerini azaltıyor.
MSI_util.zip

Bunu indirip tüm donanımları işaretleyip Apply dedikten sonra bilgisayarı yeniden başlatıp mavi ekran alıp almadığına bakıp (mavi ekran alırsanız Güvenli Modun olduğu ekrandan "Last Known Good Configuration" kısmına tıklayıp ayarları geri alabilirsiniz) bana rapor ederseniz memnun olurum.
Bende hepsi açık olmasına rağmen mavi ekran vermedi ancak bir kısım donanımlarda verebiliyormuş, o yüzden script veya reg üzerine koymayacağım, exe'yi koyacağım, isteyenler mavi ekran vermediği sürece teker teker açıp denesinler.

Yalnız Windows 8 ve üzerinde Last Known Good Configuration'ı varsayılan olarak kapatmış Microsoft, bir sonraki versiyonda zaten açma ayarını ekledim ama o çıkana kadar şunu kullanabilirsiniz.
Kod:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Configuration Manager]
"BackupCount"=dword:00000003
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Configuration Manager\LastKnownGood]
"Enabled"=dword:00000001

Bu tür ayarlar piyasadaki hiçbir mainstream programda yok, internetin farklı köşelerinden sizler için bulup birleştiriyorum, kıymetimi bilin hehe. :D
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Yeni versiyonu yayınlıyorum.
Config.7z
--- Gönderi Güncellendi ---
Bahsetmeyi unuttum, bunu uygulamadan önce Antivirus programınızı kapatmanız gerekiyor çünkü çok fazla ayar tek seferde bat ve reg dosyaları tarafından değiştirildiği için Heuristic algoritmalar (yani sezgisel tahminler) tarafından uyarı verebiliyor.
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Yeni versiyonu yayınlıyorum.
Config.7z
--- Gönderi Güncellendi ---
Bahsetmeyi unuttum, bunu uygulamadan önce Antivirus programınızı kapatmanız gerekiyor çünkü çok fazla ayar tek seferde bat ve reg dosyaları tarafından değiştirildiği için Heuristic algoritmalar (yani sezgisel tahminler) tarafından uyarı verebiliyor.


Hocam merhaba, ben dosyayı indirip çalıştırdım ancak yeniden başlamamı istedi.

Şu anda da bilgisayarımı açamıyorum çünkü diğer kullanıcı ile giriş yap diyor.

Benim bilgisayarımda farklı kullanıcı yok ki.

Napmalıyım?
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Başlangıç ekranında güvenliğin arttırılması için sadece parola değil, kullanıcı adıyla birlikte parola sorma işlemi gerçekleşiyor.
Ayarlarda bahsetmiştim.
Diğer kullanıcı ile giriş ekranı değil o. :)
Linux'teki giriş ekranı gibi hem kullanıcı adını hem de parolayı soran ekran geliyor.
Güvenliği arttırmak amacıyla bu ayarı ekledim.
Normal kullanıcı adınızı yazın, sonra parolayı yazın ve girişe tıklayın.
Bundan sonra bilgisayarı açarken bu şekilde açmanız gerekiyor.
Bu ayarı kapatmak istiyorsanız yardım edeyim.
--- Gönderi Güncellendi ---
Admini saf dışı bıraktım arkadaşlar, rahat rahat takılabilirsiniz. :D
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Anlaşıldı, açtım bilgisayarımı. :D

Hocam şimdi sağ alttaki bildirim panelinde de düzenleme yapmısşınız tüm çalışan uygulamalar görünüyor. Onları nasıl gruplandırabilirim?

Bir de sistem dosyaları İngilizce oldu, computer, User, Trash gibi. :D
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Şöyle yapalım.
Ben sizin için özel bir reg dosyası daha üreteyim.
Her yeni güncellemede ayarları yaptıktan sonra bu ikinci reg dosyasına tıklayıp size özel birkaç ayarı çalıştırın.

Öncelikle bu isimleri hangi Türkçe adlarıyla yer değiştireyim, onu yazın.
"Computer"
"User"
"Trash"
"Configuration"
"Configuration Full"
"Network"

Sağ alttaki bildirim paneli gruplamayı da ekleyim, eğer istiyorsanız belirtin ki başlangıçta kullanıcı adı sormamayı ekleyeyim, reg dosyası haline getirip size vereyim.
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Şöyle yapalım.
Ben sizin için özel bir reg dosyası daha üreteyim.
Her yeni güncellemede ayarları yaptıktan sonra bu ikinci reg dosyasına tıklayıp size özel birkaç ayarı çalıştırın.

Öncelikle bu isimleri hangi Türkçe adlarıyla yer değiştireyim, onu yazın.
"Computer"
"User"
"Trash"
"Configuration"
"Configuration Full"
"Network"

Sağ alttaki bildirim paneli gruplamayı da ekleyim, eğer istiyorsanız belirtin ki başlangıçta kullanıcı adı sormamayı ekleyeyim, reg dosyası haline getirip size vereyim.

Hocam şifre ekranını kaldırıp, bildirim paneli gruplandırmayı eklersek tamamdır benim adıma. Dil kalsa da olur. :D
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
HerhangiBirİsim.reg dosyası olarak kaydedin, çift tıklayıp çalıştırın sonra bilgisayarı yeniden başlatın.
Kod:
Windows Registry Editor Version 5.00

; --------------------------------------------------------------------------------------------------
; <+> Masaüstü Etiketleri
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
@="Bilgisayar"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
@="Kullanıcı"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]
@="Çöp"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}]
@="Yapılandırma"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}]
@="Şebeke"

; --------------------------------------------------------------------------------------------------
; <+> Bilgisayar Etiketleri
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{47eb3fe4-da53-44b1-9918-592f944681d7}]
@="Yapılandırma"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Yapılandırma - Tüm Seçenekler"

; --------------------------------------------------------------------------------------------------
; <+> Görev Çubuğu Gruplama
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000001

; --------------------------------------------------------------------------------------------------
; <+> Kullanıcı Adı Sorma
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLastUserName"=dword:00000000
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Bugün farkettiğim bir durum var.
Bazı ayarların uygulanabilmesi için UAC'nin kapatılması gerekiyor, Admin Yetkileri yetmiyor.
UAC kapatıldıktan sonra bilgisayar yeniden başlatılmalı.
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Hocam merhaba, bir kaç gündür sizin kayıtlarınızı kullanıyorum.

Performans artışı kesinlikle fark edilir seviyede, ellerinize sağlık.

Ancak sizden mi kaynaklı, benimle mi ilgili bilmiyorum bazı problemlerim var.

Biri şu; bir dosyayı x klasöründen z klasörüne sürükleyip bıraktığımda taşımıyor. Kopyalıyor.

Geri dönüşüm kutusuna atmak için delete tuşuna bastığımda veya Windows gezginindeki X tuşuna bastığımda direk silmiyor. Sileyim mi diye soruyor, ben eskiden sormuyordu diye hatırlıyorum ama emin değilim.

Son olarak, sağ tık menüsüne yandex disk bağlantısını kopyala seçeneğini ekleyebilir miyiz?
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Hocam merhaba, bir kaç gündür sizin kayıtlarınızı kullanıyorum.

Performans artışı kesinlikle fark edilir seviyede, ellerinize sağlık.

Ancak sizden mi kaynaklı, benimle mi ilgili bilmiyorum bazı problemlerim var.

Biri şu; bir dosyayı x klasöründen z klasörüne sürükleyip bıraktığımda taşımıyor. Kopyalıyor.

Geri dönüşüm kutusuna atmak için delete tuşuna bastığımda veya Windows gezginindeki X tuşuna bastığımda direk silmiyor. Sileyim mi diye soruyor, ben eskiden sormuyordu diye hatırlıyorum ama emin değilim.

Son olarak, sağ tık menüsüne yandex disk bağlantısını kopyala seçeneğini ekleyebilir miyiz?

Evet bu ikisi de registry ayarlarından kaynaklı, varsayılan drag-drop işlemini kopyalama olarak ayarladım, geri dönüşüm kutuna da yanlışlıkla basılma ihtimalini baz alarak uyarı koydum.
Bu iki istediğiniz ayarı eski ayarlarınızla birleştirip koyuyorum.
Üçüncü isteğinizi ise ancak hangi komutun hangi dosya tipinde çalıştırılacağını söylerseniz yapabilirim.
Kod:
; --------------------------------------------------------------------------------------------------
; <+> Masaüstü Etiketleri
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
@="Bilgisayar"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
@="Kullanıcı"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]
@="Çöp"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}]
@="Yapılandırma"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}]
@="Şebeke"

; --------------------------------------------------------------------------------------------------
; <+> Bilgisayar Etiketleri
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{47eb3fe4-da53-44b1-9918-592f944681d7}]
@="Yapılandırma"
[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Yapılandırma - Tüm Seçenekler"

; --------------------------------------------------------------------------------------------------
; <+> Görev Çubuğu Gruplama
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000001

; --------------------------------------------------------------------------------------------------
; <+> Kullanıcı Adı Sorma
; --------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLastUserName"=dword:00000000

; --------------------------------------------------------------------------------------------------
; <+> Dosya Silme Uyarısı
; --------------------------------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ConfirmFileDelete"=dword:00000000

; --------------------------------------------------------------------------------------------------
; <+> Sürükle-Bırak
; --------------------------------------------------------------------------------------------------
[HKEY_CLASSES_ROOT\*]
"DefaultDropEffect"=dword:00000000
[HKEY_CLASSES_ROOT\AllFileSystemObjects]
"DefaultDropEffect"=dword:00000000
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Hocam Yandex Disk, normalde her türlü dosyayı paylaştığım bir sistem. .rar, .jpg, .zip fark etmiyor yani. .Exe dosyaları hariç her şeye yapabiliriz.
 

Ben Kenobi

Müdavim
Katılım
6 Kasım 2011
Mesajlar
7,336
Reaksiyon puanı
3,155
Puanları
113
Kodun başına şunu koymayı unutmuşum.
Kod:
Windows Registry Editor Version 5.00

Biraz baktım, yandex diske ait bir context menu veya komut bulamadım, Linux komutu buldum ama Windows'unkini bulamadım ama aklımda olsun, komutlarına ulaşırsam yapayım.

İstediğiniz bu mu emin değilim ama kendisi ekliyormuş zaten, eğer görünmüyorsa silip tekrar yüklemeyi deneyin, yüklerken antivirusu kapatın.
E8pdlqy8T6tE7TgMngepYyizFGU.png
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Aynen bu hocam. :)

tamamdır, öyle yapayım.
 

by efsane

Müdavim
Cezalı
Emektar
Katılım
10 Aralık 2008
Mesajlar
14,680
Reaksiyon puanı
2,135
Puanları
113
Hocam son verdiğiniz kayıtlarla bahsettiğim sorunlar düzeldi.

Kaldırıp kurdum ama Yandex Disk düzelmedi ama.
 
Üst