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 -------------- ...
随机推荐
- Ansible Role
Ansible Role 专题总揽 https://www.jianshu.com/p/1be92c3f65ec lework 关注 2017.03.02 12:57* 字数 629 阅读 1439评 ...
- Solr记录-solr内核与索引
Solr核心(内核) Solr核心(Core)是Lucene索引的运行实例,包含使用它所需的所有Solr配置文件.我们需要创建一个Solr Core来执行索引和分析等操作. Solr应用程序可以包含一 ...
- 数学:莫比乌斯反演-GCD计数
Luogu3455:莫比乌斯反演进行GCD计数 莫比乌斯反演就是用来解决这一类问题的,通常f函数是要求的那个,F函数是显然的 这样利用F的结果就可以推出来f的结果 在计算结果的时候整除分快儿一下就可以 ...
- 流媒体技术学习笔记之(十)HLS协议直播延时优化(35s到10S)
1.首先要了解HLS延时的机制,也就是为什么会延时,延时主要发生在什么地方. HTTP Live Streaming 并不是一个真正实时的流媒体系统,这是因为对应于媒体分段的大小和持续时间有一定潜在的 ...
- html总结(一)
一.了解 HTML文档也被称为网页,包含html标签和纯文本,浏览器读取HTML文档,以网页的形式显示出来,而标签决定了所显示网页的格式. 二.要点 常用的HTML文档声明 HTML5 <!DO ...
- 对 JavaScript 下 namespace 功能的简单分析
前些天在剥离 百度随心听 的播放器引擎时,看到了一个namespace方法,觉得新奇,当然只是对于我自己而言,我入门js不久,经验尚浅.之前看到网易还是新浪还是什么什么网站来着,也是用类似这种东西的, ...
- 那些年实用但被我忘掉javascript属性.onresize
//获取屏幕宽度并动态赋值 var winWidth = 0; var winHeight = 0; function findDimensions() //函数:获取尺寸 { //获取窗口宽度 if ...
- JSBinding+Bridge.NET:Inspector拖变量支持
之前的文档说了,JSB的设计是不允许gameObject上挂逻辑脚本的.原因很简单,在Js工程中根本就不存在C#形式的逻辑脚本,如果在Cs工程中挂上了,到了Js工程这边,直接Missing. 实际在使 ...
- 解决windows10 里vs2017 直接开始执行提示“此任务要求应用程序有提升的权限”1.
1.打开vs的安装路径,我的是 C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\ ,找到 VSLauncher.exe 右击该文 ...
- Coursera台大机器学习技法课程笔记09-Decision Tree
这是我们已经学到的(除Decision Tree外) 下面是一个典型的decision tree算法,有四个地方需要我们选择: 接着介绍了一个CART算法:通过decision stump分成两类,衡 ...