Files
My-Blog/public/windows-1-install/index.html
2025-07-13 20:30:53 +08:00

365 lines
19 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Dich&#x27;blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/blue.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/background_dark.css">
<link rel="stylesheet" href="https://blog.dich.bid/font-hack-subset.css">
<meta name="description" content="">
<meta property="og:description" content="">
<meta property="og:title" content="Dich'blog">
<meta property="og:type" content="article">
<meta property="og:url" content="https://blog.dich.bid/windows-1-install/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="">
<meta name="twitter:title" content="Dich'blog">
<meta property="twitter:domain" content="blog.dich.bid">
<meta property="twitter:url" content="https://blog.dich.bid/windows-1-install/">
<link rel="alternate" type="application/atom+xml" title="Dich&#x27;blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
<link rel="icon" type="image/png" href=&#x2F;dich.webp />
<!-- ✅ Added center alignment styles -->
<style>
.footer {
text-align: center;
padding: 1rem 0;
}
.footer__inner {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.copyright {
text-align: center;
}
</style>
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://blog.dich.bid" style="text-decoration: none;">
<div class="logo">
Dich&#x27;blog
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
<li><a href="https://blog.dich.bid/archive">archive</a></li>
<li><a href="https://blog.dich.bid/tags">tags</a></li>
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
<li><a href="https://blog.dich.bid/search">search</a></li>
<li><a href="https://blog.dich.bid/about">about me</a></li>
<li><a href="https://blog.dich.bid/links">links</a></li>
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title"><a href="https://blog.dich.bid/windows-1-install/">Windows系列(1):系统安装与设置</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2024-05-24
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://blog.dich.bid/tags/windows/">#Windows</a></span>
<div class="post-content">
<p>前言 由于厂商默认安装windows家庭版导致各种问题频发,这里对 widnows 安装做一个总结以及附上我个人的windows配置。</p>
<span id="continue-reading"></span><h2 id="zong-gang">总纲</h2>
<p>安装Windows有两种情况:1.在一台全新的电脑上安装2.想为现有的系统更换版本。本文主要介绍这两种情况。如果只想对现有的系统进行优化,推荐看下一篇的<code>"Windows系列(2):常用操作与配置"</code>.</p>
<p><strong>全新安装</strong></p>
<ul>
<li>获得一个Windows的ISO镜像</li>
<li>制作外部启动盘;</li>
<li>做好环境准备,备份数据;</li>
<li>引导外部启动盘安装系统;</li>
<li>激活系统;</li>
<li>进行安装后设置与优化;</li>
</ul>
<p><strong>为现有系统更换版本</strong></p>
<ul>
<li>做好环境准备,备份数据;</li>
<li>方法一获得ISO镜像并选择从<code>本地升级</code><code>外部升级</code></li>
<li>方法二:在设置中填写预安装密钥并切换系统;</li>
<li>激活系统;</li>
<li>进行安装后设置与优化;</li>
</ul>
<p><strong>PS:</strong></p>
<blockquote>
<p><code>本地升级</code>:即为不需要外部启动盘,不动你的任何东西的无损安装;但需要一些前提条件;</p>
</blockquote>
<blockquote>
<p><code>外部升级</code>即为外部启动盘安装系统可以格式化全盘全新安装也可以保留数据安装会将你的的数据放在C盘的<code>windows.old</code>文件夹。</p>
</blockquote>
<blockquote>
<p>数据安全不管是本地还是外部升级除非你格式化全盘重新安装否则安装只会动C盘其他分区的数据(如D盘等)不会触碰,可放心;</p>
</blockquote>
<h2 id="huo-qu-isojing-xiang">获取ISO镜像</h2>
<p>不管你是哪一种情况都推荐你先下载ISO镜像因为ISO镜像方法是最通用,最常用的。</p>
<blockquote>
<p>官方镜像:从<a href="https://www.microsoft.com/en-us/software-download/windows11">微软官网</a>下载镜像或<a href="https://massgrave.dev/genuine-installation-media">MAS镜像站</a>下载。</p>
</blockquote>
<blockquote>
<p>Dichos镜像是笔者个人制作的镜像参考<a href="https://blog.dich.bid/windows-4-auto/">乱七八糟:Windows封装与全自动安装</a></p>
</blockquote>
<p><strong>PS:</strong></p>
<blockquote>
<p>镜像大小从1G~8G左右不等因为有的不知道哪来的镜像里面版本不全我们要下载的是包括所有主流版本的ISO即为里面包括家庭版教育版专业版等等。如果你从其他地方下载ISO镜像里面可能会捆绑流氓软件甚至有病毒。</p>
</blockquote>
<blockquote>
<p>我们要使用的是<code>23H2专业工作站版本</code>性能最强功能最全面适合日常使用和开发笔记本自带的往往是24H2家庭中文版bug多功能少不建议使用。</p>
</blockquote>
<blockquote>
<p>以上说的是功能版本,还有大版本的区别,目前暂时用不上,详细可以看本系列第三篇<code>Windows系列(3):分类与激活</code>.</p>
</blockquote>
<h2 id="zhi-zuo-qi-dong-pan">制作启动盘</h2>
<p>在远古年代你可能看过电脑城老板使用Ghost安装系统近一点的使用诸如“大白菜”“老毛桃”以及各种PE安装系统这是比较旧式的方法。</p>
<p>本文推荐使用Ventoy启动盘+windows镜像的方法安装Windows好处在于</p>
<ul>
<li>Ventoy开源</li>
<li>不必每次安装都格式化U盘比如刷了某某PE整个盘就不能放数据刷其他系统前需要格式化</li>
<li>兼容性好可以放各种ISO到里面并直接启动包括Windows/Linux等等</li>
<li>其他详见<a href="https://blog.dich.bid/about-ventoy/">乱七八糟:Ventoy战斗盘部署</a></li>
</ul>
<h3 id="zhi-zuo-liu-cheng">制作流程</h3>
<ul>
<li>首先<code>在官网下载</code><a href="https://www.ventoy.net/cn/download.html">Ventoy</a></li>
<li>随后在<code>language</code>中改为中文显示,可以看到左上角有<code>配置选项</code></li>
<li>将分区类型设置为<code>GPT</code>,开启安全启动支持;</li>
<li><code>分区格式</code>设置为NTFS</li>
<li>随后在<code>分区设置</code>中进行分区,选择在<code>磁盘后保留一段空间</code>,这里的空间将不被分区,即为空闲空间,可以稍后建立分区当作普通的文件存储盘;</li>
<li>Ventoy分区则会使用<code>U盘总容量-保留空间-ventoy保留分区</code>的空间新建一个盘,这里可以放<code>ISO、WIM、IMG、VHD(x)、EFI</code>等等</li>
<li>随后<code>选择磁盘</code>并开始安装,过一会儿即可安装完成。</li>
<li>安装完成后可以看到一个新分区把我们的ISO镜像放在里面即可。</li>
<li>随后下载<a href="https://github.com/VirtualHotBar/HotPEToolBox">HotPE</a>,也放在里面。</li>
</ul>
<h2 id="huan-jing-zhun-bei-shu-ju-bei-fen">环境准备&amp;数据备份</h2>
<p>不管你使用哪种方法都建议做好这一步骤:</p>
<ul>
<li>关闭Bitlocker(防止磁盘访问受阻)</li>
<li>关闭安全启动;(防止本地升级失败)</li>
<li>关闭Intel VMD(如果有)(防止磁盘识别不到)</li>
<li>确保C盘有足够的空间(9GB+);</li>
<li>备份好数据以防万一,以及如果原厂系统有驱动安装包也备份起来。</li>
</ul>
<p><code>关闭Bitclocker</code>:打开设置,进入隐私与安全→ 设备加密,将其状态切换为关闭。系统会弹窗提示确认,点击关闭,系统将开始解密。解密过程中需要比较久的时间,解密完成后即可成功。</p>
<p><code>关闭安全启动和Intel VMD</code>:查找你的笔记本的BIOS 进入键一般为F2在开机的时候一直按按按BIOS 进入键,即可进入BIOS/UEFI。在其中查找安全启动(Secure Boot)和Intel VMD(如果有)并将它们关闭(disable),随后按保存退出键(一般为F10或F12)。</p>
<p><code>确保C盘有足够的空间</code>:重新进入BIOS在其中的引导选项中选择USB设备(你的启动盘的设备名)将其调到第一个然后保存退出重新启动这时候就会进入Ventoy的界面可以看到我们放进去的两个ISO我们直接选择HotPE进入并使用里面的Diskgenius把其他盘的空间分给C盘一点点使其有至少9GB可以使用。</p>
<h2 id="an-zhuang-xi-tong">安装系统</h2>
<ul>
<li>全新安装进入BIOS选择Ventoy启动并选择Windows的ISO镜像一路安装过去</li>
<li>更换版本外部升级同上记得选择保留当前数据会保留C盘旧数据到Windows.old文件夹</li>
<li>更换版本本地升级不用进BIOS直接在文件管理器中打开ISO镜像并点击setup.exe,同样选择保留数据;</li>
<li>更换版本预安装密钥:获得一个专业工作站版本的预安装密钥并在设置里面切换密钥,直接升级系统;</li>
</ul>
<p><strong>PS:</strong></p>
<blockquote>
<p>无论你用什么方法都建议先备份好数据!!!</p>
</blockquote>
<blockquote>
<p>无损升级是有前提条件的!!!除了前面说的环境准备还需要ISO镜像比原来的系统更新比如23H2的镜像往往就不能无损更新24H2的系统只能选择外部升级</p>
</blockquote>
<blockquote>
<p>如果你选择预安装密钥的方法往往比较容易无损升级但这样就不能使用Dichos的优化需要手动优化。</p>
</blockquote>
<h2 id="ji-huo-xi-tong">激活系统</h2>
<p>如果你没有购买正版Windows上文安装的系统可以使用<a href="https://github.com/massgravel/Microsoft-Activation-Scripts">MAS脚本</a>或者<a href="https://github.com/zbezj/HEU_KMS_Activator">HEU_KMS工具</a>来激活.</p>
<h2 id="an-zhuang-hou-you-hua">安装后优化</h2>
<blockquote>
<p>如果你使用Dichos,可以直接跳到<strong>三.驱动级</strong>开始.</p>
</blockquote>
<h4 id="yi-she-bei-ji"><strong>一.设备级:</strong></h4>
<ul>
<li>关闭 BIOS 安全启动,快速启动</li>
<li>解锁 BitLocker</li>
<li>删除 OEM 分区,恢复简洁的设备分区</li>
</ul>
<h4 id="er-xi-tong-ji"><strong>二.系统级:</strong></h4>
<ul>
<li>家庭版升级为专业工作站版</li>
<li>将用户名改为非中文</li>
<li>退出云端账号,杀死家庭组策略</li>
<li>激活 Windows 与 MS office</li>
<li>停止自动更新并恢复单级菜单</li>
</ul>
<h4 id="san-qu-dong-ji"><strong>三.驱动级:</strong></h4>
<p>驱动的安装没有集成在Dichos中而是作为手动安装的一部分避免出错。如自带系统有驱动包先进系统拿出然后再安装新系统一般来说包括:</p>
<ul>
<li>主板驱动和CPU驱动</li>
<li>显卡驱动(独显/核显);</li>
<li>Wifi网卡驱动和蓝牙驱动</li>
<li>声卡驱动;</li>
<li>硬盘驱动(较少见);</li>
<li>Fn快捷键驱动厂商自带</li>
<li>笔记本自带的其他某某中心/管家(不建议使用)</li>
</ul>
<p>而根据来源,又可以分为<code>公版/通用驱动</code><code>笔记本厂商特调/专用驱动</code>,一般而言装公版驱动即可,保持通用性;如果你是重度游戏玩家则可以考虑特调驱动。</p>
<p><strong>常用驱动下载网站</strong></p>
<table><thead><tr><th>分类</th><th>名称</th><th>下载</th></tr></thead><tbody>
<tr><td>综合</td><td>驱动天空</td><td><a href="https://www.drvsky.com/">链接</a></td></tr>
<tr><td>厂商</td><td>吾空</td><td><a href="http://www.wooking.com.cn/drives">链接</a></td></tr>
<tr><td>厂商</td><td>华硕</td><td><a href="https://www.asus.com.cn/support/download-center/">链接</a></td></tr>
<tr><td>厂商</td><td>联想</td><td><a href="https://newsupport.lenovo.com.cn/driveDownloads_index.html">链接</a></td></tr>
<tr><td>三大件</td><td>AMD</td><td><a href="https://www.amd.com/en/support/download/drivers.html">链接</a></td></tr>
<tr><td>三大件</td><td>Intel</td><td><a href="https://www.intel.cn/content/www/cn/zh/support/detect.html">链接</a></td></tr>
<tr><td>三大件</td><td>NVIDIA</td><td><a href="https://www.nvidia.cn/geforce/drivers/">链接</a></td></tr>
</tbody></table>
<h4 id="si-ruan-jian-ji"><strong>四.软件级:</strong></h4>
<ul>
<li>删除自带牛马以及不必要的管家类软件.</li>
</ul>
<p><code>使用开源软件!</code></p>
<ul>
<li><strong>AI</strong>: <a href="https://github.com/nomic-ai/gpt4all">GPT4All</a></li>
<li><strong>截图</strong>: <a href="https://github.com/ShareX/ShareX">ShareX</a></li>
<li><strong>绘画</strong>: <a href="https://github.com/KDE/krita">Krita</a></li>
<li><strong>办公</strong>: <a href="https://github.com/YerongAI/Office-Tool">Microsoft Office</a></li>
<li><strong>PDF</strong>: <a href="https://github.com/Stirling-Tools/Stirling-PDF">Stirling-PDF</a></li>
<li><strong>游戏</strong>: <a href="https://store.steampowered.com/">Steam</a></li>
<li><strong>抓包</strong>: <a href="https://www.wireshark.org/download.html">Wireshark</a></li>
<li><strong>启动器</strong>: <a href="https://github.com/Flow-Launcher/Flow.Launcher">Flow.Launcher</a></li>
<li><strong>输入法</strong>: <a href="https://rime.im/download/">Rime</a></li>
<li><strong>浏览器</strong>: <a href="https://github.com/Floorp-Projects/Floorp">Floorp</a> / <a href="https://www.google.com/chrome/">Chrome</a></li>
<li><strong>编辑器</strong>: <a href="https://github.com/VSCodium/vscodium">VSCodium</a></li>
<li><strong>虚拟机</strong>: HyperV</li>
<li><strong>科学上网</strong>: <a href="https://github.com/GUI-for-Cores/GUI.for.SingBox">GFS</a></li>
<li><strong>书籍阅读</strong>: <a href="https://github.com/readest/readest">Readest</a></li>
<li><strong>内网互传</strong>: <a href="https://github.com/localsend/localsend">LocalSend</a></li>
<li><strong>文件同步</strong>: <a href="https://github.com/syncthing/syncthing">Syncthing</a></li>
<li><strong>屏幕录制</strong>: <a href="https://github.com/obsproject/obs-studio">OBS Studio</a></li>
<li><strong>手机投屏</strong>: <a href="https://github.com/barry-ran/QtScrcpy">QtScrcpy</a></li>
<li><strong>包管理</strong>: <a href="https://github.com/marticliment/UniGetUI">UniGetUI</a></li>
<li><strong>软件卸载</strong>: <a href="https://geekuninstaller.com/download">Geek Uninstaller</a></li>
<li><strong>显示器亮度</strong>: <a href="https://github.com/xanderfrangos/twinkle-tray">Twinkle Tray</a></li>
<li><strong>系统工具</strong>: <a href="https://github.com/Chuyu-Team/Dism-Multi-language">Dism++</a> / <a href="https://www.ntlite.com/">NTLite</a></li>
<li><strong>综合工具</strong>: <a href="https://www.tbtool.cn/">图吧工具箱</a></li>
<li><strong>文件搜索</strong>: <a href="https://www.voidtools.com/zh-cn/">Everything</a></li>
<li><strong>磁盘工具</strong>: <a href="https://www.diskgenius.cn/">DiskGenius</a></li>
<li><strong>密码管理器</strong>: <a href="https://github.com/keepassxreboot/keepassxc">KeePassXC</a></li>
<li><strong>终端/SSH</strong>: <a href="https://github.com/electerm/electerm">Electerm</a></li>
</ul>
<blockquote>
<p>Rime输入法在Windows端叫小狼毫输入方案用的是<a href="https://github.com/iDvel/rime-ice?tab=readme-ov-file">雾凇拼音</a> ,在<code>获取更多输入方案</code>中命令行输入<code>iDvel/rime-ice:others/recipes/full</code>安装。</p>
</blockquote>
<h4 id="wu-she-zhi-ji"><strong>五.设置级</strong></h4>
<ul>
<li>设置简洁高效的浏览器</li>
<li>优化桌面布局与任务栏布局</li>
<li>关闭不必要的开机自启软件</li>
<li>关闭 Windows Defender 等烦人的通知</li>
</ul>
<h4 id="liu-ce-shi-ji-ke-xuan"><strong>六.测试级(可选)</strong></h4>
<ul>
<li>查看PC型号与配置是否相同</li>
<li>测试GPU/CPU/硬盘速率与使用时间</li>
<li>屏幕坏点/喇叭/蓝牙检测</li>
<li>网络测速</li>
</ul>
<hr />
<p><strong>Done.</strong></p>
</div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Thanks for reading! Read other posts?</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://blog.dich.bid/about-shortcut-key/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">乱七八糟:常用实用快捷键</span>
</a>
</span>
<span class="button next">
<a href="https://blog.dich.bid/windows-2-set/">
<span class="button__text">Windows系列(2):常用操作与配置</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2025
Dichgrem</span>
<span class="copyright-theme">
<span class="copyright-theme-sep"> :: CC BY-SA 4.0 :: A friend comes from distant lands</span>
</a>
</span>
</div>
</div>
</footer>
</div>
</body>
</html>