{"id":4855,"date":"2025-10-13T08:05:04","date_gmt":"2025-10-13T08:05:04","guid":{"rendered":"https:\/\/operacinesistema.lt\/?p=4855"},"modified":"2026-04-09T18:32:35","modified_gmt":"2026-04-09T18:32:35","slug":"how-to-install-windows-11-step-by-step","status":"publish","type":"post","link":"https:\/\/operacinesistema.lt\/en\/how-to-install-windows-11-step-by-step\/","title":{"rendered":"How to install Windows 11 - step by step"},"content":{"rendered":"<p class=\"whitespace-normal break-words\">This guide explains how to safely install Windows 11, either manually or using a USB stick.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\">Decided to upgrade your PC to the latest Microsoft operating system? <strong>How to install Windows 11<\/strong> - a question asked by millions of consumers around the world. Although the process seems complicated, with the right information and preparation, you can successfully install the system yourself. This comprehensive guide will take you step-by-step through all the necessary steps, whether you are installing <strong>Windows 11 Pro USB<\/strong> memory, or upgrade from an older version.<\/p>\n\n\n\n<style>\n  \/* --- PAGRINDINIS BLOKAS (NUORODA) --- *\/\n  .w11-smart-box {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    text-decoration: none !important;\n    color: inherit;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    \/* GR\u0104\u017dINTA \u017dALIA: Saugumo jausmui *\/\n    border-left: 6px solid #34d399; \n    border-radius: 12px;\n    padding: 15px 25px;\n    margin: 20px auto;\n    max-width: 900px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    box-sizing: border-box;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    position: relative;\n  }\n\n  .w11-smart-box:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15); \/* \u017dalias \u0161e\u0161\u0117lis *\/\n    border-color: #cbd5e1;\n  }\n\n  \/* Hover efektas mygtukui *\/\n  .w11-smart-box:hover .w11-btn-fake {\n    transform: scale(1.05);\n    background: linear-gradient(90deg, #10b981 0%, #059669 100%);\n  }\n\n  \/* --- KAIR\u0116 PUS\u0116 --- *\/\n  .w11-left-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    flex: 1;\n    min-width: 0;\n  }\n\n  .w11-icon-bg {\n    \/* GR\u0104\u017dINTA \u017dALIA: Fonas *\/\n    background: #ecfdf5; \n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .w11-svg {\n    width: 26px;\n    height: 26px;\n    \/* GR\u0104\u017dINTA \u017dALIA: Ikona *\/\n    fill: #059669; \n  }\n\n  .w11-info h3 {\n    margin: 0 0 4px 0;\n    font-size: 19px;\n    font-weight: 800;\n    color: #1e293b;\n    line-height: 1.2;\n  }\n\n  .w11-tags {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .w11-tag-instant {\n    font-size: 12px;\n    color: #047857;\n    background: #d1fae5;\n    padding: 3px 8px;\n    border-radius: 4px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .w11-note-mobile {\n    display: none; \/* Desktop nerodom *\/\n    font-size: 11px;\n    color: #64748b;\n    margin-top: 2px;\n  }\n\n  \/* --- DE\u0160IN\u0116 PUS\u0116 (KAINA) --- *\/\n  .w11-right-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-left: 15px;\n    text-align: right;\n  }\n\n  .w11-price-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n  }\n\n  \/* VIENINTELIS RAUDONAS ELEMENTAS *\/\n  .w11-discount-pill {\n    font-size: 11px;\n    background: #ef4444; \/* Raudona akcija *\/\n    color: white;\n    padding: 2px 6px;\n    border-radius: 4px;\n    font-weight: 700;\n    margin-bottom: 2px;\n    display: inline-block;\n  }\n\n  .w11-price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  \n  .w11-old-val {\n    font-size: 14px;\n    text-decoration: line-through;\n    color: #94a3b8; \/* Pilka, ne raudona *\/\n    font-weight: 500;\n  }\n  \n  .w11-new-val {\n    font-size: 26px;\n    font-weight: 800;\n    color: #0d3d91;\n    line-height: 1;\n  }\n\n  \/* Vizualinis mygtukas *\/\n  .w11-btn-fake {\n    background: linear-gradient(90deg, #34d399 0%, #059669 100%);\n    color: #ffffff;\n    padding: 10px 22px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    white-space: nowrap;\n    transition: all 0.2s;\n    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);\n  }\n\n  \/* --- MOBILIOJI VERSIJA --- *\/\n  @media (max-width: 650px) {\n    .w11-smart-box {\n      padding: 10px 12px !important;\n      border-left-width: 4px !important;\n      gap: 8px !important;\n    }\n\n    \/* Kair\u0117 pus\u0117 *\/\n    .w11-icon-bg { display: none !important; }\n    \n    .w11-left-side {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 2px !important;\n    }\n\n    .w11-info h3 {\n      font-size: 15px !important;\n      margin-bottom: 2px !important;\n    }\n\n    .w11-tag-instant {\n      font-size: 10px !important;\n      padding: 2px 5px !important;\n      background: rgba(16, 185, 129, 0.1) !important;\n    }\n\n    .w11-note-mobile {\n      display: block !important; \/* Rodom \"Skaitmeninis raktas\" *\/\n    }\n\n    \/* De\u0161in\u0117 pus\u0117 *\/\n    .w11-right-side {\n      flex-direction: column;\n      gap: 4px !important;\n      align-items: flex-end !important;\n      margin-left: 5px !important;\n    }\n\n    .w11-discount-pill {\n      display: none !important; \/* Mobiliam slepiam raudon\u0105 tag\u0105 vietos taupymui *\/\n    }\n\n    .w11-price-row {\n      gap: 6px !important;\n    }\n\n    .w11-old-val {\n      font-size: 12px !important;\n      display: block !important;\n      color: #94a3b8 !important; \/* Paliekam pilk\u0105, kad neb\u016bt\u0173 per daug raudona *\/\n    }\n\n    .w11-new-val {\n      font-size: 18px !important;\n    }\n\n    .w11-btn-fake {\n      padding: 6px 10px !important;\n      font-size: 13px !important;\n      border-radius: 6px !important;\n    }\n  }\n<\/style>\n\n<a href=\"\/en\/checkout\/?add-to-cart=6128\" class=\"w11-smart-box\">\n  \n  <div class=\"w11-left-side\">\n    <div class=\"w11-icon-bg\">\n      <svg class=\"w11-svg\" viewbox=\"0 0 88 88\"><path d=\"M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48l-.027-33.325zM87.514 0l-47.9 6.766.046 38.64 47.886-.266zm-.028 49.52l-.066 38.418-47.83-6.613-.027-38.563z\"\/><\/svg>\n    <\/div>\n    <div class=\"w11-info\">\n      <h3>Windows 11 Pro<\/h3>\n      <div class=\"w11-tags\">\n        <span class=\"w11-tag-instant\">\u26a1 Instant Delivery<\/span>\n      <\/div>\n      <div class=\"w11-note-mobile\">Digital activation key<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"w11-right-side\">\n    <div class=\"w11-price-wrapper\">\n      <span class=\"w11-discount-pill\">-80% Sale<\/span>\n      \n      <div class=\"w11-price-row\">\n        <span class=\"w11-old-val\">\u20ac24.99<\/span>\n        <span class=\"w11-new-val\">\u20ac4.99<\/span>\n      <\/div>\n    <\/div>\n    <span class=\"w11-btn-fake\">\n      Buy \u2192\n    <\/span>\n  <\/div>\n\n<\/a>\n\n\n\n<h2 class=\"wp-block-heading text-xl font-bold text-text-100 mt-1 -mb-0.5\">What you need to know before installing Windows 11<\/h2>\n\n\n\n<p class=\"whitespace-normal break-words\">Before you start the installation process, you need to make sure that your computer meets all the requirements and that you understand which version of Windows 11 to choose. Preparing properly will ensure a smooth installation and avoid potential problems in the future.<\/p>\n\n\n\n<h3 class=\"wp-block-heading text-lg font-bold text-text-100 mt-1 -mb-1.5\">System requirements (TPM, Secure Boot)<\/h3>\n\n\n\n<p class=\"whitespace-normal break-words\">Windows 11 has stricter system requirements than previous versions, so before you start <strong>how to install Windows 11<\/strong> the process, it is necessary to check the compatibility of the hardware. Microsoft has introduced these requirements to ensure a higher level of security and better system performance.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Minimum hardware requirements:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>Processor: 1 GHz or faster, 2 or more cores, compatible 64-bit processor<\/li>\n\n\n\n<li>RAM: 4 GB (for 64-bit system)<\/li>\n\n\n\n<li>Disk space: 64 GB or more<\/li>\n\n\n\n<li>UEFI firmware with Secure Boot support<\/li>\n\n\n\n<li>TPM version 2.0<\/li>\n\n\n\n<li>Graphics card: DirectX 12 compatible with WDDM 2.0 driver<\/li>\n\n\n\n<li>Display: 9\" or larger, HD (720p)<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>TPM 2.0 (Trusted Platform Module)<\/strong> - A security chip that protects the encryption keys and ensures that the system has not been tampered with by malicious software. You can check the status of the TPM via Windows Security &gt; Device Security &gt; Security processor details. If the TPM is not active, you will need to enable it via BIOS\/UEFI settings.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Secure Boot<\/strong> - a feature that ensures your computer only starts up with trusted software. This feature must be enabled in the UEFI settings. Most modern computers (manufactured after 2012) already have this feature, but it can be disabled. Before installing <strong>Windows 11 Pro OEM<\/strong> or other version, it is recommended to check and enable this feature.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\">Microsoft offers a special PC Health Check tool that automatically checks all requirements. Download it from the official Microsoft website and run it to get a detailed report on your PC's compatibility with Windows 11.<\/p>\n\n\n\n<style>\n  \/* --- PAGRINDINIS BLOKAS (NUORODA) --- *\/\n  .w11-smart-box {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    text-decoration: none !important;\n    color: inherit;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    \/* GR\u0104\u017dINTA \u017dALIA: Saugumo jausmui *\/\n    border-left: 6px solid #34d399; \n    border-radius: 12px;\n    padding: 15px 25px;\n    margin: 20px auto;\n    max-width: 900px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    box-sizing: border-box;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    position: relative;\n  }\n\n  .w11-smart-box:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15); \/* \u017dalias \u0161e\u0161\u0117lis *\/\n    border-color: #cbd5e1;\n  }\n\n  \/* Hover efektas mygtukui *\/\n  .w11-smart-box:hover .w11-btn-fake {\n    transform: scale(1.05);\n    background: linear-gradient(90deg, #10b981 0%, #059669 100%);\n  }\n\n  \/* --- KAIR\u0116 PUS\u0116 --- *\/\n  .w11-left-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    flex: 1;\n    min-width: 0;\n  }\n\n  .w11-icon-bg {\n    \/* GR\u0104\u017dINTA \u017dALIA: Fonas *\/\n    background: #ecfdf5; \n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .w11-svg {\n    width: 26px;\n    height: 26px;\n    \/* GR\u0104\u017dINTA \u017dALIA: Ikona *\/\n    fill: #059669; \n  }\n\n  .w11-info h3 {\n    margin: 0 0 4px 0;\n    font-size: 19px;\n    font-weight: 800;\n    color: #1e293b;\n    line-height: 1.2;\n  }\n\n  .w11-tags {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .w11-tag-instant {\n    font-size: 12px;\n    color: #047857;\n    background: #d1fae5;\n    padding: 3px 8px;\n    border-radius: 4px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .w11-note-mobile {\n    display: none; \/* Desktop nerodom *\/\n    font-size: 11px;\n    color: #64748b;\n    margin-top: 2px;\n  }\n\n  \/* --- DE\u0160IN\u0116 PUS\u0116 (KAINA) --- *\/\n  .w11-right-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-left: 15px;\n    text-align: right;\n  }\n\n  .w11-price-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n  }\n\n  \/* VIENINTELIS RAUDONAS ELEMENTAS *\/\n  .w11-discount-pill {\n    font-size: 11px;\n    background: #ef4444; \/* Raudona akcija *\/\n    color: white;\n    padding: 2px 6px;\n    border-radius: 4px;\n    font-weight: 700;\n    margin-bottom: 2px;\n    display: inline-block;\n  }\n\n  .w11-price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  \n  .w11-old-val {\n    font-size: 14px;\n    text-decoration: line-through;\n    color: #94a3b8; \/* Pilka, ne raudona *\/\n    font-weight: 500;\n  }\n  \n  .w11-new-val {\n    font-size: 26px;\n    font-weight: 800;\n    color: #0d3d91;\n    line-height: 1;\n  }\n\n  \/* Vizualinis mygtukas *\/\n  .w11-btn-fake {\n    background: linear-gradient(90deg, #34d399 0%, #059669 100%);\n    color: #ffffff;\n    padding: 10px 22px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    white-space: nowrap;\n    transition: all 0.2s;\n    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);\n  }\n\n  \/* --- MOBILIOJI VERSIJA --- *\/\n  @media (max-width: 650px) {\n    .w11-smart-box {\n      padding: 10px 12px !important;\n      border-left-width: 4px !important;\n      gap: 8px !important;\n    }\n\n    \/* Kair\u0117 pus\u0117 *\/\n    .w11-icon-bg { display: none !important; }\n    \n    .w11-left-side {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 2px !important;\n    }\n\n    .w11-info h3 {\n      font-size: 15px !important;\n      margin-bottom: 2px !important;\n    }\n\n    .w11-tag-instant {\n      font-size: 10px !important;\n      padding: 2px 5px !important;\n      background: rgba(16, 185, 129, 0.1) !important;\n    }\n\n    .w11-note-mobile {\n      display: block !important; \/* Rodom \"Skaitmeninis raktas\" *\/\n    }\n\n    \/* De\u0161in\u0117 pus\u0117 *\/\n    .w11-right-side {\n      flex-direction: column;\n      gap: 4px !important;\n      align-items: flex-end !important;\n      margin-left: 5px !important;\n    }\n\n    .w11-discount-pill {\n      display: none !important; \/* Mobiliam slepiam raudon\u0105 tag\u0105 vietos taupymui *\/\n    }\n\n    .w11-price-row {\n      gap: 6px !important;\n    }\n\n    .w11-old-val {\n      font-size: 12px !important;\n      display: block !important;\n      color: #94a3b8 !important; \/* Paliekam pilk\u0105, kad neb\u016bt\u0173 per daug raudona *\/\n    }\n\n    .w11-new-val {\n      font-size: 18px !important;\n    }\n\n    .w11-btn-fake {\n      padding: 6px 10px !important;\n      font-size: 13px !important;\n      border-radius: 6px !important;\n    }\n  }\n<\/style>\n\n<a href=\"\/en\/checkout\/?add-to-cart=6128\" class=\"w11-smart-box\">\n  \n  <div class=\"w11-left-side\">\n    <div class=\"w11-icon-bg\">\n      <svg class=\"w11-svg\" viewbox=\"0 0 88 88\"><path d=\"M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48l-.027-33.325zM87.514 0l-47.9 6.766.046 38.64 47.886-.266zm-.028 49.52l-.066 38.418-47.83-6.613-.027-38.563z\"\/><\/svg>\n    <\/div>\n    <div class=\"w11-info\">\n      <h3>Windows 11 Pro<\/h3>\n      <div class=\"w11-tags\">\n        <span class=\"w11-tag-instant\">\u26a1 Instant Delivery<\/span>\n      <\/div>\n      <div class=\"w11-note-mobile\">Digital activation key<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"w11-right-side\">\n    <div class=\"w11-price-wrapper\">\n      <span class=\"w11-discount-pill\">-80% Sale<\/span>\n      \n      <div class=\"w11-price-row\">\n        <span class=\"w11-old-val\">\u20ac24.99<\/span>\n        <span class=\"w11-new-val\">\u20ac4.99<\/span>\n      <\/div>\n    <\/div>\n    <span class=\"w11-btn-fake\">\n      Buy \u2192\n    <\/span>\n  <\/div>\n\n<\/a>\n\n\n\n<h3 class=\"wp-block-heading text-lg font-bold text-text-100 mt-1 -mb-1.5\">Differences between Home and Pro versions<\/h3>\n\n\n\n<p class=\"whitespace-normal break-words\">Choosing between <strong>Windows 11 Home OEM<\/strong> and <strong>Windows 11 Pro OEM<\/strong> versions, it is important to understand the main differences. Both versions have the same basic functionality, but the Pro version offers additional features aimed at business users and advanced users.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Windows 11 Home<\/strong> functions:<\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>All the key features of Windows 11<\/li>\n\n\n\n<li>Microsoft Store access<\/li>\n\n\n\n<li>Windows Hello and biometric sign-in<\/li>\n\n\n\n<li>Snap Layouts for increased productivity<\/li>\n\n\n\n<li>Microsoft Teams integration<\/li>\n\n\n\n<li>Widgets and virtual desktops<\/li>\n\n\n\n<li>Support for up to 128 GB RAM<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Windows 11 Pro<\/strong> additional features:<\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>BitLocker disk encryption<\/li>\n\n\n\n<li>Windows Information Protection<\/li>\n\n\n\n<li>Remote Desktop connection<\/li>\n\n\n\n<li>Hyper-V virtualisation<\/li>\n\n\n\n<li>Group Policy Editor for system management<\/li>\n\n\n\n<li>Domain\/Azure Active Directory login<\/li>\n\n\n\n<li>Windows Sandbox for isolated environments<\/li>\n\n\n\n<li>Support for up to 2 TB RAM<\/li>\n\n\n\n<li>Deferral of updates for up to 35 days<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\">The choice depends on your needs. If you use your computer at home for gaming, entertainment or simple work, <strong>Windows 11 Home OEM<\/strong> version will be quite sufficient. But if you work with sensitive information, need to connect to a corporate network or use virtualisation, <strong>Windows 11 Pro OEM<\/strong> would be a better choice. The price difference between the versions is not dramatic, so it is worth considering the Pro version for future needs.<\/p>\n\n\n\n<style>\n  \/* --- PAGRINDINIS BLOKAS (NUORODA) --- *\/\n  .w11-smart-box {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    text-decoration: none !important;\n    color: inherit;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    \/* GR\u0104\u017dINTA \u017dALIA: Saugumo jausmui *\/\n    border-left: 6px solid #34d399; \n    border-radius: 12px;\n    padding: 15px 25px;\n    margin: 20px auto;\n    max-width: 900px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    box-sizing: border-box;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    position: relative;\n  }\n\n  .w11-smart-box:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15); \/* \u017dalias \u0161e\u0161\u0117lis *\/\n    border-color: #cbd5e1;\n  }\n\n  \/* Hover efektas mygtukui *\/\n  .w11-smart-box:hover .w11-btn-fake {\n    transform: scale(1.05);\n    background: linear-gradient(90deg, #10b981 0%, #059669 100%);\n  }\n\n  \/* --- KAIR\u0116 PUS\u0116 --- *\/\n  .w11-left-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    flex: 1;\n    min-width: 0;\n  }\n\n  .w11-icon-bg {\n    \/* GR\u0104\u017dINTA \u017dALIA: Fonas *\/\n    background: #ecfdf5; \n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .w11-svg {\n    width: 26px;\n    height: 26px;\n    \/* GR\u0104\u017dINTA \u017dALIA: Ikona *\/\n    fill: #059669; \n  }\n\n  .w11-info h3 {\n    margin: 0 0 4px 0;\n    font-size: 19px;\n    font-weight: 800;\n    color: #1e293b;\n    line-height: 1.2;\n  }\n\n  .w11-tags {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .w11-tag-instant {\n    font-size: 12px;\n    color: #047857;\n    background: #d1fae5;\n    padding: 3px 8px;\n    border-radius: 4px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .w11-note-mobile {\n    display: none; \/* Desktop nerodom *\/\n    font-size: 11px;\n    color: #64748b;\n    margin-top: 2px;\n  }\n\n  \/* --- DE\u0160IN\u0116 PUS\u0116 (KAINA) --- *\/\n  .w11-right-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-left: 15px;\n    text-align: right;\n  }\n\n  .w11-price-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n  }\n\n  \/* VIENINTELIS RAUDONAS ELEMENTAS *\/\n  .w11-discount-pill {\n    font-size: 11px;\n    background: #ef4444; \/* Raudona akcija *\/\n    color: white;\n    padding: 2px 6px;\n    border-radius: 4px;\n    font-weight: 700;\n    margin-bottom: 2px;\n    display: inline-block;\n  }\n\n  .w11-price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  \n  .w11-old-val {\n    font-size: 14px;\n    text-decoration: line-through;\n    color: #94a3b8; \/* Pilka, ne raudona *\/\n    font-weight: 500;\n  }\n  \n  .w11-new-val {\n    font-size: 26px;\n    font-weight: 800;\n    color: #0d3d91;\n    line-height: 1;\n  }\n\n  \/* Vizualinis mygtukas *\/\n  .w11-btn-fake {\n    background: linear-gradient(90deg, #34d399 0%, #059669 100%);\n    color: #ffffff;\n    padding: 10px 22px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    white-space: nowrap;\n    transition: all 0.2s;\n    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);\n  }\n\n  \/* --- MOBILIOJI VERSIJA --- *\/\n  @media (max-width: 650px) {\n    .w11-smart-box {\n      padding: 10px 12px !important;\n      border-left-width: 4px !important;\n      gap: 8px !important;\n    }\n\n    \/* Kair\u0117 pus\u0117 *\/\n    .w11-icon-bg { display: none !important; }\n    \n    .w11-left-side {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 2px !important;\n    }\n\n    .w11-info h3 {\n      font-size: 15px !important;\n      margin-bottom: 2px !important;\n    }\n\n    .w11-tag-instant {\n      font-size: 10px !important;\n      padding: 2px 5px !important;\n      background: rgba(16, 185, 129, 0.1) !important;\n    }\n\n    .w11-note-mobile {\n      display: block !important; \/* Rodom \"Skaitmeninis raktas\" *\/\n    }\n\n    \/* De\u0161in\u0117 pus\u0117 *\/\n    .w11-right-side {\n      flex-direction: column;\n      gap: 4px !important;\n      align-items: flex-end !important;\n      margin-left: 5px !important;\n    }\n\n    .w11-discount-pill {\n      display: none !important; \/* Mobiliam slepiam raudon\u0105 tag\u0105 vietos taupymui *\/\n    }\n\n    .w11-price-row {\n      gap: 6px !important;\n    }\n\n    .w11-old-val {\n      font-size: 12px !important;\n      display: block !important;\n      color: #94a3b8 !important; \/* Paliekam pilk\u0105, kad neb\u016bt\u0173 per daug raudona *\/\n    }\n\n    .w11-new-val {\n      font-size: 18px !important;\n    }\n\n    .w11-btn-fake {\n      padding: 6px 10px !important;\n      font-size: 13px !important;\n      border-radius: 6px !important;\n    }\n  }\n<\/style>\n\n<a href=\"\/en\/checkout\/?add-to-cart=6128\" class=\"w11-smart-box\">\n  \n  <div class=\"w11-left-side\">\n    <div class=\"w11-icon-bg\">\n      <svg class=\"w11-svg\" viewbox=\"0 0 88 88\"><path d=\"M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48l-.027-33.325zM87.514 0l-47.9 6.766.046 38.64 47.886-.266zm-.028 49.52l-.066 38.418-47.83-6.613-.027-38.563z\"\/><\/svg>\n    <\/div>\n    <div class=\"w11-info\">\n      <h3>Windows 11 Pro<\/h3>\n      <div class=\"w11-tags\">\n        <span class=\"w11-tag-instant\">\u26a1 Instant Delivery<\/span>\n      <\/div>\n      <div class=\"w11-note-mobile\">Digital activation key<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"w11-right-side\">\n    <div class=\"w11-price-wrapper\">\n      <span class=\"w11-discount-pill\">-80% Sale<\/span>\n      \n      <div class=\"w11-price-row\">\n        <span class=\"w11-old-val\">\u20ac24.99<\/span>\n        <span class=\"w11-new-val\">\u20ac4.99<\/span>\n      <\/div>\n    <\/div>\n    <span class=\"w11-btn-fake\">\n      Buy \u2192\n    <\/span>\n  <\/div>\n\n<\/a>\n\n\n\n<h2 class=\"wp-block-heading text-xl font-bold text-text-100 mt-1 -mb-0.5\">Ways to install Windows 11<\/h2>\n\n\n\n<p class=\"whitespace-normal break-words\">There are several ways, <strong>how to install Windows 11<\/strong>, and each has its own advantages. The choice depends on your situation: whether you have a running Windows system, want to do a clean install or just upgrade an existing version.<\/p>\n\n\n\n<h3 class=\"wp-block-heading text-lg font-bold text-text-100 mt-1 -mb-1.5\">Using a USB memory stick<\/h3>\n\n\n\n<p class=\"whitespace-normal break-words\">Installation via <strong>Windows 11 Pro USB<\/strong> memory is the most popular and reliable method, especially when you want to perform a clean installation of your system. This method allows you to install Windows 11 even on computers without an operating system.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>What you will need:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>USB memory stick (minimum 8 GB)<\/li>\n\n\n\n<li>Windows 11 ISO file<\/li>\n\n\n\n<li>Rufus or other USB development tool<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Preparing a USB stick:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>Download the Windows 11 ISO file from the official Microsoft website<\/li>\n\n\n\n<li>Download and run the Rufus app (free)<\/li>\n\n\n\n<li>Connect a USB stick (all data will be deleted!)<\/li>\n\n\n\n<li>In Rufus, select:\n<ul class=\"wp-block-list\">\n<li>Device: your USB stick<\/li>\n\n\n\n<li>Boot selection: select the downloaded ISO file<\/li>\n\n\n\n<li>Partition scheme: GPT (for UEFI computers)<\/li>\n\n\n\n<li>Target system: UEFI (non-CSM)<\/li>\n\n\n\n<li>File system: NTFS<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Click START and wait for the process to finish (10-15 min)<\/li>\n<\/ol>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Deployment process:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>Switch off your computer and connect a prepared USB stick<\/li>\n\n\n\n<li>Switch on the computer and immediately press the Boot menu key (F12, F8, ESC - depending on the manufacturer)<\/li>\n\n\n\n<li>Select a USB stick from the boot list<\/li>\n\n\n\n<li>The installation of Windows 11 will begin:\n<ul class=\"wp-block-list\">\n<li>Choose your language, time and keyboard<\/li>\n\n\n\n<li>Click \u201eInstall now\u201d<\/li>\n\n\n\n<li>Enter the product key or select \u201eI don't have a product key\u201d<\/li>\n\n\n\n<li>Choose <strong>Windows 11 Pro OEM<\/strong> or Home version<\/li>\n\n\n\n<li>Accept the terms of the licence<\/li>\n\n\n\n<li>Select \u201eCustom: Install Windows only (advanced)\u201d<\/li>\n\n\n\n<li>Select a disk\/partition for installation<\/li>\n\n\n\n<li>Wait for the system to be installed (20-40 minutes)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>After rebooting, follow the Initial Configuration Wizard<\/li>\n<\/ol>\n\n\n\n<style>\n  \/* --- PAGRINDINIS BLOKAS (NUORODA) --- *\/\n  .w11-smart-box {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    text-decoration: none !important;\n    color: inherit;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    \/* GR\u0104\u017dINTA \u017dALIA: Saugumo jausmui *\/\n    border-left: 6px solid #34d399; \n    border-radius: 12px;\n    padding: 15px 25px;\n    margin: 20px auto;\n    max-width: 900px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    box-sizing: border-box;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    position: relative;\n  }\n\n  .w11-smart-box:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15); \/* \u017dalias \u0161e\u0161\u0117lis *\/\n    border-color: #cbd5e1;\n  }\n\n  \/* Hover efektas mygtukui *\/\n  .w11-smart-box:hover .w11-btn-fake {\n    transform: scale(1.05);\n    background: linear-gradient(90deg, #10b981 0%, #059669 100%);\n  }\n\n  \/* --- KAIR\u0116 PUS\u0116 --- *\/\n  .w11-left-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    flex: 1;\n    min-width: 0;\n  }\n\n  .w11-icon-bg {\n    \/* GR\u0104\u017dINTA \u017dALIA: Fonas *\/\n    background: #ecfdf5; \n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .w11-svg {\n    width: 26px;\n    height: 26px;\n    \/* GR\u0104\u017dINTA \u017dALIA: Ikona *\/\n    fill: #059669; \n  }\n\n  .w11-info h3 {\n    margin: 0 0 4px 0;\n    font-size: 19px;\n    font-weight: 800;\n    color: #1e293b;\n    line-height: 1.2;\n  }\n\n  .w11-tags {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .w11-tag-instant {\n    font-size: 12px;\n    color: #047857;\n    background: #d1fae5;\n    padding: 3px 8px;\n    border-radius: 4px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .w11-note-mobile {\n    display: none; \/* Desktop nerodom *\/\n    font-size: 11px;\n    color: #64748b;\n    margin-top: 2px;\n  }\n\n  \/* --- DE\u0160IN\u0116 PUS\u0116 (KAINA) --- *\/\n  .w11-right-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-left: 15px;\n    text-align: right;\n  }\n\n  .w11-price-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n  }\n\n  \/* VIENINTELIS RAUDONAS ELEMENTAS *\/\n  .w11-discount-pill {\n    font-size: 11px;\n    background: #ef4444; \/* Raudona akcija *\/\n    color: white;\n    padding: 2px 6px;\n    border-radius: 4px;\n    font-weight: 700;\n    margin-bottom: 2px;\n    display: inline-block;\n  }\n\n  .w11-price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  \n  .w11-old-val {\n    font-size: 14px;\n    text-decoration: line-through;\n    color: #94a3b8; \/* Pilka, ne raudona *\/\n    font-weight: 500;\n  }\n  \n  .w11-new-val {\n    font-size: 26px;\n    font-weight: 800;\n    color: #0d3d91;\n    line-height: 1;\n  }\n\n  \/* Vizualinis mygtukas *\/\n  .w11-btn-fake {\n    background: linear-gradient(90deg, #34d399 0%, #059669 100%);\n    color: #ffffff;\n    padding: 10px 22px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    white-space: nowrap;\n    transition: all 0.2s;\n    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);\n  }\n\n  \/* --- MOBILIOJI VERSIJA --- *\/\n  @media (max-width: 650px) {\n    .w11-smart-box {\n      padding: 10px 12px !important;\n      border-left-width: 4px !important;\n      gap: 8px !important;\n    }\n\n    \/* Kair\u0117 pus\u0117 *\/\n    .w11-icon-bg { display: none !important; }\n    \n    .w11-left-side {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 2px !important;\n    }\n\n    .w11-info h3 {\n      font-size: 15px !important;\n      margin-bottom: 2px !important;\n    }\n\n    .w11-tag-instant {\n      font-size: 10px !important;\n      padding: 2px 5px !important;\n      background: rgba(16, 185, 129, 0.1) !important;\n    }\n\n    .w11-note-mobile {\n      display: block !important; \/* Rodom \"Skaitmeninis raktas\" *\/\n    }\n\n    \/* De\u0161in\u0117 pus\u0117 *\/\n    .w11-right-side {\n      flex-direction: column;\n      gap: 4px !important;\n      align-items: flex-end !important;\n      margin-left: 5px !important;\n    }\n\n    .w11-discount-pill {\n      display: none !important; \/* Mobiliam slepiam raudon\u0105 tag\u0105 vietos taupymui *\/\n    }\n\n    .w11-price-row {\n      gap: 6px !important;\n    }\n\n    .w11-old-val {\n      font-size: 12px !important;\n      display: block !important;\n      color: #94a3b8 !important; \/* Paliekam pilk\u0105, kad neb\u016bt\u0173 per daug raudona *\/\n    }\n\n    .w11-new-val {\n      font-size: 18px !important;\n    }\n\n    .w11-btn-fake {\n      padding: 6px 10px !important;\n      font-size: 13px !important;\n      border-radius: 6px !important;\n    }\n  }\n<\/style>\n\n<a href=\"\/en\/checkout\/?add-to-cart=6128\" class=\"w11-smart-box\">\n  \n  <div class=\"w11-left-side\">\n    <div class=\"w11-icon-bg\">\n      <svg class=\"w11-svg\" viewbox=\"0 0 88 88\"><path d=\"M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48l-.027-33.325zM87.514 0l-47.9 6.766.046 38.64 47.886-.266zm-.028 49.52l-.066 38.418-47.83-6.613-.027-38.563z\"\/><\/svg>\n    <\/div>\n    <div class=\"w11-info\">\n      <h3>Windows 11 Pro<\/h3>\n      <div class=\"w11-tags\">\n        <span class=\"w11-tag-instant\">\u26a1 Instant Delivery<\/span>\n      <\/div>\n      <div class=\"w11-note-mobile\">Digital activation key<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"w11-right-side\">\n    <div class=\"w11-price-wrapper\">\n      <span class=\"w11-discount-pill\">-80% Sale<\/span>\n      \n      <div class=\"w11-price-row\">\n        <span class=\"w11-old-val\">\u20ac24.99<\/span>\n        <span class=\"w11-new-val\">\u20ac4.99<\/span>\n      <\/div>\n    <\/div>\n    <span class=\"w11-btn-fake\">\n      Buy \u2192\n    <\/span>\n  <\/div>\n\n<\/a>\n\n\n\n<h3 class=\"wp-block-heading text-lg font-bold text-text-100 mt-1 -mb-1.5\">Using the Media Creation Tool\u201e<\/h3>\n\n\n\n<p class=\"whitespace-normal break-words\">Microsoft Media Creation Tool - the official tool that simplifies the whole process, <strong>how to install Windows 11<\/strong>. This tool automatically downloads the latest version of Windows 11 and prepares the installation media.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Using the Media Creation Tool:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>Download the tool from microsoft.com\/software-download\/windows11<\/li>\n\n\n\n<li>Run \u201eMediaCreationToolW11.exe\u201d as administrator<\/li>\n\n\n\n<li>Accept the terms of the licence<\/li>\n\n\n\n<li>Choose one of the options:\n<ul class=\"wp-block-list\">\n<li>\u201eUpgrade this PC now\u201d - upgrades your current system<\/li>\n\n\n\n<li>\u201eCreate installation media\u201d - creates a USB\/DVD installation media<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Creating the installation media:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>Select language, version (Home\/<strong>Windows 11 Pro OEM<\/strong>) and architecture<\/li>\n\n\n\n<li>Select the media type:\n<ul class=\"wp-block-list\">\n<li>USB flash drive (recommended)<\/li>\n\n\n\n<li>ISO file (for later burning to DVD or USB)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Select a USB stick from the list<\/li>\n\n\n\n<li>The tool will automatically download Windows 11 and prepare the memory stick<\/li>\n\n\n\n<li>The process will take 20-60 minutes (depending on internet speed)<\/li>\n<\/ol>\n\n\n\n<p class=\"whitespace-normal break-words\">This method is particularly handy because it automatically selects the correct version of Windows 11 and ensures that you are installing the latest updates. After the USB preparation, the installation process is identical to the method described above.<\/p>\n\n\n\n<h3 class=\"wp-block-heading text-lg font-bold text-text-100 mt-1 -mb-1.5\">Upgrading from Windows 10<\/h3>\n\n\n\n<p class=\"whitespace-normal break-words\">If you're currently running Windows 10 and your PC is eligible, you can upgrade directly to Windows 11, keeping all your apps and files. This is the easiest way <strong>how to install Windows 11<\/strong> for existing Windows 10 users.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Update via Windows Update:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>Check if your computer is compatible (PC Health Check)<\/li>\n\n\n\n<li>Go to Settings &gt; Update &amp; Security &gt; Windows Update<\/li>\n\n\n\n<li>If you see \u201eWindows 11 upgrade is ready\u201d, click \u201eDownload and install\u201d<\/li>\n\n\n\n<li>Agree to the terms and conditions and start downloading<\/li>\n\n\n\n<li>The system will download files in the background (3-5 GB)<\/li>\n\n\n\n<li>When ready, you will receive a reboot notification<\/li>\n\n\n\n<li>Reboot your computer and wait for the installation to complete (30-90 minutes)<\/li>\n<\/ol>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Upgrade via Installation Assistant:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>Download the Windows 11 Installation Assistant<\/li>\n\n\n\n<li>Run the tool as administrator<\/li>\n\n\n\n<li>The tool will check compatibility<\/li>\n\n\n\n<li>Click \u201eAccept and install\u201d<\/li>\n\n\n\n<li>The app will download and prepare Windows 11<\/li>\n\n\n\n<li>You can continue working while the system prepares in the background<\/li>\n\n\n\n<li>When ready, select the reloading time<\/li>\n<\/ol>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Important tips for upgrading:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>Back up important files<\/li>\n\n\n\n<li>Make sure you have at least 20 GB of free space<\/li>\n\n\n\n<li>Disconnect external devices (except mouse\/keyboard)<\/li>\n\n\n\n<li>Temporarily disable your antivirus software<\/li>\n\n\n\n<li>Close all applications before starting<\/li>\n\n\n\n<li>Make sure your computer is connected to power<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\">After the update, you'll have 10 days to go back to Windows 10 if you don't like anything. All files, apps and settings will be preserved, but it's recommended to check for driver updates after installation.<\/p>\n\n\n\n<style>\n  \/* --- PAGRINDINIS BLOKAS (NUORODA) --- *\/\n  .w11-smart-box {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    text-decoration: none !important;\n    color: inherit;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    \/* GR\u0104\u017dINTA \u017dALIA: Saugumo jausmui *\/\n    border-left: 6px solid #34d399; \n    border-radius: 12px;\n    padding: 15px 25px;\n    margin: 20px auto;\n    max-width: 900px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    box-sizing: border-box;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    position: relative;\n  }\n\n  .w11-smart-box:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15); \/* \u017dalias \u0161e\u0161\u0117lis *\/\n    border-color: #cbd5e1;\n  }\n\n  \/* Hover efektas mygtukui *\/\n  .w11-smart-box:hover .w11-btn-fake {\n    transform: scale(1.05);\n    background: linear-gradient(90deg, #10b981 0%, #059669 100%);\n  }\n\n  \/* --- KAIR\u0116 PUS\u0116 --- *\/\n  .w11-left-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    flex: 1;\n    min-width: 0;\n  }\n\n  .w11-icon-bg {\n    \/* GR\u0104\u017dINTA \u017dALIA: Fonas *\/\n    background: #ecfdf5; \n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .w11-svg {\n    width: 26px;\n    height: 26px;\n    \/* GR\u0104\u017dINTA \u017dALIA: Ikona *\/\n    fill: #059669; \n  }\n\n  .w11-info h3 {\n    margin: 0 0 4px 0;\n    font-size: 19px;\n    font-weight: 800;\n    color: #1e293b;\n    line-height: 1.2;\n  }\n\n  .w11-tags {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .w11-tag-instant {\n    font-size: 12px;\n    color: #047857;\n    background: #d1fae5;\n    padding: 3px 8px;\n    border-radius: 4px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .w11-note-mobile {\n    display: none; \/* Desktop nerodom *\/\n    font-size: 11px;\n    color: #64748b;\n    margin-top: 2px;\n  }\n\n  \/* --- DE\u0160IN\u0116 PUS\u0116 (KAINA) --- *\/\n  .w11-right-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-left: 15px;\n    text-align: right;\n  }\n\n  .w11-price-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n  }\n\n  \/* VIENINTELIS RAUDONAS ELEMENTAS *\/\n  .w11-discount-pill {\n    font-size: 11px;\n    background: #ef4444; \/* Raudona akcija *\/\n    color: white;\n    padding: 2px 6px;\n    border-radius: 4px;\n    font-weight: 700;\n    margin-bottom: 2px;\n    display: inline-block;\n  }\n\n  .w11-price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  \n  .w11-old-val {\n    font-size: 14px;\n    text-decoration: line-through;\n    color: #94a3b8; \/* Pilka, ne raudona *\/\n    font-weight: 500;\n  }\n  \n  .w11-new-val {\n    font-size: 26px;\n    font-weight: 800;\n    color: #0d3d91;\n    line-height: 1;\n  }\n\n  \/* Vizualinis mygtukas *\/\n  .w11-btn-fake {\n    background: linear-gradient(90deg, #34d399 0%, #059669 100%);\n    color: #ffffff;\n    padding: 10px 22px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    white-space: nowrap;\n    transition: all 0.2s;\n    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);\n  }\n\n  \/* --- MOBILIOJI VERSIJA --- *\/\n  @media (max-width: 650px) {\n    .w11-smart-box {\n      padding: 10px 12px !important;\n      border-left-width: 4px !important;\n      gap: 8px !important;\n    }\n\n    \/* Kair\u0117 pus\u0117 *\/\n    .w11-icon-bg { display: none !important; }\n    \n    .w11-left-side {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 2px !important;\n    }\n\n    .w11-info h3 {\n      font-size: 15px !important;\n      margin-bottom: 2px !important;\n    }\n\n    .w11-tag-instant {\n      font-size: 10px !important;\n      padding: 2px 5px !important;\n      background: rgba(16, 185, 129, 0.1) !important;\n    }\n\n    .w11-note-mobile {\n      display: block !important; \/* Rodom \"Skaitmeninis raktas\" *\/\n    }\n\n    \/* De\u0161in\u0117 pus\u0117 *\/\n    .w11-right-side {\n      flex-direction: column;\n      gap: 4px !important;\n      align-items: flex-end !important;\n      margin-left: 5px !important;\n    }\n\n    .w11-discount-pill {\n      display: none !important; \/* Mobiliam slepiam raudon\u0105 tag\u0105 vietos taupymui *\/\n    }\n\n    .w11-price-row {\n      gap: 6px !important;\n    }\n\n    .w11-old-val {\n      font-size: 12px !important;\n      display: block !important;\n      color: #94a3b8 !important; \/* Paliekam pilk\u0105, kad neb\u016bt\u0173 per daug raudona *\/\n    }\n\n    .w11-new-val {\n      font-size: 18px !important;\n    }\n\n    .w11-btn-fake {\n      padding: 6px 10px !important;\n      font-size: 13px !important;\n      border-radius: 6px !important;\n    }\n  }\n<\/style>\n\n<a href=\"\/en\/checkout\/?add-to-cart=6128\" class=\"w11-smart-box\">\n  \n  <div class=\"w11-left-side\">\n    <div class=\"w11-icon-bg\">\n      <svg class=\"w11-svg\" viewbox=\"0 0 88 88\"><path d=\"M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48l-.027-33.325zM87.514 0l-47.9 6.766.046 38.64 47.886-.266zm-.028 49.52l-.066 38.418-47.83-6.613-.027-38.563z\"\/><\/svg>\n    <\/div>\n    <div class=\"w11-info\">\n      <h3>Windows 11 Pro<\/h3>\n      <div class=\"w11-tags\">\n        <span class=\"w11-tag-instant\">\u26a1 Instant Delivery<\/span>\n      <\/div>\n      <div class=\"w11-note-mobile\">Digital activation key<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"w11-right-side\">\n    <div class=\"w11-price-wrapper\">\n      <span class=\"w11-discount-pill\">-80% Sale<\/span>\n      \n      <div class=\"w11-price-row\">\n        <span class=\"w11-old-val\">\u20ac24.99<\/span>\n        <span class=\"w11-new-val\">\u20ac4.99<\/span>\n      <\/div>\n    <\/div>\n    <span class=\"w11-btn-fake\">\n      Buy \u2192\n    <\/span>\n  <\/div>\n\n<\/a>\n\n\n\n<h2 class=\"wp-block-heading text-xl font-bold text-text-100 mt-1 -mb-0.5\">Activation and licence<\/h2>\n\n\n\n<p class=\"whitespace-normal break-words\">After installing Windows 11, the system must be activated to use all the features. Without activation, you won't be able to change your personalisation settings and you'll see a watermark at the bottom right of the screen.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Activation methods:<\/strong><\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Automatic activation:<\/strong> If you've upgraded from a licensed Windows 10, the system will activate automatically online. You can check in Settings &gt; System &gt; Activation.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Using the product key:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>Go to Settings &gt; System &gt; Activation<\/li>\n\n\n\n<li>Click \u201eChange product key\u201d<\/li>\n\n\n\n<li>Enter a 25-character key (xxxxx-xxxxxxx-xxxxx-xxxxx-xxxxx-xxxxx)<\/li>\n\n\n\n<li>The system will connect to Microsoft servers and activate<\/li>\n<\/ol>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Digital licence:<\/strong> If Windows 10\/11 was previously activated on that computer, the system may activate automatically when you connect to the internet. Microsoft stores your hardware ID with your licence.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>OEM vs Retail licences:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li><strong>Windows 11 Home OEM<\/strong> and <strong>Windows 11 Pro OEM<\/strong> licences are attached to specific hardware<\/li>\n\n\n\n<li>OEM licences are the cheapest, but you can't transfer them to another computer<\/li>\n\n\n\n<li>Retail licences are more expensive, but can be transferred when changing computers<\/li>\n\n\n\n<li>OEM licences are ideal for new computers or a single device<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>After installation, get a Windows 11 Pro licence at the best price.<\/strong> The Pro version provides additional features and long-term support for your business or personal needs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading text-xl font-bold text-text-100 mt-1 -mb-0.5\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading text-lg font-bold text-text-100 mt-1 -mb-1.5\">Can I install Windows 11 without a product key?<\/h3>\n\n\n\n<p class=\"whitespace-normal break-words\">Yes, you can install and use Windows 11 without a product key, but with some limitations. During installation, when the system prompts you for a product key, you can select \u201eI don't have a product key\u201d to continue with the installation. The system will be installed fully functional but not activated.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Deactivated Windows 11 restrictions:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>You won't be able to change your desktop background via Settings<\/li>\n\n\n\n<li>Locked personalisation section (themes, colours, lock screen)<\/li>\n\n\n\n<li>Watermark at the bottom of the screen: \u201eActivate Windows\u201d<\/li>\n\n\n\n<li>Periodic reminders to activate the system<\/li>\n\n\n\n<li>Some Windows updates will not be available<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>When to use without activation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>Testing the system before buying a licence<\/li>\n\n\n\n<li>Temporarily, until you purchase a product key<\/li>\n\n\n\n<li>For testing virtual machines<\/li>\n\n\n\n<li>For learning purposes<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\">It's important to know that Microsoft allows you to use deactivated Windows 11 indefinitely, but <strong>Windows 11 Pro USB<\/strong> Installation with a licence ensures full functionality and legal use. We recommend that you purchase <strong>Windows 11 Home OEM<\/strong> or the Pro version, once you're satisfied that the system meets your needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading text-lg font-bold text-text-100 mt-1 -mb-1.5\">How much space is needed to install Windows 11?<\/h3>\n\n\n\n<p class=\"whitespace-normal break-words\">The official Microsoft requirement for Windows 11 is <strong>64 GB free space<\/strong> disk. In practice, however, more space needs to be planned for comfortable use.<\/p>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Real local needs:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>Windows 11 itself: ~20-25 GB<\/li>\n\n\n\n<li>System files and pagefiles: ~8-16 GB (depending on RAM)<\/li>\n\n\n\n<li>Windows updates: ~10 GB (kept as a backup)<\/li>\n\n\n\n<li>Recommended minimum capacity: 128 GB SSD<\/li>\n\n\n\n<li>Optimal capacity for operation: 256 GB or more<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>Local optimisation tips:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\">\n<li>After installation, run Disk Cleanup to clean up temporary files<\/li>\n\n\n\n<li>Disable hibernation if you don't use it (save ~6-8 GB)<\/li>\n\n\n\n<li>Reduce the size of your bin<\/li>\n\n\n\n<li>Move User folders to another drive<\/li>\n\n\n\n<li>Use Storage Sense for automatic cleaning<\/li>\n<\/ol>\n\n\n\n<p class=\"whitespace-normal break-words\"><strong>SSD vs HDD:<\/strong> Although Windows 11 will work with HDD, <strong>we strongly recommend SSDs<\/strong> for the main system:<\/p>\n\n\n\n<ul class=\"wp-block-list [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\">\n<li>5-10 times faster system start-up<\/li>\n\n\n\n<li>Instant opening of applications<\/li>\n\n\n\n<li>Quiet operation and reduced energy consumption<\/li>\n\n\n\n<li>Longer service life<\/li>\n<\/ul>\n\n\n\n<p class=\"whitespace-normal break-words\">By installing <strong>Windows 11 Pro OEM<\/strong> or Home version, plan for at least 20-30% of free disk space for the normal operation of the system. Windows needs free space for temporary files, updates and virtual memory.<\/p>\n\n\n\n<style>\n  \/* --- PAGRINDINIS BLOKAS (NUORODA) --- *\/\n  .w11-smart-box {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    text-decoration: none !important;\n    color: inherit;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    \/* GR\u0104\u017dINTA \u017dALIA: Saugumo jausmui *\/\n    border-left: 6px solid #34d399; \n    border-radius: 12px;\n    padding: 15px 25px;\n    margin: 20px auto;\n    max-width: 900px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    box-sizing: border-box;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    position: relative;\n  }\n\n  .w11-smart-box:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15); \/* \u017dalias \u0161e\u0161\u0117lis *\/\n    border-color: #cbd5e1;\n  }\n\n  \/* Hover efektas mygtukui *\/\n  .w11-smart-box:hover .w11-btn-fake {\n    transform: scale(1.05);\n    background: linear-gradient(90deg, #10b981 0%, #059669 100%);\n  }\n\n  \/* --- KAIR\u0116 PUS\u0116 --- *\/\n  .w11-left-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    flex: 1;\n    min-width: 0;\n  }\n\n  .w11-icon-bg {\n    \/* GR\u0104\u017dINTA \u017dALIA: Fonas *\/\n    background: #ecfdf5; \n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .w11-svg {\n    width: 26px;\n    height: 26px;\n    \/* GR\u0104\u017dINTA \u017dALIA: Ikona *\/\n    fill: #059669; \n  }\n\n  .w11-info h3 {\n    margin: 0 0 4px 0;\n    font-size: 19px;\n    font-weight: 800;\n    color: #1e293b;\n    line-height: 1.2;\n  }\n\n  .w11-tags {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .w11-tag-instant {\n    font-size: 12px;\n    color: #047857;\n    background: #d1fae5;\n    padding: 3px 8px;\n    border-radius: 4px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n  }\n\n  .w11-note-mobile {\n    display: none; \/* Desktop nerodom *\/\n    font-size: 11px;\n    color: #64748b;\n    margin-top: 2px;\n  }\n\n  \/* --- DE\u0160IN\u0116 PUS\u0116 (KAINA) --- *\/\n  .w11-right-side {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-left: 15px;\n    text-align: right;\n  }\n\n  .w11-price-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-end;\n  }\n\n  \/* VIENINTELIS RAUDONAS ELEMENTAS *\/\n  .w11-discount-pill {\n    font-size: 11px;\n    background: #ef4444; \/* Raudona akcija *\/\n    color: white;\n    padding: 2px 6px;\n    border-radius: 4px;\n    font-weight: 700;\n    margin-bottom: 2px;\n    display: inline-block;\n  }\n\n  .w11-price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  \n  .w11-old-val {\n    font-size: 14px;\n    text-decoration: line-through;\n    color: #94a3b8; \/* Pilka, ne raudona *\/\n    font-weight: 500;\n  }\n  \n  .w11-new-val {\n    font-size: 26px;\n    font-weight: 800;\n    color: #0d3d91;\n    line-height: 1;\n  }\n\n  \/* Vizualinis mygtukas *\/\n  .w11-btn-fake {\n    background: linear-gradient(90deg, #34d399 0%, #059669 100%);\n    color: #ffffff;\n    padding: 10px 22px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    white-space: nowrap;\n    transition: all 0.2s;\n    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);\n  }\n\n  \/* --- MOBILIOJI VERSIJA --- *\/\n  @media (max-width: 650px) {\n    .w11-smart-box {\n      padding: 10px 12px !important;\n      border-left-width: 4px !important;\n      gap: 8px !important;\n    }\n\n    \/* Kair\u0117 pus\u0117 *\/\n    .w11-icon-bg { display: none !important; }\n    \n    .w11-left-side {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 2px !important;\n    }\n\n    .w11-info h3 {\n      font-size: 15px !important;\n      margin-bottom: 2px !important;\n    }\n\n    .w11-tag-instant {\n      font-size: 10px !important;\n      padding: 2px 5px !important;\n      background: rgba(16, 185, 129, 0.1) !important;\n    }\n\n    .w11-note-mobile {\n      display: block !important; \/* Rodom \"Skaitmeninis raktas\" *\/\n    }\n\n    \/* De\u0161in\u0117 pus\u0117 *\/\n    .w11-right-side {\n      flex-direction: column;\n      gap: 4px !important;\n      align-items: flex-end !important;\n      margin-left: 5px !important;\n    }\n\n    .w11-discount-pill {\n      display: none !important; \/* Mobiliam slepiam raudon\u0105 tag\u0105 vietos taupymui *\/\n    }\n\n    .w11-price-row {\n      gap: 6px !important;\n    }\n\n    .w11-old-val {\n      font-size: 12px !important;\n      display: block !important;\n      color: #94a3b8 !important; \/* Paliekam pilk\u0105, kad neb\u016bt\u0173 per daug raudona *\/\n    }\n\n    .w11-new-val {\n      font-size: 18px !important;\n    }\n\n    .w11-btn-fake {\n      padding: 6px 10px !important;\n      font-size: 13px !important;\n      border-radius: 6px !important;\n    }\n  }\n<\/style>\n\n<a href=\"\/en\/checkout\/?add-to-cart=6128\" class=\"w11-smart-box\">\n  \n  <div class=\"w11-left-side\">\n    <div class=\"w11-icon-bg\">\n      <svg class=\"w11-svg\" viewbox=\"0 0 88 88\"><path d=\"M0 12.402l35.687-4.86.016 34.423-35.67.203zm35.67 33.529l.028 34.453L.028 75.48l-.027-33.325zM87.514 0l-47.9 6.766.046 38.64 47.886-.266zm-.028 49.52l-.066 38.418-47.83-6.613-.027-38.563z\"\/><\/svg>\n    <\/div>\n    <div class=\"w11-info\">\n      <h3>Windows 11 Pro<\/h3>\n      <div class=\"w11-tags\">\n        <span class=\"w11-tag-instant\">\u26a1 Instant Delivery<\/span>\n      <\/div>\n      <div class=\"w11-note-mobile\">Digital activation key<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"w11-right-side\">\n    <div class=\"w11-price-wrapper\">\n      <span class=\"w11-discount-pill\">-80% Sale<\/span>\n      \n      <div class=\"w11-price-row\">\n        <span class=\"w11-old-val\">\u20ac24.99<\/span>\n        <span class=\"w11-new-val\">\u20ac4.99<\/span>\n      <\/div>\n    <\/div>\n    <span class=\"w11-btn-fake\">\n      Buy \u2192\n    <\/span>\n  <\/div>\n\n<\/a>","protected":false},"excerpt":{"rendered":"<p>\u0160is gidas paai\u0161kina, kaip saugiai \u012fdiegti Windows 11 rankiniu b\u016bdu arba naudojant USB laikmen\u0105. Nusprend\u0117te atnaujinti savo kompiuter\u012f \u012f naujausi\u0105 Microsoft operacin\u0119 sistem\u0105? Kaip instaliuoti Windows 11 \u2013 klausimas, kur\u012f u\u017eduoda milijonai vartotoj\u0173 visame pasaulyje. Nors procesas atrodo sud\u0117tingas, tur\u0117dami tinkam\u0105 informacij\u0105 ir pasiruo\u0161im\u0105, gal\u0117site s\u0117kmingai \u012fdiegti sistem\u0105 patys. \u0160is i\u0161samus gidas pad\u0117s \u017eingsnis po \u017eingsnio atlikti visus reikalingus veiksmus, nepriklausomai nuo to, ar diegsite Windows 11 Pro USB atmintine, ar atnaujinsite i\u0161 senesn\u0117s versijos. Windows 11 Pro \u26a1 Instant Delivery Skaitmeninis aktyvavimo raktas -80% I\u0161pardavimas \u20ac24.99 \u20ac4.99 Pirkti &rarr; K\u0105 reikia \u017einoti prie\u0161 instaliuojant Windows 11 Prie\u0161 pradedant diegimo proces\u0105, b\u016btina \u012fsitikinti, kad j\u016bs\u0173 kompiuteris atitinka visus reikalavimus ir suprasite, kuri\u0105 Windows 11 versij\u0105 pasirinkti. Tinkamas pasiruo\u0161imas u\u017etikrins skland\u0173 diegim\u0105 ir i\u0161vengs galim\u0173 problem\u0173 ateityje. Sistemos reikalavimai (TPM, Secure Boot) Windows 11 turi grie\u017etesnius sistemos reikalavimus nei ankstesn\u0117s versijos, tod\u0117l prie\u0161 pradedant kaip instaliuoti Windows 11 proces\u0105, b\u016btina patikrinti technin\u0117s \u012frangos suderinamum\u0105. Microsoft \u012fved\u0117 \u0161iuos reikalavimus siekdama u\u017etikrinti auk\u0161tesn\u012f saugumo lyg\u012f ir geresn\u0119 sistemos veikimo kokyb\u0119. Minimal\u016bs technin\u0117s \u012frangos reikalavimai: TPM 2.0 (Trusted Platform Module) \u2013 saugumo lustas, kuris saugo \u0161ifravimo raktus ir u\u017etikrina, kad sistema nebuvo pakeista kenk\u0117ji\u0161ka programine \u012franga. Patikrinti TPM b\u016bsen\u0105 galite per Windows Security &gt; Device Security &gt; Security processor details. Jei TPM neaktyvus, reik\u0117s \u012fjungti j\u012f per BIOS\/UEFI nustatymus. Secure Boot \u2013 funkcija, u\u017etikrinanti, kad kompiuteris paleid\u017eiamas tik su patikima programine \u012franga. \u0160i funkcija turi b\u016bti \u012fjungta UEFI nustatymuose. Daugumoje moderni\u0173 kompiuteri\u0173 (pagamint\u0173 po 2012 m.) \u0161i funkcija jau yra, ta\u010diau gali b\u016bti i\u0161jungta. Prie\u0161 diegiant Windows 11 Pro OEM ar kit\u0105 versij\u0105, rekomenduojama patikrinti ir \u012fjungti \u0161i\u0105 funkcij\u0105. Microsoft si\u016blo special\u0173 \u201ePC Health Check&#8221; \u012frank\u012f, kuris automati\u0161kai patikrina visus reikalavimus. Atsisi\u0173skite j\u012f i\u0161 oficialios Microsoft svetain\u0117s ir paleiskite \u2013 gausite detali\u0105 ataskait\u0105 apie kompiuterio suderinamum\u0105 su Windows 11. Windows 11 Pro \u26a1 Instant Delivery Skaitmeninis aktyvavimo raktas -80% I\u0161pardavimas \u20ac24.99 \u20ac4.99 Pirkti &rarr; Skirtumai tarp Home ir Pro versij\u0173 Renkantis tarp Windows 11 Home OEM ir Windows 11 Pro OEM versij\u0173, svarbu suprasti pagrindinius skirtumus. Abi versijos turi t\u0105 pa\u010di\u0105 pagrindin\u0119 funkcionalum\u0105, ta\u010diau Pro versija si\u016blo papildomas funkcijas, orientuotas \u012f verslo vartotojus ir pa\u017eengusiuosius naudotojus. Windows 11 Home funkcijos: Windows 11 Pro papildomos funkcijos: Pasirinkimas priklauso nuo j\u016bs\u0173 poreiki\u0173. Jei kompiuter\u012f naudojate namuose \u017eaidimams, pramogoms ar paprastam darbui, Windows 11 Home OEM versijos visi\u0161kai pakaks. Ta\u010diau jei dirbate su jautria informacija, reikia prisijungti prie \u012fmon\u0117s tinklo ar naudojate virtualizacij\u0105, Windows 11 Pro OEM b\u016bt\u0173 geresnis pasirinkimas. Kain\u0173 skirtumas tarp versij\u0173 n\u0117ra dramati\u0161kas, tod\u0117l verta apsvarstyti Pro versij\u0105 ateities poreikiams. Windows 11 Pro \u26a1 Instant Delivery Skaitmeninis aktyvavimo raktas -80% I\u0161pardavimas \u20ac24.99 \u20ac4.99 Pirkti &rarr; Windows 11 diegimo b\u016bdai Yra keli b\u016bdai, kaip instaliuoti Windows 11, ir kiekvienas turi savo privalumus. Pasirinkimas priklauso nuo j\u016bs\u0173 situacijos: ar turite veikian\u010di\u0105 Windows sistem\u0105, ar norite atlikti \u0161var\u0173 diegim\u0105, ar tiesiog atnaujinti esam\u0105 versij\u0105. Naudojant USB atmintin\u0119 Diegimas per Windows 11 Pro USB atmintin\u0119 \u2013 populiariausias ir patikimiausias b\u016bdas, ypa\u010d kai norite atlikti \u0161var\u0173 sistemos diegim\u0105. \u0160is metodas leid\u017eia \u012fdiegti Windows 11 net kompiuteriuose be operacin\u0117s sistemos. K\u0105 reik\u0117s: USB atmintin\u0117s paruo\u0161imas: Diegimo procesas: Windows 11 Pro \u26a1 Instant Delivery Skaitmeninis aktyvavimo raktas -80% I\u0161pardavimas \u20ac24.99 \u20ac4.99 Pirkti &rarr; Naudojant \u201eMedia Creation Tool&#8221; Microsoft Media Creation Tool \u2013 oficialus \u012frankis, kuris supaprastina vis\u0105 proces\u0105, kaip instaliuoti Windows 11. \u0160is \u012frankis automati\u0161kai atsisiun\u010dia naujausi\u0105 Windows 11 versij\u0105 ir paruo\u0161ia diegimo laikmen\u0105. Media Creation Tool naudojimas: Kuriant diegimo laikmen\u0105: \u0160is metodas ypa\u010d patogus, nes automati\u0161kai parenka tinkam\u0105 Windows 11 versij\u0105 ir u\u017etikrina, kad diegiate naujausius atnaujinimus. Po USB paruo\u0161imo, diegimo procesas identi\u0161kas auk\u0161\u010diau apra\u0161ytam metodui. Atnaujinant i\u0161 Windows 10 Jei \u0161iuo metu naudojate Windows 10 ir kompiuteris atitinka reikalavimus, galite tiesiogiai atnaujinti \u012f Windows 11, i\u0161saugodami visas programas ir failus. Tai papras\u010diausias b\u016bdas kaip instaliuoti Windows 11 esamiems Windows 10 vartotojams. Atnaujinimas per Windows Update: Atnaujinimas per Installation Assistant: Svarb\u016bs patarimai atnaujinant: Po atnaujinimo tur\u0117site 10 dien\u0173 gr\u012f\u017eti prie Windows 10, jei kas nors nepatiks. Visi failai, programos ir nustatymai bus i\u0161saugoti, ta\u010diau rekomenduojama patikrinti tvarkykli\u0173 atnaujinimus po diegimo. Windows 11 Pro \u26a1 Instant Delivery Skaitmeninis aktyvavimo raktas -80% I\u0161pardavimas \u20ac24.99 \u20ac4.99 Pirkti &rarr; Aktyvavimas ir licencija \u012ediegus Windows 11, sistema turi b\u016bti aktyvuota, kad gal\u0117tum\u0117te naudotis visomis funkcijomis. Be aktyvavimo negal\u0117site keisti personalizavimo nustatym\u0173, o ekrano apa\u010dioje de\u0161in\u0117je matysis vanden\u017eenklis. Aktyvavimo b\u016bdai: Automatinis aktyvavimas: Jei atnaujinote i\u0161 licencijuotos Windows 10, sistema aktyvuosis automati\u0161kai internetu. Patikrinti galite Settings &gt; System &gt; Activation. Naudojant produkto rakt\u0105: Skaitmenin\u0117 licencija: Jei anks\u010diau tame komputeryje buvo aktyvuota Windows 10\/11, sistema gali aktyvuotis automati\u0161kai prisijungus prie interneto. Microsoft saugo j\u016bs\u0173 technin\u0117s \u012frangos ID su licencija. OEM vs Retail licencijos: \u012ediegus sistem\u0105, \u012fsigykite Windows 11 Pro licencij\u0105 u\u017e geriausi\u0105 kain\u0105. Pro versija suteiks papildomas funkcijas ir ilgalaik\u012f palaikym\u0105 j\u016bs\u0173 verslui ar asmeniniams poreikiams. Da\u017enai u\u017eduodami klausimai Ar galiu \u012fdiegti Windows 11 be produkto rakto? Taip, galite \u012fdiegti ir naudoti Windows 11 be produkto rakto, ta\u010diau su tam tikrais apribojimais. Diegimo metu, kai sistema papra\u0161ys \u012fvesti produkto rakt\u0105, galite pasirinkti \u201eI don&#8217;t have a product key&#8221; ir t\u0119sti diegim\u0105. Sistema bus \u012fdiegta pilnai funkcionali, ta\u010diau neaktyvuota. Neaktyvuotos Windows 11 apribojimai: Kada galima naudoti be aktyvavimo: Svarbu \u017einoti, kad Microsoft leid\u017eia naudoti neaktyvuot\u0105 Windows 11 neribot\u0105 laik\u0105, ta\u010diau Windows 11 Pro USB diegimas su licencija u\u017etikrina visas funkcijas ir teisin\u012f naudojim\u0105. Rekomenduojame \u012fsigyti Windows 11 Home OEM ar Pro versij\u0105, kai \u012fsitikinsite, kad sistema atitinka j\u016bs\u0173 poreikius. Kiek vietos reikia Windows 11 \u012fdiegimui? Oficialus Microsoft reikalavimas Windows 11 sistemai yra 64 GB laisvos vietos diske. Ta\u010diau praktikoje reikia planuoti daugiau vietos komfortabiliam naudojimui. Real\u016bs vietos poreikiai: Vietos optimizavimo patarimai: SSD vs HDD: Nors Windows 11 veiks ir su HDD, primygtinai rekomenduojame SSD pagrindinei sistemai: Diegdami Windows 11 Pro OEM ar Home versij\u0105, planuokite ma\u017eiausiai 20-30% laisvos vietos diske normaliam sistemos veikimui. Windows reikia laisvos vietos laikiniems failams, atnaujinimams ir virtualiai atmin\u010diai. Windows 11 Pro \u26a1 Instant Delivery Skaitmeninis aktyvavimo raktas -80% I\u0161pardavimas \u20ac24.99 \u20ac4.99 Pirkti &rarr;<\/p>","protected":false},"author":1,"featured_media":4930,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4855","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bendros-naujienos"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio - operacinesistema.lt<\/title>\n<meta name=\"description\" content=\"\u0160is gidas paai\u0161kina, kaip saugiai \u012fdiegti Windows 11 rankiniu b\u016bdu arba naudojant USB laikmen\u0105. Nusprend\u0117te atnaujinti savo kompiuter\u012f \u012f naujausi\u0105\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/operacinesistema.lt\/en\/how-to-install-windows-11-step-by-step\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio - operacinesistema.lt\" \/>\n<meta property=\"og:description\" content=\"\u0160is gidas paai\u0161kina, kaip saugiai \u012fdiegti Windows 11 rankiniu b\u016bdu arba naudojant USB laikmen\u0105. Nusprend\u0117te atnaujinti savo kompiuter\u012f \u012f naujausi\u0105\" \/>\n<meta property=\"og:url\" content=\"https:\/\/operacinesistema.lt\/en\/how-to-install-windows-11-step-by-step\/\" \/>\n<meta property=\"og:site_name\" content=\"operacinesistema.lt\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-13T08:05:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T18:32:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2025\/10\/hq720-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"686\" \/>\n\t<meta property=\"og:image:height\" content=\"386\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Danielius Voiciukevic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Danielius Voiciukevic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/\"},\"author\":{\"name\":\"Danielius Voiciukevic\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#\\\/schema\\\/person\\\/dc7d2dcfa2a964aa70e44df568972004\"},\"headline\":\"Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio\",\"datePublished\":\"2025-10-13T08:05:04+00:00\",\"dateModified\":\"2026-04-09T18:32:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/\"},\"wordCount\":1713,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/hq720-1.jpg\",\"articleSection\":[\"Bendros naujienos\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/\",\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/\",\"name\":\"Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio - operacinesistema.lt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/hq720-1.jpg\",\"datePublished\":\"2025-10-13T08:05:04+00:00\",\"dateModified\":\"2026-04-09T18:32:35+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#\\\/schema\\\/person\\\/dc7d2dcfa2a964aa70e44df568972004\"},\"description\":\"\u0160is gidas paai\u0161kina, kaip saugiai \u012fdiegti Windows 11 rankiniu b\u016bdu arba naudojant USB laikmen\u0105. Nusprend\u0117te atnaujinti savo kompiuter\u012f \u012f naujausi\u0105\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#primaryimage\",\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/hq720-1.jpg\",\"contentUrl\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/hq720-1.jpg\",\"width\":686,\"height\":386,\"caption\":\"Windows licencijos rakto tikrinimas\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/operacinesistema.lt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#website\",\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/\",\"name\":\"operacinesistema.lt\",\"description\":\"\u012esigykite Windows 11 Pro u\u017e geriausi\u0105 kain\u0105\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/operacinesistema.lt\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#\\\/schema\\\/person\\\/dc7d2dcfa2a964aa70e44df568972004\",\"name\":\"Danielius Voiciukevic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/litespeed\\\/avatar\\\/944a07df13103ebe7d19b6aca2ae63e0.jpg?ver=1776158986\",\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/litespeed\\\/avatar\\\/944a07df13103ebe7d19b6aca2ae63e0.jpg?ver=1776158986\",\"contentUrl\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/litespeed\\\/avatar\\\/944a07df13103ebe7d19b6aca2ae63e0.jpg?ver=1776158986\",\"caption\":\"Danielius Voiciukevic\"},\"sameAs\":[\"https:\\\/\\\/operacinesistema.lt\"],\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/en\\\/author\\\/danielmlgkidgmail-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Windows 11 - step by step - operacinesistema.lt","description":"This guide explains how to safely install Windows 11, either manually or using a USB stick. You have decided to upgrade your computer to the latest","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/operacinesistema.lt\/en\/how-to-install-windows-11-step-by-step\/","og_locale":"en_US","og_type":"article","og_title":"Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio - operacinesistema.lt","og_description":"\u0160is gidas paai\u0161kina, kaip saugiai \u012fdiegti Windows 11 rankiniu b\u016bdu arba naudojant USB laikmen\u0105. Nusprend\u0117te atnaujinti savo kompiuter\u012f \u012f naujausi\u0105","og_url":"https:\/\/operacinesistema.lt\/en\/how-to-install-windows-11-step-by-step\/","og_site_name":"operacinesistema.lt","article_published_time":"2025-10-13T08:05:04+00:00","article_modified_time":"2026-04-09T18:32:35+00:00","og_image":[{"width":686,"height":386,"url":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2025\/10\/hq720-1.jpg","type":"image\/jpeg"}],"author":"Danielius Voiciukevic","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Danielius Voiciukevic","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#article","isPartOf":{"@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/"},"author":{"name":"Danielius Voiciukevic","@id":"https:\/\/operacinesistema.lt\/#\/schema\/person\/dc7d2dcfa2a964aa70e44df568972004"},"headline":"Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio","datePublished":"2025-10-13T08:05:04+00:00","dateModified":"2026-04-09T18:32:35+00:00","mainEntityOfPage":{"@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/"},"wordCount":1713,"commentCount":0,"image":{"@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#primaryimage"},"thumbnailUrl":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2025\/10\/hq720-1.jpg","articleSection":["Bendros naujienos"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/","url":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/","name":"How to install Windows 11 - step by step - operacinesistema.lt","isPartOf":{"@id":"https:\/\/operacinesistema.lt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#primaryimage"},"image":{"@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#primaryimage"},"thumbnailUrl":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2025\/10\/hq720-1.jpg","datePublished":"2025-10-13T08:05:04+00:00","dateModified":"2026-04-09T18:32:35+00:00","author":{"@id":"https:\/\/operacinesistema.lt\/#\/schema\/person\/dc7d2dcfa2a964aa70e44df568972004"},"description":"This guide explains how to safely install Windows 11, either manually or using a USB stick. You have decided to upgrade your computer to the latest","breadcrumb":{"@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#primaryimage","url":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2025\/10\/hq720-1.jpg","contentUrl":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2025\/10\/hq720-1.jpg","width":686,"height":386,"caption":"Windows licencijos rakto tikrinimas"},{"@type":"BreadcrumbList","@id":"https:\/\/operacinesistema.lt\/kaip-instaliuoti-windows-11-zingsnis-po-zingsnio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/operacinesistema.lt\/"},{"@type":"ListItem","position":2,"name":"Kaip instaliuoti Windows 11 \u2013 \u017eingsnis po \u017eingsnio"}]},{"@type":"WebSite","@id":"https:\/\/operacinesistema.lt\/#website","url":"https:\/\/operacinesistema.lt\/","name":"operacinesistema.lt","description":"\u012esigykite Windows 11 Pro u\u017e geriausi\u0105 kain\u0105","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/operacinesistema.lt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/operacinesistema.lt\/#\/schema\/person\/dc7d2dcfa2a964aa70e44df568972004","name":"Danielius Voiciukevic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/operacinesistema.lt\/wp-content\/litespeed\/avatar\/944a07df13103ebe7d19b6aca2ae63e0.jpg?ver=1776158986","url":"https:\/\/operacinesistema.lt\/wp-content\/litespeed\/avatar\/944a07df13103ebe7d19b6aca2ae63e0.jpg?ver=1776158986","contentUrl":"https:\/\/operacinesistema.lt\/wp-content\/litespeed\/avatar\/944a07df13103ebe7d19b6aca2ae63e0.jpg?ver=1776158986","caption":"Danielius Voiciukevic"},"sameAs":["https:\/\/operacinesistema.lt"],"url":"https:\/\/operacinesistema.lt\/en\/author\/danielmlgkidgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/posts\/4855","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/comments?post=4855"}],"version-history":[{"count":3,"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/posts\/4855\/revisions"}],"predecessor-version":[{"id":6271,"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/posts\/4855\/revisions\/6271"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/media\/4930"}],"wp:attachment":[{"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/media?parent=4855"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/categories?post=4855"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/operacinesistema.lt\/en\/wp-json\/wp\/v2\/tags?post=4855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}