如何从USB运行Windows 8 Developer Preview

Running Windows 8 from a USB should not be confused with installing Windows on a USB drive–in this case, instead of installing it on the drive, we’re just running it straight from the portable drive. Here’s how to do it.

从USB运行Windows 8不应与在USB驱动器上安装Windows混淆–在这种情况下,我们不是直接在便携式驱动器上运行它,而是在驱动器上安装Windows 8。 这是操作方法。

This is actually a new feature in Windows 8 called Windows To Go, but if you have been using the Windows 8 Developer Preview you will know that the binaries were removed for this release. The feature which will use a wizard called the Portable Workspace creator relies on existing Windows Deployment technologies, most notably imagex.exe which is a tool used to manage .WIM files. In order to do this there is a few things we need:

这实际上是Windows 8中称为Windows To Go的一项新功能,但是如果您一直在使用Windows 8 Developer Preview,则会知道该版本的二进制文件已被删除。 该功能将使用一个称为“便携式工作区”创建器的向导,该功能依赖于现有的Windows部署技术,最著名的是imagex.exe,它是用于管理.WIM文件的工具。 为了做到这一点,我们需要做一些事情:

  • A bootable Windows 8 PC (You can also use a Virtual Machine)

    可启动的Windows 8 PC(您也可以使用虚拟机)
  • A USB 3.0 16GB USB (This will work on a USB 2.0 but might appear to be a bit slow)

    USB 3.0 16GB USB(这可以在USB 2.0上使用,但可能看起来有点慢)
  • A Windows 8 ISO File or DVD

    Windows 8 ISO文件或DVD
  • An active internet connection (To download the WAIK)

    活跃的互联网连接(下载WAIK)

So grab those few things and a hot cup of coffee and lets get started, at this point you should have your Windows 8 PC booted up and your USB connected.

因此,抓住这些东西和一杯热咖啡,开始吧,这时,您应该启动Windows 8 PC并连接USB。

威克 (WAIK)

As mentioned are going to have to obtain a copy of imagex.exe, luckily for us it is distributed as part of the WAIK (Windows Automated Installation Kit) which can be downloaded from the Microsoft website.

如前所述,必须获得imagex.exe的副本,幸运的是,它作为WAIK(Windows自动安装工具包)的一部分分发,可以从Microsoft网站下载该文件。

Note: The download is just under 1.7GB so if you have a slow internet line you might be waiting for a while.

注意:下载空间不到1.7GB,因此,如果您的互联网线路速度较慢,则可能需要等待一段时间。

Once the download has completed this will need to be installed on your Windows 8 PC, the install is just of the next, next, finish type and doesn’t require any thinking.

下载完成后,需要将其安装在Windows 8 PC上,该安装仅是下一,下一,完成类型,不需要任何考虑。

sshot-9

sshot-3

Once the WAIK has finished installing if you are running a 32-Bit version of the Developer Preview navigate to C:\Program Files\Windows AIK\Tools\x86 and send imagex.exe to the root of drive C:\

如果您正在运行32位版本的Developer Preview,则在WAIK完成安装后,导航至C:\ Program Files \ Windows AIK \ Tools \ x86并将imagex.exe发送到驱动器C:\的根目录

If you are running a 64-Bit installation you need to navigate to C:\Program Files\Windows AIK\Tools\amd64 and send imagex.exe it to the root of the C:\ drive.

如果运行的是64位安装,则需要导航到C:\ Program Files \ Windows AIK \ Tools \ amd64并将imagex.exe发送到C:\驱动器的根目录。

sshot-5

创建USB (Creating The USB)

At this point you need to either insert the Windows 8 DVD or mount the Windows 8 ISO file, by right clicking on it and choosing Mount. Switch to the Windows 8 Start screen then type CMD and press Ctrl + Shift + Enter to run a Command Prompt with administrative rights.

此时,您需要插入Windows 8 DVD或挂载Windows 8 ISO文件,方法是右键单击它并选择“挂载”。 切换到Windows 8“开始”屏幕,然后键入CMD,然后按Ctrl + Shift + Enter运行具有管理权限的命令提示符。

sshot-7

Now type the following commands into the command Window:

现在,在命令窗口中键入以下命令:

Diskpart List Disk

磁盘部分列表磁盘

sshot-4

Then run the following commands

然后运行以下命令

Select Disk 2 (Replace Disk 2 with whatever number you USB Disk is, seen above) Clean Create Partition Primary Select Partition 1 Active Format FS=NTFS Quick Assign Exit

选择磁盘2 (用您的USB磁盘号替换磁盘2,如上所示)清洁创建分区主分区选择分区1活动格式FS = NTFS快速分配退出

sshot-1

Type Exit to leave Diskpart, but keep the command Window open.

键入Exit退出Diskpart,但保持命令窗口打开。

sshot-1

Now type the following command

现在键入以下命令

C:\imagex.exe /apply D:\sources\install.wim 1 H:\

C:\ imagex.exe / apply D:\ sources \ install.wim 1 H:\

Note: Substitute the D:\ for the drive letter that your Windows 8 DVD is in and the H:\ for the drive letter of your USB.

注意:将D:\替换为Windows 8 DVD所在的驱动器号,并将H:\替换为USB的驱动器号。

sshot-4

Now drink what is left of your coffee as you wait Windows to expand the WIM file onto your USB. Once its done, a success message will be displayed. The only thing left to do is to copy the files needed to make the USB bootable to the flash drive. To do this run the following command.

现在,当您等待Windows将WIM文件扩展到USB上时,请喝咖啡中剩下的东西。 完成后,将显示成功消息。 剩下要做的唯一一件事就是将使USB可启动的文件复制到闪存驱动器。 为此,请运行以下命令。

bcdboot.exe H:\windows /s H: /f ALL

bcdboot.exe H:\ windows / s H:/ f全部

sshot-6

That’s all there is to it, now you have a fully functioning installation of Windows 8 Developer Preview running from your USB. The first time you boot from the USB, Windows will install all the drivers you need for the PC you booted on.

这就是全部,现在您已经可以通过USB运行功能完整的Windows 8 Developer Preview安装。 第一次从USB启动时,Windows将安装启动PC所需的所有驱动程序。

Note: Just as a side note the final version of the Portable Workspace creator will let you clone your entire Windows machine (Programs, Customizations, Settings) to a flash drive, using the above method you will have a clean installation of Windows 8 running from a USB, your programs will NOT be transferred as we are applying the stock Windows 8 Developer Preview WIM to a flash drive, rather than cloning your existing installation.

注意:顺便说一句,Portable Workspace Creator的最终版本将使您可以将整个Windows计算机(程序,自定义设置,设置)克隆到闪存驱动器,使用上述方法,您将全新安装Windows 8, USB,您的程序将不会被传输,因为我们将库存的Windows 8 Developer Preview WIM应用于闪存驱动器,而不是克隆现有安装。

Thanks to Windows8Italia for pointing this out.

感谢Windows8Italia指出这一点。

翻译自: https://www.howtogeek.com/98296/how-to-run-windows-8-developer-preview-from-a-usb/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279101.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

PAT-乙级-1042 字符统计

请编写程序,找出一段给定文字中出现最频繁的那个英文字母。 输入格式: 输入在一行中给出一个长度不超过 1000 的字符串。字符串由 ASCII 码表中任意可见字符及空格组成,至少包含 1 个英文字母,以回车结束(回车不算在内…

acm教程 java版_[转]ACM之java速成

这里指的java速成,只限于java语法,包括输入输出,运算处理,字符串和高精度的处理,进制之间的转换等,能解决OJ上的一些高精度题目。1. 输入:格式为:Scanner cin new Scanner(newBuffe…

配置SSH非管理员用户登录

以root身份登进系统后,增加一个非root帐户,名称为:systemadmin,密码按您的需求设置一个即可。接下来我们要禁止root直接登陆。 [rootmail ~]# useradd systemadmin [rootmail ~]# passwd systemadmin [rootmail ~]# vim /etc/ssh/sshd_conf…

火狐查cookie_Firefox 65默认会阻止跟踪Cookie

火狐查cookieMozilla today released Firefox 63, which includes an experimental option to block third-party tracking cookies, protecting against cross-site tracking. You can test this out today, but Mozilla wants to enable it for everyone by default in Firef…

chromebook刷机_如何将iTunes音乐移至Chromebook

chromebook刷机If you switch between platforms a lot, you know it’s a hassle to move your stuff around. Fortunately, music files don’t have any sort of DRM tying them to a specific platform the way that movies do, so you can copy and paste your library ar…

机房管理系列之杀毒服务器维护

对于企业安全管理方面,“防患于未然”,事前的预防远远大于事故处理,在企业内部保障机房服务器安全运行尤为重要,如何确保企业的安全?我们接下来讲的就是对Symantec杀毒服务器的管理。首先是扫描策略的应用。什么时间升…

php v9 上传_phpcms v9 表单添加文件上传字段

phpcms v9 表单添加文件上传字段1.打开目录 ./phpcms/modules/content/fields/ ;把 文件夹downfile,拷贝到目录./phpcms/modules/formguide/fields/里面。2.打开文件 ./phpcms/modules/formguide/fields/fields.inc.php ,在数组$fields添加值 ‘downfile’>’文件…

nowcoder OI 周赛 最后的晚餐(dinner) 解题报告

最后的晚餐(dinner) 链接: https://www.nowcoder.com/acm/contest/219/B 来源:牛客网 题目描述 \(\tt{**YZ}\)(已被和谐)的食堂实在是太挤辣!所以\(\tt{Apojacsleam}\)现在想邀请他的一些好友去…

阿里巴巴Java开发手册终极版

2019独角兽企业重金招聘Python工程师标准>>> 一、编程规约: (一)命名风格 1. 【强制】 代码中的命名均不能以下划线或美元符号开始,也不能以下划线或美元符号结束。 反例: _name / __name / $Object / name_ / name$ / Object$ 2.…

ios6.1.6可用微信_这是iOS 12.1的新增功能,今天可用

ios6.1.6可用微信While iOS 12 is still fairly fresh, the first point release will be rolling out starting today. This brings a handful of new features, like Group Facetime, dual SIM support, camera improvements, new emoji, and more. 尽管iOS 12仍然相当新鲜&a…

Hadoop实战项目之网站数据点击流分析(转载分析)

本文转载于csdn博主‘一直不懂’ 一,项目业务背景 https://blog.csdn.net/shenchaohao12321/article/details/82958936 二,整体技术流程及架构 https://blog.csdn.net/shenchaohao12321/article/details/82959255 三,数据采集 https://blog.c…

php rewrite url_PHP实现url重写和.htaccess

.htaccess是一个完整的文件名(只有后缀),它是用于Apache服务器下的配置文件,当.htaccess文件放在某一文件夹下,它仅对该文件夹下的文件和文件夹有效。通过.htaccess文件,可以配置服务器实现很多功能,比如错误定位&…

esp32 cam工作电流_我如何在家工作:Cam的生产力之痛

esp32 cam工作电流Telecommuting is becoming more and more common these days, with many tech writers (myself included) working from home on a full-time basis. I get asked about how I work fairly often, so here’s the skinny. 如今,远程办公变得越来越…

PL/SQL Developer结合oracle精简客户端配置说明

oracle 11g精简版客户端配置 ORACLE 一般情况下都会部署在服务器上,而在客户端上需使用PL/SQL Developer 等连接工具连接服务器上的 ORACLE 。 而此时往往需要在客户端上也安装上百兆的 ORACLE 然后通过 ORACLE 的网络配置向导来配置完成 PL/SQL Developer 的支持。…

NUMPY数据集练习 ----------SKLEARN类

123456<br><br># 1. 安装scipy&#xff0c;numpy&#xff0c;sklearn包import numpyfrom sklearn.datasets import load_iris# 2. 从sklearn包自带的数据集中读出鸢尾花数据集dataprint(data.data)123# 3.查看data类型&#xff0c;包含哪些数据data load_iris()pr…

java 伪异步 netty,大话netty系列之--伪异步BIO

生意规模扩大话说&#xff0c;老王和大明的生意越来越好&#xff0c;这就需要两个人增强业务往来&#xff0c;由于天南地北&#xff0c;两个人只能每次运输都需要雇一个人去运货(new 一个线程)&#xff0c;一个月下来&#xff0c;两人一算&#xff0c;人力成本太大了&#xff0…

如何使用Windows搜索在任何文件中搜索文本

Many of us rely on Windows Search to find files and launch programs, but searching for text within files is limited to specific file types by default. Here’s how you can expand your search to include other text-based files. 我们中的许多人都依赖Windows搜索…

php算法求出兔子数列,PHP算法:斐波那契数列的N种算法

前言前段时间&#xff0c;遇到优化计算斐波那契数列的常规递归方法&#xff0c;但是一时间并没有及时想到很好的方法&#xff0c;所以后面查找了相关资料&#xff0c;总结了多种计算解法&#xff0c;所以分享出来&#xff0c;和大家一起交流学习。斐波那契数是什么斐波那契数列…

.net core MongoDB 初试

是这样的&#xff0c;我们有一个场景&#xff0c;另一个服务器是写到MongoDB里面&#xff0c;我们的MVC页面要展示&#xff0c;需要分页展示 自己写了一个DAL public class MongoConnect{public string ConnectString { get; set; }}public class MongoBaseDAL<TEntity>{…

Linux文件和目录权限:chmod、更改所有者和所属组:chown,umask命令,隐藏权限:lsattr/chattr...

文件和目录权限chmod&#xff1a; 我们使用ls -l可以看到文件的详细信息&#xff0c;也知道第一列的第一个符号(字母)表示文件的类型&#xff0c;在表示文件的类型符号的后面的九个符号则表示的是文件的权限&#xff0c;这些权限和文件的所有者和所属组都有关系&#xff1a; 文…