如何从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,一经查实,立即删除!

相关文章

火狐查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…

阿里巴巴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…

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. 如今,远程办公变得越来越…

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;和大家一起交流学习。斐波那契数是什么斐波那契数列…

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

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

【技术累积】【点】【java】【27】@JSONField

JSONField 该注解隶属于阿里fastjson&#xff0c;方便fastjson处理对象时的一些操作 源码 Retention(RetentionPolicy.RUNTIME) Target({ ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER }) public interface JSONField {/*** config encode/decode ordinal* s…

感谢支持,超预期重印并加码

今天&#xff0c;要向广大读者朋友带来一个&#xff0c;连我自己和出版社都感到十分意外的好消息&#xff0c;几天前接到出版社的通知&#xff0c;说今年元月出版的《Cisco/H3C交换机配置与管理完全手册》&#xff08;第二版&#xff09;马上就要下单重印了&#xff0c;而且一下…

如何从手机远程控制uTorrent

You’re a geek on the go and it’s important to keep tabs on your torrents when you’re away from home. Today we take a peak at how you can monitor, manage, and even start your torrent downloads when you’re away from your computer. 您是旅途中的怪胎&#x…

php获取一个文件名的函数,PHP 文件系统函数之获取文件名及文件名后缀-php文件...

获取文件名(包含扩展):1.用PHP 文件函数 basename获取例&#xff1a;$filename "/home/httpd/html/index.php";$file basename($filename);2.先获取位置再获取文件名例:$filename "/home/httpd/html/index.php";$pos strrpos($filename, /);if ($pos …

tasker使用手册_如何开始使用Tasker调整Android手机

tasker使用手册Tasker is a powerful app for Android that lets you customize how your phone works and automate tasks. Unfortunately, it’s got a bit of a learning curve. We’re here to show you how to get started and turn your phone into a flashlight in the …

iPhone 软件:xlate free 编码的好帮手!

功能菜单&#xff1a; 1 文本 2 二进制 3 Char 值 4 Base64 5 反向 如果需要把一段中文编码请选择UTF16&#xff0c;如果是英文就选择UTF8。对于需要经常使用编码切换的朋友是个好帮手。 也可以用来简单加密&#xff1a;我们先在文本状态下输入一段不想让别人知道或需要保密的文…

如何提取幻灯片表格_如何查看对Google文档,表格或幻灯片文件的最新更改

如何提取幻灯片表格The Google Suite offers you a handy way to view all the changes that have occurred in a file on Google Docs, Sheets, or Slides. This is extremely useful when you’ve made lots of changes to a file or are working as part of a team and need…

支付宝红包php,支付宝红包赏金跳转源码,一键复制红包码,裂变推广

[html]代码库支付宝到店红包搜索码跳转推广裂变-引流*{padding:0;margin:0;}.main{overflow: hidden;}a {color:black;}.main img{width:100%;outline-width:0px;vertical-align:top;}.main{position: relative;}.main .copy-container{width: 100%;height: 0.42rem;position: …

apt-get更新软件包_如何使用Apt-fast加速软件包下载和更新

apt-get更新软件包By Default, Ubuntu uses apt-get to install packages and updates. Apt-get is a good tool but you can get much faster download speeds using Apt-Fast when downloading and updating your Ubuntu box. 默认情况下&#xff0c;Ubuntu使用apt-get安装软…

ipad iphone开发_如何在iPad或iPhone上使用外部GPS设备

ipad iphone开发If you bought a Wi-Fi only iPad and now you wish you could use GPS with it, this is the guide for you. Follow along to hook your iPad up to an external GPS unit and/or GPS-enabled smartphone phone. 如果您购买了仅支持Wi-Fi的iPad&#xff0c;现…