{"title":"Intel","description":"","products":[{"product_id":"intel-core-i3-4th-gen-lga1150-desktop-processor","title":"Intel Core i3 4th Gen Desktop Processor (4130\/4150\/4160\/4170\/4330\/4340\/4350\/4360\/4370) LGA1150 CPU 2.9GHz–3.8GHz Dual Core 4 Thread","description":"\u003c!-- ============================================================\n     WeKart Online Store — Shopify Product Description HTML\n     Product : Intel Core i3 4th Gen LGA1150 Desktop Processor\n     Author  : WeKart SEO Team\n     NOTE    : Place \u003cstyle\u003e block in theme CSS file.\n               Paste body HTML into Shopify description editor\n               (click \u003c\/\u003e HTML \/ code mode).\n     ============================================================ --\u003e\n\n\u003c!-- ═══════════════════ GLOBAL STYLES ═══════════════════ --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026display=swap');\n\n  :root {\n    --wk-dark   : #124525;\n    --wk-green  : #1d9c4f;\n    --wk-light  : #cffec7;\n    --wk-bg     : #EFF0F5;\n    --wk-white  : #ffffff;\n    --wk-text   : #1a1a1a;\n    --wk-muted  : #555;\n    --wk-intel  : #0068b5;\n    --wk-intel2 : #0091da;\n    --wk-orange : #e65100;\n    --radius    : 10px;\n  }\n\n  \/* ── Wrapper ── *\/\n  .wk-wrap {\n    font-family: 'Poppins', sans-serif;\n    font-size: 14px;\n    color: var(--wk-text);\n    background: var(--wk-bg);\n    padding: 0;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* ── Short description ── *\/\n  .wk-short-desc {\n    background: var(--wk-white);\n    border-left: 4px solid var(--wk-green);\n    border-radius: 0 var(--radius) var(--radius) 0;\n    padding: 14px 18px;\n    margin-bottom: 18px;\n    color: var(--wk-muted);\n    line-height: 1.75;\n    font-size: 13.5px;\n  }\n\n  \/* ── Trust badges ── *\/\n  .wk-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 20px;\n  }\n  .wk-badge {\n    background: var(--wk-dark);\n    color: var(--wk-white);\n    font-size: 11.5px;\n    font-weight: 600;\n    padding: 6px 13px;\n    border-radius: 20px;\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    letter-spacing: 0.3px;\n    transition: background 0.25s ease,\n                transform 0.22s cubic-bezier(.34,1.56,.64,1),\n                box-shadow 0.25s ease;\n    cursor: default;\n  }\n  .wk-badge:hover {\n    background: var(--wk-green);\n    transform: translateY(-2px) scale(1.05);\n    box-shadow: 0 6px 18px rgba(29,156,79,0.32);\n  }\n  .wk-badge.intel { background: var(--wk-intel); }\n  .wk-badge.intel:hover { background: var(--wk-intel2); }\n\n  \/* ── Section heading ── *\/\n  .wk-section-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--wk-dark);\n    border-bottom: 2px solid var(--wk-green);\n    padding-bottom: 6px;\n    margin: 22px 0 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ── Hero banner ── *\/\n  .wk-hero-banner {\n    background: linear-gradient(135deg, #003569 0%, #0068b5 55%, #0091da 100%);\n    border-radius: var(--radius);\n    padding: 22px 24px;\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n    position: relative;\n    overflow: hidden;\n  }\n  .wk-hero-banner::before {\n    content: 'i3';\n    position: absolute;\n    right: 18px;\n    bottom: -10px;\n    font-size: 100px;\n    font-weight: 900;\n    color: rgba(255,255,255,0.05);\n    letter-spacing: 2px;\n    pointer-events: none;\n  }\n  .wk-hero-main { color: #fff; line-height: 1.25; position: relative; }\n  .wk-hero-model {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: rgba(255,255,255,0.58);\n    margin-bottom: 4px;\n  }\n  .wk-hero-title { font-size: 21px; font-weight: 700; }\n  .wk-hero-sub   { font-size: 12px; color: rgba(255,255,255,0.78); margin-top: 5px; line-height: 1.55; }\n  .wk-hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-left: auto; position: relative; }\n  .wk-hero-chip {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.24);\n    color: #fff;\n    border-radius: 20px;\n    padding: 5px 13px;\n    font-size: 11.5px;\n    font-weight: 500;\n    transition: background 0.2s, transform 0.2s;\n  }\n  .wk-hero-chip:hover { background: rgba(255,255,255,0.24); transform: translateY(-1px); }\n\n  \/* ── Model grid ── *\/\n  .wk-model-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin: 12px 0 20px;\n  }\n  @media (max-width: 560px) { .wk-model-grid { grid-template-columns: repeat(2, 1fr); } }\n\n  .wk-model-card {\n    background: var(--wk-white);\n    border: 1px solid #dde5db;\n    border-radius: var(--radius);\n    padding: 10px 12px;\n    text-align: center;\n    transition: border-color 0.22s, box-shadow 0.22s,\n                transform 0.22s cubic-bezier(.34,1.56,.64,1);\n  }\n  .wk-model-card:hover {\n    border-color: var(--wk-intel);\n    box-shadow: 0 5px 14px rgba(0,104,181,0.15);\n    transform: translateY(-2px);\n  }\n  .wk-model-card .wk-mc-name { font-size: 13px; font-weight: 700; color: var(--wk-intel); }\n  .wk-model-card .wk-mc-ghz  { font-size: 12px; color: var(--wk-dark); font-weight: 600; margin: 2px 0; }\n  .wk-model-card .wk-mc-cache{ font-size: 11px; color: var(--wk-muted); }\n\n  \/* ── Key features grid ── *\/\n  .wk-features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n  @media (max-width: 600px) { .wk-features-grid { grid-template-columns: 1fr; } }\n\n  .wk-feature-item {\n    background: var(--wk-white);\n    border: 1px solid #dde5db;\n    border-radius: var(--radius);\n    padding: 11px 14px;\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    font-size: 13px;\n    line-height: 1.5;\n    transition: border-color 0.22s, box-shadow 0.22s,\n                transform 0.22s cubic-bezier(.34,1.56,.64,1);\n  }\n  .wk-feature-item:hover {\n    border-color: var(--wk-green);\n    box-shadow: 0 5px 16px rgba(29,156,79,0.14);\n    transform: translateY(-2px);\n  }\n  .wk-feature-item .wk-icon { font-size: 19px; flex-shrink: 0; margin-top: 1px; }\n  .wk-feature-item strong   { color: var(--wk-dark); display: block; font-size: 12.5px; font-weight: 600; }\n\n  \/* ── CPU spec visual ── *\/\n  .wk-cpu-specs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin: 12px 0 20px;\n  }\n  .wk-cpu-spec {\n    background: var(--wk-white);\n    border: 1px solid #d5e8d2;\n    border-radius: var(--radius);\n    padding: 14px 16px;\n    flex: 1;\n    min-width: 110px;\n    text-align: center;\n    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n  }\n  .wk-cpu-spec:hover {\n    border-color: var(--wk-intel);\n    transform: translateY(-2px);\n    box-shadow: 0 5px 14px rgba(0,104,181,0.12);\n  }\n  .wk-cpu-spec .wk-cs-val  { font-size: 20px; font-weight: 700; color: var(--wk-intel); }\n  .wk-cpu-spec .wk-cs-unit { font-size: 11px; color: var(--wk-muted); }\n  .wk-cpu-spec .wk-cs-lbl  { font-size: 11.5px; font-weight: 600; color: var(--wk-dark); margin-top: 4px; }\n\n  \/* ── Chipset pills ── *\/\n  .wk-chip-pills {\n    display: flex;\n    gap: 8px;\n    flex-wrap: wrap;\n    margin: 10px 0 18px;\n  }\n  .wk-chip-pill {\n    background: var(--wk-intel);\n    color: #fff;\n    border-radius: 8px;\n    padding: 6px 14px;\n    font-size: 12px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    transition: background 0.2s, transform 0.2s;\n  }\n  .wk-chip-pill:hover { background: #005a9e; transform: translateY(-1px); }\n\n  \/* ── Long description ── *\/\n  .wk-long-desc p     { margin: 0 0 13px; line-height: 1.8; color: #333; font-size: 13.5px; }\n  .wk-long-desc h3    { color: var(--wk-dark); font-size: 14px; font-weight: 700; margin: 18px 0 8px; }\n  .wk-long-desc ul    { margin: 0 0 13px 0; padding-left: 20px; }\n  .wk-long-desc ul li { margin-bottom: 5px; color: #333; font-size: 13.5px; line-height: 1.65; }\n\n  \/* ── Use-case cards ── *\/\n  .wk-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n  @media (max-width: 600px) { .wk-use-grid { grid-template-columns: 1fr 1fr; } }\n  @media (max-width: 380px) { .wk-use-grid { grid-template-columns: 1fr; } }\n\n  .wk-use-card {\n    background: var(--wk-white);\n    border: 1px solid #d5e8d2;\n    border-radius: var(--radius);\n    padding: 12px 14px;\n    font-size: 13px;\n    line-height: 1.55;\n    transition: transform 0.22s cubic-bezier(.34,1.56,.64,1),\n                box-shadow 0.22s, border-color 0.2s;\n  }\n  .wk-use-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 18px rgba(18,69,37,0.12);\n    border-color: var(--wk-green);\n  }\n  .wk-use-card strong { color: var(--wk-dark); display: block; font-size: 12.5px; margin-bottom: 3px; }\n\n  \/* ── Compatibility table ── *\/\n  .wk-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 20px;\n    font-size: 13px;\n    border-radius: var(--radius);\n    overflow: hidden;\n  }\n  .wk-table thead th {\n    background: var(--wk-dark);\n    color: var(--wk-white);\n    padding: 10px 14px;\n    text-align: left;\n    font-weight: 600;\n    font-size: 12.5px;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n  }\n  .wk-table tbody tr { transition: background 0.15s; }\n  .wk-table tbody tr:nth-child(even) { background: #e8f5e9; }\n  .wk-table tbody tr:nth-child(odd)  { background: var(--wk-white); }\n  .wk-table tbody tr:hover           { background: #d4edda; }\n  .wk-table tbody td { padding: 9px 14px; border-bottom: 1px solid #dde8da; color: var(--wk-text); vertical-align: top; }\n  .wk-table tbody td:first-child { font-weight: 600; color: var(--wk-dark); width: 35%; }\n\n  \/* ── Warranty strip ── *\/\n  .wk-warranty-strip {\n    background: linear-gradient(135deg, #124525, #1d9c4f);\n    border-radius: var(--radius);\n    padding: 18px 22px;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 16px;\n    justify-content: space-between;\n    margin: 22px 0;\n  }\n  .wk-warranty-strip .wk-w-left { display: flex; align-items: center; gap: 12px; color: var(--wk-white); }\n  .wk-warranty-strip .wk-w-icon { font-size: 34px; }\n  .wk-warranty-strip .wk-w-text strong { display: block; font-size: 16px; font-weight: 700; }\n  .wk-warranty-strip .wk-w-text span   { font-size: 12px; opacity: 0.88; }\n  .wk-warranty-items { display: flex; gap: 10px; flex-wrap: wrap; }\n  .wk-w-chip {\n    background: rgba(255,255,255,0.18);\n    color: var(--wk-white);\n    border: 1px solid rgba(255,255,255,0.35);\n    border-radius: 20px;\n    padding: 5px 12px;\n    font-size: 11.5px;\n    font-weight: 500;\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    transition: background 0.2s, transform 0.2s;\n  }\n  .wk-w-chip:hover { background: rgba(255,255,255,0.30); transform: translateY(-1px); }\n\n  \/* ── Dropdown ── *\/\n  .wk-drop {\n    background: var(--wk-white);\n    border: 1px solid #d5e8d2;\n    border-radius: var(--radius);\n    margin-bottom: 10px;\n    overflow: hidden;\n    transition: box-shadow 0.2s;\n  }\n  .wk-drop:hover { box-shadow: 0 4px 16px rgba(18,69,37,0.10); }\n  .wk-drop-title {\n    list-style: none;\n    cursor: pointer;\n    padding: 13px 18px;\n    font-weight: 600;\n    font-size: 13.5px;\n    color: var(--wk-dark);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: #f0f7f0;\n    user-select: none;\n    transition: background 0.2s;\n  }\n  .wk-drop-title::-webkit-details-marker { display: none; }\n  .wk-drop-title::after { content: '+'; font-size: 20px; font-weight: 400; color: var(--wk-green); }\n  details[open] \u003e .wk-drop-title { background: #e2f0e2; }\n  details[open] \u003e .wk-drop-title::after { content: '×'; }\n  .wk-drop-body { padding: 16px 18px; font-size: 13px; line-height: 1.75; color: #333; }\n  .wk-drop-body ul  { margin: 6px 0 12px 0; padding-left: 18px; }\n  .wk-drop-body ul li { margin-bottom: 5px; }\n  .wk-drop-body h4  { color: var(--wk-dark); font-size: 13px; font-weight: 700; margin: 14px 0 7px; }\n\n  \/* ── Spec table ── *\/\n  .wk-spec-table { width: 100%; border-collapse: collapse; font-size: 13px; }\n  .wk-spec-table tr:nth-child(even) { background: #eef5ee; }\n  .wk-spec-table td { padding: 8px 12px; border: 1px solid #d8ead6; }\n  .wk-spec-table td:first-child { font-weight: 600; color: var(--wk-dark); width: 42%; background: #f4faf4; }\n\n  \/* ── FAQ ── *\/\n  .wk-faq-item { border-bottom: 1px solid #e0ece0; padding: 10px 0; }\n  .wk-faq-item:last-child { border-bottom: none; }\n  .wk-faq-q { font-weight: 600; color: var(--wk-dark); margin-bottom: 4px; font-size: 13px; }\n  .wk-faq-a { color: var(--wk-muted); font-size: 13px; line-height: 1.65; }\n\n  \/* ── Note \/ Warning box ── *\/\n  .wk-note {\n    background: #fff8e1;\n    border-left: 4px solid #f9a825;\n    border-radius: 0 var(--radius) var(--radius) 0;\n    padding: 11px 15px;\n    font-size: 12.5px;\n    color: #555;\n    margin-bottom: 10px;\n    line-height: 1.65;\n  }\n\n  \/* ── Tip box ── *\/\n  .wk-tip {\n    background: #f0faf0;\n    border-left: 4px solid var(--wk-green);\n    border-radius: 0 var(--radius) var(--radius) 0;\n    padding: 11px 15px;\n    font-size: 12.5px;\n    color: var(--wk-dark);\n    margin-bottom: 10px;\n    line-height: 1.65;\n  }\n\n  \/* ── Divider ── *\/\n  .wk-divider {\n    height: 3px;\n    background: linear-gradient(90deg, var(--wk-intel), var(--wk-green), var(--wk-intel));\n    border-radius: 2px;\n    margin: 20px 0;\n    opacity: 0.38;\n  }\n\u003c\/style\u003e\n\u003c!-- ═══════════════ END STYLES ═══════════════ --\u003e\n\n\n\u003c!-- ═══════════════ PRODUCT LISTING BODY ═══════════════ --\u003e\n\u003cdiv class=\"wk-wrap\"\u003e\n\n  \u003c!-- ① SHORT DESCRIPTION --\u003e\n  \u003cdiv class=\"wk-short-desc\"\u003e\n    Give your desktop a fresh lease of life with the \u003cstrong\u003eIntel Core i3 4th Generation Processor (LGA1150)\u003c\/strong\u003e — a reliable, proven dual-core CPU with Intel Hyper-Threading that delivers \u003cstrong\u003e4 processing threads at clock speeds from 2.9GHz up to 3.8GHz\u003c\/strong\u003e. Compatible with all popular Intel 4th-gen chipset motherboards including H81, B85, H87, Z87, H97, and Z97, this OEM processor covers models \u003cstrong\u003ei3-4130, 4150, 4160, 4170, 4330, 4340, 4350, 4360, and 4370\u003c\/strong\u003e. Available at \u003cstrong\u003eWeKart Online Store\u003c\/strong\u003e with free delivery, GST invoice, and a \u003cstrong\u003e1-Year Carry-In Replacement Warranty from the seller\u003c\/strong\u003e.\n  \u003c\/div\u003e\n\n  \u003c!-- ② TRUST BADGES --\u003e\n  \u003cdiv class=\"wk-badges\"\u003e\n    \u003cspan class=\"wk-badge\"\u003e🚚 Free Delivery\u003c\/span\u003e\n    \u003cspan class=\"wk-badge\"\u003e💵 Cash on Delivery\u003c\/span\u003e\n    \u003cspan class=\"wk-badge\"\u003e🧾 GST Invoice\u003c\/span\u003e\n    \u003cspan class=\"wk-badge\"\u003e🛡️ 1-Year Seller Warranty\u003c\/span\u003e\n    \u003cspan class=\"wk-badge intel\"\u003e⚙️ Intel Genuine\u003c\/span\u003e\n    \u003cspan class=\"wk-badge\"\u003e✅ Quality Tested\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Banner --\u003e\n  \u003cdiv class=\"wk-hero-banner\"\u003e\n    \u003cdiv class=\"wk-hero-main\"\u003e\n      \u003cdiv class=\"wk-hero-model\"\u003eIntel · Core i3 · 4th Generation · LGA1150\u003c\/div\u003e\n      \u003cdiv class=\"wk-hero-title\"\u003eDual Core · 4 Threads · 2.9–3.8 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-hero-sub\"\u003eH81 · B85 · H87 · Z87 · H97 · Z97 Chipsets\u003cbr\u003eOEM Processor · Quality Tested · 1-Year WeKart Warranty\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-hero-chips\"\u003e\n      \u003cspan class=\"wk-hero-chip\"\u003e⚙️ LGA1150\u003c\/span\u003e\n      \u003cspan class=\"wk-hero-chip\"\u003e🔢 2 Cores \/ 4 Threads\u003c\/span\u003e\n      \u003cspan class=\"wk-hero-chip\"\u003e⚡ Up to 3.8 GHz\u003c\/span\u003e\n      \u003cspan class=\"wk-hero-chip\"\u003e📦 OEM CPU\u003c\/span\u003e\n      \u003cspan class=\"wk-hero-chip\"\u003e🛡️ 1-Yr Warranty\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Model cards --\u003e\n  \u003cdiv class=\"wk-section-title\"\u003eAvailable Models in This Series\u003c\/div\u003e\n  \u003cdiv class=\"wk-model-grid\"\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4130\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.4 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e3MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4150\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.5 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e3MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4160\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.6 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e3MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4170\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.7 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e3MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4330\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.5 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e4MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4340\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.6 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e4MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4350\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.6 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e4MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4360\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.7 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e4MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-model-card\"\u003e\n      \u003cdiv class=\"wk-mc-name\"\u003ei3-4370\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-ghz\"\u003e3.8 GHz\u003c\/div\u003e\n      \u003cdiv class=\"wk-mc-cache\"\u003e4MB Cache\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CPU spec stats --\u003e\n  \u003cdiv class=\"wk-section-title\"\u003eCore Specifications at a Glance\u003c\/div\u003e\n  \u003cdiv class=\"wk-cpu-specs\"\u003e\n    \u003cdiv class=\"wk-cpu-spec\"\u003e\n      \u003cdiv class=\"wk-cs-val\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-unit\"\u003ePhysical Cores\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-lbl\"\u003eDual Core\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-cpu-spec\"\u003e\n      \u003cdiv class=\"wk-cs-val\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-unit\"\u003eThreads (HT)\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-lbl\"\u003eHyper-Threading\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-cpu-spec\"\u003e\n      \u003cdiv class=\"wk-cs-val\"\u003e3.8\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-unit\"\u003eGHz Max Speed\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-lbl\"\u003eFastest Model\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-cpu-spec\"\u003e\n      \u003cdiv class=\"wk-cs-val\"\u003e4MB\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-unit\"\u003eSmart Cache\u003c\/div\u003e\n      \u003cdiv class=\"wk-cs-lbl\"\u003e300-series models\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Chipset compatibility pills --\u003e\n  \u003cdiv class=\"wk-section-title\"\u003eCompatible Intel Chipsets (LGA1150)\u003c\/div\u003e\n  \u003cdiv class=\"wk-chip-pills\"\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel H81\u003c\/span\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel B85\u003c\/span\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel H87\u003c\/span\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel Z87\u003c\/span\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel H97\u003c\/span\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel Z97\u003c\/span\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel Q87\u003c\/span\u003e\n    \u003cspan class=\"wk-chip-pill\"\u003e🔧 Intel B85M\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ KEY FEATURES --\u003e\n  \u003cdiv class=\"wk-section-title\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"wk-features-grid\"\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e⚙️\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eIntel Core i3 4th Generation\u003c\/strong\u003eHaswell architecture processor — Intel's proven 22nm platform delivering reliable everyday desktop performance.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e🔢\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003e2 Cores + 4 Threads (HT)\u003c\/strong\u003eIntel Hyper-Threading doubles processing threads to 4 — handling multitasking, browsing, video calls, and office work smoothly.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e⚡\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003e2.9 GHz – 3.8 GHz Clock Range\u003c\/strong\u003eNine models spanning a wide speed range — pick the clock speed that fits your performance and budget needs.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e🔌\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eLGA1150 Socket\u003c\/strong\u003eFits all LGA1150 motherboards — the most widely available 4th-gen Intel platform used in Indian desktop systems and refurbished PCs.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e💡\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003e3MB \/ 4MB Smart Cache\u003c\/strong\u003eOnboard cache accelerates frequently accessed data — 4MB cache models (4330–4370) offer slightly faster application response.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e🎮\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eEntry-Level Gaming Capable\u003c\/strong\u003ePaired with a dedicated GPU, these processors handle light gaming, CS:GO, Valorant at lower settings, and older game titles.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e📦\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eOEM Processor — No Retail Box\u003c\/strong\u003eGenuine Intel processor supplied without retail packaging — the cost-effective choice for system builders and repair technicians.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-item\"\u003e\n      \u003cspan class=\"wk-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003e1-Year Seller Replacement Warranty\u003c\/strong\u003eWeKart Online Store provides 1-year carry-in replacement warranty — your purchase is protected against defects.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/features grid --\u003e\n\n  \u003cdiv class=\"wk-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ④ LONG SEO DESCRIPTION --\u003e\n  \u003cdiv class=\"wk-section-title\"\u003eAbout This Product\u003c\/div\u003e\n  \u003cdiv class=\"wk-long-desc\"\u003e\n\n    \u003cp\u003eThe \u003cstrong\u003eIntel Core i3 4th Generation processor family\u003c\/strong\u003e — built on the Haswell microarchitecture — represents one of the most widely deployed desktop CPU platforms in India. With millions of LGA1150 motherboards still in active use across offices, schools, computer labs, and homes, the i3-41xx and i3-43xx series remains highly relevant for upgrades, repairs, and refurbished system builds. Whether you need a reliable office workstation, a capable home PC for daily computing, or an affordable entry point for light gaming, the 4th Gen Core i3 delivers consistent, dependable performance at a price point that makes genuine Intel hardware accessible to budget-conscious buyers.\u003c\/p\u003e\n\n    \u003cp\u003eThe processor family covers nine models — \u003cstrong\u003ei3-4130, i3-4150, i3-4160, i3-4170, i3-4330, i3-4340, i3-4350, i3-4360, and i3-4370\u003c\/strong\u003e — with base clock speeds ranging from 3.4 GHz to 3.8 GHz (base clocks; the 4130 starts at 3.4 GHz, not 2.9 GHz). All models feature \u003cstrong\u003e2 physical cores with Intel Hyper-Threading technology\u003c\/strong\u003e that creates 4 logical processing threads — allowing the CPU to efficiently handle multiple simultaneous tasks such as running office applications while streaming video calls. The 41xx series features 3MB Smart Cache while the 43xx series offers 4MB — the larger cache in 43xx models marginally improves performance for data-intensive applications.\u003c\/p\u003e\n\n    \u003cp\u003eFor Indian users looking to upgrade an older system, the LGA1150 platform offers exceptional value. If your desktop uses an \u003cstrong\u003eIntel H81, B85, H87, Z87, H97, or Z97 chipset motherboard\u003c\/strong\u003e, a Core i3 4th Gen processor is a direct drop-in upgrade that requires no new motherboard or RAM purchase. This significantly reduces the cost of bringing an older system back to full working performance. Computer repair technicians, school IT administrators managing labs of older systems, and small business owners running office desktops on tight budgets will find these processors offer the ideal balance of performance and economy.\u003c\/p\u003e\n\n    \u003cp\u003eFor \u003cstrong\u003eentry-level gaming builds\u003c\/strong\u003e, pairing a Core i3-4160 or i3-4170 with a budget dedicated GPU (such as a GTX 1050 Ti or RX 570) creates a capable system for popular online games like CS:GO, Valorant, GTA V at medium settings, and many older game titles. While the i3 4th Gen will show its age in heavily CPU-bound modern titles, it remains a solid performer for competitive 2D-heavy games, strategy titles, and games with low CPU requirements — all at a fraction of the cost of a newer build.\u003c\/p\u003e\n\n    \u003cp\u003eThis processor is supplied as an \u003cstrong\u003eOEM unit\u003c\/strong\u003e — genuine Intel hardware without the retail box packaging. OEM CPUs are standard in system builder markets globally and are identical in performance to retail boxed versions. Each processor sold by WeKart is quality-tested before dispatch. A \u003cstrong\u003e1-Year Carry-In Replacement Warranty from WeKart Online Store\u003c\/strong\u003e protects your purchase — note that Intel manufacturer warranty does not apply to OEM processors. Available with free delivery across India, GST invoice, and Cash on Delivery from WeKart Online Store.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/long desc --\u003e\n\n\n  \u003c!-- ⑤ USE CASES --\u003e\n  \u003cdiv class=\"wk-section-title\"\u003eIdeal Use Cases\u003c\/div\u003e\n  \u003cdiv class=\"wk-use-grid\"\u003e\n    \u003cdiv class=\"wk-use-card\"\u003e\n      \u003cstrong\u003e🖥️ Office Desktop Upgrade\u003c\/strong\u003eReplace a slow Pentium or older Core 2 Duo — dramatically improve responsiveness for office software.\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-use-card\"\u003e\n      \u003cstrong\u003e🏫 School \u0026amp; Lab Systems\u003c\/strong\u003eCost-effective upgrade for computer lab desktops — reliable performance for educational applications.\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-use-card\"\u003e\n      \u003cstrong\u003e🏠 Home PC Build\u003c\/strong\u003eSolid everyday processor for browsing, streaming, video calls, and family computing tasks.\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-use-card\"\u003e\n      \u003cstrong\u003e🎮 Light Gaming PC\u003c\/strong\u003ePair with a budget GPU for CS:GO, Valorant, and other popular competitive titles.\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-use-card\"\u003e\n      \u003cstrong\u003e🔧 Laptop \/ PC Repair\u003c\/strong\u003eReplacement CPU for technicians servicing LGA1150 desktop systems with failed processors.\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-use-card\"\u003e\n      \u003cstrong\u003e♻️ Refurbished Builds\u003c\/strong\u003eCore component for building affordable refurbished desktop PCs for resale or small business use.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ⑥ COMPATIBILITY TABLE --\u003e\n  \u003cdiv class=\"wk-section-title\"\u003eCompatibility \u0026amp; Platform Guide\u003c\/div\u003e\n  \u003ctable class=\"wk-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eCategory\u003c\/th\u003e\n        \u003cth\u003eCompatible Chipsets \u0026amp; Details\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCPU Socket\u003c\/td\u003e\n\u003ctd\u003eLGA1150 (Intel 4th Generation platform)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIntel H81\u003c\/td\u003e\n\u003ctd\u003eEntry-level budget chipset — supports DDR3, 2 SATA ports; ideal for office builds\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIntel B85\u003c\/td\u003e\n\u003ctd\u003eMid-range chipset — more SATA ports, USB 3.0; good balance of features and cost\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIntel H87\u003c\/td\u003e\n\u003ctd\u003eMainstream chipset — full USB 3.0 + SATA 6Gb\/s support\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIntel Z87\u003c\/td\u003e\n\u003ctd\u003ePerformance chipset — supports CPU overclocking (i3 is locked, but Z87 offers better connectivity)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIntel H97\u003c\/td\u003e\n\u003ctd\u003eRefresh chipset — full M.2 support, enhanced USB options\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIntel Z97\u003c\/td\u003e\n\u003ctd\u003eHigh-end refresh chipset — maximum connectivity and M.2 PCIe support\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIntel Q87\u003c\/td\u003e\n\u003ctd\u003eBusiness\/enterprise chipset — vPro support, remote management features\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eRAM Support\u003c\/td\u003e\n\u003ctd\u003eDDR3 \/ DDR3L (dependent on motherboard — typically 1333\/1600 MHz)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eNOT Compatible\u003c\/td\u003e\n\u003ctd\u003eLGA1155 (2nd\/3rd Gen), LGA1151 (6th\/7th\/8th\/9th Gen), LGA1200 (10th\/11th Gen), AM4 AMD\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n\n  \u003c!-- ⑦ WARRANTY STRIP --\u003e\n  \u003cdiv class=\"wk-warranty-strip\"\u003e\n    \u003cdiv class=\"wk-w-left\"\u003e\n      \u003cdiv class=\"wk-w-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv class=\"wk-w-text\"\u003e\n        \u003cstrong\u003e1-Year WeKart Seller Replacement Warranty\u003c\/strong\u003e\n        \u003cspan\u003eWeKart Online Store provides carry-in replacement warranty on this processor. Intel manufacturer warranty does not apply to OEM CPUs. Keep your GST invoice for all warranty claims.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-warranty-items\"\u003e\n      \u003cspan class=\"wk-w-chip\"\u003e✅ Tested Processor\u003c\/span\u003e\n      \u003cspan class=\"wk-w-chip\"\u003e🛡️ 1-Yr Seller Warranty\u003c\/span\u003e\n      \u003cspan class=\"wk-w-chip\"\u003e🇮🇳 Pan-India Delivery\u003c\/span\u003e\n      \u003cspan class=\"wk-w-chip\"\u003e🧾 GST Invoice\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ⑧ FEATURES \u0026 SPECS DROPDOWN --\u003e\n  \u003cdetails class=\"wk-drop\"\u003e\n    \u003csummary class=\"wk-drop-title\"\u003eFeatures \u0026amp; Technical Specifications\u003c\/summary\u003e\n    \u003cdiv class=\"wk-drop-body\"\u003e\n      \u003ctable class=\"wk-spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eIntel\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProcessor Series\u003c\/td\u003e\n\u003ctd\u003eCore i3 4th Generation (Haswell)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSupported Models\u003c\/td\u003e\n\u003ctd\u003ei3-4130 \/ i3-4150 \/ i3-4160 \/ i3-4170 \/ i3-4330 \/ i3-4340 \/ i3-4350 \/ i3-4360 \/ i3-4370\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCPU Cores\u003c\/td\u003e\n\u003ctd\u003e2 (Dual Core)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCPU Threads\u003c\/td\u003e\n\u003ctd\u003e4 (Intel Hyper-Threading)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBase Clock Speed\u003c\/td\u003e\n\u003ctd\u003e3.4 GHz – 3.8 GHz (model dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCache\u003c\/td\u003e\n\u003ctd\u003e3MB Smart Cache (41xx series) \/ 4MB Smart Cache (43xx series)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCPU Socket\u003c\/td\u003e\n\u003ctd\u003eLGA1150\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProcessor Architecture\u003c\/td\u003e\n\u003ctd\u003eIntel Haswell (22nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eIntegrated Graphics\u003c\/td\u003e\n\u003ctd\u003eIntel HD Graphics 4400 \/ 4600 (model dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eTDP\u003c\/td\u003e\n\u003ctd\u003e54W (standard models)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCompatible Chipsets\u003c\/td\u003e\n\u003ctd\u003eH81, B85, H87, Z87, H97, Z97, Q87\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMemory Support\u003c\/td\u003e\n\u003ctd\u003eDDR3 \/ DDR3L (motherboard dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCondition\u003c\/td\u003e\n\u003ctd\u003eOEM Processor (no retail box)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eManufacturer Warranty\u003c\/td\u003e\n\u003ctd\u003eIntel does not provide warranty for OEM processors\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSeller Warranty\u003c\/td\u003e\n\u003ctd\u003e1-Year Carry-In Replacement by WeKart Online Store\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\n  \u003c!-- ⑨ ITEM DETAILS DROPDOWN --\u003e\n  \u003cdetails class=\"wk-drop\"\u003e\n    \u003csummary class=\"wk-drop-title\"\u003eIn the Box, Installation Guide \u0026amp; Who Should Buy\u003c\/summary\u003e\n    \u003cdiv class=\"wk-drop-body\"\u003e\n\n      \u003ch4\u003eWhat's in the Box\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003e1 × Intel Core i3 4th Gen Processor (LGA1150) — OEM unit\u003c\/li\u003e\n        \u003cli\u003eAnti-static protective packaging\u003c\/li\u003e\n        \u003cli\u003eWeKart GST Invoice (included in shipment or emailed)\u003c\/li\u003e\n        \u003cli\u003eNote: CPU cooler \/ heatsink NOT included — purchase a compatible LGA1150 cooler separately\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"wk-tip\"\u003e\n        💡 \u003cstrong\u003eModel Selection Tip:\u003c\/strong\u003e If your priority is maximum clock speed, choose the i3-4370 (3.8 GHz, 4MB cache). For a more budget-friendly option with good everyday performance, the i3-4160 (3.6 GHz, 3MB) is an excellent choice. All models use the same LGA1150 socket.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-tip\"\u003e\n        💡 \u003cstrong\u003eVerify Your Socket Before Ordering:\u003c\/strong\u003e LGA1150 is Intel 4th Gen only. It is NOT compatible with LGA1155 (2nd\/3rd Gen), LGA1151 (6th–9th Gen), or any AMD socket. Check your motherboard manual or specifications page before purchasing.\n      \u003c\/div\u003e\n\n      \u003ch4\u003eBasic Installation Steps\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003ePower off the PC and disconnect power supply.\u003c\/li\u003e\n        \u003cli\u003eLift the LGA1150 socket lever on the motherboard.\u003c\/li\u003e\n        \u003cli\u003eAlign the processor with the socket (match the golden triangle marker) and gently place it — do not press or force.\u003c\/li\u003e\n        \u003cli\u003eLower and lock the socket lever to secure the processor.\u003c\/li\u003e\n        \u003cli\u003eApply a small amount of thermal paste to the CPU surface.\u003c\/li\u003e\n        \u003cli\u003eMount your LGA1150 compatible CPU cooler and connect the fan cable.\u003c\/li\u003e\n        \u003cli\u003ePower on and check BIOS to confirm CPU is recognised correctly.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003ch4\u003eSuitable For\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eOffice workers upgrading older desktops for improved productivity\u003c\/li\u003e\n        \u003cli\u003eSchool IT teams maintaining and upgrading computer lab systems\u003c\/li\u003e\n        \u003cli\u003eHome users building a reliable everyday PC on a tight budget\u003c\/li\u003e\n        \u003cli\u003ePC repair technicians replacing failed CPUs in LGA1150 desktop systems\u003c\/li\u003e\n        \u003cli\u003eSystem builders assembling affordable refurbished desktop PCs\u003c\/li\u003e\n        \u003cli\u003eLight gamers building a budget PC for competitive online titles\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\n  \u003c!-- ⑩ ADDITIONAL DETAILS DROPDOWN --\u003e\n  \u003cdetails class=\"wk-drop\"\u003e\n    \u003csummary class=\"wk-drop-title\"\u003eImportant Notes, Buying Guide \u0026amp; FAQs\u003c\/summary\u003e\n    \u003cdiv class=\"wk-drop-body\"\u003e\n\n      \u003cdiv class=\"wk-note\"\u003e\n        ⚠️ \u003cstrong\u003eVerify Socket Compatibility First:\u003c\/strong\u003e This processor ONLY fits LGA1150 socket motherboards. It is NOT compatible with LGA1155 (2nd\/3rd Gen Core i3\/i5\/i7), LGA1151 (6th\/7th\/8th\/9th Gen), or any AMD AM3\/AM4 socket. Check your motherboard's CPU compatibility list before ordering.\n      \u003c\/div\u003e\n      \u003cdiv class=\"wk-note\"\u003e\n        ⚠️ \u003cstrong\u003eCPU Cooler Not Included:\u003c\/strong\u003e This is an OEM processor supplied without a heatsink or cooling fan. You must purchase a compatible LGA1150 CPU cooler separately. Never operate the processor without a cooler installed.\n      \u003c\/div\u003e\n      \u003cdiv class=\"wk-note\"\u003e\n        ⚠️ \u003cstrong\u003eIntel Manufacturer Warranty Not Applicable:\u003c\/strong\u003e OEM processors do not carry Intel's standard retail warranty. Warranty is provided exclusively by WeKart Online Store (1 year carry-in replacement). Keep your GST invoice for claims.\n      \u003c\/div\u003e\n      \u003cdiv class=\"wk-note\"\u003e\n        ⚠️ \u003cstrong\u003eSpecific Model Not Guaranteed:\u003c\/strong\u003e Stock availability varies — the exact model number dispatched may vary within the i3 4th Gen family (e.g., you may receive a 4160 instead of 4130). All dispatched models will be LGA1150, i3 4th Gen, with equivalent or better clock speed than the base listing.\n      \u003c\/div\u003e\n\n      \u003ch4\u003eFrequently Asked Questions\u003c\/h4\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: Will this processor work with my Intel H81 motherboard?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eYes. All Intel Core i3 4th Gen processors are fully compatible with H81, B85, H87, Z87, H97, and Z97 chipset LGA1150 motherboards.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: Is this processor good for office use?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eYes. With 2 cores, 4 threads, and speeds up to 3.8 GHz, it handles office applications (MS Office, Google Chrome, Tally, Zoom), email, and everyday multitasking smoothly.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: Can I use this processor for gaming?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eFor light and competitive gaming (CS:GO, Valorant, older titles), yes — especially when paired with a dedicated GPU. It will struggle with modern AAA titles that require 6+ cores.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: What is an OEM processor?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eAn OEM (Original Equipment Manufacturer) processor is a genuine Intel CPU supplied without retail box packaging. It is identical in performance to a retail boxed CPU and is commonly used by system builders and repair technicians.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: Does this processor support Windows 11?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eWindows 11 officially requires 8th Gen or newer Intel processors. However, Windows 10 runs excellently on 4th Gen i3 and will be supported by Microsoft until October 2025. Many users bypass Windows 11's hardware checks, but this is not officially recommended.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: Which i3 4th Gen model has the best performance?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eThe i3-4370 offers the highest clock speed at 3.8 GHz with 4MB cache — it is the top-performing model in this family. The i3-4360 (3.7 GHz, 4MB) is also an excellent choice.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: What RAM is compatible with this processor?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eThe 4th Gen Core i3 supports DDR3 and DDR3L RAM. Your specific motherboard determines the supported speeds — typically 1333 or 1600 MHz. Check your motherboard's memory compatibility list.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wk-faq-item\"\u003e\n        \u003cdiv class=\"wk-faq-q\"\u003eQ: Is a CPU cooler included with this processor?\u003c\/div\u003e\n        \u003cdiv class=\"wk-faq-a\"\u003eNo. This OEM processor does not include a cooler or heatsink. You must purchase a compatible LGA1150 CPU cooler separately before installing and running the processor.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e\u003c!-- \/wk-wrap --\u003e\n\u003c!-- ═══════════════ END PRODUCT LISTING BODY ═══════════════ --\u003e\n\n\n\u003c!--\n══════════════════════════════════════════════════════════\n  SEO META DATA \u0026 SHOPIFY SETTINGS\n  (Enter in Shopify → Products → SEO section)\n══════════════════════════════════════════════════════════\n\n▌SEO META TITLE (55 characters):\n  Intel Core i3 4th Gen LGA1150 Desktop CPU | WeKart\n\n▌SEO META DESCRIPTION (159 characters):\n  Buy Intel Core i3 4th gen LGA1150 processor (4130\/4150\/4160\/4170\/4330-4370) OEM desktop CPU 3.4–3.8GHz. H81 B85 Z87 compatible. 1-yr warranty on WeKart.\n\n▌URL HANDLE \/ PERMALINK:\n  intel-core-i3-4th-gen-lga1150-desktop-processor\n\n▌SHOPIFY TAGS (20 tags, comma-separated):\n  Intel Core i3 4th Gen Processor, LGA1150 CPU, Intel Desktop Processor i3, Core i3 4130 Processor, Core i3 4160 CPU, Core i3 4170 Processor, Intel 4th Gen CPU, Desktop CPU LGA1150, Intel Processor for Desktop PC, Budget Desktop CPU India, Office Computer Processor, OEM Desktop CPU, PC Upgrade Processor LGA1150, Intel CPU for H81 Motherboard, Dual Core Desktop Processor, Entry Level Gaming CPU, Intel Haswell Processor, Computer Processor i3 India, Refurbished Desktop CPU, WeKart Intel Processor\n\n══════════════════════════════════════════════════════════\n\n  IMAGE ALT TEXT (paste into Shopify Media section):\n\n  Image 1:  Intel Core i3 4th gen desktop processor LGA1150 CPU India\n  Image 2:  Intel i3 4130 desktop processor for LGA1150 motherboard\n  Image 3:  Intel Core i3 4150 CPU for desktop computer\n  Image 4:  Intel 4th generation Core i3 processor OEM\n  Image 5:  Desktop CPU Intel Core i3 LGA1150 processor\n  Image 6:  Intel Core i3 processor for H81 B85 motherboard\n  Image 7:  Intel i3 desktop processor for office computer India\n  Image 8:  Intel Core i3 4th gen CPU for PC upgrade\n  Image 9:  Budget desktop processor Intel i3 LGA1150 India\n  Image 10: Intel Core i3 4th gen processor from WeKart Online Store\n\n══════════════════════════════════════════════════════════\n--\u003e","brand":"INTEL","offers":[{"title":"Default Title","offer_id":45581960511545,"sku":"Core i3 4TH GEN","price":199.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/8216\/2233\/files\/71e1ef_rE_L._SX679.jpg?v=1773232016"},{"product_id":"intel-core-i7-4th-gen-processor-lga1150","title":"Intel Core i7 4th Generation Processor (i7-4770\/4790\/4765) LGA 1150 | 4 Core 8 Thread | 1 Year Warranty","description":"\u003c!-- ================================================================\n     WeKart Online Store — Intel Core i7 4th Gen — FULL WIDTH VERSION\n     \n     PASTE KARNE KA TARIKA (Shopify):\n     Products → Iss product ko open karo → Description ke andar\n     \"Show HTML\" ya \"\u003c\u003e\" button click karo → Poora code paste karo\n     \n     YEH CODE AUTOMATICALLY:\n     ✅ Full page width mein phail jaata hai (blog jaise)\n     ✅ Shopify ke left-column se bahar nikal jaata hai  \n     ✅ Mobile par bhi perfectly fit hota hai\n     ================================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    flex: 1 !important;\n    height: 2px !important;\n    background: linear-gradient(90deg, #1d9c4f, transparent) !important;\n    border: none !important;\n  }\n  .wk-divider-line-r {\n    flex: 1 !important;\n    height: 2px !important;\n    background: linear-gradient(90deg, transparent, #1d9c4f) !important;\n    border: none !important;\n  }\n  .wk-divider-label {\n    font-size: 11px !important;\n    font-weight: 700 !important;\n    color: #1d9c4f !important;\n    letter-spacing: 2.5px !important;\n    text-transform: uppercase !important;\n    white-space: nowrap !important;\n    font-family: 'Poppins', sans-serif !important;\n  }\n\n  \/* ════════════════════════════════════\n     PRODUCT TITLE\n  ════════════════════════════════════ *\/\n  .wk-title {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 24px !important;\n    font-weight: 800 !important;\n    color: #124525 !important;\n    line-height: 1.35 !important;\n    margin: 0 0 12px 0 !important;\n    padding: 0 !important;\n  }\n\n  \/* ════════════════════════════════════\n     SHORT DESCRIPTION\n  ════════════════════════════════════ *\/\n  .wk-short-desc {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    color: #3a3a4a !important;\n    line-height: 1.75 !important;\n    margin: 0 0 20px 0 !important;\n    padding: 0 !important;\n  }\n  .wk-short-desc strong { color: #124525 !important; font-weight: 700 !important; }\n\n  \/* ════════════════════════════════════\n     TRUST BADGES\n  ════════════════════════════════════ *\/\n  .wk-badges {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 8px !important;\n    margin: 0 0 26px 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n  .wk-badge {\n    background: #fff !important;\n    border: 1.5px solid #1d9c4f !important;\n    color: #124525 !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 13px !important;\n    font-weight: 600 !important;\n    padding: 6px 15px !important;\n    border-radius: 50px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    gap: 6px !important;\n    transition: background 0.25s, color 0.25s, transform 0.2s !important;\n    cursor: default !important;\n    text-decoration: none !important;\n  }\n  .wk-badge:hover {\n    background: #1d9c4f !important;\n    color: #fff !important;\n    transform: translateY(-2px) !important;\n  }\n\n  \/* ════════════════════════════════════\n     SECTION HEADING BAR (green gradient)\n  ════════════════════════════════════ *\/\n  .wk-sec-head {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 17px !important;\n    font-weight: 700 !important;\n    color: #ffffff !important;\n    background: linear-gradient(135deg, #124525 0%, #1d9c4f 100%) !important;\n    padding: 12px 20px !important;\n    border-radius: 8px 8px 0 0 !important;\n    margin: 0 !important;\n  }\n\n  \/* ════════════════════════════════════\n     FEATURES GRID\n  ════════════════════════════════════ *\/\n  .wk-features-grid {\n    display: grid !important;\n    grid-template-columns: repeat(4, 1fr) !important;\n    gap: 12px !important;\n    background: #fff !important;\n    border: 1px solid #d8e8df !important;\n    border-top: none !important;\n    border-radius: 0 0 10px 10px !important;\n    padding: 16px !important;\n    margin: 0 0 26px 0 !important;\n  }\n  .wk-fi {\n    display: flex !important;\n    align-items: flex-start !important;\n    gap: 10px !important;\n    padding: 12px !important;\n    background: #f4faf6 !important;\n    border-radius: 8px !important;\n    border: 1px solid #cffec7 !important;\n    transition: box-shadow 0.25s, transform 0.25s !important;\n  }\n  .wk-fi:hover {\n    box-shadow: 0 6px 18px rgba(29,156,79,0.18) !important;\n    transform: translateY(-3px) !important;\n  }\n  .wk-fi-icon { font-size: 22px !important; line-height: 1 !important; flex-shrink: 0 !important; margin-top: 2px !important; }\n  .wk-fi-text strong {\n    display: block !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 13px !important;\n    font-weight: 700 !important;\n    color: #124525 !important;\n    margin-bottom: 4px !important;\n    line-height: 1.3 !important;\n    word-break: normal !important;\n  }\n  .wk-fi-text span {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 12px !important;\n    color: #555 !important;\n    line-height: 1.45 !important;\n    display: block !important;\n    word-break: normal !important;\n  }\n\n  \/* ════════════════════════════════════\n     LONG DESCRIPTION BOX\n  ════════════════════════════════════ *\/\n  .wk-long {\n    background: #fff !important;\n    border: 1px solid #d8e8df !important;\n    border-radius: 10px !important;\n    padding: 28px 30px !important;\n    margin: 0 0 26px 0 !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    color: #2b2b3b !important;\n    line-height: 1.85 !important;\n  }\n  .wk-long h2 {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 18px !important;\n    font-weight: 700 !important;\n    color: #ffffff !important;\n    background: linear-gradient(135deg, #124525 0%, #1d9c4f 100%) !important;\n    padding: 9px 16px !important;\n    border-radius: 6px !important;\n    margin: 26px 0 13px 0 !important;\n    line-height: 1.4 !important;\n  }\n  .wk-long h2:first-child { margin-top: 0 !important; }\n  .wk-long h3 {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 16px !important;\n    font-weight: 700 !important;\n    color: #ffffff !important;\n    background: #1d9c4f !important;\n    padding: 7px 14px !important;\n    border-radius: 5px !important;\n    margin: 20px 0 10px 0 !important;\n    line-height: 1.4 !important;\n  }\n  .wk-long h4 {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    color: #ffffff !important;\n    background: #124525 !important;\n    padding: 6px 13px !important;\n    border-radius: 4px !important;\n    margin: 16px 0 9px 0 !important;\n    line-height: 1.4 !important;\n  }\n  .wk-long p {\n    font-size: 15px !important;\n    color: #2b2b3b !important;\n    margin: 0 0 14px 0 !important;\n    line-height: 1.85 !important;\n  }\n  .wk-long ul {\n    padding-left: 20px !important;\n    margin: 0 0 14px 0 !important;\n  }\n  .wk-long ul li {\n    font-size: 15px !important;\n    color: #2b2b3b !important;\n    margin-bottom: 6px !important;\n    line-height: 1.7 !important;\n  }\n  .wk-long ul li::marker { color: #1d9c4f !important; }\n  .wk-long strong { color: #124525 !important; font-weight: 700 !important; }\n  .wk-hbox {\n    background: #f0fef4 !important;\n    border-left: 4px solid #1d9c4f !important;\n    padding: 14px 18px !important;\n    border-radius: 0 8px 8px 0 !important;\n    margin: 16px 0 !important;\n    font-size: 15px !important;\n    color: #2b2b3b !important;\n    line-height: 1.7 !important;\n  }\n\n  \/* ════════════════════════════════════\n     COMPATIBILITY TABLE\n  ════════════════════════════════════ *\/\n  .wk-tbl-wrap {\n    overflow-x: auto !important;\n    margin: 0 0 26px 0 !important;\n    border-radius: 8px !important;\n    border: 1px solid #d8e8df !important;\n  }\n  .wk-tbl {\n    width: 100% !important;\n    border-collapse: collapse !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 14px !important;\n    background: #fff !important;\n  }\n  .wk-tbl thead th {\n    background: linear-gradient(135deg, #124525 0%, #1d9c4f 100%) !important;\n    color: #fff !important;\n    padding: 12px 16px !important;\n    text-align: left !important;\n    font-weight: 600 !important;\n    font-size: 13px !important;\n    white-space: nowrap !important;\n  }\n  .wk-tbl tbody tr:nth-child(even) { background: #f4faf6 !important; }\n  .wk-tbl tbody tr { transition: background 0.2s !important; }\n  .wk-tbl tbody tr:hover { background: #cffec7 !important; }\n  .wk-tbl td {\n    padding: 10px 16px !important;\n    border-bottom: 1px solid #e8f0eb !important;\n    color: #2b2b3b !important;\n    font-size: 14px !important;\n  }\n  .wk-tbl td:first-child { font-weight: 600 !important; color: #124525 !important; }\n\n  \/* ════════════════════════════════════\n     WARRANTY STRIP\n  ════════════════════════════════════ *\/\n  .wk-warranty {\n    background: linear-gradient(135deg, #124525 0%, #1d9c4f 60%, #2bc56a 100%) !important;\n    color: #fff !important;\n    border-radius: 12px !important;\n    padding: 22px 26px !important;\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 16px !important;\n    align-items: center !important;\n    justify-content: space-between !important;\n    margin: 0 0 26px 0 !important;\n  }\n  .wk-wi {\n    display: flex !important;\n    align-items: center !important;\n    gap: 11px !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    color: #fff !important;\n  }\n  .wk-wi-icon { font-size: 28px !important; flex-shrink: 0 !important; }\n  .wk-wi strong {\n    display: block !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    color: #cffec7 !important;\n  }\n\n  \/* ════════════════════════════════════\n     DROPDOWNS\n  ════════════════════════════════════ *\/\n  .wk-drop {\n    background: #fff !important;\n    border: 1px solid #d8e8df !important;\n    border-radius: 8px !important;\n    margin: 0 0 10px 0 !important;\n    overflow: hidden !important;\n    transition: box-shadow 0.25s !important;\n  }\n  .wk-drop:hover { box-shadow: 0 4px 18px rgba(18,69,37,0.11) !important; }\n  .wk-drop-title {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: #124525 !important;\n    padding: 15px 20px !important;\n    cursor: pointer !important;\n    list-style: none !important;\n    display: flex !important;\n    justify-content: space-between !important;\n    align-items: center !important;\n    user-select: none !important;\n    background: #f4faf6 !important;\n    transition: background 0.2s !important;\n    margin: 0 !important;\n  }\n  .wk-drop-title:hover { background: #e2f5e9 !important; }\n  .wk-drop-title::after {\n    content: '+' !important;\n    font-size: 22px !important;\n    font-weight: 700 !important;\n    color: #1d9c4f !important;\n    transition: transform 0.3s !important;\n    display: inline-block !important;\n    flex-shrink: 0 !important;\n    margin-left: 14px !important;\n    line-height: 1 !important;\n  }\n  details[open] \u003e .wk-drop-title::after { transform: rotate(45deg) !important; }\n  .wk-drop-title::-webkit-details-marker { display: none !important; }\n  .wk-drop-body {\n    padding: 20px 22px !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    line-height: 1.8 !important;\n    color: #2b2b3b !important;\n    border-top: 1px solid #e0ede5 !important;\n  }\n  .wk-drop-body h4 {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #ffffff !important;\n    background: #124525 !important;\n    padding: 6px 13px !important;\n    border-radius: 4px !important;\n    margin: 16px 0 9px 0 !important;\n    line-height: 1.4 !important;\n  }\n  .wk-drop-body h4:first-child { margin-top: 0 !important; }\n  .wk-drop-body ul { padding-left: 20px !important; margin: 0 0 12px 0 !important; }\n  .wk-drop-body ul li { font-size: 15px !important; color: #2b2b3b !important; margin-bottom: 6px !important; line-height: 1.7 !important; }\n  .wk-drop-body ul li::marker { color: #1d9c4f !important; }\n  .wk-drop-body p { font-size: 15px !important; color: #2b2b3b !important; margin: 0 0 12px 0 !important; line-height: 1.8 !important; }\n  .wk-drop-body strong { color: #124525 !important; font-weight: 700 !important; }\n\n  \/* FAQ inside dropdown *\/\n  .wk-fq {\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    color: #124525 !important;\n    margin: 18px 0 5px 0 !important;\n    padding: 0 !important;\n  }\n  .wk-fq:first-child { margin-top: 0 !important; }\n  .wk-fa {\n    background: #f4faf6 !important;\n    border-left: 3px solid #1d9c4f !important;\n    padding: 10px 15px !important;\n    border-radius: 0 6px 6px 0 !important;\n    font-size: 14px !important;\n    color: #2b2b3b !important;\n    line-height: 1.7 !important;\n    margin: 0 !important;\n  }\n\n  \/* Numbered steps *\/\n  .wk-steps { counter-reset: wkstep; padding: 0 !important; list-style: none !important; margin: 12px 0 !important; }\n  .wk-steps li {\n    counter-increment: wkstep;\n    display: flex !important;\n    align-items: flex-start !important;\n    gap: 13px !important;\n    margin-bottom: 13px !important;\n    font-size: 15px !important;\n    color: #2b2b3b !important;\n    line-height: 1.7 !important;\n  }\n  .wk-steps li::before {\n    content: counter(wkstep) !important;\n    background: #1d9c4f !important;\n    color: #fff !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-weight: 700 !important;\n    font-size: 13px !important;\n    min-width: 28px !important;\n    height: 28px !important;\n    border-radius: 50% !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    flex-shrink: 0 !important;\n    margin-top: 2px !important;\n  }\n\n  \/* Internal link box *\/\n  .wk-link-box {\n    background: #cffec7 !important;\n    border: 1.5px solid #1d9c4f !important;\n    border-radius: 8px !important;\n    padding: 15px 20px !important;\n    margin: 0 0 20px 0 !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 15px !important;\n    color: #124525 !important;\n    font-weight: 500 !important;\n  }\n  .wk-link-box a { color: #1d9c4f !important; font-weight: 700 !important; text-decoration: none !important; border-bottom: 1.5px dashed #1d9c4f !important; }\n  .wk-link-box a:hover { color: #124525 !important; border-bottom-color: #124525 !important; }\n\n  \/* Note \/ Alert box *\/\n  .wk-note {\n    background: #fff8e1 !important;\n    border: 1.5px solid #ffc107 !important;\n    border-radius: 8px !important;\n    padding: 13px 18px !important;\n    font-family: 'Poppins', sans-serif !important;\n    font-size: 14px !important;\n    color: #5a4200 !important;\n    margin: 0 0 10px 0 !important;\n    line-height: 1.7 !important;\n  }\n  .wk-note strong { color: #c17d00 !important; font-weight: 700 !important; }\n\n  \/* ════════════════════════════════════\n     MOBILE RESPONSIVE\n  ════════════════════════════════════ *\/\n  @media screen and (max-width: 1024px) {\n    .wk-features-grid { grid-template-columns: repeat(2, 1fr) !important; }\n  }\n  @media screen and (max-width: 800px) {\n    .wk-features-grid { grid-template-columns: repeat(2, 1fr) !important; }\n    .wk-warranty { flex-direction: column !important; gap: 14px !important; align-items: flex-start !important; }\n    .wk-long { padding: 20px 16px !important; }\n    .wk-fullwidth-outer { padding: 32px 0 40px; }\n  }\n  @media screen and (max-width: 500px) {\n    .wk-features-grid { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }\n    .wk-title { font-size: 18px !important; }\n    .wk-long h2 { font-size: 15px !important; }\n    .wk-long h3 { font-size: 14px !important; }\n    .wk-sec-head { font-size: 14px !important; }\n    .wk-long { padding: 16px 12px !important; }\n    .wk-drop-title { font-size: 13px !important; padding: 12px 14px !important; }\n    .wk-drop-body { padding: 12px 14px !important; }\n    .wk-tbl td, .wk-tbl thead th { padding: 7px 8px !important; font-size: 12px !important; }\n    .wk-badges { gap: 6px !important; }\n    .wk-badge { font-size: 12px !important; padding: 5px 10px !important; }\n    .wk-fi { padding: 10px 8px !important; gap: 8px !important; }\n    .wk-fi-text strong { font-size: 12px !important; }\n    .wk-fi-text span { font-size: 11px !important; }\n    .wk-fi-icon { font-size: 18px !important; }\n    .wk-warranty { padding: 16px 14px !important; }\n    .wk-wi { font-size: 13px !important; }\n  }\n  @media screen and (max-width: 360px) {\n    .wk-features-grid { grid-template-columns: 1fr !important; }\n  }\n\n\u003c\/style\u003e\n\u003c!-- ════════════════════════════════════════════════════\n     FULL WIDTH OUTER CONTAINER — BLOG STYLE LAYOUT\n════════════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"wk-fullwidth-outer\"\u003e\n\u003cdiv class=\"wk-fullwidth-inner\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\u003c!-- Blog-style Section Divider --\u003e\n\u003cdiv class=\"wk-divider\"\u003e\n\u003cdiv class=\"wk-divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"wk-divider-label\"\u003e📋 Complete Product Details\u003c\/span\u003e\n\u003cdiv class=\"wk-divider-line-r\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 1. PRODUCT TITLE ══ --\u003e\n\u003ch1 class=\"wk-title\" itemprop=\"name\"\u003eIntel Core i7 4th Generation Processor (i7-4770\/4790\/4765) LGA 1150 | 4 Core 8 Thread | 1 Year Warranty\u003c\/h1\u003e\n\u003c!-- ══ 2. SHORT DESCRIPTION ══ --\u003e\n\u003cp class=\"wk-short-desc\" itemprop=\"description\"\u003eUpgrade your desktop with a genuine \u003cstrong\u003eIntel Core i7 4th Gen processor\u003c\/strong\u003e for LGA 1150 socket motherboards. Featuring 4 cores, 8 threads, up to 4.0 GHz Turbo, and 8MB Smart Cache — ideal for multitasking, office use, and basic gaming. Backed by a \u003cstrong\u003e1-Year Carry-In Replacement Warranty\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c!-- ══ 3. TRUST BADGES ══ --\u003e\n\u003cdiv class=\"wk-badges\" aria-label=\"Trust badges\"\u003e\n\u003cspan class=\"wk-badge\"\u003e✅ 1 Year Warranty\u003c\/span\u003e \u003cspan class=\"wk-badge\"\u003e🚀 Fast Dispatch\u003c\/span\u003e \u003cspan class=\"wk-badge\"\u003e🛡️ Genuine Product\u003c\/span\u003e \u003cspan class=\"wk-badge\"\u003e📦 Safe Packaging\u003c\/span\u003e \u003cspan class=\"wk-badge\"\u003e🧾 GST Invoice\u003c\/span\u003e \u003cspan class=\"wk-badge\"\u003e🔄 Easy Returns\u003c\/span\u003e \u003cspan class=\"wk-badge\"\u003e🇮🇳 India Delivery\u003c\/span\u003e \u003cspan class=\"wk-badge\"\u003e💬 24x7 Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 4. KEY FEATURES GRID ══ --\u003e\n\u003cdiv class=\"wk-sec-head\"\u003e⚡ Key Features at a Glance\u003c\/div\u003e\n\u003cdiv class=\"wk-features-grid\"\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e🖥️\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003e4 Cores \/ 8 Threads\u003c\/strong\u003e\u003cspan\u003eSmooth multitasking, parallel workloads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003eUp to 4.0 GHz Turbo\u003c\/strong\u003e\u003cspan\u003eAuto-boosts for demanding tasks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e💾\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003e8MB Smart Cache\u003c\/strong\u003e\u003cspan\u003eFaster data access, snappy response\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e🔌\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003eLGA 1150 Socket\u003c\/strong\u003e\u003cspan\u003eH81, B85, Z87, Z97 supported\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e🖼️\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003eIntel HD Graphics\u003c\/strong\u003e\u003cspan\u003eDisplay output without a GPU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e🎮\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003eGaming Ready\u003c\/strong\u003e\u003cspan\u003eLight to moderate gaming loads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003eEfficient Thermal Design\u003c\/strong\u003e\u003cspan\u003eStable 24x7 low-heat operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-fi\"\u003e\n\u003cdiv class=\"wk-fi-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"wk-fi-text\"\u003e\n\u003cstrong\u003e1 Year Warranty\u003c\/strong\u003e\u003cspan\u003eHassle-free carry-in replacement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 5. LONG SEO DESCRIPTION ══ --\u003e\n\u003cdiv class=\"wk-long\" itemprop=\"description\"\u003e\n\u003ch2\u003eIntel Core i7 4th Generation Processor — The Smart Upgrade for Every Indian Desktop User\u003c\/h2\u003e\n\u003cp\u003eWhether you are a small business owner looking to run accounting software without lag, a student who needs a dependable machine for online classes, a home user who wants smooth video streaming, or a tech enthusiast building a budget-friendly workstation — the \u003cstrong\u003eIntel Core i7 4th Generation processor\u003c\/strong\u003e is one of the best value upgrades available in India today. At WeKart Online Store, we bring you tested, genuine Intel i7 4th Gen CPUs at the most competitive price, with a \u003cstrong\u003e1-year carry-in replacement warranty\u003c\/strong\u003e and fast all-India delivery.\u003c\/p\u003e\n\u003cdiv class=\"wk-hbox\"\u003e💡 \u003cstrong\u003eWhy i7 4th Gen?\u003c\/strong\u003e In India, millions of LGA 1150 motherboards are in active use inside offices, schools, homes, and cyber cafes. An i7 4th Gen processor is the most powerful CPU compatible with these boards — giving you a massive performance boost without buying a new motherboard.\u003c\/div\u003e\n\u003ch2\u003eWhat Is Inside the Box?\u003c\/h2\u003e\n\u003cp\u003eYou will receive one Intel Core i7 4th Generation desktop processor from the following lineup, shipped based on current stock availability:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntel Core i7-4765T \/ i7-4765\u003c\/strong\u003e — Low TDP, office-friendly\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntel Core i7-4770\u003c\/strong\u003e — The classic all-rounder, most popular model\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntel Core i7-4771\u003c\/strong\u003e — Slightly higher clocks than the 4770\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntel Core i7-4785T\u003c\/strong\u003e — Efficient performance, great for compact builds\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntel Core i7-4790\u003c\/strong\u003e — Devil's Canyon performance, higher turbo boost\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll processors are pulled from genuine systems, tested and verified before dispatch. If you need a specific model, please contact our support team before placing the order.\u003c\/p\u003e\n\u003ch2\u003eTechnical Specifications Overview\u003c\/h2\u003e\n\u003ch3\u003eCore Architecture and Processing Power\u003c\/h3\u003e\n\u003cp\u003eIntel's 4th Generation Core processors, codenamed \u003cstrong\u003eHaswell\u003c\/strong\u003e, moved to the 22nm manufacturing process with 3D Tri-Gate transistors, offering better power efficiency compared to Ivy Bridge and Sandy Bridge. The i7 4th Gen processors feature:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e4 physical cores\u003c\/strong\u003e with Intel Hyper-Threading Technology creating \u003cstrong\u003e8 logical threads\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eBase clock speed between \u003cstrong\u003e2.9 GHz to 3.6 GHz\u003c\/strong\u003e depending on model\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntel Turbo Boost 2.0\u003c\/strong\u003e bursting up to \u003cstrong\u003e3.9 GHz to 4.0 GHz\u003c\/strong\u003e on single-core workloads\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e8MB Intel Smart Cache\u003c\/strong\u003e (L3) shared across all cores for quick data retrieval\u003c\/li\u003e\n\u003cli\u003eSupport for \u003cstrong\u003eDDR3 \/ DDR3L RAM\u003c\/strong\u003e up to 32GB dual-channel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eIntegrated Graphics\u003c\/h3\u003e\n\u003cp\u003eEvery Intel Core i7 4th Gen processor includes \u003cstrong\u003eIntel HD Graphics 4600\u003c\/strong\u003e, capable of driving dual displays, 1080p video playback, light gaming, and basic video editing — no discrete GPU needed.\u003c\/p\u003e\n\u003ch3\u003eLGA 1150 Socket Compatibility\u003c\/h3\u003e\n\u003cp\u003eThe LGA 1150 (Socket H3) is one of the most widely used Intel desktop platforms in India. This i7 is fully compatible with:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eH81\u003c\/strong\u003e — Budget boards in offices and cyber cafes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eB85\u003c\/strong\u003e — Mid-range business chipset\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eH87\u003c\/strong\u003e — Consumer-grade with good feature set\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZ87 \/ Z97\u003c\/strong\u003e — Enthusiast platform with overclocking\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eH97 \/ Q87\u003c\/strong\u003e — Refresh and corporate chipsets\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"wk-hbox\"\u003e⚠️ \u003cstrong\u003eImportant:\u003c\/strong\u003e NOT compatible with LGA 1155 (Sandy\/Ivy Bridge), LGA 1151 (6th\/7th\/8th Gen), or AMD AM4 sockets. Please verify your motherboard socket before purchasing.\u003c\/div\u003e\n\u003ch2\u003eWhy Upgrade to Intel i7 4th Gen? — Real-World Difference\u003c\/h2\u003e\n\u003ch3\u003eFrom Celeron or Pentium\u003c\/h3\u003e\n\u003cp\u003eMillions of Indian offices run \u003cstrong\u003eIntel Celeron G1820 or Pentium G3240\u003c\/strong\u003e on LGA 1150 boards. Upgrading to i7 4th Gen means 4x thread count, much higher turbo speeds, 8MB vs 2MB cache — a dramatic daily performance improvement.\u003c\/p\u003e\n\u003ch3\u003eFrom Core i3 4th Gen\u003c\/h3\u003e\n\u003cp\u003eThe i3 4th Gen has only 2 cores with HT (4 threads). The i7 delivers \u003cstrong\u003etrue 4 cores plus HT for 8 threads\u003c\/strong\u003e — immediately noticeable in Tally ERP, heavy Excel sheets, and multi-browser usage.\u003c\/p\u003e\n\u003ch3\u003eFrom Core i5 4th Gen\u003c\/h3\u003e\n\u003cp\u003eThe i5 4th Gen lacks Hyper-Threading. The i7 adds HT, making it significantly faster in video encoding, software compilation, and virtual machines.\u003c\/p\u003e\n\u003ch2\u003eBest Use Cases in India\u003c\/h2\u003e\n\u003ch3\u003eOffice and Business Use\u003c\/h3\u003e\n\u003cp\u003eRunning \u003cstrong\u003eTally Prime, MS Office, PDF tools, banking portals, and email\u003c\/strong\u003e simultaneously — the i7 4th Gen handles all of this perfectly for CA firms, trading companies, schools, and small businesses.\u003c\/p\u003e\n\u003ch3\u003eOnline Classes and Education\u003c\/h3\u003e\n\u003cp\u003eGoogle Meet, Zoom, Teams, and browser-based platforms work without freezing or lag — even with multiple tabs open alongside document editing.\u003c\/p\u003e\n\u003ch3\u003eHome Entertainment and Streaming\u003c\/h3\u003e\n\u003cp\u003eWatch \u003cstrong\u003eYouTube 1080p, Disney+ Hotstar, Netflix, Amazon Prime\u003c\/strong\u003e without buffering. Intel HD Graphics 4600 handles hardware-accelerated video decoding efficiently.\u003c\/p\u003e\n\u003ch3\u003eBasic to Moderate Gaming\u003c\/h3\u003e\n\u003cp\u003ePaired with \u003cstrong\u003eGTX 1050, RX 550, or GTX 750 Ti\u003c\/strong\u003e, this creates a capable budget gaming rig. GTA V, CS:GO, Valorant, FIFA run comfortably.\u003c\/p\u003e\n\u003ch3\u003eCCTV and DVR Server Builds\u003c\/h3\u003e\n\u003cp\u003eMany CCTV installers build \u003cstrong\u003ededicated DVR \/ NVR recording servers\u003c\/strong\u003e using i7 4th Gen machines. Runs 24x7 without stability issues, handles multiple simultaneous camera streams.\u003c\/p\u003e\n\u003cdiv class=\"wk-hbox\"\u003e🔒 \u003cstrong\u003eUsed in CCTV setups across India:\u003c\/strong\u003e System integrators setting up Hikvision, CP Plus, and Dahua IP camera networks use i7 4th Gen recording servers for the perfect balance of performance and efficiency.\u003c\/div\u003e\n\u003ch3\u003eCyber Cafe and Rental Computers\u003c\/h3\u003e\n\u003cp\u003eFast, stable, and affordable — the i7 4th Gen is a popular upgrade for cafe owners across Tier 2 and Tier 3 cities in India.\u003c\/p\u003e\n\u003ch2\u003eWhy Buy from WeKart Online Store?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✅ \u003cstrong\u003eGenuine tested stock\u003c\/strong\u003e — every processor verified before dispatch\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e1 Year Carry-In Replacement Warranty\u003c\/strong\u003e — we back every product we sell\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003eGST invoice provided\u003c\/strong\u003e — useful for business buyers and ITC claims\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003eSafe anti-static packaging\u003c\/strong\u003e — CPU protected during transit\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003eFast dispatch\u003c\/strong\u003e — same day or next business day\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003ePan-India delivery\u003c\/strong\u003e — all major and minor cities\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003eResponsive support\u003c\/strong\u003e — WhatsApp, email, phone\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eUnderstanding the Warranty\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003e1-Year Carry-In Replacement Warranty\u003c\/strong\u003e covers functional defects under normal use. Ship it back within 12 months and we replace it at no extra charge. Not covered: physical damage, bent pins, incorrect voltage, water damage.\u003c\/p\u003e\n\u003ch2\u003eIndian Buyer Smart Tips\u003c\/h2\u003e\n\u003ch3\u003eCheck Your Motherboard Socket First\u003c\/h3\u003e\n\u003cp\u003eUse free \u003cstrong\u003eCPU-Z software\u003c\/strong\u003e to confirm your socket is LGA 1150 before ordering. LGA 1155 or LGA 1151 boards will NOT accept this processor.\u003c\/p\u003e\n\u003ch3\u003eApply Fresh Thermal Paste\u003c\/h3\u003e\n\u003cp\u003eNo cooler is included. Use your existing LGA 1150 cooler with fresh thermal paste. Old dried-out paste causes overheating and throttling.\u003c\/p\u003e\n\u003ch3\u003eUse Dual-Channel RAM\u003c\/h3\u003e\n\u003cp\u003ePair with at least \u003cstrong\u003e8GB DDR3 in dual-channel mode\u003c\/strong\u003e (2x4GB) to unlock full performance. Single-channel or under 4GB creates a bottleneck.\u003c\/p\u003e\n\u003ch3\u003ePower Supply\u003c\/h3\u003e\n\u003cp\u003ei7-4770 and i7-4790 have 84W–88W TDP. A minimum \u003cstrong\u003e400W PSU\u003c\/strong\u003e is recommended. Add more headroom if using a discrete GPU.\u003c\/p\u003e\n\u003ch2\u003eFrequently Bought Together\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDDR3 8GB or 16GB RAM sticks for LGA 1150 boards\u003c\/li\u003e\n\u003cli\u003e120GB or 240GB SATA SSD for faster Windows boot\u003c\/li\u003e\n\u003cli\u003eLGA 1150 compatible CPU cooler\u003c\/li\u003e\n\u003cli\u003eFresh thermal paste (highly recommended)\u003c\/li\u003e\n\u003cli\u003eHDMI cables for dual monitor setups\u003c\/li\u003e\n\u003cli\u003eWindows 10 \/ Windows 11 license keys\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eFinal Thoughts — Is the Intel i7 4th Gen Worth It in 2025?\u003c\/h2\u003e\n\u003cp\u003eAbsolutely. In India, where cost-conscious computing is a practical reality, the \u003cstrong\u003eIntel Core i7 4th Gen on an LGA 1150 board\u003c\/strong\u003e represents one of the highest performance-per-rupee ratios available. For a fraction of the cost of a new system, you get a machine running Windows 10\/11, handling office software, streaming HD video, and gaming. At WeKart, we make this upgrade accessible, reliable, and backed by warranty. Order today with \u003cstrong\u003esame-day dispatch, all-India delivery, and GST invoice\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 6. COMPATIBILITY TABLE ══ --\u003e\n\u003cdiv class=\"wk-sec-head\"\u003e🔌 Motherboard Compatibility Table\u003c\/div\u003e\n\u003cdiv class=\"wk-tbl-wrap\"\u003e\n\u003ctable class=\"wk-tbl\" role=\"table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eChipset\u003c\/th\u003e\n\u003cth\u003eSegment\u003c\/th\u003e\n\u003cth\u003eOC Support\u003c\/th\u003e\n\u003cth\u003eMax RAM\u003c\/th\u003e\n\u003cth\u003ePCIe Lanes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntel H81\u003c\/td\u003e\n\u003ctd\u003eBudget \/ Entry\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003e16GB DDR3\u003c\/td\u003e\n\u003ctd\u003ePCIe 2.0 x16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntel B85\u003c\/td\u003e\n\u003ctd\u003eBusiness \/ Mid\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003e32GB DDR3\u003c\/td\u003e\n\u003ctd\u003ePCIe 3.0 x16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntel H87\u003c\/td\u003e\n\u003ctd\u003eConsumer \/ Home\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003e32GB DDR3\u003c\/td\u003e\n\u003ctd\u003ePCIe 3.0 x16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntel Q87\u003c\/td\u003e\n\u003ctd\u003eCorporate \/ vPro\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003e32GB DDR3\u003c\/td\u003e\n\u003ctd\u003ePCIe 3.0 x16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntel Z87\u003c\/td\u003e\n\u003ctd\u003eEnthusiast\u003c\/td\u003e\n\u003ctd\u003eYes (K CPUs)\u003c\/td\u003e\n\u003ctd\u003e32GB DDR3\u003c\/td\u003e\n\u003ctd\u003ePCIe 3.0 x16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntel H97\u003c\/td\u003e\n\u003ctd\u003eConsumer \/ Refresh\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003e32GB DDR3\/L\u003c\/td\u003e\n\u003ctd\u003ePCIe 3.0 x16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntel Z97\u003c\/td\u003e\n\u003ctd\u003eHigh-End OC\u003c\/td\u003e\n\u003ctd\u003eYes (K CPUs)\u003c\/td\u003e\n\u003ctd\u003e32GB DDR3\/L\u003c\/td\u003e\n\u003ctd\u003ePCIe 3.0 x16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 7. WARRANTY STRIP ══ --\u003e\n\u003cdiv class=\"wk-warranty\"\u003e\n\u003cdiv class=\"wk-wi\"\u003e\n\u003cspan class=\"wk-wi-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1 Year Warranty\u003c\/strong\u003eCarry-In Replacement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-wi\"\u003e\n\u003cspan class=\"wk-wi-icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTested \u0026amp; Verified\u003c\/strong\u003eEvery unit checked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-wi\"\u003e\n\u003cspan class=\"wk-wi-icon\"\u003e🚀\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFast Dispatch\u003c\/strong\u003eSame \/ Next Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-wi\"\u003e\n\u003cspan class=\"wk-wi-icon\"\u003e🧾\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGST Invoice\u003c\/strong\u003eFor Business Buyers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wk-wi\"\u003e\n\u003cspan class=\"wk-wi-icon\"\u003e🇮🇳\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePan-India Delivery\u003c\/strong\u003eAll Cities and Towns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 8. DROPDOWNS ══ --\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003e📋 Features and Specifications\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003ch4\u003eProcessor Details\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBrand:\u003c\/strong\u003e Intel | \u003cstrong\u003eSeries:\u003c\/strong\u003e Core i7 4th Gen (Haswell)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModels:\u003c\/strong\u003e i7-4765, i7-4770, i7-4771, i7-4785T, i7-4790\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSocket:\u003c\/strong\u003e LGA 1150 | \u003cstrong\u003eCores \/ Threads:\u003c\/strong\u003e 4C \/ 8T\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBase Clock:\u003c\/strong\u003e 2.9–3.6 GHz | \u003cstrong\u003eTurbo:\u003c\/strong\u003e Up to 4.0 GHz\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eL3 Cache:\u003c\/strong\u003e 8MB Smart Cache | \u003cstrong\u003eTDP:\u003c\/strong\u003e 35W–88W\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eiGPU:\u003c\/strong\u003e Intel HD Graphics 4600 | \u003cstrong\u003eProcess:\u003c\/strong\u003e 22nm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRAM:\u003c\/strong\u003e DDR3\/DDR3L, Dual Channel, max 32GB\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePCIe:\u003c\/strong\u003e 3.0 | \u003cstrong\u003eHT:\u003c\/strong\u003e Yes | \u003cstrong\u003eVT-x:\u003c\/strong\u003e Yes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eWhat Is Included\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1x Intel Core i7 4th Gen Desktop Processor (model as per availability)\u003c\/li\u003e\n\u003cli\u003eGST Invoice \/ Warranty proof of purchase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e CPU cooler and thermal paste NOT included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003e📦 Item Details\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003ch4\u003eProduct Information\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Desktop CPU | \u003cstrong\u003eCondition:\u003c\/strong\u003e Refurbished \/ Tested Pull-Out\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible OS:\u003c\/strong\u003e Windows 7, 8.1, 10, 11 (64-bit recommended)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSold By:\u003c\/strong\u003e WeKart Online Store (wekartonline.com)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGST Invoice:\u003c\/strong\u003e Yes | \u003cstrong\u003ePackaging:\u003c\/strong\u003e Anti-static padded\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDispatch:\u003c\/strong\u003e Same \/ Next business day | \u003cstrong\u003eDelivery:\u003c\/strong\u003e Pan India\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eImportant Notes\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eProduct image is for reference only — actual model may vary\u003c\/li\u003e\n\u003cli\u003eExact model dispatched based on current stock availability\u003c\/li\u003e\n\u003cli\u003eContact us before ordering for specific model requests\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003eℹ️ Additional Details\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003ch4\u003eAbout Haswell Architecture\u003c\/h4\u003e\n\u003cp\u003eIntel Haswell (4th Gen) brought improved IPC, better power management, and enhanced integrated GPU performance on a 22nm process with 3D Tri-Gate transistors — significantly more efficient than Sandy Bridge and Ivy Bridge.\u003c\/p\u003e\n\u003ch4\u003eLongevity and Reliability\u003c\/h4\u003e\n\u003cp\u003eMany commercial systems running i7 4th Gen CPUs have been in operation for 8–10 years without failure. Ideal for 24x7 workloads like CCTV recording and server applications.\u003c\/p\u003e\n\u003ch4\u003eWindows 11 Support\u003c\/h4\u003e\n\u003cp\u003eNot officially supported via Windows Update, but Windows 11 installs and runs well manually using the official ISO. Many users across India run it successfully on i7 4th Gen machines.\u003c\/p\u003e\n\u003ch4\u003eReturn Policy\u003c\/h4\u003e\n\u003cp\u003eDOA (Dead on Arrival) claims must be raised within 48 hours of delivery with unboxing evidence. Physical damage from installation is not covered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003e🔧 How to Install the Processor\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003cp\u003eFollow these steps carefully for a successful LGA 1150 installation:\u003c\/p\u003e\n\u003col class=\"wk-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower off completely\u003c\/strong\u003e — Shut down and unplug the power cable. Press power button once to discharge static.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOpen the CPU socket lever\u003c\/strong\u003e — Lift the retention lever and open the protective load plate on the motherboard.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemove socket cover\u003c\/strong\u003e — On a new board, carefully remove the plastic socket cover. Keep it safe.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOrient the processor\u003c\/strong\u003e — Align the gold triangle on the CPU corner with the triangle on the socket. Only one correct way.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlace CPU gently\u003c\/strong\u003e — Do NOT press. In LGA 1150, the pins are on the socket. The CPU drops in by gravity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClose load plate and lever\u003c\/strong\u003e — Press lever down until it clicks under the hook. Some force is normal.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApply thermal paste\u003c\/strong\u003e — Pea-sized amount of fresh paste in the center of the CPU heat spreader.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMount CPU cooler\u003c\/strong\u003e — Attach LGA 1150 cooler and connect fan header to CPU_FAN connector.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower on and enter BIOS\u003c\/strong\u003e — Press Del or F2 to confirm CPU detection and settings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBoot OS and verify\u003c\/strong\u003e — Use CPU-Z to confirm processor model and clock speeds.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e\u003cstrong\u003eTip:\u003c\/strong\u003e Local computer repair shops across India charge Rs. 100–200 for CPU installation if you prefer professional help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003e📖 Usage Guide — Getting the Best Performance\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003ch4\u003eBIOS Settings\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEnable \u003cstrong\u003eXMP \/ DOCP profile\u003c\/strong\u003e for RAM to run at rated speeds\u003c\/li\u003e\n\u003cli\u003eKeep \u003cstrong\u003eIntel Turbo Boost\u003c\/strong\u003e enabled (default in most BIOS)\u003c\/li\u003e\n\u003cli\u003eSet CPU fan curve to Balanced or Performance mode\u003c\/li\u003e\n\u003cli\u003eConfirm \u003cstrong\u003eHyper-Threading\u003c\/strong\u003e is enabled in BIOS\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eOS Recommendations\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWindows 10 64-bit\u003c\/strong\u003e — most stable and supported\u003c\/li\u003e\n\u003cli\u003eFresh installation preferred for best performance\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWindows 10 LTSC\u003c\/strong\u003e for CCTV \/ server builds — lightweight and stable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eMaintenance\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eClean cooler and case fans every 6 months\u003c\/li\u003e\n\u003cli\u003eMonitor temps via \u003cstrong\u003eHWMonitor or CoreTemp\u003c\/strong\u003e — keep below 80°C under load\u003c\/li\u003e\n\u003cli\u003eReapply thermal paste every 2–3 years\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003e⚠️ Safety Tips — Avoid These Mistakes\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003ch4\u003eESD Safety Before You Begin\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTouch metal PC frame before handling CPU to discharge static\u003c\/li\u003e\n\u003cli\u003eUse anti-static wrist strap connected to a grounded surface\u003c\/li\u003e\n\u003cli\u003eNever handle CPU on carpet or while wearing synthetic clothing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eDuring Installation\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eNever force the CPU — resistance means wrong orientation\u003c\/li\u003e\n\u003cli\u003eDo NOT touch gold contact pads on CPU bottom or socket pins\u003c\/li\u003e\n\u003cli\u003eDo NOT use too much thermal paste — pea-sized only\u003c\/li\u003e\n\u003cli\u003eDo NOT install with power connected\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eAfter Installation\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eNever run without a properly seated cooler, even briefly\u003c\/li\u003e\n\u003cli\u003eMonitor temperatures for the first few hours\u003c\/li\u003e\n\u003cli\u003eEnsure 4\/8-pin CPU power connector is firmly connected\u003c\/li\u003e\n\u003cli\u003eIf no display, recheck RAM seating and CPU installation first\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003e🛒 Buying Guide — Who Should Buy This?\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003ch4\u003ePerfect For\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmall business owners\u003c\/strong\u003e — Tally, billing, MS Office on LGA 1150 desktop\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStudents and teachers\u003c\/strong\u003e — online classes, assignments, research\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCyber cafe owners\u003c\/strong\u003e — upgrade existing machines without full replacement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCCTV installers\u003c\/strong\u003e — dedicated DVR\/NVR recording server builds\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBudget gamers\u003c\/strong\u003e — pair with GTX 1050 \/ 1650 for capable gaming\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFreelancers and creators\u003c\/strong\u003e — light video and photo editing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHome users\u003c\/strong\u003e — smooth, fast everyday computing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConsider Other Options If\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eYou do NOT have an LGA 1150 board — new board + this CPU may not be cost-effective vs a newer platform\u003c\/li\u003e\n\u003cli\u003eYou need heavy 3D rendering, modern AAA gaming, or large dataset processing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eValue Proposition\u003c\/h4\u003e\n\u003cp\u003eFor any existing LGA 1150 owner, this is one of the best value upgrades possible — massive performance gain for a fraction of new platform cost. Combined with an SSD, it transforms an older machine into a capable daily driver.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wk-drop\"\u003e\n\u003csummary class=\"wk-drop-title\"\u003e❓ Frequently Asked Questions\u003c\/summary\u003e\n\u003cdiv class=\"wk-drop-body\"\u003e\n\u003cp class=\"wk-fq\"\u003eQ1. Which exact model will I receive?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eOne of these based on availability: i7-4765, i7-4770, i7-4771, i7-4785T, or i7-4790. All are tested with 1-year warranty. Contact us before ordering for a specific model.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ2. Is this compatible with my LGA 1155 motherboard?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eNo. LGA 1150 and LGA 1155 are physically different. Use CPU-Z software to confirm your socket type before ordering.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ3. Does it come with a cooler?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eNo cooler is included. Use an existing LGA 1150 cooler with fresh thermal paste applied.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ4. Can I use this for gaming?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eYes — light to moderate gaming. Pair with GTX 1050 Ti or GTX 1650 for best results. CS:GO, Valorant, GTA V, and FIFA run well.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ5. Will Windows 11 work?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eNot via Windows Update officially, but manual installation using the official ISO works well. Windows 10 is still recommended for stability.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ6. What RAM is compatible?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eDDR3 and DDR3L, dual channel, max 32GB. Best performance: 2x4GB or 2x8GB matching sticks in dual-channel mode.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ7. How does the warranty work?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eAny functional defect within 12 months — ship it back with your invoice. We replace it free of charge. Shipping to us is buyer responsibility; return shipping is our responsibility.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ8. Do you provide GST invoice?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eYes, GST invoice included with every order — useful for Input Tax Credit (ITC) claims by businesses.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ9. Can this be used in a laptop?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eNo. This is a desktop processor for LGA 1150 socket only. Laptop CPUs are BGA soldered and not interchangeable.\u003c\/p\u003e\n\u003cp class=\"wk-fq\"\u003eQ10. How long does delivery take?\u003c\/p\u003e\n\u003cp class=\"wk-fa\"\u003eSame day or next business day dispatch. Delivery is 2–5 business days to most India locations depending on pin code and courier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ══ INTERNAL LINK ══ --\u003e\n\u003cdiv class=\"wk-link-box\"\u003e🛒 \u003cstrong\u003eComplete your upgrade:\u003c\/strong\u003e Browse our \u003ca href=\"\/collections\/ram\"\u003eRAM modules\u003c\/a\u003e, \u003ca href=\"\/collections\/ssd\"\u003eSATA SSDs\u003c\/a\u003e, and \u003ca href=\"\/collections\/computer-components\"\u003ecomputer components\u003c\/a\u003e to build the perfect system around your new i7 processor.\u003c\/div\u003e\n\u003c!-- ══ IMPORTANT NOTE ══ --\u003e\n\u003cdiv class=\"wk-note\"\u003e\n\u003cstrong\u003e⚠️ Important Note:\u003c\/strong\u003e Product image is for reference only. The exact i7 4th Gen model dispatched will vary based on stock availability. All units are tested and carry the same 1-year carry-in replacement warranty. Contact us for model-specific inquiries before ordering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/.wk-fullwidth-inner --\u003e\n\u003c\/div\u003e\n\u003c!-- \/.wk-fullwidth-outer --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ══ HIDDEN SEO BACKEND — NOT VISIBLE TO USERS ══ --\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"Intel Core i7 4th Generation Processor LGA 1150 (i7-4770\/4790\/4765) 4 Core 8 Thread\",\n      \"description\": \"Intel Core i7 4th Gen Desktop Processor for LGA 1150 socket. 4 cores, 8 threads, up to 4.0GHz Turbo Boost, 8MB Smart Cache. Models: i7-4765, i7-4770, i7-4771, i7-4790. 1 Year Carry-In Replacement Warranty.\",\n      \"sku\": \"WK-I7-4TH-LGA1150\",\n      \"brand\": { \"@type\": \"Brand\", \"name\": \"Intel\" },\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"url\": \"https:\/\/wekartonline.com\/products\/intel-core-i7-4th-gen-processor-lga1150\",\n        \"priceCurrency\": \"INR\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"itemCondition\": \"https:\/\/schema.org\/UsedCondition\",\n        \"seller\": { \"@type\": \"Organization\", \"name\": \"WeKart Online Store\", \"url\": \"https:\/\/wekartonline.com\" },\n        \"warranty\": \"1 Year Carry-In Replacement Warranty\"\n      },\n      \"aggregateRating\": { \"@type\": \"AggregateRating\", \"ratingValue\": \"4.5\", \"reviewCount\": \"87\", \"bestRating\": \"5\", \"worstRating\": \"1\" },\n      \"image\": [\"https:\/\/wekartonline.com\/cdn\/shop\/products\/intel-core-i7-4th-gen-processor-lga1150-4core-8thread-desktop-cpu.jpg\"]\n    },\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"itemListElement\": [\n        { \"@type\": \"ListItem\", \"position\": 1, \"name\": \"Home\", \"item\": \"https:\/\/wekartonline.com\/\" },\n        { \"@type\": \"ListItem\", \"position\": 2, \"name\": \"Computer Components\", \"item\": \"https:\/\/wekartonline.com\/collections\/computer-components\" },\n        { \"@type\": \"ListItem\", \"position\": 3, \"name\": \"Processors\", \"item\": \"https:\/\/wekartonline.com\/collections\/processors\" },\n        { \"@type\": \"ListItem\", \"position\": 4, \"name\": \"Intel Core i7 4th Gen LGA 1150\", \"item\": \"https:\/\/wekartonline.com\/products\/intel-core-i7-4th-gen-processor-lga1150\" }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        { \"@type\": \"Question\", \"name\": \"Which Intel i7 4th gen processor model will I receive?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"One of: i7-4765, i7-4770, i7-4771, i7-4785T, or i7-4790 based on availability. All carry 1-year warranty.\" } },\n        { \"@type\": \"Question\", \"name\": \"Is Intel Core i7 4th Gen compatible with LGA 1150 motherboard?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Fully compatible with all LGA 1150 socket boards including H81, B85, H87, Z87, H97, Z97 chipsets.\" } },\n        { \"@type\": \"Question\", \"name\": \"Does Intel Core i7 4th Gen have integrated graphics?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Intel HD Graphics 4600, supporting dual displays and 1080p playback without a dedicated GPU.\" } },\n        { \"@type\": \"Question\", \"name\": \"What is the price of Intel Core i7 4th Gen in India?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Available at competitive prices at WeKart Online Store with 1-year warranty and GST invoice. Visit wekartonline.com.\" } },\n        { \"@type\": \"Question\", \"name\": \"Can Intel Core i7 4th Gen run Windows 11?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Windows 11 can be manually installed using the official ISO and runs well. Not supported via Windows Update.\" } }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e \u003c!-- SHORT-TAIL: i7 processor, intel i7 desktop, lga 1150 processor, 4th gen i7, desktop cpu india --\u003e \u003c!-- LONG-TAIL: intel core i7 4th generation processor price india, i7 4770 lga 1150 buy online india, best budget desktop processor upgrade india 2025, intel i7 4th gen for tally office india, lga 1150 i7 processor upgrade india --\u003e \u003c!-- META TITLE: Intel Core i7 4th Gen Processor LGA 1150 | i7-4770\/4790 Price India --\u003e \u003c!-- META DESC: Buy Intel Core i7 4th Gen processor LGA 1150. 4 cores, 8 threads, 8MB cache, 4.0GHz Turbo. Best price India, 1-year warranty, GST invoice, fast delivery. --\u003e \u003c!-- URL: intel-core-i7-4th-gen-processor-lga1150 --\u003e \u003c!-- TAGS: intel i7 4th gen, i7 4770, i7 4790, lga 1150 cpu, desktop processor india, 4 core 8 thread, intel haswell, 1 year warranty processor, gst invoice hardware, cpu for tally pc --\u003e\n\u003c\/div\u003e","brand":"INTEL","offers":[{"title":"Default Title","offer_id":45605354078265,"sku":"CPU_i7_4th_gen","price":5130.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/8216\/2233\/files\/Intel_Core_i7_4th_Generation_Processor.png?v=1773923532"},{"product_id":"intel-core-i5-6th-gen-processor-lga1151-desktop-india","title":"Intel Core i5 6th Gen Desktop Processor — LGA 1151 | 4 Cores | HD 530 Graphics | 1 Year Warranty","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n*{box-sizing:border-box;font-family:'Poppins',sans-serif;}\n.wk-wrap{max-width:100% !important;width:100% !important;margin:0 !important;padding:0 !important;background:transparent !important;}\n.wk-hero{background:linear-gradient(135deg,#124525 0%,#1d9c4f 100%) !important;padding:42px 32px !important;text-align:center !important;border-radius:0 !important;position:relative !important;overflow:hidden !important;}\n.wk-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:rgba(255,255,255,0.05);border-radius:50%;}\n.wk-hero h1{color:#ffffff !important;font-size:clamp(18px,4vw,26px) !important;font-weight:800 !important;margin:0 0 12px 0 !important;line-height:1.35 !important;text-align:center !important;background:none !important;padding:0 !important;}\n.wk-short-desc{background:#ffffff !important;padding:20px 24px !important;margin:18px 0 !important;border-radius:12px !important;border-left:4px solid #1d9c4f !important;font-size:14px !important;color:#333 !important;line-height:1.7 !important;box-shadow:0 2px 10px rgba(0,0,0,0.06) !important;}\n.wk-badges{display:flex !important;flex-wrap:wrap !important;gap:10px !important;padding:6px 0 16px 0 !important;justify-content:center !important;}\n.wk-badge{background:#ffffff !important;color:#124525 !important;border:1.5px solid #1d9c4f !important;border-radius:50px !important;padding:7px 16px !important;font-size:12px !important;font-weight:600 !important;white-space:nowrap !important;transition:all 0.25s ease !important;cursor:default !important;}\n.wk-badge:hover{background:#1d9c4f !important;color:#ffffff !important;transform:translateY(-2px) !important;box-shadow:0 4px 12px rgba(29,156,79,0.3) !important;}\n.wk-section{background:#ffffff !important;margin:14px 0 !important;border-radius:14px !important;padding:24px 22px !important;box-shadow:0 2px 12px rgba(0,0,0,0.05) !important;overflow:hidden !important;}\n.wk-section-title{font-size:17px !important;font-weight:700 !important;color:#124525 !important;margin:0 0 18px 0 !important;padding-bottom:10px !important;border-bottom:2px solid #e8f5e9 !important;}\n.wk-features-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:14px !important;}\n.wk-feature-card{display:flex !important;align-items:flex-start !important;gap:12px !important;background:#f9fffe !important;border-radius:10px !important;padding:14px !important;border:1px solid #e0f2e8 !important;transition:all 0.25s ease !important;}\n.wk-feature-card:hover{box-shadow:0 4px 16px rgba(29,156,79,0.15) !important;transform:translateY(-2px) !important;border-color:#1d9c4f !important;}\n.wk-feature-icon{font-size:24px !important;flex-shrink:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:44px !important;height:44px !important;min-width:44px !important;background:#e8f5e9 !important;border-radius:10px !important;line-height:1 !important;font-style:normal !important;font-family:\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Noto Color Emoji\",sans-serif !important;}\n.wk-feature-card-text{min-width:0;flex:1;overflow:hidden;word-break:break-word;}\n.wk-callout{background:#124525 !important;border-radius:14px !important;padding:26px 24px !important;margin:14px 0 !important;text-align:center !important;}\n.wk-warranty{background:linear-gradient(135deg,#124525,#1d9c4f) !important;padding:32px 24px !important;margin:14px 0 !important;border-radius:14px !important;text-align:center !important;position:relative !important;overflow:hidden !important;}\n.wk-warranty::after{content:'🛡️';position:absolute;font-size:120px;opacity:0.07;right:-10px;bottom:-20px;}\n.wk-table-wrap{overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;}\n.wk-table{width:100% !important;border-collapse:collapse !important;font-size:13px !important;}\n.wk-table th{background:#124525 !important;color:#ffffff !important;padding:11px 14px !important;text-align:left !important;font-weight:600 !important;}\n.wk-table td{padding:10px 14px !important;border-bottom:1px solid #eaf3ec !important;color:#333 !important;vertical-align:top !important;}\n.wk-table tr:nth-child(even) td{background:#f4fbf6 !important;}\n.wk-table tr:hover td{background:#e8f5e9 !important;}\n.wk-drop{background:#ffffff !important;border-radius:12px !important;margin:10px 0 !important;border:1px solid #e0ece3 !important;overflow:hidden !important;box-shadow:0 2px 8px rgba(0,0,0,0.04) !important;}\n.wk-drop-title{list-style:none !important;display:flex !important;justify-content:space-between !important;align-items:center !important;padding:16px 20px !important;font-size:14px !important;font-weight:600 !important;color:#124525 !important;cursor:pointer !important;transition:background 0.2s ease !important;}\n.wk-drop-title:hover{background:#f0faf3 !important;}\n.wk-drop-title::after{content:'+' !important;font-size:20px !important;font-weight:400 !important;color:#1d9c4f !important;transition:transform 0.35s ease !important;flex-shrink:0 !important;}\n.wk-drop[open] .wk-drop-title::after{transform:rotate(45deg) !important;}\n.wk-drop-body{padding:16px 20px !important;border-top:1px solid #e8f2ec !important;font-size:13px !important;color:#444 !important;line-height:1.75 !important;}\n.wk-drop-body p{margin:0 0 10px 0 !important;}\n.wk-drop-body ul{margin:0 0 10px 0 !important;padding-left:20px !important;}\n.wk-drop-body li{margin-bottom:6px !important;}\n.wk-pros-cons{display:grid !important;grid-template-columns:1fr 1fr !important;gap:14px !important;margin-top:12px !important;}\n.wk-pros{background:#f0faf3 !important;border-radius:10px !important;padding:16px !important;border:1px solid #b2dfca !important;}\n.wk-cons{background:#fff8f0 !important;border-radius:10px !important;padding:16px !important;border:1px solid #ffd9b0 !important;}\n.wk-seo-body{font-size:14px !important;color:#444 !important;line-height:1.8 !important;}\n.wk-seo-body h2{font-size:18px !important;font-weight:700 !important;color:#124525 !important;margin:28px 0 12px 0 !important;}\n.wk-seo-body h3{font-size:15px !important;font-weight:600 !important;color:#1d9c4f !important;margin:20px 0 8px 0 !important;}\n.wk-seo-body p{margin:0 0 14px 0 !important;}\n.wk-highlight-box{background:#e8f5e9 !important;border-left:4px solid #1d9c4f !important;border-radius:0 8px 8px 0 !important;padding:14px 18px !important;margin:16px 0 !important;font-size:13px !important;color:#124525 !important;font-weight:500 !important;}\n@media(max-width:600px){\n  .wk-features-grid{grid-template-columns:1fr 1fr !important;}\n  .wk-feature-card{overflow:hidden !important;}\n  .wk-feature-card p{word-break:break-word !important;overflow-wrap:break-word !important;}\n  .wk-pros-cons{grid-template-columns:1fr !important;}\n  .wk-badges{gap:6px !important;}\n  .wk-badge{font-size:11px !important;padding:6px 12px !important;}\n  .wk-section{padding:18px 16px !important;}\n  .wk-drop-body{padding:14px 16px !important;}\n  .wk-drop-title{padding:14px 16px !important;font-size:13px !important;}\n  .wk-warranty{padding:22px 16px !important;}\n  .wk-hero{padding:28px 18px !important;}\n  .wk-table td,.wk-table th{padding:8px 10px !important;font-size:12px !important;}\n}\n@media(max-width:380px){\n  .wk-features-grid{grid-template-columns:1fr !important;}\n}\n\u003c\/style\u003e\n\n\u003c!-- ===== HERO ===== --\u003e\n\u003cdiv class=\"wk-hero\"\u003e\n  \u003ch1 style=\"color:#ffffff !important;background:none !important;padding:0 !important;\"\u003eIntel Core i5 6th Gen Desktop Processor — LGA 1151 | 4 Cores | HD 530 Graphics | 1 Year Warranty\u003c\/h1\u003e\n  \u003cp style=\"color:#cffec7 !important;font-size:clamp(13px,2.8vw,15px);max-width:700px;margin:10px auto 0 auto;font-weight:400;text-align:center;line-height:1.6;\"\u003eUpgrade your desktop PC with a powerful Skylake processor. Models include i5-6400, i5-6500, i5-6600 and more — 2.2 GHz to 3.5 GHz base frequency, DDR4 support, Intel HD 530 graphics with 4K output. Tested, verified, and backed by WeKart's 1-Year Carry-In Replacement Warranty.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== SHORT DESCRIPTION ===== --\u003e\n\u003cdiv class=\"wk-short-desc\"\u003e\n  \u003cstrong style=\"color:#124525;font-size:15px;\"\u003eWhat You Get:\u003c\/strong\u003e A genuine OEM Intel Core i5 6th Generation (Skylake) processor for LGA 1151 socket motherboards. Processor model may be i5-6400, i5-6402, i5-6500, i5-6585, i5-6600, or i5-6685 — all delivering strong quad-core performance for office work, light gaming, CCTV server builds, and everyday multitasking. Ships with \u003cstrong\u003e1 Year WeKart Carry-In Replacement Warranty\u003c\/strong\u003e. GST invoice available.\n\u003c\/div\u003e\n\n\u003c!-- ===== TRUST BADGES ===== --\u003e\n\u003cdiv class=\"wk-badges\"\u003e\n  \u003cspan class=\"wk-badge\"\u003e🛡️ 1 Year WeKart Warranty\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e✅ OEM Genuine Processor\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e⚡ LGA 1151 Socket\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🖥️ Intel HD 530 Graphics\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e📦 Safe Packaging\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🧾 GST Invoice\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🚚 Pan India Delivery\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🔄 DDR4 + DDR3L Support\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== KEY FEATURES ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003cdiv class=\"wk-section-title\"\u003e⚡ Key Features at a Glance\u003c\/div\u003e\n  \u003cdiv class=\"wk-features-grid\"\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e💡\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eQuad-Core Skylake\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003e4 Cores, 4 Threads, up to 3.5 GHz Turbo Boost — powerful enough for multitasking, light gaming, and CCTV server workloads.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🖥️\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eIntel HD 530 Graphics\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eBuilt-in GPU with 4K @ 60Hz via DisplayPort, HDMI output, and DirectX 12 — no separate graphics card needed for CCTV monitoring or office use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🔌\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eLGA 1151 Socket\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eCompatible with H110, B150, H170, Z170, B250, H270, Z270 Intel motherboards — widely available and affordable in India.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e💾\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eDDR4 and DDR3L RAM\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eSupports up to 64 GB DDR4-2133 or DDR3L-1600 RAM — flexible for both new builds and upgrades using existing memory.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e⚡\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003e65W Low TDP\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eEfficient 65W TDP means lower electricity bills and less heat — ideal for 24x7 CCTV recording systems and always-on PCs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🔒\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003e14nm Lithography\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eBuilt on Intel 14nm process technology for a proven balance of performance, stability, and longevity — even in continuous-use environments.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e📡\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003ePCIe 3.0 x16\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eFull PCIe 3.0 support with up to 16 lanes — add a dedicated GPU or NVMe SSD for future upgrades without bottleneck.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003e1 Year WeKart Warranty\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eWeKart carry-in replacement warranty for 1 year. Hassle-free support — just send it back, we replace it. No questions asked on dead-on-arrival units.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== LONG SEO CONTENT ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003cdiv class=\"wk-seo-body\"\u003e\n\n    \u003ch2\u003eIntel Core i5 6th Generation Processor — The Smart Upgrade for Indian Desktop Users\u003c\/h2\u003e\n    \u003cp\u003eWhether you are a small shop owner building a CCTV surveillance system, a student who needs a reliable college PC, or an IT professional setting up office workstations on a budget — the \u003cstrong\u003eIntel Core i5 6th Generation (Skylake) processor\u003c\/strong\u003e is one of the smartest investments you can make in 2024. Available here at WeKart Online Store with a \u003cstrong\u003e1 Year Carry-In Replacement Warranty\u003c\/strong\u003e, this OEM processor covers models including i5-6400, i5-6402, i5-6500, i5-6585, i5-6600, and i5-6685 — all based on the proven Skylake architecture and compatible with the widely used \u003cstrong\u003eLGA 1151 socket\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003cp\u003eIn India, the cost of a brand new Intel Core i5 12th or 13th generation system can be prohibitive for many home users, CCTV installers, and small businesses. That is where the 6th Gen i5 steps in — delivering real-world quad-core performance at a fraction of the price, with full support for DDR4 RAM, 4K-capable integrated graphics, and a mature ecosystem of affordable B150, H170, and Z170 motherboards readily available across Indian markets from cities like Delhi, Mumbai, Bengaluru, Hyderabad, and Ahmedabad.\u003c\/p\u003e\n\n    \u003cdiv class=\"wk-highlight-box\"\u003e\n      💡 Pro Tip for Indian Buyers: Pair this processor with an H110 or B150 motherboard and 8 GB DDR4 RAM for an extremely cost-effective PC build that handles Windows 10, Tally ERP, CCTV VMS software, and everyday browsing with ease.\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy Choose Intel Core i5 6th Gen Over Other Budget Processors?\u003c\/h2\u003e\n    \u003cp\u003eMany buyers in India compare the i5-6th Gen with options like Intel Core i3-6th Gen, Intel Pentium G4 series, or even older i5-4th Gen parts. Here is why the i5-6th Gen wins for most use cases:\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eCompared to i3 6th Gen:\u003c\/strong\u003e The i5 6400 and i5-6500 give you 6 MB Intel Smart Cache versus 3 MB on i3 models, higher Turbo Boost frequencies, and better sustained workload performance — crucial for running multiple CCTV camera streams or heavy spreadsheet calculations simultaneously.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eCompared to i5 4th Gen (Haswell):\u003c\/strong\u003e The 6th Gen Skylake brings DDR4 memory support, PCIe 3.0, significantly better integrated graphics (HD 530 vs HD 4600), and DirectX 12 compatibility — making it much more relevant for modern software in 2024.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eCompared to AMD APU or older AMD FX:\u003c\/strong\u003e Intel's platform offers better single-threaded performance, better IPC (instructions per clock), and a more stable long-term driver ecosystem — important for CCTV and DVR software that relies on Intel Quick Sync Video for hardware-accelerated H.264 and H.265 decoding.\u003c\/p\u003e\n\n    \u003ch2\u003ePerfect for CCTV and Surveillance System Builds in India\u003c\/h2\u003e\n    \u003cp\u003eOne of the most popular use cases for the Intel i5 6th Gen in India is building dedicated \u003cstrong\u003eCCTV recording and monitoring PCs\u003c\/strong\u003e. If you are an installer working with brands like CP Plus, Hikvision, Dahua, or Uniview, you already know that a good DVR\/NVR PC needs a stable, multi-core processor that can handle 8, 16, or even 32 camera feeds without dropping frames.\u003c\/p\u003e\n\n    \u003cp\u003eThe i5-6400 or i5-6500 delivers exactly that. With Intel Quick Sync Video enabled, your CCTV management software can offload H.264 and H.265 decoding to the GPU — dramatically reducing CPU usage and allowing smooth live view and playback of multiple channels simultaneously. The Intel HD 530 integrated GPU supports up to 3 simultaneous displays, so your security monitoring station can have one screen for live view, one for playback, and one for the admin console — all without a single additional graphics card.\u003c\/p\u003e\n\n    \u003cp\u003eThe 65W TDP also ensures that your CCTV PC stays cool and quiet during 24x7 operation, which is non-negotiable for surveillance systems that must run continuously without overheating or unexpected shutdowns.\u003c\/p\u003e\n\n    \u003ch2\u003eIdeal Use Cases for the Intel i5 6th Gen in India\u003c\/h2\u003e\n\n    \u003ch3\u003eHome PC and Family Computer\u003c\/h3\u003e\n    \u003cp\u003eBrowsing, YouTube, Netflix, WhatsApp Web, online school classes — the i5-6th Gen handles all of this effortlessly. Paired with 8 GB DDR4 RAM and a 240 GB SSD, you get a fast, snappy home computer that boots in under 15 seconds and never stutters during everyday tasks.\u003c\/p\u003e\n\n    \u003ch3\u003eOffice and Business Workstation\u003c\/h3\u003e\n    \u003cp\u003eRunning Tally ERP 9 or Tally Prime, MS Office, ERP software, billing systems, or data entry applications — the i5-6th Gen is more than capable. Many Indian CAs, small traders, and retail shops have been running 6th Gen i5 systems for years with zero performance complaints.\u003c\/p\u003e\n\n    \u003ch3\u003eLight Gaming PC Build\u003c\/h3\u003e\n    \u003cp\u003eWhile not a gaming powerhouse, the i5-6400 or i5-6500 can handle titles like GTA V, CS:GO, Valorant, and PUBG PC at medium settings when paired with a budget discrete GPU like GTX 1060, RX 580, or GTX 1650. PCIe 3.0 x16 support ensures zero bottleneck with these GPUs.\u003c\/p\u003e\n\n    \u003ch3\u003eSchool and College Projects\u003c\/h3\u003e\n    \u003cp\u003eEngineering and science students using Python, Arduino IDE, AutoCAD, SolidWorks, or MATLAB will find the i5-6th Gen more than adequate for coursework. Its Intel VT-x virtualization support also allows students to run virtual machines for software testing and Linux environments without issues.\u003c\/p\u003e\n\n    \u003ch3\u003eSmall Business Server\u003c\/h3\u003e\n    \u003cp\u003eFor micro and small businesses needing an always-on file sharing server, print server, or billing server, the 65W TDP makes this processor an economical choice. It keeps your electricity bill low while keeping your business operations running smoothly 24x7.\u003c\/p\u003e\n\n    \u003ch2\u003eTechnical Deep Dive — What the Specs Mean for You\u003c\/h2\u003e\n\n    \u003ch3\u003e4 Cores, 4 Threads\u003c\/h3\u003e\n    \u003cp\u003eUnlike the i5 from the 8th Gen onwards which has 6 cores, the 6th Gen i5 features 4 physical cores without Hyper-Threading. This means it runs 4 simultaneous tasks at full speed. For a CCTV server processing 8-16 camera feeds, a billing system running alongside an antivirus scan, or a student compiling code while browsing the web — 4 cores is the sweet spot at this price point.\u003c\/p\u003e\n\n    \u003ch3\u003eIntel Turbo Boost 2.0 — Up to 3.5 GHz\u003c\/h3\u003e\n    \u003cp\u003eWhen a single demanding task requires maximum clock speed — such as opening a heavy Excel file or launching CCTV playback software — the processor automatically boosts up to 3.3 GHz or 3.5 GHz depending on the model variant.\u003c\/p\u003e\n\n    \u003ch3\u003eIntel HD Graphics 530 — A Genuine Productivity GPU\u003c\/h3\u003e\n    \u003cp\u003eThe HD 530 is not just a placeholder. At 350 MHz base and up to 950 MHz dynamic frequency, it handles 4K resolution at 60 Hz via DisplayPort and up to 4096x2304 via HDMI. It supports DirectX 12, OpenGL 4.5, and Intel Quick Sync — giving you proper hardware video decode\/encode acceleration.\u003c\/p\u003e\n\n    \u003ch2\u003eAbout WeKart Online Store — Why Buy From Us?\u003c\/h2\u003e\n    \u003cp\u003eWeKart Online Store (wekartonline.com) is a trusted Indian eCommerce store specializing in computer hardware, CCTV components, and networking equipment. Every processor we sell goes through basic functional testing before dispatch. Our 1 Year Carry-In Replacement Warranty means that if your processor fails within 12 months of purchase, simply send it back to us and we will replace it. We also provide a GST invoice with every order.\u003c\/p\u003e\n\n    \u003cdiv class=\"wk-highlight-box\"\u003e\n      🧾 GST Invoice available on all orders. Share your GSTIN at checkout to get a proper B2B tax invoice for ITC claims.\n    \u003c\/div\u003e\n\n    \u003ch2\u003eComparison: i5-6400 vs i5-6500 vs i5-6600\u003c\/h2\u003e\n    \u003cul style=\"padding-left:20px;margin:10px 0 16px 0;line-height:2;\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003ei5-6400:\u003c\/strong\u003e 2.7 GHz base, 3.3 GHz Turbo — great value, best for 24x7 CCTV and office use\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ei5-6402P:\u003c\/strong\u003e 2.8 GHz base, 3.4 GHz Turbo — slightly faster\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ei5-6500:\u003c\/strong\u003e 3.2 GHz base, 3.6 GHz Turbo — noticeably faster for gaming and rendering\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ei5-6600:\u003c\/strong\u003e 3.3 GHz base, 3.9 GHz Turbo — highest performing variant in this listing\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ei5-6585 \/ i5-6685:\u003c\/strong\u003e OEM-specific models, similar performance range\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eIndian Market Insight — LGA 1151 Platform Availability\u003c\/h2\u003e\n    \u003cp\u003eThe LGA 1151 ecosystem is one of the most widely available platforms in Indian second-hand and budget PC markets. H110 and B150 motherboards are available starting from Rs. 1,500-2,500 in cities like Nehru Place Delhi, Lamington Road Mumbai, SP Road Bangalore, and Chandni Chowk Kolkata. DDR4 8 GB sticks are available under Rs. 1,800. This makes the i5-6th Gen one of the most practical value-for-money desktop CPU options available to Indian buyers in 2024-2025.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== SPEC TABLE ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003cdiv class=\"wk-section-title\"\u003e📊 Full Technical Specifications\u003c\/div\u003e\n  \u003cdiv class=\"wk-table-wrap\"\u003e\n    \u003ctable class=\"wk-table\"\u003e\n      \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eProcessor Family\u003c\/td\u003e\n\u003ctd\u003eIntel Core i5 6th Generation (Skylake)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eModels Covered\u003c\/td\u003e\n\u003ctd\u003ei5-6400, i5-6402, i5-6500, i5-6585, i5-6600, i5-6685\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eBase Frequency\u003c\/td\u003e\n\u003ctd\u003e2.2 GHz to 3.3 GHz (model dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Turbo Frequency\u003c\/td\u003e\n\u003ctd\u003eUp to 3.5 GHz (model dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCores \/ Threads\u003c\/td\u003e\n\u003ctd\u003e4 Cores \/ 4 Threads\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCache\u003c\/td\u003e\n\u003ctd\u003e6 MB Intel Smart Cache\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSocket\u003c\/td\u003e\n\u003ctd\u003eFCLGA1151\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eLithography\u003c\/td\u003e\n\u003ctd\u003e14 nm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTDP\u003c\/td\u003e\n\u003ctd\u003e65 W\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Memory\u003c\/td\u003e\n\u003ctd\u003e64 GB\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMemory Types\u003c\/td\u003e\n\u003ctd\u003eDDR4-2133, DDR3L-1333\/1600 @ 1.35V\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMemory Channels\u003c\/td\u003e\n\u003ctd\u003e2 (Dual Channel)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Memory Bandwidth\u003c\/td\u003e\n\u003ctd\u003e34.1 GB\/s\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntegrated Graphics\u003c\/td\u003e\n\u003ctd\u003eIntel HD Graphics 530\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGraphics Base \/ Max Frequency\u003c\/td\u003e\n\u003ctd\u003e350 MHz \/ 950 MHz\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e4K Support\u003c\/td\u003e\n\u003ctd\u003eYes, at 60 Hz (DP \/ eDP)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Displays\u003c\/td\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDisplay Output\u003c\/td\u003e\n\u003ctd\u003eeDP, DisplayPort, HDMI, DVI\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDirectX \/ OpenGL\u003c\/td\u003e\n\u003ctd\u003eDirectX 12 \/ OpenGL 4.5\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntel Quick Sync Video\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePCIe Version\u003c\/td\u003e\n\u003ctd\u003e3.0\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax PCIe Lanes\u003c\/td\u003e\n\u003ctd\u003e16\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTurbo Boost Technology\u003c\/td\u003e\n\u003ctd\u003e2.0\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHyper-Threading\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntel VT-x \/ VT-d\u003c\/td\u003e\n\u003ctd\u003eYes \/ Yes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntel AES-NI\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInstruction Set\u003c\/td\u003e\n\u003ctd\u003e64-bit, SSE4.1, SSE4.2, AVX2\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTCASE\u003c\/td\u003e\n\u003ctd\u003e71 degrees C\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e37.5 mm x 37.5 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCondition\u003c\/td\u003e\n\u003ctd\u003ePre-owned \/ OEM\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year WeKart Carry-In Replacement\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== COMPATIBILITY TABLE ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003cdiv class=\"wk-section-title\"\u003e🔌 Motherboard Compatibility Guide\u003c\/div\u003e\n  \u003cdiv class=\"wk-table-wrap\"\u003e\n    \u003ctable class=\"wk-table\"\u003e\n      \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eChipset\u003c\/th\u003e\n\u003cth\u003eSocket\u003c\/th\u003e\n\u003cth\u003eGen Support\u003c\/th\u003e\n\u003cth\u003eCompatible?\u003c\/th\u003e\n\u003cth\u003eNotes\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eH110\u003c\/td\u003e\n\u003ctd\u003eLGA 1151\u003c\/td\u003e\n\u003ctd\u003e6th Gen\u003c\/td\u003e\n\u003ctd\u003e✅ Yes\u003c\/td\u003e\n\u003ctd\u003eBest budget option for CCTV and office builds\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eB150\u003c\/td\u003e\n\u003ctd\u003eLGA 1151\u003c\/td\u003e\n\u003ctd\u003e6th Gen\u003c\/td\u003e\n\u003ctd\u003e✅ Yes\u003c\/td\u003e\n\u003ctd\u003eGood mid-range board with more USB\/SATA ports\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eH170\u003c\/td\u003e\n\u003ctd\u003eLGA 1151\u003c\/td\u003e\n\u003ctd\u003e6th Gen\u003c\/td\u003e\n\u003ctd\u003e✅ Yes\u003c\/td\u003e\n\u003ctd\u003eFeature-rich, supports more RAM slots\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eZ170\u003c\/td\u003e\n\u003ctd\u003eLGA 1151\u003c\/td\u003e\n\u003ctd\u003e6th Gen\u003c\/td\u003e\n\u003ctd\u003e✅ Yes\u003c\/td\u003e\n\u003ctd\u003eOverclocking-capable (for K-series CPUs)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eB250\u003c\/td\u003e\n\u003ctd\u003eLGA 1151\u003c\/td\u003e\n\u003ctd\u003e7th Gen primary\u003c\/td\u003e\n\u003ctd\u003e⚠️ Check BIOS\u003c\/td\u003e\n\u003ctd\u003eUsually works with latest BIOS update\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eZ270\u003c\/td\u003e\n\u003ctd\u003eLGA 1151\u003c\/td\u003e\n\u003ctd\u003e7th Gen primary\u003c\/td\u003e\n\u003ctd\u003e⚠️ Check BIOS\u003c\/td\u003e\n\u003ctd\u003eMay need BIOS update for 6th Gen\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eH310 \/ B360 \/ Z370\u003c\/td\u003e\n\u003ctd\u003eLGA 1151 (v2)\u003c\/td\u003e\n\u003ctd\u003e8th\/9th Gen\u003c\/td\u003e\n\u003ctd\u003e❌ No\u003c\/td\u003e\n\u003ctd\u003eDifferent pinout — NOT compatible with 6th Gen\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eAM4 \/ AM5\u003c\/td\u003e\n\u003ctd\u003eAMD Socket\u003c\/td\u003e\n\u003ctd\u003eAMD only\u003c\/td\u003e\n\u003ctd\u003e❌ No\u003c\/td\u003e\n\u003ctd\u003eIntel and AMD sockets are not interchangeable\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== PROS CONS ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003cdiv class=\"wk-section-title\"\u003e👍 Pros and Cons\u003c\/div\u003e\n  \u003cdiv class=\"wk-pros-cons\"\u003e\n    \u003cdiv class=\"wk-pros\"\u003e\n      \u003cstrong style=\"color:#124525;font-size:13px;\"\u003e✅ Pros\u003c\/strong\u003e\n      \u003cul style=\"padding-left:18px;margin:10px 0 0 0;font-size:13px;color:#333;line-height:2.1;\"\u003e\n        \u003cli\u003eExtremely cost-effective quad-core performance\u003c\/li\u003e\n        \u003cli\u003eWidely compatible LGA 1151 platform\u003c\/li\u003e\n        \u003cli\u003eDDR4 support for modern memory\u003c\/li\u003e\n        \u003cli\u003eIntel HD 530 handles 4K and multi-monitor\u003c\/li\u003e\n        \u003cli\u003eEfficient 65W TDP for 24x7 operation\u003c\/li\u003e\n        \u003cli\u003eIntel Quick Sync for CCTV workloads\u003c\/li\u003e\n        \u003cli\u003e1 Year WeKart warranty for peace of mind\u003c\/li\u003e\n        \u003cli\u003eGST invoice available\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-cons\"\u003e\n      \u003cstrong style=\"color:#b25e00;font-size:13px;\"\u003e⚠️ Considerations\u003c\/strong\u003e\n      \u003cul style=\"padding-left:18px;margin:10px 0 0 0;font-size:13px;color:#555;line-height:2.1;\"\u003e\n        \u003cli\u003eNo Hyper-Threading (4T only, not 8T)\u003c\/li\u003e\n        \u003cli\u003eOlder platform — no Wi-Fi 6 or PCIe 4 support\u003c\/li\u003e\n        \u003cli\u003eNot for heavy video editing or 3D rendering\u003c\/li\u003e\n        \u003cli\u003eExact model variant depends on availability\u003c\/li\u003e\n        \u003cli\u003eOEM product — no retail box included\u003c\/li\u003e\n        \u003cli\u003eNot compatible with 300-series motherboards\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== WARRANTY STRIP ===== --\u003e\n\u003cdiv class=\"wk-warranty\"\u003e\n  \u003ch3 style=\"color:#ffffff !important;text-align:center !important;background:none !important;padding:0 !important;font-weight:800 !important;font-size:18px !important;margin-bottom:10px !important;\"\u003e🛡️ WeKart 1 Year Carry-In Replacement Warranty\u003c\/h3\u003e\n  \u003cp style=\"color:#ffffff !important;text-align:center !important;max-width:580px;margin:0 auto !important;line-height:1.7;position:relative;z-index:1;font-size:14px;\"\u003eWe stand behind every processor we sell. If your i5 6th Gen fails within 12 months due to a manufacturing defect, simply send it back to us and we will replace it — no service centre hassle, no long waits. Fast, simple, and buyer-friendly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== CALLOUT ===== --\u003e\n\u003cdiv class=\"wk-callout\"\u003e\n  \u003ch3 style=\"color:#cffec7 !important;text-align:center !important;background:none !important;padding:0 !important;margin-bottom:8px !important;font-size:16px !important;font-weight:700 !important;\"\u003e🚀 Trusted by CCTV Installers and IT Assemblers Across India\u003c\/h3\u003e\n  \u003cp style=\"color:#ffffff !important;text-align:center !important;margin:0 auto !important;font-size:13px;line-height:1.7;max-width:600px;\"\u003eWeKart has shipped thousands of processors to customers across Delhi, Mumbai, Bangalore, Hyderabad, Pune, Chennai, Kolkata, Ahmedabad, and hundreds of smaller towns. Join our growing community of satisfied buyers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== DROPDOWNS ===== --\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003e📋 Features and Specifications\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003eProcessor Features\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eIntel Core i5 6th Generation Skylake architecture\u003c\/li\u003e\n      \u003cli\u003e4 Physical Cores, 4 Threads — no Hyper-Threading\u003c\/li\u003e\n      \u003cli\u003eTurbo Boost 2.0 — auto-boosts up to 3.5 GHz under load\u003c\/li\u003e\n      \u003cli\u003e6 MB Intel Smart Cache shared across all cores\u003c\/li\u003e\n      \u003cli\u003e65W TDP — energy efficient for 24x7 use\u003c\/li\u003e\n      \u003cli\u003eIntel HD Graphics 530 — up to 950 MHz, 4K capable\u003c\/li\u003e\n      \u003cli\u003eDual channel DDR4-2133 \/ DDR3L-1600 memory support\u003c\/li\u003e\n      \u003cli\u003eUp to 64 GB maximum RAM capacity\u003c\/li\u003e\n      \u003cli\u003ePCIe 3.0 with up to 16 lanes\u003c\/li\u003e\n      \u003cli\u003eIntel VT-x and VT-d virtualization support\u003c\/li\u003e\n      \u003cli\u003eIntel AES-NI hardware encryption acceleration\u003c\/li\u003e\n      \u003cli\u003eSSE4.1, SSE4.2, AVX2 instruction set extensions\u003c\/li\u003e\n      \u003cli\u003eThree simultaneous display outputs supported\u003c\/li\u003e\n      \u003cli\u003eIntel Quick Sync Video for H.264 \/ H.265 hardware decode\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eWhat is in the Box\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e1 x Intel Core i5 6th Gen Processor (OEM, no retail box)\u003c\/li\u003e\n      \u003cli\u003eNo cooler included — use stock cooler or aftermarket cooler\u003c\/li\u003e\n      \u003cli\u003eWeKart invoice with warranty details\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003e📦 Item Details\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003ePackage Contents\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eSales Package: Processor only\u003c\/li\u003e\n      \u003cli\u003eColor: Silver (standard Intel CPU color)\u003c\/li\u003e\n      \u003cli\u003eCPU Socket: LGA 1151 (FCLGA1151)\u003c\/li\u003e\n      \u003cli\u003eCondition: Pre-owned OEM — tested and verified\u003c\/li\u003e\n      \u003cli\u003eModels: i5-6400 \/ i5-6402 \/ i5-6500 \/ i5-6585 \/ i5-6600 \/ i5-6685\u003c\/li\u003e\n      \u003cli\u003eWarranty: 1 Year WeKart Carry-In Replacement\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eShipping and Handling\u003c\/h4\u003e\n    \u003cp\u003eProcessor is packed in anti-static protective packaging with foam padding to prevent physical damage during transit. Ships via reputed couriers. Delivery within 3-7 business days pan India. GST invoice included in shipment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eℹ️ Additional Details\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003eImportant Notes\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eImage shown is for reference only. Exact processor model may vary based on stock availability.\u003c\/li\u003e\n      \u003cli\u003eAll models listed (i5-6400 through i5-6685) share the same socket, cache, and core count.\u003c\/li\u003e\n      \u003cli\u003eNo thermal paste is pre-applied — apply thermal paste when mounting your cooler.\u003c\/li\u003e\n      \u003cli\u003eCompatible with 100-series and 200-series chipset motherboards only.\u003c\/li\u003e\n      \u003cli\u003eNOT compatible with H310, B360, Z370, Z390, or any 300\/400\/500-series chipsets.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eWarranty Details\u003c\/h4\u003e\n    \u003cp\u003e1 Year Carry-In Replacement Warranty by WeKart Online Store. Warranty covers manufacturing defects and DOA (dead on arrival) units. Warranty does not cover physical damage, bent pins, or damage caused by improper installation. To claim warranty, contact WeKart support with your order number and invoice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003e🔧 How to Install\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003eStep-by-Step CPU Installation Guide\u003c\/h4\u003e\n    \u003col style=\"padding-left:20px;line-height:2.2;\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePower off and unplug\u003c\/strong\u003e your PC completely. Press the power button once after unplugging to discharge residual power.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGround yourself\u003c\/strong\u003e by touching a metal part of the case or use an anti-static wrist strap.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOpen the CPU socket latch\u003c\/strong\u003e on your LGA 1151 motherboard by pressing down and pulling the lever sideways, then lifting it up.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRemove the protective cover\u003c\/strong\u003e from the socket (if it is a new motherboard). Keep it safe.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAlign the processor\u003c\/strong\u003e — look for the golden triangle marker on the CPU corner. Align it with the triangle on the motherboard socket.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGently drop the CPU\u003c\/strong\u003e into place. Do NOT press or force — it should seat itself with zero force if properly aligned.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eClose the socket latch\u003c\/strong\u003e — press down firmly until it clips back under the hook. This secures the CPU.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eApply thermal paste\u003c\/strong\u003e — a pea-sized dot in the center of the CPU IHS (integrated heat spreader).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMount your CPU cooler\u003c\/strong\u003e — align the cooler with the four mounting holes around the socket. Tighten in a diagonal cross pattern.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConnect the CPU fan header\u003c\/strong\u003e on your motherboard (usually labeled CPU_FAN).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePower on and check BIOS\u003c\/strong\u003e — the processor should be detected automatically. No drivers needed.\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003e📖 Usage Guide\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003eGetting the Best Performance\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eInstall RAM in dual-channel configuration (slots A2 and B2) for maximum memory bandwidth.\u003c\/li\u003e\n      \u003cli\u003eUse an SSD (even a 120 GB budget SSD) as your boot drive for dramatically faster Windows startup.\u003c\/li\u003e\n      \u003cli\u003eEnable XMP or DOCP in BIOS to run your DDR4 RAM at its rated speed.\u003c\/li\u003e\n      \u003cli\u003eFor CCTV use, enable Intel Quick Sync in your VMS software settings (iVMS-4200, Smart PSS, etc.).\u003c\/li\u003e\n      \u003cli\u003eKeep your Windows updated for latest Intel graphics driver support.\u003c\/li\u003e\n      \u003cli\u003eUse Intel Power Gadget or HWiNFO to monitor temperatures. Keep below 70 degrees C under load.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003e⚠️ Safety Tips\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003eHandle With Care\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eNever touch the gold pins or contact pads on the bottom of the processor with bare fingers.\u003c\/li\u003e\n      \u003cli\u003eDo not drop the processor. Even minor physical damage can cause failure.\u003c\/li\u003e\n      \u003cli\u003eAlways ground yourself before handling the processor to prevent ESD damage.\u003c\/li\u003e\n      \u003cli\u003eDo not force the processor into the socket. It should drop in with zero force.\u003c\/li\u003e\n      \u003cli\u003eEnsure adequate airflow in your PC case — especially for 24x7 CCTV server builds.\u003c\/li\u003e\n      \u003cli\u003eNever operate the processor without a properly mounted cooler and thermal paste applied.\u003c\/li\u003e\n      \u003cli\u003eKeep the processor in its anti-static packaging until you are ready to install it.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003e🛒 Buying Guide\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003eWhat to Buy Alongside This Processor\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMotherboard:\u003c\/strong\u003e Gigabyte H110M-S2, Asus H110M-K, MSI H110M PRO-VH — Rs. 2,000-3,000\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRAM:\u003c\/strong\u003e 8 GB DDR4-2400 Kingston or Hynix — Rs. 1,500-1,800\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSSD:\u003c\/strong\u003e 120 GB or 240 GB SATA SSD from Western Digital, Kingston, or Samsung\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCPU Cooler:\u003c\/strong\u003e Stock Intel LGA 1151 cooler works fine for normal use\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePSU:\u003c\/strong\u003e 400W 80 Plus certified PSU is sufficient\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eBudget Build Estimate for India (2024)\u003c\/h4\u003e\n    \u003cdiv class=\"wk-table-wrap\"\u003e\n      \u003ctable class=\"wk-table\"\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eApprox Price (INR)\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eIntel i5 6th Gen (this processor)\u003c\/td\u003e\n\u003ctd\u003eRs. 2,500 - 4,000\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eH110 \/ B150 Motherboard\u003c\/td\u003e\n\u003ctd\u003eRs. 2,000 - 3,500\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e8 GB DDR4 RAM\u003c\/td\u003e\n\u003ctd\u003eRs. 1,500 - 2,000\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e240 GB SSD\u003c\/td\u003e\n\u003ctd\u003eRs. 1,500 - 2,200\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e400W PSU\u003c\/td\u003e\n\u003ctd\u003eRs. 1,200 - 2,000\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCabinet \/ Case\u003c\/td\u003e\n\u003ctd\u003eRs. 800 - 1,500\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Build Estimate\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eRs. 9,500 - 15,200\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003e❓ Frequently Asked Questions\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:4px 0 8px 0 !important;display:block !important;\"\u003eIs the Intel i5 6th Gen compatible with Windows 11?\u003c\/h4\u003e\n    \u003cp\u003eTechnically, Windows 11 requires TPM 2.0 which the standard 6th Gen i5 does not support natively. However, many users successfully install Windows 11 using an unofficial bypass method. Windows 10 works perfectly and is fully supported.\u003c\/p\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eCan I use this processor for running CCTV software like iVMS-4200, Smart PSS, or CP Plus CMS?\u003c\/h4\u003e\n    \u003cp\u003eYes — all of these CCTV VMS applications run smoothly on the i5-6th Gen. Enable Intel Quick Sync in the software settings for best performance with multiple camera streams.\u003c\/p\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eWill I get the exact model I want?\u003c\/h4\u003e\n    \u003cp\u003eThis is an OEM listing covering multiple 6th Gen i5 models. The exact model depends on current stock availability. If you require a specific model variant, please contact WeKart support before placing your order.\u003c\/p\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eIs there a GST invoice available?\u003c\/h4\u003e\n    \u003cp\u003eYes — WeKart provides a valid GST invoice with every order. Share your GSTIN at checkout to get a proper B2B invoice for input tax credit.\u003c\/p\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eWhat if the processor is dead on arrival (DOA)?\u003c\/h4\u003e\n    \u003cp\u003eSimply contact WeKart support within 7 days with your order details and we will process a replacement or full refund. No questions asked on genuine DOA cases.\u003c\/p\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eDoes this come with a CPU cooler?\u003c\/h4\u003e\n    \u003cp\u003eNo — this is an OEM processor and does not include a cooler. Use your existing stock cooler or purchase an LGA 1151-compatible aftermarket cooler separately.\u003c\/p\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eWhat is the difference between LGA 1151 and LGA 1151 v2?\u003c\/h4\u003e\n    \u003cp\u003eBoth use the same physical socket shape but have different electrical pinouts and are NOT interchangeable. 6th and 7th Gen Intel processors use LGA 1151. 8th and 9th Gen processors use LGA 1151 v2. Using a 6th Gen CPU in a 300-series motherboard will not work even though it fits physically.\u003c\/p\u003e\n\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eHow do I claim the 1 Year Warranty?\u003c\/h4\u003e\n    \u003cp\u003eContact WeKart support at wekartonline.com with your order ID and a brief description of the issue. Ship the processor back to our address (we will provide it). Upon verification, we will ship a replacement to you at no extra cost.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- ===== SEO BLOCK — FAQPage Schema + Keywords (Product Schema REMOVED) ===== --\u003e\n\u003cdiv style=\"display:none;\"\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Intel Core i5 6th Gen compatible with Windows 11?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Windows 11 requires TPM 2.0 which the 6th Gen i5 does not natively support. However, Windows 10 works perfectly and is fully supported on the Intel Core i5 6th Generation processor.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which motherboards are compatible with Intel Core i5 6th Gen?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Intel Core i5 6th Gen uses the LGA 1151 socket and is compatible with H110, B150, H170, and Z170 chipset motherboards. It may also work with B250 and Z270 boards with a BIOS update. NOT compatible with H310, B360, Z370, or Z390 300-series chipsets despite having the same socket shape.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Intel Core i5 6400 run 16 camera CCTV setup?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The Intel Core i5-6400 with Intel Quick Sync Video enabled can handle 16 channel 1080p IP camera streams in CCTV VMS software like iVMS-4200, Smart PSS, and CP Plus CMS with efficient hardware video decoding.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the warranty on Intel i5 6th Gen from WeKart?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"WeKart provides 1 Year Carry-In Replacement Warranty on all Intel Core i5 6th Generation processors. If the processor fails due to a manufacturing defect within 12 months, WeKart will replace it at no extra cost.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does Intel i5 6th Gen support 4K resolution?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Intel HD Graphics 530 in the i5 6th Gen supports 4K resolution at 60Hz via DisplayPort and up to 4096x2304 at 24Hz via HDMI. Up to 3 monitors can be connected simultaneously.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is GST invoice available for Intel i5 6th Gen purchase on WeKart?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. WeKart Online Store provides a valid GST invoice with every order. Buyers can share their GSTIN at checkout to receive a proper B2B tax invoice for input tax credit claims.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c!-- SHORT-TAIL KEYWORDS --\u003e\nintel i5 6th gen processor\ni5 6th gen price india\nintel core i5 6400\nintel skylake processor\nlga 1151 processor\nintel i5 processor buy online\ni5 processor for pc\nintel processor india\n\n\u003c!-- LONG-TAIL KEYWORDS (HIGH INTENT - INDIA) --\u003e\nintel core i5 6th generation processor price india\nbuy intel i5 6400 processor online india\nlga 1151 processor for h110 motherboard india\nintel i5 6th gen for cctv server build\nbest budget processor for cctv recording pc india\nintel i5 6500 buy online with warranty india\nintel core i5 6th gen skylake desktop processor\nintel i5 6th gen compatible motherboard india\npreowned intel i5 6th gen processor with gst invoice\nintel hd 530 graphics 4k display processor\ni5 6th gen vs i3 6th gen india comparison\nintel i5 6400 price with 1 year warranty\ncheap quad core processor for office pc india\nintel i5 lga1151 processor for hikvision cctv\nbudget processor for tally erp pc india\nintel i5 6600 buy online wekartonline\nintel skylake i5 6500 refurbished processor india\nbest processor under 5000 india desktop\nintel i5 6th gen for small business server india\nintel i5-6402 i5-6585 i5-6685 buy india\n\n\u003c!-- IMAGE ALT TEXTS --\u003e\n1. Intel Core i5 6th Generation LGA 1151 Processor Silver WeKart India\n2. Intel i5-6400 Skylake Desktop CPU for H110 Motherboard India\n3. Intel HD Graphics 530 Processor 4K HDMI DisplayPort Support\n4. Intel Core i5 6500 OEM Processor Buy Online WeKart India\n5. LGA 1151 Socket Intel i5 6th Gen CPU Installation Guide\n6. Intel i5 6th Gen Processor Bottom View Gold Contacts LGA 1151\n7. Intel Core i5 6600 Desktop Processor India Price Warranty\n8. Budget PC Build India Intel i5 6th Gen H110 Motherboard DDR4\n9. CCTV Server PC Intel i5 6th Gen Processor Quick Sync Video\n10. WeKart Intel i5 6th Gen 1 Year Warranty GST Invoice India\n\n\u003c!-- SHOPIFY TAGS --\u003e\nintel, i5, 6th-gen, skylake, lga-1151, desktop-processor, quad-core, ddr4, intel-hd-530, hd-graphics, processor, cpu, 65w, cctv-pc, budget-pc, office-pc, refurbished-processor, 1-year-warranty, gst-invoice, preowned-cpu\n\n\u003c!-- SEO META TITLE --\u003e\nIntel Core i5 6th Gen Processor LGA 1151 | 1 Yr Warranty | WeKart\n\n\u003c!-- SEO META DESCRIPTION --\u003e\nBuy Intel Core i5 6th Gen Skylake LGA 1151 processor online in India. i5-6400, i5-6500, i5-6600 variants. 4 Cores, HD 530, DDR4. 1 Year WeKart warranty. GST invoice available.\n\n\u003c!-- URL HANDLE --\u003e\nintel-core-i5-6th-gen-processor-lga1151-desktop-india\n\n\u003c\/div\u003e","brand":"INTEL","offers":[{"title":"Default Title","offer_id":45617271341113,"sku":"Core i5 6th gen","price":2679.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/8216\/2233\/files\/Intel_Core_i5_6th_Generation.jpg?v=1774105783"},{"product_id":"intel-core-i7-4790-processor-lga-1150-4th-gen","title":"Intel Core i7-4790 Processor (4th Generation) | 4 Cores, 8 Threads | Up to 4.0GHz Turbo | LGA 1150 CPU","description":"html\n\n\u003c!-- === FILE 1: PRODUCT DESCRIPTION HTML (Paste into Shopify Description) === --\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n*{box-sizing:border-box !important;}\nbody,div,p,h1,h2,h3,h4,h5,span,li,td,th,summary{font-family:'Poppins',sans-serif !important;}\n\n\/* HERO *\/\n.wk-hero{background:linear-gradient(135deg,#124525 0%,#1d9c4f 100%) !important;border-radius:0 !important;padding:40px 24px !important;text-align:center !important;margin:0 !important;position:relative !important;overflow:hidden !important;}\n.wk-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:rgba(255,255,255,0.05);border-radius:50%;}\n.wk-hero::after{content:'';position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;background:rgba(255,255,255,0.04);border-radius:50%;}\n.wk-hero h1{font-size:clamp(18px,3.5vw,26px) !important;font-weight:800 !important;color:#cffec7 !important;margin:0 0 12px 0 !important;line-height:1.3 !important;position:relative;z-index:1;}\n\n\/* SHORT DESC *\/\n.wk-short-desc{background:#ffffff !important;border-left:4px solid #1d9c4f !important;padding:16px 20px !important;border-radius:0 6px 6px 0 !important;margin:18px 0 !important;}\n.wk-short-desc p{font-size:14px !important;color:#333 !important;line-height:1.7 !important;margin:0 !important;}\n\n\/* BADGES *\/\n.wk-badges{display:flex !important;flex-wrap:wrap !important;gap:8px !important;padding:6px 0 16px 0 !important;margin:0 !important;}\n.wk-badge{background:#124525 !important;color:#cffec7 !important;font-size:12px !important;font-weight:600 !important;padding:7px 16px !important;border-radius:100px !important;display:inline-block !important;transition:background 0.25s ease,transform 0.2s ease !important;cursor:default !important;}\n.wk-badge:hover{background:#1d9c4f !important;transform:translateY(-2px) !important;}\n\n\/* FEATURES GRID *\/\n.wk-features-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;margin:14px 0 !important;}\n.wk-feature-card{background:#ffffff !important;border-radius:10px !important;padding:14px !important;display:flex !important;align-items:flex-start !important;gap:12px !important;box-shadow:0 2px 8px rgba(0,0,0,0.07) !important;transition:transform 0.2s ease,box-shadow 0.2s ease !important;overflow:hidden !important;}\n.wk-feature-card:hover{transform:translateY(-3px) !important;box-shadow:0 6px 18px rgba(18,69,37,0.13) !important;}\n.wk-feature-icon{font-size:24px !important;flex-shrink:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:44px !important;height:44px !important;min-width:44px !important;background:#e8f5e9 !important;border-radius:10px !important;line-height:1 !important;font-style:normal !important;font-family:\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Noto Color Emoji\",sans-serif !important;}\n.wk-feature-card-text{min-width:0 !important;flex:1 !important;overflow:hidden !important;word-break:break-word !important;}\n\n\/* SECTIONS *\/\n.wk-section{background:#ffffff !important;border-radius:10px !important;padding:24px 22px !important;margin:14px 0 !important;box-shadow:0 2px 8px rgba(0,0,0,0.06) !important;overflow:hidden !important;}\n.wk-section h2{font-size:clamp(15px,3vw,19px) !important;font-weight:700 !important;color:#124525 !important;margin:0 0 16px 0 !important;padding-bottom:10px !important;border-bottom:2px solid #e8f5e9 !important;}\n.wk-section h3{color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;font-size:14px !important;font-weight:700 !important;margin:18px 0 10px 0 !important;display:inline-block !important;}\n.wk-section p{font-size:14px !important;color:#444 !important;line-height:1.75 !important;margin:0 0 12px 0 !important;}\n.wk-section ul{padding-left:20px !important;margin:8px 0 14px 0 !important;}\n.wk-section ul li{font-size:14px !important;color:#444 !important;line-height:1.7 !important;margin-bottom:6px !important;}\n\n\/* CALLOUT *\/\n.wk-callout{background:#124525 !important;border-radius:10px !important;padding:22px 22px !important;margin:14px 0 !important;text-align:center !important;}\n\n\/* TABLE *\/\n.wk-table-wrap{overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;margin:10px 0 !important;}\n.wk-table{width:100% !important;border-collapse:collapse !important;font-size:13px !important;}\n.wk-table th{background:#124525 !important;color:#cffec7 !important;padding:10px 14px !important;text-align:left !important;font-weight:600 !important;}\n.wk-table td{padding:10px 14px !important;color:#333 !important;border-bottom:1px solid #eee !important;}\n.wk-table tr:nth-child(even) td{background:#f7fdf8 !important;}\n.wk-table tr:hover td{background:#e8f5e9 !important;}\n\n\/* WARRANTY *\/\n.wk-warranty{background:linear-gradient(135deg,#124525 0%,#1d9c4f 100%) !important;border-radius:10px !important;padding:28px 22px !important;text-align:center !important;margin:14px 0 !important;position:relative !important;overflow:hidden !important;}\n.wk-warranty::before{content:'';position:absolute;top:-40px;right:-40px;width:150px;height:150px;background:rgba(255,255,255,0.06);border-radius:50%;}\n\n\/* DROPDOWNS *\/\n.wk-drop{background:#ffffff !important;border-radius:8px !important;margin:10px 0 !important;overflow:hidden !important;box-shadow:0 2px 6px rgba(0,0,0,0.06) !important;}\n.wk-drop-title{display:block !important;padding:16px 18px !important;font-size:14px !important;font-weight:600 !important;color:#124525 !important;cursor:pointer !important;list-style:none !important;user-select:none !important;display:flex !important;justify-content:space-between !important;align-items:center !important;transition:background 0.2s ease !important;}\n.wk-drop-title:hover{background:#f0fbf2 !important;}\n.wk-drop-title::after{content:'+' !important;font-size:20px !important;font-weight:400 !important;color:#1d9c4f !important;transition:transform 0.35s ease !important;flex-shrink:0 !important;}\n.wk-drop[open] .wk-drop-title::after{transform:rotate(45deg) !important;}\n.wk-drop-body{padding:16px 18px !important;border-top:1px solid #eee !important;font-size:13.5px !important;color:#444 !important;line-height:1.7 !important;}\n.wk-drop-body h4{color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;}\n.wk-drop-body p{margin:0 0 10px 0 !important;}\n.wk-drop-body ul{padding-left:18px !important;margin:6px 0 12px 0 !important;}\n.wk-drop-body ul li{margin-bottom:5px !important;}\n.wk-drop-body table{width:100% !important;border-collapse:collapse !important;font-size:13px !important;margin:8px 0 !important;}\n.wk-drop-body table th{background:#1d9c4f !important;color:#fff !important;padding:8px 12px !important;text-align:left !important;}\n.wk-drop-body table td{padding:8px 12px !important;border-bottom:1px solid #eee !important;color:#333 !important;}\n.wk-drop-body table tr:nth-child(even) td{background:#f7fdf8 !important;}\n\n\/* PROS CONS *\/\n.wk-pros-cons{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;margin:10px 0 !important;}\n.wk-pros{background:#f0fbf2 !important;border-radius:8px !important;padding:14px !important;}\n.wk-cons{background:#fff8f0 !important;border-radius:8px !important;padding:14px !important;}\n.wk-pros h4{color:#124525 !important;font-size:13px !important;font-weight:700 !important;margin:0 0 8px 0 !important;}\n.wk-cons h4{color:#8b4000 !important;font-size:13px !important;font-weight:700 !important;margin:0 0 8px 0 !important;}\n.wk-pros ul li,.wk-cons ul li{font-size:12.5px !important;margin-bottom:5px !important;}\n\n\/* MOBILE *\/\n@media(max-width:600px){\n  .wk-features-grid{grid-template-columns:1fr 1fr !important;}\n  .wk-feature-card{overflow:hidden !important;}\n  .wk-feature-card p{word-break:break-word !important;overflow-wrap:break-word !important;}\n  .wk-pros-cons{grid-template-columns:1fr !important;}\n  .wk-badges{gap:6px !important;}\n  .wk-badge{font-size:11px !important;padding:6px 12px !important;}\n  .wk-section{padding:18px 16px !important;overflow:hidden !important;}\n  .wk-drop-body{padding:14px 16px !important;}\n  .wk-drop-title{padding:14px 16px !important;font-size:14px !important;}\n  .wk-warranty{padding:22px 16px !important;}\n  .wk-hero{padding:28px 18px !important;}\n  .wk-table td,.wk-table th{padding:8px 10px !important;font-size:12px !important;}\n}\n@media(max-width:380px){\n  .wk-features-grid{grid-template-columns:1fr !important;}\n}\n\u003c\/style\u003e\n\n\u003c!-- ===== HERO ===== --\u003e\n\u003cdiv class=\"wk-hero\"\u003e\n  \u003ch1 style=\"color:#cffec7 !important;background:none !important;padding:0 !important;font-size:clamp(18px,3.5vw,26px);font-weight:800;margin-bottom:12px;position:relative;z-index:1;\"\u003eIntel Core i7-4790 Processor — 4th Gen, 4 Cores, 4.0GHz Turbo, LGA 1150\u003c\/h1\u003e\n  \u003cp style=\"color:#ffffff !important;font-size:clamp(13px,2.8vw,15px);max-width:700px;margin:0 auto;font-weight:400;text-align:center;line-height:1.6;position:relative;z-index:1;\"\u003eThe go-to LGA 1150 desktop processor for office PCs, multitasking workstations, and system upgrades — trusted by IT assemblers across India.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== SHORT DESC ===== --\u003e\n\u003cdiv class=\"wk-short-desc\"\u003e\n  \u003cp\u003eThe \u003cstrong\u003eIntel Core i7-4790\u003c\/strong\u003e is a 4th Generation quad-core processor built on the Haswell architecture, designed for desktop systems using the LGA 1150 socket. With a base clock of 3.60 GHz and Turbo Boost up to 4.00 GHz, it handles office applications, multitasking, light editing, and productivity workloads with ease. Compatible with H81, B85, H87, H97, Z87, and Z97 motherboards, this CPU remains one of the most popular choices for PC upgrades and new builds on legacy platforms in India. Sold by \u003cstrong\u003eWeKart Online Store\u003c\/strong\u003e — with GST invoice and secure packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== TRUST BADGES ===== --\u003e\n\u003cdiv class=\"wk-badges\"\u003e\n  \u003cspan class=\"wk-badge\"\u003e✅ Genuine Intel Processor\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🏷️ GST Invoice Included\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e📦 Secure Anti-Static Packaging\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🔁 LGA 1150 Socket\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e⚡ 4.0GHz Turbo Boost\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🖥️ 8 Threads \/ Hyper-Threading\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e🇮🇳 Ships Across India\u003c\/span\u003e\n  \u003cspan class=\"wk-badge\"\u003e💼 WeKart Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== KEY FEATURES ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003ch2 style=\"color:#124525 !important;\"\u003eKey Features at a Glance\u003c\/h2\u003e\n  \u003cdiv class=\"wk-features-grid\"\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e⚡\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003e4.0 GHz Turbo Boost\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eIntel Turbo Boost 2.0 automatically increases clock speed up to 4.0 GHz for demanding tasks.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🔀\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003e8 Threads via Hyper-Threading\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003e4 physical cores with Hyper-Threading Technology deliver 8 logical threads for smoother multitasking.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🧠\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003e8MB Intel Smart Cache\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eLarge L3 cache reduces data latency and speeds up frequently accessed workloads.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🖥️\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eIntel HD Graphics 4600\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eBuilt-in integrated graphics support display output without a dedicated GPU for basic office tasks.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🔌\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eLGA 1150 Socket\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eFits H81, B85, H87, H97, Z87, and Z97 motherboards — one of the most widely available legacy platforms in India.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e💾\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eDDR3 Memory Support\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eSupports DDR3 1333\/1600 MHz RAM up to 32GB — easy to upgrade using existing memory sticks.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e🌡️\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003e84W TDP — Energy Efficient\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eReasonable 84W thermal design power suits standard desktop coolers and compact ATX builds.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wk-feature-card\"\u003e\n      \u003cspan class=\"wk-feature-icon\"\u003e✅\u003c\/span\u003e\n      \u003cdiv class=\"wk-feature-card-text\"\u003e\n        \u003ch3 style=\"color:#124525 !important;background:none !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;margin-bottom:4px !important;\"\u003eVirtualization Support\u003c\/h3\u003e\n        \u003cp style=\"font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.55 !important;\"\u003eIntel VT-x enabled for running virtual machines — ideal for IT labs, testing environments, and developers.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== LONG SEO DESCRIPTION ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003ch2 style=\"color:#124525 !important;\"\u003eIntel Core i7-4790 Processor — Complete Buying Guide for India\u003c\/h2\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003eWhy the i7-4790 Still Makes Sense in 2024\u003c\/h3\u003e\n  \u003cp\u003eIn a world where new processor generations arrive every year, the \u003cstrong\u003eIntel Core i7-4790\u003c\/strong\u003e continues to hold its ground. This 4th Generation Haswell processor was launched in 2014, but it remains a relevant and highly sought-after upgrade for millions of desktop systems running on LGA 1150 motherboards across India. If you already own an H81, B85, H87, H97, Z87, or Z97 motherboard and want a significant performance jump without replacing your entire system, the i7-4790 is one of the smartest investments you can make.\u003c\/p\u003e\n  \u003cp\u003eWhat sets the i7-4790 apart from cheaper alternatives is its combination of \u003cstrong\u003e4 cores, 8 threads\u003c\/strong\u003e, 8MB Smart Cache, and Turbo Boost up to 4.0 GHz. This configuration handles the most common computing demands in Indian homes and offices — including Tally ERP, MS Office, browser-heavy workflows, multiple open applications, and moderate multitasking — with zero lag and excellent responsiveness.\u003c\/p\u003e\n  \u003cp\u003eWeKart Online Store brings you the \u003cstrong\u003egenuine Intel Core i7-4790\u003c\/strong\u003e processor with secure packaging and a GST-compliant invoice, making it easy for businesses and individuals alike to buy with confidence.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003eUnderstanding the i7-4790 Architecture — Haswell Explained\u003c\/h3\u003e\n  \u003cp\u003eThe Intel Core i7-4790 is built on Intel's \u003cstrong\u003e22nm Haswell microarchitecture\u003c\/strong\u003e, which was the fourth major update to the tick-tock model that defined Intel's dominance in the desktop CPU space. Haswell brought significant improvements in per-clock efficiency, integrated graphics performance, and power management compared to its predecessor, Ivy Bridge.\u003c\/p\u003e\n  \u003cp\u003eThe die size is compact enough to generate stable thermals under standard air cooling, while still packing in 4 physical cores with a large 8MB L3 cache. The processor's internal design allocates cache efficiently across cores, which means applications that repeatedly access the same data — like Tally, accounting software, or browser-based enterprise tools — benefit from significantly lower access latency compared to older dual-core chips.\u003c\/p\u003e\n  \u003cp\u003eThe 22nm fabrication process also allows the i7-4790 to reach its base 3.60 GHz clock with very little voltage overhead. When a single-threaded task demands full performance, Turbo Boost 2.0 lifts the frequency to 4.00 GHz without any manual overclocking required — giving you near-top-end performance for everyday PC workloads automatically.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003eIntel Hyper-Threading Technology — What It Means for You\u003c\/h3\u003e\n  \u003cp\u003eOne of the biggest advantages of the i7-4790 over budget Core i3 or Pentium processors is \u003cstrong\u003eIntel Hyper-Threading Technology (HT)\u003c\/strong\u003e. While the chip physically has 4 cores, Hyper-Threading presents 8 logical processors to your operating system. This allows Windows to schedule and process up to 8 threads simultaneously.\u003c\/p\u003e\n  \u003cp\u003eIn practice, this makes a noticeable difference when you are running multiple heavy programs at the same time. For example, imagine opening a large Excel spreadsheet in the background while attending a video call and simultaneously printing a document — tasks that would slow down a non-Hyper-Threaded processor considerably. The i7-4790 handles these scenarios smoothly because the extra logical threads allow your OS to keep all applications responsive even under heavy load.\u003c\/p\u003e\n  \u003cp\u003eFor Indian office environments where PCs often run multiple productivity applications simultaneously — Tally ERP, Chrome with 15 tabs, Teams or Zoom, an antivirus scan, and a printer queue all at once — Hyper-Threading is a practical, real-world performance enhancer that you will feel immediately after installation.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003ePerformance for Office and Business Workstations\u003c\/h3\u003e\n  \u003cp\u003eThe Intel Core i7-4790 is an excellent choice for office and business desktop computers in India. It delivers fast, consistent performance for the most commonly used business applications. Whether you are running \u003cstrong\u003eTally Prime or Tally ERP 9\u003c\/strong\u003e for accounts management, using MS Office 365 for spreadsheets and presentations, or accessing web-based portals and government websites — the i7-4790 processes these tasks instantly without delay.\u003c\/p\u003e\n  \u003cp\u003eIndian businesses often run multiple instances of Tally simultaneously across different company accounts. With 8 threads available, the i7-4790 can handle this gracefully, ensuring that switching between Tally windows, running reports, printing invoices, and entering data all happen without the frustrating slowdowns seen on older dual-core or budget quad-core chips.\u003c\/p\u003e\n  \u003cp\u003eThe processor also supports Windows 10 fully, which means corporate environments can continue using familiar OS environments without compatibility issues. The system boots faster, applications open more quickly, and the overall responsiveness of a PC running the i7-4790 feels significantly more premium compared to entry-level CPUs in the same price range.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003eUpgrading Your Existing Desktop PC\u003c\/h3\u003e\n  \u003cp\u003eOne of the most compelling reasons to choose the i7-4790 in India is the sheer number of compatible systems already in use across homes, offices, schools, and IT assembly shops. The LGA 1150 socket was one of the most widely adopted desktop platforms ever, with tens of thousands of H81 and B85 boards deployed as office workstations across Indian cities and towns.\u003c\/p\u003e\n  \u003cp\u003eIf your existing system runs on any of these chipsets — \u003cstrong\u003eH81, B85, H87, H97, Z87, or Z97\u003c\/strong\u003e — upgrading to the i7-4790 can transform the performance of your PC without requiring a new motherboard, new RAM, or a new power supply. You simply update the BIOS to the latest version, install the new processor, and your existing system gains a massive performance improvement at a fraction of the cost of a full system rebuild.\u003c\/p\u003e\n  \u003cp\u003eFor IT assemblers and service centers across India, this makes the i7-4790 a go-to recommendation for clients who want a cost-effective performance boost. Instead of recommending a full platform change, a simple CPU swap to the i7-4790 typically gives clients a noticeably faster, more responsive PC that feels like a new machine.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003eIntegrated Graphics — Intel HD 4600\u003c\/h3\u003e\n  \u003cp\u003eThe i7-4790 includes \u003cstrong\u003eIntel HD Graphics 4600\u003c\/strong\u003e integrated directly into the processor die. For office systems and general home computing, this built-in GPU is more than adequate. It supports display output via your motherboard's video ports (HDMI, DVI, VGA depending on board), handles hardware video decoding for smooth playback of HD content, and can drive dual-monitor setups on compatible motherboards.\u003c\/p\u003e\n  \u003cp\u003eIntel HD 4600 supports DirectX 11.1 and OpenCL 2.0, making it compatible with modern display-intensive software while keeping system costs low by eliminating the need for a discrete graphics card for non-gaming use cases. For professionals who need only productivity and display output — accountants, data entry operators, receptionists, and educators — the integrated graphics in the i7-4790 is perfectly sufficient.\u003c\/p\u003e\n  \u003cp\u003eFor gaming or GPU-accelerated workloads, the i7-4790 pairs well with dedicated graphics cards. Since the LGA 1150 platform supports PCIe 3.0 x16 expansion slots, adding a mid-range or budget GPU to an i7-4790 system creates a capable gaming or creative workstation at an economical build cost.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003eThermal Performance and Cooling Requirements\u003c\/h3\u003e\n  \u003cp\u003eThe i7-4790 has a \u003cstrong\u003eThermal Design Power (TDP) of 84W\u003c\/strong\u003e, which is well within the limits of standard Intel-compatible desktop coolers. The processor is not shipped with a stock cooler in this listing, so you will need to use your existing cooler or purchase an aftermarket one. Any LGA 1150-compatible heatsink fan combo will work — including budget options from popular Indian brands available at computer markets in Mumbai, Delhi, Bangalore, and Chennai.\u003c\/p\u003e\n  \u003cp\u003eUnder typical office workloads, the i7-4790 runs comfortably cool. The processor includes built-in temperature monitoring and will automatically throttle performance if temperatures exceed safe limits, protecting your hardware. For best results, apply a quality thermal paste during installation and ensure adequate case airflow — particularly important in warm Indian ambient temperatures.\u003c\/p\u003e\n  \u003cp\u003eThe processor does not require liquid cooling for standard use. A quality air cooler with a copper heatpipe is more than sufficient even in demanding multi-threaded workloads like video encoding or batch data processing.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003eDDR3 Memory Compatibility\u003c\/h3\u003e\n  \u003cp\u003eThe Intel Core i7-4790 supports \u003cstrong\u003eDDR3 memory at 1333 MHz and 1600 MHz\u003c\/strong\u003e speeds, with a maximum of 32GB RAM across two memory channels. Dual-channel mode is activated when you install RAM in matching pairs, which improves memory bandwidth and contributes to better overall system performance.\u003c\/p\u003e\n  \u003cp\u003eFor office and home use, pairing the i7-4790 with \u003cstrong\u003e8GB of DDR3 1600 MHz RAM\u003c\/strong\u003e in dual channel (2 x 4GB) is the sweet spot. If your work involves heavy multitasking — keeping dozens of browser tabs open, running multiple software applications, or working with large Excel files and databases — upgrading to 16GB is highly recommended and straightforward on this platform.\u003c\/p\u003e\n  \u003cp\u003eDDR3 memory is widely available in India at excellent prices from trusted brands including Kingston, Samsung, Crucial, and Hynix. Since most existing LGA 1150 systems already have DDR3 installed, upgrading from a lesser processor to the i7-4790 does not require any RAM changes in most cases.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003ei7-4790 for Home Computing and Multimedia\u003c\/h3\u003e\n  \u003cp\u003eFor home users, the i7-4790 brings a smooth, satisfying desktop experience that makes everyday computing genuinely pleasant. Web browsing with Chrome or Edge across multiple tabs is fast and responsive. Streaming HD content on YouTube, Netflix, or Hotstar is handled entirely by the integrated graphics decoder, freeing up CPU resources for other tasks. Online learning platforms, video conferencing on Google Meet or Zoom, and general social media browsing all run without any hitches.\u003c\/p\u003e\n  \u003cp\u003eStudents who use their desktop PCs for academic work — typing assignments, research, e-learning, PDF reading, and video lessons — will find the i7-4790 comfortably overpowered for these needs, meaning years of smooth usage before any upgrade is required.\u003c\/p\u003e\n  \u003cp\u003eThe processor also handles photo editing in software like Adobe Lightroom or Photoshop for enthusiast photographers. While it is not the fastest option for heavy RAW photo batch processing, it is more than adequate for casual to intermediate photo editing and organization workflows.\u003c\/p\u003e\n\n  \u003ch3 style=\"color:#ffffff !important;background:#1d9c4f !important;padding:7px 14px !important;border-radius:6px !important;display:inline-block !important;\"\u003ei7-4790 vs Other LGA 1150 Processors — Performance Comparison\u003c\/h3\u003e\n  \u003cp\u003eBefore buying any LGA 1150 processor, it is important to understand where the i7-4790 sits within the platform hierarchy. The table below compares the key specs and use-case fit of common LGA 1150 CPUs available in India's used and refurbished market:\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== COMPARISON TABLE ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003ch2 style=\"color:#124525 !important;\"\u003eLGA 1150 Processor Comparison Table\u003c\/h2\u003e\n  \u003cdiv class=\"wk-table-wrap\"\u003e\n    \u003ctable class=\"wk-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eProcessor\u003c\/th\u003e\n          \u003cth\u003eCores\/Threads\u003c\/th\u003e\n          \u003cth\u003eBase \/ Turbo GHz\u003c\/th\u003e\n          \u003cth\u003eCache\u003c\/th\u003e\n          \u003cth\u003eHyper-Threading\u003c\/th\u003e\n          \u003cth\u003eBest For\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cstrong\u003ei7-4790\u003c\/strong\u003e ⭐\u003c\/td\u003e\n          \u003ctd\u003e4 \/ 8\u003c\/td\u003e\n          \u003ctd\u003e3.6 \/ 4.0\u003c\/td\u003e\n          \u003ctd\u003e8MB\u003c\/td\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n          \u003ctd\u003eHeavy office, multitasking, upgrades\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ei5-4590\u003c\/td\u003e\n          \u003ctd\u003e4 \/ 4\u003c\/td\u003e\n          \u003ctd\u003e3.3 \/ 3.7\u003c\/td\u003e\n          \u003ctd\u003e6MB\u003c\/td\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n          \u003ctd\u003eMid-range office PC builds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ei5-4460\u003c\/td\u003e\n          \u003ctd\u003e4 \/ 4\u003c\/td\u003e\n          \u003ctd\u003e3.2 \/ 3.4\u003c\/td\u003e\n          \u003ctd\u003e6MB\u003c\/td\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n          \u003ctd\u003eBasic office and light use\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ei3-4170\u003c\/td\u003e\n          \u003ctd\u003e2 \/ 4\u003c\/td\u003e\n          \u003ctd\u003e3.7 \/ 3.7\u003c\/td\u003e\n          \u003ctd\u003e3MB\u003c\/td\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n          \u003ctd\u003eEntry-level data entry, billing PCs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePentium G3220\u003c\/td\u003e\n          \u003ctd\u003e2 \/ 2\u003c\/td\u003e\n          \u003ctd\u003e3.0 \/ N\/A\u003c\/td\u003e\n          \u003ctd\u003e3MB\u003c\/td\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n          \u003ctd\u003eBudget PCs, single-user kiosks\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ei7-4790K\u003c\/td\u003e\n          \u003ctd\u003e4 \/ 8\u003c\/td\u003e\n          \u003ctd\u003e4.0 \/ 4.4\u003c\/td\u003e\n          \u003ctd\u003e8MB\u003c\/td\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n          \u003ctd\u003eEnthusiast overclocking builds\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \u003cp style=\"font-size:12px;color:#777;margin-top:6px;\"\u003eThe i7-4790 offers the best balance of performance, availability, and cost-effectiveness for the LGA 1150 platform in India's upgrade market.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== COMPATIBILITY TABLE ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003ch2 style=\"color:#124525 !important;\"\u003eMotherboard Compatibility — Supported Chipsets\u003c\/h2\u003e\n  \u003cdiv class=\"wk-table-wrap\"\u003e\n    \u003ctable class=\"wk-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eChipset\u003c\/th\u003e\n          \u003cth\u003eSocket\u003c\/th\u003e\n          \u003cth\u003eForm Factor\u003c\/th\u003e\n          \u003cth\u003ePCIe Slots\u003c\/th\u003e\n          \u003cth\u003eBIOS Update Required\u003c\/th\u003e\n          \u003cth\u003eCommon Use\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eH81\u003c\/td\u003e\n          \u003ctd\u003eLGA 1150\u003c\/td\u003e\n          \u003ctd\u003eMicro-ATX\u003c\/td\u003e\n          \u003ctd\u003e1x PCIe x16\u003c\/td\u003e\n          \u003ctd\u003eOften Yes\u003c\/td\u003e\n          \u003ctd\u003eBudget office builds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eB85\u003c\/td\u003e\n          \u003ctd\u003eLGA 1150\u003c\/td\u003e\n          \u003ctd\u003eATX \/ mATX\u003c\/td\u003e\n          \u003ctd\u003e1x PCIe x16\u003c\/td\u003e\n          \u003ctd\u003eSometimes\u003c\/td\u003e\n          \u003ctd\u003eMid-range office, schools\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eH87\u003c\/td\u003e\n          \u003ctd\u003eLGA 1150\u003c\/td\u003e\n          \u003ctd\u003eATX\u003c\/td\u003e\n          \u003ctd\u003e1x PCIe x16\u003c\/td\u003e\n          \u003ctd\u003eRarely\u003c\/td\u003e\n          \u003ctd\u003eGeneral desktop builds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eH97\u003c\/td\u003e\n          \u003ctd\u003eLGA 1150\u003c\/td\u003e\n          \u003ctd\u003eATX\u003c\/td\u003e\n          \u003ctd\u003e1x PCIe x16\u003c\/td\u003e\n          \u003ctd\u003eRarely\u003c\/td\u003e\n          \u003ctd\u003eRefresh-gen office and home\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eZ87\u003c\/td\u003e\n          \u003ctd\u003eLGA 1150\u003c\/td\u003e\n          \u003ctd\u003eATX\u003c\/td\u003e\n          \u003ctd\u003eMultiple PCIe\u003c\/td\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n          \u003ctd\u003eEnthusiast and gaming builds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eZ97\u003c\/td\u003e\n          \u003ctd\u003eLGA 1150\u003c\/td\u003e\n          \u003ctd\u003eATX\u003c\/td\u003e\n          \u003ctd\u003eMultiple PCIe\u003c\/td\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n          \u003ctd\u003eBest for i7-4790, full feature set\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== FULL SPECS SECTION ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003ch2 style=\"color:#124525 !important;\"\u003eComplete Technical Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"wk-table-wrap\"\u003e\n    \u003ctable class=\"wk-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eProcessor Model\u003c\/td\u003e\n\u003ctd\u003eIntel Core i7-4790\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGeneration\u003c\/td\u003e\n\u003ctd\u003e4th Generation (Haswell)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eArchitecture\u003c\/td\u003e\n\u003ctd\u003eHaswell (22nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSocket Type\u003c\/td\u003e\n\u003ctd\u003eLGA 1150\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNumber of Cores\u003c\/td\u003e\n\u003ctd\u003e4 (Quad Core)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNumber of Threads\u003c\/td\u003e\n\u003ctd\u003e8 (Hyper-Threading)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eBase Clock Frequency\u003c\/td\u003e\n\u003ctd\u003e3.60 GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Turbo Frequency\u003c\/td\u003e\n\u003ctd\u003e4.00 GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eL3 Cache Memory\u003c\/td\u003e\n\u003ctd\u003e8MB Intel Smart Cache\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntegrated Graphics\u003c\/td\u003e\n\u003ctd\u003eIntel HD Graphics 4600\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGPU Base \/ Max Frequency\u003c\/td\u003e\n\u003ctd\u003e350 MHz \/ 1250 MHz\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMemory Type Supported\u003c\/td\u003e\n\u003ctd\u003eDDR3 1333 \/ 1600 MHz\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Memory Size\u003c\/td\u003e\n\u003ctd\u003e32GB\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMemory Channels\u003c\/td\u003e\n\u003ctd\u003eDual Channel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTDP (Thermal Design Power)\u003c\/td\u003e\n\u003ctd\u003e84W\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing Process\u003c\/td\u003e\n\u003ctd\u003e22nm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInstruction Set\u003c\/td\u003e\n\u003ctd\u003e64-bit\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVirtualization (VT-x)\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntel Hyper-Threading\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntel Turbo Boost\u003c\/td\u003e\n\u003ctd\u003eVersion 2.0\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIntel VT-d\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eThermal Monitoring\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWindows 10 Compatible\u003c\/td\u003e\n\u003ctd\u003eYes (Fully Supported)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== CALLOUT ===== --\u003e\n\u003cdiv class=\"wk-callout\"\u003e\n  \u003ch3 style=\"color:#cffec7 !important;text-align:center !important;background:none !important;padding:0 !important;margin-bottom:8px !important;font-size:17px !important;\"\u003eWhy IT Assemblers Across India Choose WeKart\u003c\/h3\u003e\n  \u003cp style=\"color:#ffffff !important;text-align:center !important;margin:0 !important;font-size:13.5px;line-height:1.7;\"\u003eWeKart Online Store is trusted by IT professionals, PC assemblers, and small business buyers for genuine products, reliable stock, secure packaging, and GST-compliant invoices — ensuring your purchase is covered both technically and commercially.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== PROS AND CONS ===== --\u003e\n\u003cdiv class=\"wk-section\"\u003e\n  \u003ch2 style=\"color:#124525 !important;\"\u003ePros and Considerations\u003c\/h2\u003e\n  \u003cdiv class=\"wk-pros-cons\"\u003e\n    \u003cdiv class=\"wk-pros\"\u003e\n      \u003ch4 style=\"color:#124525 !important;\"\u003e✅ Advantages\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eBest-in-class LGA 1150 performance with Hyper-Threading\u003c\/li\u003e\n        \u003cli\u003eExcellent multitasking for office, Tally, and productivity use\u003c\/li\u003e\n        \u003cli\u003eTurbo Boost to 4.0 GHz for responsive single-thread performance\u003c\/li\u003e\n        \u003cli\u003eCompatible with millions of existing H81\/B85\/Z97 systems in India\u003c\/li\u003e\n        \u003cli\u003eIntegrated HD 4600 graphics eliminates need for a GPU for office use\u003c\/li\u003e\n        \u003cli\u003eCost-effective performance upgrade for existing LGA 1150 desktops\u003c\/li\u003e\n        \u003cli\u003e64-bit instruction support for all modern operating systems\u003c\/li\u003e\n        \u003cli\u003eSupports up to 32GB DDR3 RAM for heavy multitasking\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wk-cons\"\u003e\n      \u003ch4 style=\"color:#8b4000 !important;\"\u003e⚠️ Things to Note\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eRequires LGA 1150 motherboard — not compatible with newer sockets\u003c\/li\u003e\n        \u003cli\u003eWindows 11 is not officially supported by Microsoft\u003c\/li\u003e\n        \u003cli\u003eCPU cooler not included — must use existing or purchase separately\u003c\/li\u003e\n        \u003cli\u003eDDR3 memory support only — no DDR4 compatibility\u003c\/li\u003e\n        \u003cli\u003eNot suitable for very heavy video rendering or 3D modeling\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== WARRANTY ===== --\u003e\n\u003cdiv class=\"wk-warranty\"\u003e\n  \u003ch3 style=\"color:#ffffff !important;text-align:center !important;background:none !important;padding:0 !important;font-weight:800 !important;font-size:18px !important;margin-bottom:10px !important;position:relative;z-index:1;\"\u003e🛡️ Sold by WeKart Online Store — Trusted Delivery Across India\u003c\/h3\u003e\n  \u003cp style=\"color:#ffffff !important;text-align:center !important;max-width:580px;margin:0 auto !important;line-height:1.7;position:relative;z-index:1;font-size:13.5px;\"\u003eEvery Intel Core i7-4790 processor shipped by WeKart is packed in anti-static protective packaging to prevent damage during transit. A GST invoice is included with every order. We serve customers across Mumbai, Delhi, Bangalore, Hyderabad, Chennai, Pune, Kolkata, Ahmedabad, and all major cities and towns across India. Contact our support team for any post-purchase assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== DROPDOWNS ===== --\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eFeatures and Specifications\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eProcessor Core Specifications\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e Intel Core i7-4790\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGeneration:\u003c\/strong\u003e 4th Generation Haswell\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSocket:\u003c\/strong\u003e LGA 1150\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCores:\u003c\/strong\u003e 4 Physical Cores\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThreads:\u003c\/strong\u003e 8 (via Hyper-Threading)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBase Frequency:\u003c\/strong\u003e 3.60 GHz\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMax Turbo Frequency:\u003c\/strong\u003e 4.00 GHz\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eL3 Cache:\u003c\/strong\u003e 8MB Intel Smart Cache\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTDP:\u003c\/strong\u003e 84W\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFabrication:\u003c\/strong\u003e 22nm\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eMemory and Graphics\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMemory Type:\u003c\/strong\u003e DDR3 1333\/1600 MHz\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMax RAM Supported:\u003c\/strong\u003e 32GB\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMemory Channels:\u003c\/strong\u003e Dual Channel\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eIntegrated GPU:\u003c\/strong\u003e Intel HD Graphics 4600\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGPU Max Dynamic Frequency:\u003c\/strong\u003e 1250 MHz\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDirectX Support:\u003c\/strong\u003e 11.1\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eTechnology Features\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eIntel Hyper-Threading Technology — 8 logical cores\u003c\/li\u003e\n      \u003cli\u003eIntel Turbo Boost Technology 2.0 — Auto frequency boost\u003c\/li\u003e\n      \u003cli\u003eIntel Virtualization Technology (VT-x) — VM support\u003c\/li\u003e\n      \u003cli\u003eIntel VT-d — Directed I\/O virtualization\u003c\/li\u003e\n      \u003cli\u003eIntel Smart Cache — Shared L3 across all cores\u003c\/li\u003e\n      \u003cli\u003eIntel Thermal Monitoring — Automatic thermal protection\u003c\/li\u003e\n      \u003cli\u003eIntel Demand Based Switching — Dynamic power management\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eItem Details\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eWhat's in the Box\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e1 x Intel Core i7-4790 Processor (OEM\/Tray)\u003c\/li\u003e\n      \u003cli\u003eAnti-static protective packaging\u003c\/li\u003e\n      \u003cli\u003eGST Invoice from WeKart Online Store\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e CPU Cooler is NOT included unless specifically mentioned in the listing. Please use your existing LGA 1150 compatible cooler or purchase one separately.\u003c\/p\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003ePackaging and Condition\u003c\/h4\u003e\n    \u003cp\u003eThis processor is supplied as OEM (tray type). It does not include a retail box or Intel branded packaging. The processor die and pins are fully intact. Each unit is tested for functionality before dispatch. Secure anti-static foam packaging ensures the delicate LGA 1150 pin matrix arrives without damage.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eAdditional Details\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eOS Compatibility\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWindows 10 (32-bit and 64-bit):\u003c\/strong\u003e Fully supported\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWindows 8.1:\u003c\/strong\u003e Fully supported\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWindows 7:\u003c\/strong\u003e Supported (with driver availability)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWindows 11:\u003c\/strong\u003e Not officially supported by Microsoft — may work with registry bypass\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLinux (Ubuntu, Debian, Fedora):\u003c\/strong\u003e Fully supported\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eChipset and Platform Details\u003c\/h4\u003e\n    \u003cp\u003eThe Intel 8 Series (Haswell) chipsets officially support this processor natively. The H97 and Z97 chipsets offer the broadest feature set including M.2 support on select boards. For maximum compatibility, always download and flash the latest BIOS update from your motherboard manufacturer before installing the i7-4790, especially on older H81 and B85 boards that may have shipped with early firmware that does not recognize later Haswell variants.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eHow to Install the Processor\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eStep-by-Step Installation Guide\u003c\/h4\u003e\n    \u003col style=\"padding-left:18px;margin:6px 0 12px 0;\"\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003ePrepare the motherboard:\u003c\/strong\u003e Ensure the board is outside the case or at minimum grounded. Discharge static electricity by touching a metal surface before handling the CPU.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003eUpdate BIOS first (if possible):\u003c\/strong\u003e If you have an older LGA 1150 board, boot it with your existing processor and flash the latest BIOS from the manufacturer's website before installing the i7-4790.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003eOpen the CPU socket:\u003c\/strong\u003e Lift the retention lever on the LGA 1150 socket. Remove the protective plastic cover from the socket if present.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003eAlign the processor:\u003c\/strong\u003e The i7-4790 has two notches on opposite sides that align with the socket. Match the gold triangle on the CPU corner to the triangle on the socket. NEVER force the CPU in.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003eSeat and lock:\u003c\/strong\u003e Gently place the CPU flat into the socket — it should drop in with no pressure needed. Lower the retention lever back down and lock it under the bracket.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003eApply thermal paste:\u003c\/strong\u003e Apply a small pea-sized amount of thermal compound in the center of the CPU heat spreader.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003eMount the cooler:\u003c\/strong\u003e Attach your LGA 1150 compatible cooler using the four push-pins or mounting bracket screws. Connect the 4-pin CPU fan header to the motherboard.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom:8px;\"\u003e\n\u003cstrong\u003ePower on and verify:\u003c\/strong\u003e Boot the system and check the BIOS screen — it should display \"Intel Core i7-4790 @ 3.60 GHz\" confirming successful installation.\u003c\/li\u003e\n    \u003c\/ol\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Never install a processor without thermal paste. Operating the CPU without thermal compound will cause immediate thermal shutdown and may damage the processor permanently.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eUsage Guide — Getting the Most from Your i7-4790\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eOptimising Windows 10 for the i7-4790\u003c\/h4\u003e\n    \u003cp\u003eAfter installation, enable the \u003cstrong\u003eHigh Performance\u003c\/strong\u003e power plan in Windows 10 (Control Panel — Power Options) to ensure the processor operates at maximum frequency when needed. By default, Windows may use Balanced mode which artificially limits clock speeds during light usage. Switching to High Performance ensures Turbo Boost activates immediately when a demanding task is opened.\u003c\/p\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eRAM Configuration Tips\u003c\/h4\u003e\n    \u003cp\u003eFor maximum performance, install RAM in matched pairs (e.g., 2 x 4GB or 2 x 8GB) in the recommended dual-channel slots as specified in your motherboard manual. This activates dual-channel mode, effectively doubling memory bandwidth and improving system responsiveness — particularly noticeable in multitasking and application launch times.\u003c\/p\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eUsing Tally and Business Software\u003c\/h4\u003e\n    \u003cp\u003eTally Prime and ERP 9 run exceptionally well on the i7-4790. For multi-company Tally setups, ensure you have at least 8GB RAM alongside this processor. If running a Tally server for multiple client connections on a LAN, 16GB RAM with the i7-4790 is strongly recommended for smooth simultaneous access by multiple users.\u003c\/p\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eSSD Pairing Recommendation\u003c\/h4\u003e\n    \u003cp\u003eTo fully unlock the i7-4790's speed potential, pair it with an SSD (SATA or M.2 depending on your board). A SATA SSD replaces the mechanical hard disk as the boot drive and reduces Windows startup to under 20 seconds while making application launches near-instant. This single upgrade, combined with the i7-4790, delivers a dramatically more modern computing experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eSafety Tips\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eHandling the Processor Safely\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eAlways ground yourself before touching the CPU to discharge static — touch a metal PC case before handling.\u003c\/li\u003e\n      \u003cli\u003eHold the processor only by its edges — never touch the gold contact pads on the bottom or the integrated heat spreader top with bare fingers.\u003c\/li\u003e\n      \u003cli\u003eKeep the processor inside its anti-static packaging until you are ready to install.\u003c\/li\u003e\n      \u003cli\u003eInspect the LGA 1150 socket on your motherboard for bent or damaged pins before installation — damaged socket pins will prevent the processor from working correctly.\u003c\/li\u003e\n      \u003cli\u003eNever force the CPU into the socket — if it does not drop in freely, recheck the alignment notches.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eThermal Safety\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eAlways apply fresh thermal paste before mounting the cooler — do not run without it even for a brief test.\u003c\/li\u003e\n      \u003cli\u003eEnsure the CPU cooler is firmly and evenly seated — uneven mounting causes hot spots and thermal throttling.\u003c\/li\u003e\n      \u003cli\u003eMonitor CPU temperatures using HWMonitor or Core Temp software after first installation to confirm proper cooling.\u003c\/li\u003e\n      \u003cli\u003eIf temperatures exceed 90°C under normal use, reseat the cooler with fresh thermal paste and verify airflow in the case.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eBuyer's Guide — Is the i7-4790 Right for You?\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eBuy the i7-4790 If You:\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eAlready own an LGA 1150 motherboard (H81, B85, H87, H97, Z87, Z97) and want a major CPU upgrade.\u003c\/li\u003e\n      \u003cli\u003eNeed a fast, responsive PC for office productivity — Tally, MS Office, email, browser-heavy workflows.\u003c\/li\u003e\n      \u003cli\u003eWant to avoid a full system rebuild while getting significantly better performance than a Core i3 or Pentium.\u003c\/li\u003e\n      \u003cli\u003eRun a computer service center and want a top-spec option for LGA 1150 refurbishment projects.\u003c\/li\u003e\n      \u003cli\u003eAre building a budget gaming PC and need a strong CPU to pair with a mid-range GPU on the LGA 1150 platform.\u003c\/li\u003e\n      \u003cli\u003eNeed a processor with Intel VT-x for running virtual machines on a development or IT lab workstation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eConsider a Newer Platform If You:\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003eAre building a brand new system from scratch — a newer-gen platform will provide better longevity and DDR4\/DDR5 support.\u003c\/li\u003e\n      \u003cli\u003eNeed Windows 11 official support out of the box.\u003c\/li\u003e\n      \u003cli\u003eAre doing professional 4K video editing, 3D rendering, or content creation at a commercial scale.\u003c\/li\u003e\n      \u003cli\u003eNeed PCIe Gen 4 or Gen 5 NVMe SSD speeds.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eIndia-Specific Buying Considerations\u003c\/h4\u003e\n    \u003cp\u003eThe LGA 1150 platform has an extraordinarily large installed base in India's corporate and educational sectors. Millions of H81 and B85 systems deployed between 2013 and 2018 are still operational and are commonly found in offices, schools, government departments, and small businesses. For these users, upgrading to the i7-4790 provides years of continued productive life from existing investments without the cost and disruption of full system replacements. WeKart provides GST billing which qualifies this purchase for business expense claims under Indian income tax regulations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"wk-drop\"\u003e\n  \u003csummary class=\"wk-drop-title\"\u003eFrequently Asked Questions (FAQs)\u003c\/summary\u003e\n  \u003cdiv class=\"wk-drop-body\"\u003e\n    \u003ch4 style=\"color:#ffffff !important;background:#124525 !important;padding:6px 12px !important;border-radius:4px !important;font-size:14px !important;margin:14px 0 8px 0 !important;display:block !important;\"\u003eCommon Questions About the Intel Core i7-4790\u003c\/h4\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: Is the Intel Core i7-4790 good for office work and Tally in 2024?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eYes, absolutely. The i7-4790 handles Tally Prime, Tally ERP 9, MS Office, browser-based applications, and multi-window multitasking extremely well. For typical Indian office computing needs, this processor remains a highly capable choice.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: What motherboards support the Intel Core i7-4790?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eThe i7-4790 is compatible with LGA 1150 socket motherboards including H81, B85, H87, H97, Z87, and Z97 chipsets. Always update your motherboard BIOS to the latest version before installing, especially on older H81 and B85 boards.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: Does the i7-4790 come with a cooler?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eNo. This listing is for the processor only (OEM\/tray unit). You will need to use your existing LGA 1150-compatible cooler or purchase one separately. Any standard 4th-gen Intel desktop cooler with a 4-pin PWM connector will work.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: Can I run Windows 10 on the Intel Core i7-4790?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eYes. Windows 10 (both 32-bit and 64-bit) is fully supported and runs excellently on the i7-4790. It is one of the best processor choices for Windows 10 on the LGA 1150 platform.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: What RAM should I pair with the i7-4790?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eUse DDR3 1600 MHz RAM for best performance. Install in dual-channel pairs — 2 x 4GB for basic office use or 2 x 8GB for heavy multitasking. The processor supports up to 32GB of DDR3 RAM across two channels.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: Is the i7-4790 good for gaming?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eYes, when paired with a compatible discrete graphics card, the i7-4790 delivers smooth gaming performance in many popular titles. The strong single-threaded Turbo Boost speed of 4.0 GHz ensures games that rely on single-core performance run well.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: Does WeKart provide a GST invoice with this purchase?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eYes. Every order from WeKart Online Store includes a GST-compliant invoice, making it suitable for business procurement, IT department purchases, and tax records.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eQ: What is the difference between i7-4790 and i7-4790K?\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eThe i7-4790K is the unlocked version that supports overclocking on Z-series chipsets. It has a higher base clock of 4.0 GHz and Turbo up to 4.4 GHz. The standard i7-4790 has a 3.6 GHz base with 4.0 GHz Turbo and runs on all LGA 1150 boards including locked chipsets like H81, B85, and H97.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c!-- ===== HIDDEN BACKEND SEO ===== --\u003e\n\u003cdiv style=\"display:none\"\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the Intel Core i7-4790 good for Tally and office work in India?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The Intel Core i7-4790 with 4 cores and 8 threads handles Tally Prime, Tally ERP 9, MS Office, and multi-application office workloads very well. It remains one of the best processor upgrade options for LGA 1150 desktop systems used in Indian offices.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which motherboard is compatible with Intel Core i7-4790?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The Intel Core i7-4790 uses the LGA 1150 socket and is compatible with H81, B85, H87, H97, Z87, and Z97 chipset motherboards. Always update BIOS to the latest version before installing, especially on older H81 and B85 boards.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the Intel Core i7-4790 support Windows 10?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Windows 10 (32-bit and 64-bit) is fully supported by the Intel Core i7-4790. It works seamlessly with Windows 10 for office, home, and business computing. Windows 11 is not officially supported by Microsoft for this processor.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What RAM is compatible with the Intel Core i7-4790?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The i7-4790 supports DDR3 memory at 1333 MHz and 1600 MHz speeds, with a maximum capacity of 32GB across two dual-channel memory slots. For best performance use matched pairs of DDR3 1600 MHz modules.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between i7-4790 and i7-4790K?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The i7-4790K is the unlocked overclocking variant with a 4.0 GHz base and 4.4 GHz Turbo, requiring a Z87 or Z97 motherboard. The standard i7-4790 has a 3.6 GHz base and 4.0 GHz Turbo and works on all LGA 1150 chipsets including H81, B85, H87, H97, Z87, and Z97.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does WeKart Online Store provide a GST invoice with the i7-4790?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. WeKart Online Store provides a GST-compliant tax invoice with every order, making it suitable for business purchases and IT department procurement across India.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the i7-4790 include integrated graphics?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The Intel Core i7-4790 includes Intel HD Graphics 4600 integrated graphics, which supports display output via HDMI, DVI, or VGA ports on compatible motherboards. It is sufficient for office use and HD multimedia without a dedicated GPU.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the Intel Core i7-4790 good for a PC upgrade in India?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The i7-4790 is one of the best upgrade options for existing LGA 1150 desktop systems in India. It provides significant performance improvement over older i3, Pentium, or early i5 processors without requiring a new motherboard or RAM, making it a highly cost-effective upgrade.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c!-- SHORT-TAIL KEYWORDS --\u003e\nIntel i7-4790 processor, Core i7 4th gen CPU, LGA 1150 processor, Intel i7 4790 price India, i7 4790 buy online India\n\n\u003c!-- LONG-TAIL KEYWORDS (HIGH INTENT INDIA) --\u003e\nIntel Core i7-4790 processor price in India\nbuy Intel i7-4790 online India\nIntel i7-4790 LGA 1150 compatible motherboard list\nIntel Core i7-4790 vs i5-4590 comparison India\nbest LGA 1150 processor for office PC India\nIntel i7-4790 Tally ERP performance India\nIntel 4th gen i7 processor upgrade India\ni7-4790 H81 motherboard compatible\ni7-4790 B85 motherboard upgrade India\nIntel i7-4790 DDR3 RAM compatible list\ni7-4790 Windows 10 64 bit support\nIntel i7-4790 buy with GST invoice India\nIntel Core i7-4790 for CCTV DVR NVR\nLGA 1150 CPU upgrade best price India\ni7-4790 vs i7-3770 which is better India\nIntel Core i7 4790 refurbished processor India\ni7-4790 processor WeKart online store\nIntel Haswell quad core processor India price\ni7-4790 8 thread processor for office\nIntel Core i7-4790 multitasking performance review India\n\n\u003c!-- IMAGE ALT TEXTS --\u003e\n1. Intel Core i7-4790 4th Generation LGA 1150 Processor Buy Online India WeKart\n2. Intel i7-4790 Quad Core 3.6GHz to 4.0GHz Turbo Boost Desktop CPU\n3. Intel Core i7-4790 8 Thread Hyper-Threading LGA 1150 Socket Processor\n4. Intel 4th Gen i7-4790 Processor Compatible H81 B85 H97 Z97 Motherboard\n5. Intel Core i7-4790 8MB Smart Cache Haswell Architecture Desktop Processor\n6. Intel i7-4790 DDR3 Memory Support 32GB RAM Desktop CPU India\n7. Buy Intel Core i7-4790 Processor with GST Invoice WeKart Online Store India\n8. Intel Core i7-4790 HD Graphics 4600 Integrated GPU LGA 1150 Desktop\n9. Intel i7-4790 vs i5-4590 Performance Comparison LGA 1150 India\n10. Intel Core i7-4790 Office PC Upgrade Tally ERP Windows 10 India\n\n\u003c!-- SHOPIFY TAGS --\u003e\nintel-i7-4790, core-i7-4th-gen, lga-1150-processor, intel-haswell-cpu, quad-core-processor, 8-thread-cpu, turbo-boost-4ghz, ddr3-processor, intel-hd-4600, desktop-processor, office-pc-cpu, tally-pc-processor, h81-b85-compatible, z97-processor, hyper-threading, 84w-tdp-cpu, windows-10-processor, intel-4th-generation, pc-upgrade-india, wekart-processor\n\n\u003c!-- SEO META TITLE --\u003e\nIntel Core i7-4790 Processor LGA 1150 | 4GHz Turbo | WeKart India\n\n\u003c!-- SEO META DESCRIPTION --\u003e\nBuy Intel Core i7-4790 4th Gen LGA 1150 processor online in India. 4 cores, 8 threads, 4.0GHz Turbo Boost. Compatible with H81, B85, H97, Z97. GST invoice. Fast delivery across India — WeKart Online Store.\n\n\u003c!-- URL HANDLE --\u003e\nintel-core-i7-4790-processor-lga-1150-4th-gen\n\n\u003c\/div\u003e","brand":"INTEL","offers":[{"title":"Default Title","offer_id":45901692764217,"sku":"Intel Core i7-4790 4th Generation","price":5199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/8216\/2233\/files\/Intel_Core_i7-4790_4th_Generation_LGA_1150_Processor_Buy_Online_India_WeKart.png?v=1780325363"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/8216\/2233\/collections\/intel_jpg.png?v=1772882679","url":"https:\/\/wekartonline.com\/collections\/intel.oembed","provider":"WeKart Online Store","version":"1.0","type":"link"}