MSI Cyborg 15 A12VF 045 Gaming Laptops ( Intel )
Product features :
- Windows 11 Home (MSI recommended Windows 11 Pro for business.)
- NVIDIA® GeForce RTX™ 4060 Laptop GPU 8 GB GDDR6
- 15.6 inch FHD (1920×1080), 144Hz 45 % NTSC IPS-Level
- Intel® Core™ i7-12650H
- 512 GB NVM PCI-e SSD Gen 4×4
- DDR V 8 GB x 2 4800MHz
- Intel Wifi 6 AX201(2 multiply 2 ax) + BT v5.2
- Blue Backlit Gaming Keyboard with Copilot Key
- 3 cell, 53.5 Whr
- MSI Essential Backpack
- 2 Years Warranty
- *Copilot key feature availability varies by market, see [aka.ms/Keysupport]
/* 主題顏色 獨立檔案 */
/* lightWhite */
.resellerContainer–theme {
–theme-background: #000000;
–theme–titleColor: #ffffff;
–theme-textColor: #ffffff;
}
{
box-sizing: border-box;
}
body,
div,
p,
section,
article,
figure,
h1,
h2,
h3,
span,
ol,
ul,
li {
margin: 0;
padding: 0;
}
.imageDefault {
width: 100%;
vertical-align: middle;
}
.resellerContainer {
width: 100%;
position: relative;
padding: 0 15px;
margin: 0 auto;
min-width: 320px;
background-color: var(–theme-background);
}
@media (min-width: 576px) {
.resellerContainer {
max-width: 540px;
}
}
@media (min-width: 768px) {
.resellerContainer {
max-width: 720px;
}
}
@media (min-width: 992px) {
.resellerContainer {
max-width: 960px;
}
}
@media (min-width: 1300px) {
.resellerContainer {
max-width: 1170px;
}
}
.resellerContainer–font {
–font-title: 32px;
–font-text: 16px;
–font-cardTitle: 24px;
–font-cardText: 16px;
–font-contentTitle: 17px;
–font-contentSubTitle: 17px;
–font-contentDescription: 14px;
–font-bulletPointItem: 13px;
–font-noticeTitle: 13px;
–font-noticeContent: 12px;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Noto Sans TC”, “Microsoft JhengHei”, “Meiryo UI”, Helvetica, Arial, sans-serif;
}
.resellerCol-4, .resellerCol-3 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 100%;
}
@media (min-width: 576px) {
.resellerCol-4, .resellerCol-3 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 50%;
}
}
.resellerRow {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
@media (min-width: 992px) {
.resellerCol-3 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 25%;
}
}
@media (min-width: 992px) {
.resellerCol-4 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 33.3333333333%;
}
}
.resellerCol-12 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 100%;
}
.resellerBigFeature__content ol li::before, .resellerBigFeature__content ul li::before, .contentBulletPoint__item::before, .msiCard__content ol li::before, .msiCard__content ul li::before {
display: inline;
margin-right: 10px;
}
.msiCard__content ul, .msiCard__content ol, .msiCard__content .text p, .msiCard__content {
margin-top: 15px;
}
.msiCard__imageBox {
position: relative;
overflow: hidden;
}
.msiCard__imageBox::before {
content: “”;
display: block;
padding-top: 50%;
}
@media (min-width: 992px) {
.msiCard__imageBox::before {
display: none;
}
}
.msiCard__imageBox .cardImage {
position: absolute;
top: -50%;
left: 0;
}
@media (min-width: 992px) {
.msiCard__imageBox .cardImage {
position: static;
top: unset;
left: unset;
}
}
.msiCard__content ol {
counter-reset: num;
}
.msiCard__content ol li p {
margin-top: 0;
}
.msiCard__content ol li + li {
margin-top: 10px;
}
.msiCard__content ol li::before {
counter-increment: num;
content: counter(num) “.”;
}
.msiCard__content ul {
counter-reset: dot;
}
.msiCard__content ul li p {
margin-top: 0;
}
.msiCard__content ul li + li {
margin-top: 10px;
}
.msiCard__content ul li::before {
counter-increment: dot;
content: counter(dot, disc);
}
.msiCard__content .title {
color: var(–theme–titleColor);
font-size: var(–font-cardTitle);
font-weight: bold;
line-height: 1.2;
}
.msiCard__content .text {
color: var(–theme-textColor);
font-size: var(–font-cardText);
margin-top: 5px;
}
.resellerKVContent__imageBox {
position: relative;
}
.resellerKVContent__imageBox .msiLogo {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.resellerKVContent__description {
text-align: center;
margin-top: 30px;
}
.resellerKVContent__description .title {
color: var(–theme–titleColor);
font-size: var(–font-title);
font-weight: bold;
}
.resellerKVContent__description .context {
color: var(–theme-textColor);
margin: 4px auto 0;
font-size: var(–font-text);
}
@media (min-width: 992px) {
.resellerKVContent__description .context {
width: 50%;
}
}
.resellerAPlus__content .contentDescription, .resellerAPlus__content .contentSubTitle, .resellerAPlus__content .contentTitle {
margin-bottom: 8px;
}
.resellerAPlusRow {
display: grid;
gap: 15px;
grid-template-columns: 1.2fr 2fr 1fr;
}
.resellerAPlus__content {
padding-right: 50px;
padding-left: 20px;
color: #0f1111;
}
.resellerAPlus__content .contentTitle {
font-size: var(–font-contentTitle);
line-height: 20px;
}
.resellerAPlus__content .contentSubTitle {
font-weight: 400;
font-size: var(–font-contentSubTitle);
line-height: 1.255;
font-style: italic;
color: #565959;
}
.resellerAPlus__content .contentDescription {
font-size: var(–font-contentDescription);
line-height: 20px;
}
.contentBulletPoint {
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f3f3f3;
padding: 14px 25px;
margin-top: 14px;
position: relative;
counter-reset: dot;
}
.contentBulletPoint__item {
font-size: var(–font-bulletPointItem);
line-height: 19px;
}
.contentBulletPoint__item::before {
font-size: 15px;
position: absolute;
left: 10px;
counter-increment: dot;
content: counter(dot, disc);
}
.resellerAPlus__notice {
position: relative;
padding: 0 20px 20px;
}
.resellerAPlus__notice::before {
content: “”;
width: 1px;
background-color: #ddd;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.resellerAPlus__notice .noticeTitle {
font-weight: 700;
font-size: var(–font-noticeTitle);
color: #565959;
line-height: 19px;
}
.resellerAPlus__notice .noticeContent {
font-size: var(–font-noticeContent);
color: #565959;
line-height: 16px;
}
.resellerBigFeature__content .text p, .resellerBigFeature__content ul, .resellerBigFeature__content ol {
margin-top: 15px;
}
.resellerBigFeature__content ol {
counter-reset: num;
}
.resellerBigFeature__content ul {
counter-reset: dot;
}
.resellerBigFeature__content .title {
margin-top: 20px;
color: var(–theme–titleColor);
}
.resellerBigFeature__content .text {
color: var(–theme-textColor);
}
.resellerBigFeature__content ol li::before {
counter-increment: num;
content: counter(num) “.”;
}
.resellerBigFeature__content ul li::before {
counter-increment: dot;
content: counter(dot, disc);
}
.resellerVideo__content {
width: 100%;
}
.resellerOneCard .msiCard__content ul, .resellerOneCard .msiCard__content ol {
margin: 25px auto 0;
text-align: left;
}
@media (min-width: 992px) {
.resellerOneCard .msiCard__content ul, .resellerOneCard .msiCard__content ol {
width: 60%;
}
}
.resellerOneCard .msiCard__content {
text-align: center;
}
@media (min-width: 992px) {
.resellerOneCard .msiCard__content {
width: 80%;
margin: auto;
}
}
.resellerOneCard .msiCard__content .title {
margin-top: 30px;
}
@media (min-width: 992px) {
.resellerOneCard .msiCard__imageBox::before {
content: “”;
display: block;
padding-top: 50%;
}
}
@media (min-width: 992px) {
.resellerOneCard .cardImage {
position: absolute;
top: -50%;
left: 0;
}
}
–>
CYBER-UP!
The next phase of evolution is here: dive into the world of games in cyberpunk style, flex your sci-fi fashion, and outplay your opponent with revolutionary hardware. Incorporating a futuristic mechanized exterior design, the Cyborg 15 A12V is built to be the most ground-breaking, avant-garde gaming laptop.
SEE THROUGH DESIGN
The translucent parts on the keyboard and chassis, allows you to see through parts of the internals. With cybernetic-like trims and language from top to bottom, the Cyborg 15 A12V reimagine what the future entails.
THIN & LIGHT BODY
With a 1.98kg wieght and 21.95mm thinness, Cyborg 15 A12V is perfect for on-the-go gaming. The integration of aluminium material on cover gaurantees a smooth, high-quality feel on first contact and keeps it light.
CYBERPUNK-INSPIRED KEYCAPS
Highlighted neon WASD keys for faster and accurate in-game movements, with Sci-Fi accent space key, arrow keys and power button for added cyberpunk-style touch.
REINVENTING MULTI-CORE ARCHITECTURE
Cyborg 15 A12V equips the latest 12th Gen. Intel® Core™ i7-12650H processor, features with performance and efficiency cores, providing unprecedented boost in multitasking works and heavy games.
HYBRID CORE ARCHITECTURE
30% PERFORMANCE BOOST
INTEL 7 PROCESS
*Performance compared to previous gen i7-11800H. Specs varies by model.
GEFORCE RTX 40 SERIES LAPTOPS BEYOND FAST
NVIDIA® GeForce RTX™ 40 Series Laptop Graphics Processing Units power the world’s fastest laptops for gamers and creators. Built with the ultra-efficient NVIDIA Ada Lovelace architecture, they bring a quantum leap in performance with Artifical Intelligence-powered DLSS 3 and enable lifelike virtual worlds with full ray tracing. Plus, the Max-Quality suite of technologies optimizes system performance, power, battery life, and acoustics for peak efficiency.
SMOOTH, SLEEK MOTIONS
Capture every movement with the sharp and smooth 144Hertz In Plane Switching-Level display.
*Optional. Actual specification may vary by configurations.
NEXT-GEN COOLING FOR NEXT-GEN GAMING
New Computer Processing Units and Graphics Processing Units Shared-Pipe design enables real-time heat dissipation balancing between Computer Processing Units and Graphics Processing Units for improved efficiency. In conjunction with Micro-Star International exclusive thermal grease, ensuring maximum performance under extreme gaming.
Input Output Ports
Display Cable-in
Registerd Jack 45
HDMI™ ( 4K@60 Hertz )
USB 3.2 Gen1 Type-C / Display Port
USB 3.2 Gen1 Type-A multiply 2
Audio Combo jack
Kensington Lock
Specifications
SYSTEM |
Windows 11 Home (Micro-Star International recommends Windows 11 Pro for business.) |
---|---|
SERIES |
Cyborg 15 A12VF |
PROCESSOR |
Intel Core i7-12650H |
DISPLAY |
15.6 inch FHD (1920×1080), 144 Hz 45 % NTSC, IPS-level panel |
GRAPHICS |
NVIDIA® GeForce RTX™ 4060 Laptop GPU 8 GB GDDR6 |
MEMORY |
DDR V 5 8 GB x 2 4800 MHz |
STORAGE |
512 GB NVM PCI-e SSD Gen 4×4 |
WEBCAM |
HD type ( 30fps@720p ) |
KEYBOARD |
Single Backlit Keyboard (Blue) with Copilot Key *Copilot key feature availability varies by market, see [aka.ms/Keysupport] |
COMMUNICATION |
Intel Wi-Fi 6 AX201( 2x 2 ax ) + BlueTooth version 5.2 |
AUDIO |
2x 1 W Speaker |
AUDIO JACK |
1x Mic-in/Headphone-out Combo Jack |
I/O PORTS |
1x Type-C ( USB3.2 Gen1 / DP ) |
BATTERY |
3 Cell, 53.5 W hour |
AC ADAPTER |
120 W adapter |
WEIGHT |
1.98 kg |
DIMENSION (WXDXH) |
359.36 x 250.34 x 21.95~22.9 mm |
ACCESSORY |
MSI Essential Backpack |
COLOR |
Translucent Black |
WARRANTY |
2 Years |