VMware Cloud Community
mhashemi
Contributor
Contributor

Entering Audit Mode for Windows 10

I am trying to pass the CTRL-Shift-F3 keyboard combo to a VM, through the vSphere client and it is not working. I tried the on-screen keyboard and my own physical keyboard, but nothing happens. How do we accomplish this?

Thanks.

0 Kudos
1 Reply
BOCESNY
Contributor
Contributor

You need to add an autounattend.xml file to the root of your Windows 10 ISO:

1-Open the ISO and copy all files and folders to the local HDD for example to c:\Test

2-Create a Autounattend.xml file

  1. Use Windows System Image Manager to create a new answer file.
  2. Add the setting: Microsoft-Windows-Deployment\Reseal\Mode = audit.
  3. Save the answer file as C:\test\Autounattend.xml.

3-Make a bootable ISO from the folder C:\Test

0 Kudos