IQA*_*eas 18 windows reinstall
我重新安装 Windows 的工作流程很繁琐。它包括从旧安装中提取密钥到实际安装过程,包括弹出相关的 Windows 安装程序 DVD,等待几分钟加载,选择初始设置,等待它们应用,输入更多设置,等待它应用,进入用户设置,最后等待更多。这还没有结束,Windows 更新必须针对多年来的所有更新运行,重新启动 4 或 5 次直到完成。
重新安装 Windows 是一项全天的任务,需要我在大部分时间“照看”系统。
我无法想象拥有 4 或 5 台机器的电脑维修公司一天能熬过这种烂摊子。“大佬”是怎么做到的?电脑维修公司如何高效地重新安装 Windows?
Jou*_*eek 11
好吧,重新安装工厂会给你一个线索 - 有相当多的背景工作。他们基本上设置了一个无人值守的安装脚本,该脚本将在全新安装时安装软件,进行初始设置等。您还可以使用安装后脚本来运行安装和设置用户首选项。
对于现代版本的 Windows,这将需要使用WAIK 并构建参考安装。您可能还有一个用于安装软件的脚本 - sourceforge 上有一个页面,它是有关各种安装程序开关的极好资源。
但是对我们来说较小的凡人,谁只能做罕见的安装...
组织就是一切。我有一个带有系统密钥的备份文件夹。我有媒体(并直接从 MS 下载我需要的内容)。我使用 rufus 构建启动 USB(USB 安装速度更快)
我倾向于进行全新安装,然后使用wsus 离线更新进行更新- 我为我使用的操作系统维护了一组更新目录,因此我不需要每次都下载这些更新。
尽可能以自动化方式安装软件 - 我喜欢ninite但oneget或chocolaty是更好的选择。这确保我拥有最新版本,并且比手动处理所有内容更容易。
在某些情况下,我有包含我的用户设置副本的文件夹。例如,Hexchat 具有可追溯到几十年前的定制和 3-4 个不同的 xchat 分支,我只是复制这些。
我构建它,制作一个“黄金”映像,并在需要通过恢复该设置重新安装时使用它。与 linux box 不同,我现在确实需要从多个地方提取软件,这会加快速度,即使 ninite 涵盖了我的大部分基础知识。
qas*_*saq 10
虽然我同意其他答案,但我认为他们有点没有抓住重点。该问题专门询问有关重新安装Windows的问题,这是我将在此处解决的问题。我故意忽略安装可选应用程序,因为它们没有在问题中提到并且已经在其他答案中介绍过。
有几种方法可以自动安装 Windows,因此您不必“照看”它。
1. 无人值守应答文件。
这是迄今为止最简单和最简单的方法。它基本上是一个文本文件(好吧,XML),为设置期间提出的所有问题提供预设响应,因此它们是自动输入的。
https://technet.microsoft.com/en-us/library/cc785644(v=ws.10).aspx
(上面的链接提供了它如何工作的基础知识,有各种文章详细介绍了 Windows 7+ 的细节)
2. 预装镜像
Much like Norton Ghost used to do (and various other modern alternatives), all this is an image of a disk with Windows you have already installed on it that gets copied in whole when you want to "Install" a new machine. This is very similar to the "Factory restore" images that manufacturers supply with their machines - only when doing it privately, you have to manually install drivers afterwards if the "source" and "destination" machines differ sufficiently. For the most part, stock drivers and Windows Update are sufficient, especially if combined with a USB stick with a set of drivers for the big vendors - Intel, AMD, nVidia - most of them release unified driver packs these days that cover all recent products anyway.
3. Automated deployment
For larger-scale operations some companies use a centrally-driven auto-deployment system. In essence it's a combination of either 1. or 2. above and a central image repository and network booting infrastructure. This can cut down the entire install process to as little as start PC, press F12, press Y, but is quite a lot of effort to set up (though not entirely prohibitive for a superuser)
Of the above, most don't deal with the issue of installing Windows updates afterwards. As others have suggested, slipstreaming Windows update into your install disk itself is the most widely used method, but this means you do have to update your install disk/image regularly. Alternatively, switch to Windows 10, where Microsoft updates the images regularly, or use one of the slipstreamed "rollup" images you can often get via P2P (note, you can get "untouched" ones that do not have any pirated/cracked software on them, only genuine Microsoft updates, though even those are dubious in their legality)
就其本身而言,它们也不涉及许可,但大多数 Windows 安装将使用无效或试用密钥或根本没有密钥来完成,允许您或用户输入合法的 CD 密钥并在最多几个月后随时激活产品安装它。
当然,如果你是按小时收费,不必照看机器整天可能不是一个坏事情。
脚注:从技术上讲,光明正大的“电脑维修公司”只能使用机器附带的许可证和媒体合法地重新安装 Windows - 即进行工厂恢复 - 或使用个人许可证。使用我的 CD 安装您的机器,但输入您的许可证密钥,在法律上是模棱两可的。没有人会对此做任何事情,但我也不会在工作时间这样做。
小智 2
滑流更新,每次下载它们对我来说太痛苦了。根据您希望安装的计算机数量,您可能需要制作自己的安装介质,其中包含您通常安装在其上的所有软件。
我倾向于使用可启动 USB 驱动器来完成此操作,并且上面有所有内容,仍然需要进行监控,但我可以同时执行任意数量的操作。我没有计时,但我认为 2 小时可以完成使用 adobe pro 和 MS Office 等软件的完整构建,基本构建可能需要一个小时。我只是猜测,我懒得看整个过程。
对于我的大多数大客户,我们设置网络安装,整个过程都是通过脚本运行的。但这些都是相同的构建,不用担心单独许可。
我能想到的最快的方法就是从图像或原始副本进行构建,用软件在一小时内完成完整的构建。我在我正在使用的笔记本电脑上使用了这种方法。
| 归档时间: |
|
| 查看次数: |
2393 次 |
| 最近记录: |