Generating Windows SID and Computer NameWhen you deploy a virtual machine that runs Windows as a guest operating system, the deployed copies of Windows will have the same Windows Security ID (SID) and computer name as the source. You can set up Windows in the source virtual machine in such a way that the SID and computer name will be reset in each deployed copy of Windows on its initial startup. Using Sysprep to Reset SID and Computer Name Microsoft System Preparation (Sysprep) is a Microsoft tool that can be used to prepare Windows to be deployed on other computers. If your virtual machine is running Windows 7, Windows 8.1, Windows 10, Windows Server 2012, or Windows Server 2012 R2, use the To reset the security ID (SID), include the Sysprep /generalize To change the computer name, use the Sysprep /generalize /shutdown /oobe For the complete description of the command-line version of Sysprep, please refer to Microsoft documentation. |
||||
|