Second-Gen Office Powerhouse |
Affordable Intel Power, Perfect for Your Desk Setup
Specifications
CPU
10th Gen Intel® Core™ i3-10110U Processor
2 Cores / 4 Threads
Base Frequency 2.1GHz, Max Turbo Frequency up to 4.1GHz
4MB Cache
Silent Mode 8W | Balanced Mode 10W | Performance Mode 15W
Single Fan + Single Copper Heat Pipe Cooling Design
Graphics
Intel® UHD Graphics for 10th Gen Intel® Processors
Base Frequency 300MHz, Max Dynamic Frequency 1.0GHz
Memory
2× SO-DIMM Slots
0GB / 8GB / 16GB Options
Supports up to 64GB (32GB ×2)
DDR4 Supported
Storage
0GB / 256GB / 512GB SSD Options
Dual M.2 Slots Design
Supports storage expansion up to 8TB
Video Output
2× HDMI 1.4
Supports Dual 4K Display (Up to 4K@24Hz)
Network
Wi-Fi 6 (802.11a/b/g/n/ac/ax, RTL8852BE)
Theoretical Speed up to 1201Mbps
Bluetooth 5.2
1× 2.5G LAN (Intel i226)
Front I/O
• 2× USB 3.2 Gen1 (5Gbps)
• Power Button with White LED Indicator
Rear I/O
• 2× USB 3.2 Gen1 (5Gbps)
• 2× HDMI 1.4
• 1× 3.5mm Audio Jack (CTIA)
• 1× RJ45 2.5G LAN
• 1× DC IN (5.5/2.5mm)
• 1× Security Lock Slot
• 1× Reset Button
Power
DC 12V / 3A Adapter
Built-in CMOS Battery
Operating System
Windows 11 Pro Supported
Multi-Language Supported
(English, Simplified Chinese, Traditional Chinese, French, Dutch, Italian, Spanish, Korean, Japanese, German, Hebrew, Russian, Portuguese, Arabic)
Dimensions
114 × 106 × 44 mm
Weight
Approx. 280g (Device)
Approx. 920g (Full Package)
Package Contents
Power Adapter
HDMI Cable
VESA Mount Bracket
User Manual
Warranty Card
${function(){
const settings_product_title = "title";
const product_grid_image_size = "100%";
const settings_product_image_hover_on = true;
let settings_product_save_label = true;
const product_sold_out_label = true;
const settings_product_swatches_name = [];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available && product_sold_out_label) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.originData.options[i];
const optionName = option.name && option.name.toLowerCase();
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `