Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.8 KiB

  1. <html>
  2. <head>
  3. <title>Customizing WinPE Images</title>
  4. <script>
  5. window.resizeTo(600,500);
  6. </script>
  7. <HTA:APPLICATION APPLICATIONNAME="Cust_WinPE" ID="CustWPE" MAXIMIZEBUTTON="no" MINIMIZEBUTTON="yes" SHOWINTASKBAR="yes" SINGLEINSTANCE="yeS" SCROLL="no" SIZE="no" NAVIGABLE="yes" VERSION="1.0" ICON="Images\CPE.ico">
  8. </head>
  9. <script language="jscript">
  10. var wshShell = new ActiveXObject("WScript.Shell");
  11. function beginexe()
  12. {
  13. wshShell.Run('imagebuild.js WinPE.ini');
  14. self.close();
  15. }
  16. </script>
  17. <body background="Images\wpaback.jpg">
  18. <h2 align="center">
  19. <font color="#FFFFFF" FACE="Tahoma">Creating WinPE Images. </font>
  20. </h2>
  21. <p>
  22. <font size="4" color="#CCFFFF" FACE="Tahoma">Input Complete! Ready to run
  23. script....</font>
  24. </p>
  25. <p>
  26. <font face="Tahoma">Now the WSH script will run and complete the task.</font>
  27. </p>
  28. <p>
  29. <font face="Tahoma">Click Run to start executing the script. </font>
  30. </p>
  31. <p>
  32. <font face="Tahoma"><b>PLEASE READ</b>: The script may appear to be inactive
  33. or have completed, but this is not so - its working in the background.&nbsp;
  34. When the script is done it will display a dialog box saying &quot;Script Complete&quot;.&nbsp;
  35. Disrupting it inbetween can affect the image of WinPE it is creating.&nbsp;
  36. </font>
  37. </p>
  38. <p>
  39. <font face="Tahoma">The script&nbsp; will typically take approx 10 -20 minutes
  40. to complete, depending on the options selected.</font>
  41. </p>
  42. <p align="center">&nbsp;</p>
  43. <p align="center">
  44. <BUTTON ACCESSKEY="R" STYLE="font-face:Tahoma;font-size:13px;" onclick="beginexe()">&nbsp;<U>R</U>un&nbsp;</BUTTON>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  45. <BUTTON ACCESSKEY="E" STYLE="font-face:Tahoma;font-size:13px;" onclick="self.close()">&nbsp;<U>E</U>xit&nbsp;</BUTTON>
  46. </p>
  47. </body>
  48. </html>