Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    <title>Windows 7 Answer File Generator</title>
  </head>
  <body>
    <h1>Windows 7 Answer File Generator</h1>
    <h2>General Settings</h2>
    <table>
      <tr>
        <td width="200px">Skip product key:</td>
        <td>
          <select id="SkipProductKey">
            <option value="Yes" selected="selected">Yes</option>
            <option value="No">No</option>
          </select>
        </td>
      </tr>
      <tr>
        <td width="200px">Skip automatic activation:</td>
        <td>
          <select id="SkipAutoActivation">
            <option value="Yes" selected="selected">Yes</option>
            <option value="No">No</option>
          </select>
        </td>
      </tr>
    </table>
    <button id="DownloadButton">Create file</button>
    <div id="generated" style="display:none">
      <h2>autounattended.xml</h2>
      <a href="#" id="DownloadLink">Download</a>
      <textarea id="ResultXml" style="width: 100%; height: 30em" readonly="readonly"></textarea>
    </div>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers