|
Home > Archive > 70-210 > April 2002 > Here's a good question for you all...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Here's a good question for you all...
|
|
| mcdoud 2002-04-18, 1:11 pm |
| In the sysprep.inf file, you add the following line:
KeepPageFile = 0
Question:
Which of the following is true (pick 1):
A. When the destination computer boots, it will use the existing pagefile in the drive image.
B. When the destination computer boots, it will regenerate the pagefile to match the amount of physical RAM in the machine.
C. When the destination computer boots, it will ignore the entry.
D. When the destination computer boots, it will generate an error message.
E. When the destination computer boots, it will enter an error message in the setuperr.log file.
Good luck! | |
|
|
| mcdoud 2002-04-18, 2:03 pm |
| That would have been my guess too! Anyone else care to take a guess!? | |
|
| Keep page file=0
It could ingnore the entry : C
So...  | |
| wbafrank 2002-04-18, 2:20 pm |
| KeepPageFile
Value: 0 | 1
Default: 0
Optional
Only valid for Sysprep.inf. When Sysprep is run, the Mini-Setup wizard automatically regenerates the system's pagefile to accommodate differences in the amount of RAM between the master and destination computers. The pagefile is set to regenerate by default (KeepPageFile = 0). This ensures that the pagefile is large enough to accommodate the amount of RAM on the computer.
If the amount of RAM between the master computer and the destination computers is the same, the pagefile does not need to be regenerated. The pagefile is regenerated automatically only when you do not include this parameter and a value in Sysprep.inf.
Note
KeepPageFile is only valid when used in the Sysprep.inf file in conjunction with Sysprep.exe.
Known Issue: If you add KeepPageFile to your Sysprep.inf file, regardless of the value assigned, the pagefile is not regenerated. | |
|
|
| mcdoud 2002-04-18, 3:10 pm |
| Straight from the same M$ article I was looking at, Frank! The answer is in there, you just have to weed it out! | |
| wbafrank 2002-04-18, 3:27 pm |
| quote: Originally posted by mcdoud
Straight from the same M$ article I was looking at, Frank! The answer is in there, you just have to weed it out!
Though I knew the answer I have this problem of explaining things unless I am actually doing it so as I have been trying to say ever since I joined this forum is get to know what MS offers on its site. You will find as you move up the exam ladder, 216 and 217 in particular, this site is invaluable.
So spend time reading the Step-by-Step guides and put them into practice and if you get error messages look them up this will not only give you a better understanding of the systems you use but in the long run make you a better Engineer!! | |
| mcdoud 2002-04-18, 3:41 pm |
| The answer is A.
quote: Known Issue: If you add KeepPageFile to your Sysprep.inf file, regardless of the value assigned, the pagefile is not regenerated.
Even though KeepPageFile = 0 would lead you to believe that it would NOT keep it (0 normally means false in the binary world), the "Known Issue" says otherwise. So the thing to do if you want it to be rebuilt is to leave this parameter out altogether. The pagefile will be rebuilt by default. |
|
|
|
|