script to remove messages at windows startup
-
Hello,
Can we integrate a script to FOG or a solution exists to remove all the messages and questions at Windows startup like WDS.
Given that to create an image it is necessary to make a sysprep not to have the same SID. I find myself at the deployment with all the messages and acceptance of Windows concerning the connection, the data transmitted to windows.
Thank you for your help
-
@abde This is typically done on the windows side. You define the answers to all of those windows questions in the unattend.xml file. This is the windows way of doing things. FOG itself can not step into MS Windows to make change, it can only leave hints behind for windows to find.
Here is a clean example of my unattend.xml file from window 7. It works with windows 10 without no problem.
https://forums.fogproject.org/topic/9373/sim-creating-the-unattend-xml-guide/7This is my sysprep command:
c:\windows\system32\sysprep\sysprep.exe /quiet /generalize /oobe /shutdown /unattend:C:\Windows\Panther\Unattend.xml
I know this site is in english but Deployment Research has many valuable hints to solving windows deployment issues: https://www.deploymentresearch.com/
-
@george1421 Thanks I will try this on Monday and get back to you.