Answer File maken

Status
Niet open voor verdere reacties.

ranniks

Gebruiker
Lid geworden
9 okt 2010
Berichten
20
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:

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:
Lees eens goed: er staat niet windir map maar %windir% map.
Om je even te laten zien hoe dat werkt:
[Windows-toets]r toetscombinatie -> %windir%

Je zult zien dat je uitkomt in je Windows map.

Tijs.
 
Ik typte alleen windir in mijn post, omdat de % te veel moeite kostte (yes im lazy).

Ik kwam ook inderdaad in de windows map terecht, echter ik dacht dat het 2 verschillende mapjes waren, schijnbaar niet. Bedankt voor je hulp, ik kan weer verder.

Mocht ik tegen nog meer problemen oplopen, dan zal ik niet aarzelen om dat hier te posten.
 
Zie dat de structuur uiteindelijk is: <windows-map>\Setup\Scripts
dus de map Setup onder de <windows-map> en dáár weer onder de submap Scripts
maar ik neem aan dat je dat nu wel begrepen had. Het staat ook zo in de tekst: [...]within the %WINDIR%\Setup\Scripts directory[...]

Succes met je project. :)

Tijs.
 
Daar ben ik dan weer.

Ik snap het even niet meer, ik heb allerlei tutorials gelezen, maar mij wordt niet duidelijk of het volgende wel te maken is?

Een iso image, waarin windows 7 is, met settings die ik wil, de sleutel e.d. Vervolgens moet windows 7 zonder dat ik iets hoef in te tikken zich installeren met de settings die ik heb ingesteld.

Kan iemand me misschien aan een guide helpen?
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan