windows镜像
定制化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镜像的更多相关文章
- OpenStack Nova 制作 Windows 镜像
OpenStack Nova 制作 Windows 镜像 windows虚拟机ubuntuimage防火墙云计算 本贴转自http://www.vpsee.com 上次 VPSee 给 OpenS ...
- 制作 OpenStack Windows 镜像 - 每天5分钟玩转 OpenStack(152)
这是 OpenStack 实施经验分享系列的第 2 篇. OpenStack 通过 Glance 镜像部署 instance,上一节我们介绍了 linux 镜像制作方法,windows 镜像与 lin ...
- ubuntu openstack windows 镜像制作
openstack windows 镜像制作 首先下载windows所需要的驱动,virtio-win-1.1.16.vfd virtio-win-0.1-59.iso 下载的官方地址是: http ...
- OpenStack 的windows镜像的开启办法
创建虚拟机 使用我们的管理平台的windows主机创建流程,创建一台主机.在vnc中能看到主机进入到系统中 需要点击按钮sendctrl进入输入密码阶段. 输入我们的镜像的默认密码:5@mdjkw 打 ...
- 制作windows镜像
下载包含windows驱动的iso: http://222.186.58.77/virtio-win-0.1-30.iso?fid=kF46uzxlPMrgvLDErP0ohhZYwAUASLoCAA ...
- 制作OpenStack使用的windows镜像
1 安装vmware14 2 创建ubuntu-desktop-16.04虚拟机 选择自定义安装 选择ubuntu-16.04-desktop.iso 内存要大于2G,推荐4G. 磁盘要大于50G 关 ...
- 手动制作openstack windows镜像
https://docs.openstack.org/image-guide/windows-image.html 这里以 windows 2008为例: 准备工作: 1准备好windows 2008 ...
- 如何制作Windows镜像
1.在https://msdn.itellyou.cn/网站中下载(使用迅雷)Windows2003R2 中文版ISO 2.使用qemu-img create命令创建一个空的 后缀为.img的文件 q ...
- windows 10最新版镜像资源下载 Win10 ISO下载教程
最近发现原创写的文章被无良爬走,而且变成了无图尬文,所以开头附上原文地址: http://www.cnblogs.com/xueyudlut/p/7497975.html -------------- ...
随机推荐
- 35个java代码性能优化总结
前言 代码优化,一个很重要的课题.可能有些人觉得没用,一些细小的地方有什么好修改的,改与不改对于代码的运行效率有什么影响呢?这个问题我是这么考虑 的,就像大海里面的鲸鱼一样,它吃一条小虾米有用吗?没用 ...
- [C]语法, 知识点总结(一. 进制, 格式化输入/出, 指针)
进制 概念: n进制, 最大的数是n-1, 逢n进1位. 数据类型 概念: 其实就是占的位数不同, 转换到计算机当中都是0和1. 常用: 类型名 占字节数 描述 char 1字节=8个二进制位 字符类 ...
- WebSlides - 轻松制作漂亮的 HTML 幻灯片(演讲稿)
WebSlides 是一个开源的 HTML 幻灯片项目,能够帮助熟悉前端语言的开发者快速制作出效果精美的幻灯片.页面中的每个 <section> 都是一个独立的幻灯片,只需要很少的 CSS ...
- 五行代码终极完美解决从IE6到Chrome所有浏览器的position:fixed;以及闪动问题
这个方法其实已经使用很久了,之前主要在嵌入式WebQQ等产品中用过,现在拿出来分享一下吧,是目前最简洁的方式来实现ie6的position:fixed; 失效bug,以及的其他方法的闪动问题,CSS代 ...
- python中的__enter__ __exit__
我们前面文章介绍了迭代器和可迭代对象,这次介绍python的上下文管理.在python中实现了__enter__和__exit__方法,即支持上下文管理器协议.上下文管理器就是支持上下文管理器协议的对 ...
- 关联查询resultMap使用规则总结——(十一)
resultType: 作用: 将查询结果按照sql列名pojo属性名一致性映射到pojo中. 场合: 常见一些明细记录的展示,比如用户购买商品明细,将关联查询信息全部展示在页面时,此时可直接使用re ...
- pip2和pip3冲突问题解决方法
python使用pip安装模块时报错:unable to create process using ' '的解决方法: 参考:http://qoogle.cn/?id=39 1.删除C:\Python ...
- C# UDP广播消息
首先是发送端: /// <summary> /// 发送UDP消息 /// </summary> /// <param name="msg">消 ...
- Python常见面试(习题)——水仙花数
今天,给大家分享一个习题. 用python输出100到1000以内的水仙花数. 相信很多小伙伴都听到过,或者遇到过这个题目. 那么今天就来带大家做一做这道题. 首先,我们要知道什么是水仙花数, (@_ ...
- GeoHash解析及java实现
GeoHash解析请参考这里: http://www.open-open.com/lib/view/open1417940079964.html java实现GeoHash,代码已注释. import ...