Hallo iedereen,
(Ik gebruik windows 7 professional 32 bit.)
Op dit moment ben ik deze tutorial aan het volgen om een answer file te maken:
http://blog.brianleejackson.com/sysprep-a-windows-7-machine-–-start-to-finish-v2
Bij stap 12, namelijk:
Wordt er gevraagd om iets in de windir folder te maken, echter, ik kan dit mapje nergens vinden in me c schijf. Kan iemand me vertellen waar ik het windir foldertje kan vinden?
Ik doe dit overigens allemaal via virtual machine.
Alvast bedankt!
Mvg,
Ranniks
(Ik gebruik windows 7 professional 32 bit.)
Op dit moment ben ik deze tutorial aan het volgen om een answer file te maken:
http://blog.brianleejackson.com/sysprep-a-windows-7-machine-–-start-to-finish-v2
Bij stap 12, namelijk:
Step #12
On the PC you are going to be running sysprep on, you need to create a folder called scripts in this directory: %WINDIR%\Setup\. Now you are going to create a CMD file within the %WINDIR%\Setup\Scripts directory. Right click and make a new text file called SetupComplete.txt. Remove the .txt extension and replace that with .cmd. You now have a SetupComplete.cmd file which windows will read the first time it boots up from the sysprep. We need to place a script inside the CMD file. Edit the cmd file with notepad and insert this line: del /Q /F c:\windows\system32\sysprep\unattend.xml. This script will delete your unattend.xml file after it has been used. The unattend.xml file is also copied to the C:\Windows\Panther directory, so you will want to add a second line to the CMD file, del /Q /F c:\windows\panther\unattend.xml. If you have passwords or cd keys stored in that xml file you don’t have to worry about it being left on the computer.
Wordt er gevraagd om iets in de windir folder te maken, echter, ik kan dit mapje nergens vinden in me c schijf. Kan iemand me vertellen waar ik het windir foldertje kan vinden?
Ik doe dit overigens allemaal via virtual machine.
Alvast bedankt!
Mvg,
Ranniks
Laatst bewerkt: