定制化windows镜像中遇到空格的一些系统目录可以用下面的方式处理

Description

Windows XP Directory

Windows 7/Vista Directory

Environment Variable

Windows Directory

C:\Windows

C:\Windows

%SystemRoot%, also %windir% in batch files

System Directory

C:\Windows\System32

C:\Windows\System32

Fonts

C:\Windows\Fonts

C:\Windows\Fonts

Program Files

C:\Program Files

C:\Program Files 2

%ProgramFiles%

Program Files Common

C:\Program Files\Common Files

C:\Program Files\Common Files 2

%commonprogramfiles%

UserProfile

C:\Documents and Settings/USERNAME

C:\Users/USERNAME

%UserProfile%

(My) Documents

%UserProfile%\My Documents

%UserProfile%\Documents

(My) Pictures

%UserProfile%\My Documents\My Pictures

%UserProfile%\Pictures 3

Application Data

%UserProfile%\Application Data 1

%UserProfile%\AppData\Roaming

%AppData%

Local AppData

%UserProfile%\Local Settings\Application Data

%UserProfile%\AppData\Local

%LocalAppData% Win7

Temp

%UserProfile%\Local Settings\Temp

%UserProfile%\AppData\Local\Temp

%TEMP%, %TMP%

Desktop

%UserProfile%\Desktop

%UserProfile%\Desktop

Start Menu Programs

%UserProfile%\Start Menu\Programs

%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

(IE) Favorites

%UserProfile%\Favorites

%UserProfile%\Favorites

All Users Profile

C:\Documents and Settings\All Users

C:\Users\Public

%Public% on Win7, %AllUsersProfile% on XP

Common AppData

C:\Documents and Settings\All Users\Application Data

C:\ProgramData

%ProgramData% Win7, %AllUsersProfile% Win7

Common Start Menu Programs

C:\Documents and Settings\All Users\Start Menu\Programs4

C:\ProgramData\Microsoft\Windows\Start Menu\Programs4

Common Desktop

C:\Documents and Settings\All Users\Desktop

C:\Users\Public\Desktop

Shared Documents

C:\Documents and Settings\All Users\Documents

C:\Users\Public\Documents

Shared Pictures

C:\Documents and Settings\All Users\Documents\My Pictures

C:\Users\Public\Pictures 3

Description

Windows XP Directory

Windows 7/Vista Directory

Environment Variable

windows镜像的更多相关文章

  1. OpenStack Nova 制作 Windows 镜像

    OpenStack Nova 制作 Windows 镜像   windows虚拟机ubuntuimage防火墙云计算 本贴转自http://www.vpsee.com 上次 VPSee 给 OpenS ...

  2. 制作 OpenStack Windows 镜像 - 每天5分钟玩转 OpenStack(152)

    这是 OpenStack 实施经验分享系列的第 2 篇. OpenStack 通过 Glance 镜像部署 instance,上一节我们介绍了 linux 镜像制作方法,windows 镜像与 lin ...

  3. ubuntu openstack windows 镜像制作

    openstack  windows 镜像制作 首先下载windows所需要的驱动,virtio-win-1.1.16.vfd virtio-win-0.1-59.iso 下载的官方地址是: http ...

  4. OpenStack 的windows镜像的开启办法

    创建虚拟机 使用我们的管理平台的windows主机创建流程,创建一台主机.在vnc中能看到主机进入到系统中 需要点击按钮sendctrl进入输入密码阶段. 输入我们的镜像的默认密码:5@mdjkw 打 ...

  5. 制作windows镜像

    下载包含windows驱动的iso: http://222.186.58.77/virtio-win-0.1-30.iso?fid=kF46uzxlPMrgvLDErP0ohhZYwAUASLoCAA ...

  6. 制作OpenStack使用的windows镜像

    1 安装vmware14 2 创建ubuntu-desktop-16.04虚拟机 选择自定义安装 选择ubuntu-16.04-desktop.iso 内存要大于2G,推荐4G. 磁盘要大于50G 关 ...

  7. 手动制作openstack windows镜像

    https://docs.openstack.org/image-guide/windows-image.html 这里以 windows 2008为例: 准备工作: 1准备好windows 2008 ...

  8. 如何制作Windows镜像

    1.在https://msdn.itellyou.cn/网站中下载(使用迅雷)Windows2003R2 中文版ISO 2.使用qemu-img create命令创建一个空的 后缀为.img的文件 q ...

  9. windows 10最新版镜像资源下载 Win10 ISO下载教程

    最近发现原创写的文章被无良爬走,而且变成了无图尬文,所以开头附上原文地址: http://www.cnblogs.com/xueyudlut/p/7497975.html -------------- ...

随机推荐

  1. Angular的依赖注入(依赖反转)原理说明

    依赖注入(依赖反转)意思是由函数决定要引入什么样的依赖: let mod = angular.module('test',[]); mod.controller('test_c',function($ ...

  2. P3089 [USACO13NOV]POGO的牛Pogo-Cow

    P3089 [USACO13NOV]POGO的牛Pogo-Cow FJ给奶牛贝西的脚安装上了弹簧,使它可以在农场里快速地跳跃,但是它还没有学会如何降低速度. FJ觉得让贝西在一条直线的一维线路上进行练 ...

  3. OpenStack中RabbitMQ高可用性配置

    采用镜像队列的方案进行配置 1. 网络拓扑 node1:10.10.11.1 node2:10.10.11.2 2. 配置hosts node1+node2: vim /etc/hosts >1 ...

  4. HDU 3094 树上删边 NIM变形

    基本的树上删边游戏 写过很多遍了 /** @Date : 2017-10-13 18:19:37 * @FileName: HDU 3094 树上删边 NIM变形.cpp * @Platform: W ...

  5. js 获取格林尼治时间戳

    昨天在一论坛里看到有朋友问 js 如何获取格林尼治时间戳.不少朋友第一反应是 toGMTString ...确实可以得到格林尼治时间,但不是时间戳.虽然我也没有啥好的方法一步到位的获取,不过至少是获取 ...

  6. C# 解决VS2008在win7找不到输入序列号的地方

    1.VS2008在Windows7 打开维护界面看不到可以输序列号的地方. 因为微软把他隐藏了. 2.我们可以借用工具把他显示出来 下载地址:http://www.zlsoft.com/techbbs ...

  7. PyTorch学习系列(九)——参数_初始化

    from:http://blog.csdn.net/VictoriaW/article/details/72872036 之前我学习了神经网络中权值初始化的方法 那么如何在pytorch里实现呢. P ...

  8. 转:存储之直连存储Dell Powervault MD 3000

    存储之直连存储DellPowervault MD 3000 存储根据服务器类型可以分为:封闭系统的存储和开放系统的存储 1.封闭系统的存储:封闭系统主要指大型机,AS400等服务器 2.开放系统的存储 ...

  9. binlog2sql的安装及使用

    binlog2sql是大众点评开源的一款用于解析binlog的工具,在测试环境试用了下,还不错. DBA或开发人员,有时会误删或者误更新数据,如果是线上环境并且影响较大,就需要能快速回滚.传统恢复方法 ...

  10. React-Native 之 Navigator与NavigatorIOS使用

    前言 学习本系列内容需要具备一定 HTML 开发基础,没有基础的朋友可以先转至 HTML快速入门(一) 学习 本人接触 React Native 时间并不是特别长,所以对其中的内容和性质了解可能会有所 ...