Question : reboot with original image

Hi,

I'm volunteering time to set up school lab with about 20 XP machines. To keep cost down and utilize existing hardware i really don't want to go the enterprise direction of setting up AD, managed AV, spyware, patching, etc but would like the machines to reboot with original image every time.  Log in and authentication is not required, basically anyone walking up is allowed to use it, strict content filtering is done at the firewall level.

Any help with setting this up is appreciated.

Best,
Alex

Answer : reboot with original image

please refer the updated code
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<?php
$vardemo = "1";
switch ($vardemo)
{
case 1:
  echo "Number 1";
  break;
case 2:
  echo "Number 2";
  break;
case 3:
  echo "Number 3";
  break;
default:
  echo "No number between 1 and 3";
}
?>
Random Solutions  
 
programming4us programming4us