当前位置:网站首页>完整复制虚拟机原理(云计算)
完整复制虚拟机原理(云计算)
2022-07-31 01:57:00 【Python-派大星】
完整复制原理:
完整复制虚拟机指直接根据元虚拟机(即普通虚拟机模板),完整创建除独立的虚拟机。在该方式下,创建出来的虚拟机和源虚拟机是两个完全独立的实体,源虚拟机的修改乃至删除,都不会影响到复制出来的虚拟机的运行
SID安全标识符:
安全标识符,是标识用户、组和计算机账户的唯一的号码。
安全标识符(Security Identifiers,SID),是标识用户、组和计算机帐户的唯一的号码。在第一次创建该帐户时,将给网络上的每一个帐户发布一个唯一的 SID。Windows 2000 中的内部进程将引用帐户的 SID 而不是帐户的用户或祖名。如果创建帐户,再删除帐户,然后使用相同的用户名创建另一个帐户,则新帐户将不具有授权给前一个帐户的权力或权限,原因是该帐户具有不同的 SID 号。安全标识符也被称为安全 ID 或 SID。
Sysprep的优点:
Sysprep 具有以下优点:
◇从 Windows 中删除系统特定的数据。Sysprep 可以从已安装的 Windows 映像删除所有系统特定的信息,其中包括计算机安全标识符(SID)。然后可以通过组织捕获和安装 Windows 安装。
◇将 Windows 配置为启动进入审核模式。使用审核模式可以安装第三方应用程序和设备驱动器,以及测试计算机的功能。
◇将 Windows 配置为启动进入“欢迎使用 Windows”。将 Windows 安装配置为下次启动计算机时进入“欢迎使用 Windows”。通常,在将计算机交付至客户之前将系统配置为启动时立即进入“欢迎使用 Windows”。
◇重置 Windows产品激活。Sysprep 最多可以重置 Windows产品激活三次。

边栏推荐
- [WeChat applet] This article takes you to understand data binding, event binding, event parameter transfer, and data synchronization
- Coldfusion file read holes (CVE - 2010-2861)
- The effective square of the test (one question of the day 7/29)
- mmdetection trains a model related command
- Drools basic introduction, introductory case, basic syntax
- [1153] The boundary range of between in mysql
- Interprocess communication study notes
- pc端判断当前使用浏览器类型
- Gateway routing configuration
- MySQL stored procedure
猜你喜欢
随机推荐
爬虫文本数据清洗
Real-time image acquisition based on FPGA
leetcode-128: longest continuous sequence
1. Non-type template parameters 2. Specialization of templates 3. Explanation of inheritance
软件测试缺陷报告---定义,组成,缺陷的生命周期,缺陷跟踪产后处理流程,缺陷跟踪处理流程,缺陷跟踪的目的,缺陷管理工具
有没有可以做副业可以日入300元方法?
12 pictures take you to fully understand service current limit, circuit breaker, downgrade, and avalanche
Force buckled brush the stairs (7/30)
rpm安装postgresql12
曼城推出可检测情绪的智能围巾,把球迷给整迷惑了
leetcode-952:按公因数计算最大组件大小
Manchester City confuses fans with smart scarf that detects emotions
1.非类型模板参数 2.模板的特化 3.继承讲解
How to expose Prometheus metrics in go programs
Introduction to flask series 】 【 flask - using SQLAlchemy
My first understanding of MySql, and the basic syntax of DDL and DML and DQL in sql statements
First acquaintance with C language -- array
ShardingJDBC usage summary
Simple confession page
[1154]如何将字符串转换为datetime








