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 DVDWindows 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上,该安装仅是下一,下一,完成类型,不需要任何考虑。

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:\驱动器的根目录。

创建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运行具有管理权限的命令提示符。

Now type the following commands into the command Window:

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

Diskpart List Disk

磁盘部分列表磁盘

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快速分配退出

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

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

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的驱动器号。

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全部

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/

如何从USB运行Windows 8 Developer Preview相关推荐

  1. 【转载】[Windows 8]Hello Windows 8 - Windows 8 Developer Preview搶先預覽

    [Windows 8]Hello Windows 8 - Windows 8 Developer Preview搶先預覽 隨著微軟Build Windows 2011大會的結束,微軟送給了大家一個超級 ...

  2. vhd虚拟硬盘作用_如何从VHD(虚拟硬盘)引导和安装Windows 8 Consumer Preview的指南

    vhd虚拟硬盘作用 So Windows 8 Consumer Preview is out today. You probably read the Windows 8 Consumer Previ ...

  3. 教程用手机运行Windows的迷你手机显示器变成电脑的副屏第二块显示器支持USB触摸

    [教程]用手机运行Windows的迷你手机显示器变成电脑的副屏第二块显示器 1.首先是演示视频  手机运行Windows的迷你手机显示器变成电脑的副屏第二块显示器支持USB触摸 废旧小米红米Note手 ...

  4. Android M Developer Preview - API Preview(一)

    API Overview The M Developer Preview gives you an advance look at the upcoming release for the Andro ...

  5. Mozilla Labs Apps Developer Preview发布了

    本文来源于我在InfoQ中文站翻译的文章,原文地址是:http://www.infoq.com/cn/news/2012/01/mozilla-labs-apps-dev-preview 近日,Moz ...

  6. Windows 10 Technical Preview 安装体验及变化

    Windows 10 Technical  Preview  安装及最新变化 2014.10.1零晨,微软官方发布了windows 10技术预览版,下载体验一番,与大家分享一下使用心得. Window ...

  7. 如何让老Mac机支持USB安装Windows

    一些老Mac机的用户想装Windows,却发现自己的系统上的Boot Camp Assistant(以下简称BCA)没有USB安装Windows的选项. 下面以我的MacBook Pro (13-in ...

  8. Google 推出 Android 11 的 Developer Preview 3 版本

    作者 | Emil Protalinski 译者 | 刘畅,责编 | 伍杏玲 出品 | CSDN(ID:CSDNnews) 以下为译文: 谷歌今天发布了第三款Android 11开发人员预览版,其中主 ...

  9. 使用wine在mac系统上运行windows程序

    最近想用Clickteam Fusion Developer游戏引擎作作小游戏,这个引擎开发动作类2D游戏简单方便,只有一个问题,就是这个游戏引擎的开发环境只支持windows系统.而我只有一台苹果的 ...

最新文章

  1. 重新认识 Delphi
  2. lucene api
  3. STM32位带操作实现过程解析
  4. WebRequestDataBinder实现将请求参数映射为POJO对象
  5. 为什么现在还有很多人喜欢在银行存定期?
  6. Python并发编程之多进程(实战)
  7. tippy.js悬浮提示工具插件
  8. 一位36岁被裁高管给你提个醒:在职场,这件事越早做越好
  9. PowerDesigner如何自定义报表模板
  10. win7更新服务器证书,ie浏览器网站安全证书更新方法介绍
  11. 2019年7月中国编程语言排行榜,Julia工资近四万
  12. WPF编程宝典--控件
  13. 等比缩放公式_iPhone屏幕适配,等比缩放
  14. 如何查看一个IP地址是哪里的
  15. 这些Android手机现在支持Fortnite(不仅仅是Samsung!)
  16. HTML5开发系列(4) 之 样式表的三种类型
  17. 概率论 —— 相关分布以及期望方差的求法汇总
  18. 放弃使用禁用驱动强制签名了,建议申请驱动签名证书
  19. el-table 固定表头,固定列,动态高度,最简单的办法
  20. 2015 年最受欢迎的 7 个系统监控工具

热门文章

  1. 数据库连接串MSSQL、Oracle、Access
  2. 别去取悦,心里没你的人
  3. python一般学多久可以考试_为何Python适合初学者 一般Python要学习多久
  4. inur new.php id,Cmsez(随易)全站系统注入0day
  5. 设计 色彩 构图 创意_我们可以从时尚的创意方向中学到色彩
  6. win2008R2管理员密码修改文档
  7. 鸡蛋学运维-2:Rsync同步配置步骤
  8. 黑客窃取思科、IBM与甲骨文认证管理系统内的敏感数据
  9. 《VMware Virtual SAN权威指南(原书第2版)》一1.5 什么是Virtual SAN
  10. Tomcat7/8开启WebDAV的支持