home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / free_security / msshared / Shared_Computer_Toolkit_ENU.msi / FileGetStarted < prev    next >
Encoding:
Text File  |  2005-09-02  |  28.7 KB  |  365 lines

  1. <HTML>
  2.  
  3. <SCRIPT id="Common"         language="VBScript" src="include/Common.vbs"></SCRIPT>
  4. <SCRIPT id="libHTA"         language="VBScript" src="include/libHTA.vbs"></SCRIPT>
  5. <SCRIPT id="clsDiskProtect" language="VBScript" src="include/clsDiskProtect.vbs"></SCRIPT>
  6. <SCRIPT id="clsWelcome"     language="VBScript" src="include/clsWelcome.vbs"></SCRIPT>
  7. <SCRIPT id="GetStarted"     language="VBScript" src="include/GetStarted.vbs"></SCRIPT>
  8.  
  9. <script language=vbscript>
  10.     PreChecks
  11. </script>
  12.  
  13. <HEAD>
  14. <META http-equiv="Content-Type" content="text/html; charset=utf-8" >
  15. <TITLE>Getting Started</TITLE>
  16.  
  17.     <!--
  18.     ' ------------------------------------------------------------------------------
  19.     ' Filename:        GetStarted.hta
  20.     ' ------------------------------------------------------------------------------
  21.     ' Description:    Getting Started UI for the Shared Computer Toolkit
  22.     ' ------------------------------------------------------------------------------
  23.     ' Version:        Beta
  24.     ' Notes:        
  25.     ' ------------------------------------------------------------------------------
  26.     ' Copyright (C) Microsoft Corporation 2005, All Rights Reserved
  27.     ' ------------------------------------------------------------------------------
  28.     -->
  29.  
  30. <HTA:application ID="oImagine" 
  31.     APPLICATIONNAME="GetStarted"
  32.     BORDER="thick"
  33.     CAPTION="Getting Started"
  34.     ICON="graphics/GetStarted.ico"
  35.     INNERBORDER="Yes"
  36.     MAXIMIZEBUTTON="Yes"
  37.     MINIMIZEBUTTON="Yes"
  38.     SCROLL="Yes"
  39.     SELECTION="No"
  40.     SHOWINTASKBAR="Yes"
  41.     SINGLEINSTANCE="Yes"
  42.     SYSMENU="Yes"
  43.     VERSION="1.0"
  44.     WINDOWSTATE="Normal"/>
  45.  
  46. <STYLE>
  47. @media all {
  48.     BODY            { background-color:white; color:darkslateblue;
  49.                   overflowX:hidden;overflowY:scroll;
  50.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana;
  51.                 }
  52.  
  53.     P            { margin-top:0; margin-bottom:0; margin-left:0; margin-right:0x;
  54.                   padding-top:.5em; padding-bottom:.5em; padding-left:0; padding-right:0;
  55.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana;
  56.                 }
  57.  
  58.     .2            { 
  59.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana;
  60.                 }
  61.  
  62.     .Q            { margin-right:10px; 
  63.                   padding-right:10px; 
  64.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana;
  65.                 }
  66.  
  67.     UL            { margin-top:0; margin-bottom:0;
  68.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana;
  69.                 }
  70.  
  71.     LI            { margin-left:0em; padding-bottom:.5em;
  72.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana; 
  73.                 }
  74.  
  75.     TD            { 
  76.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana;
  77.                 }
  78.  
  79.     LABEL            { background-color:lavender; color:darkslateblue;
  80.                   border-color:white; border-style:solid; border-width:thin;
  81.                   margin-top:0; margin-bottom:0; margin-left:0; margin-right:0; padding:.1em;
  82.                     cursor:hand; text-align:left; width:100%; word-wrap:break-word; white-space:normal;
  83.                     filter:light(enabled=false);
  84.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana; 
  85.                 }
  86.  
  87.     BUTTON            { background-color:lavender; color:darkslateblue;
  88.                   border-color:white; border-style:solid; border-width:thin;
  89.                   margin-top:0; margin-bottom:0; margin-left:0; margin-right:0;
  90.                   padding-top:0; padding-bottom:0; padding-left:0; padding-right:0; 
  91.                     cursor:hand; text-align:left; width:100%; word-wrap:break-word; white-space:normal;
  92.                     filter:light(enabled=false);
  93.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana; 
  94.                 }
  95.  
  96.     .Quick             { padding:.1em; width=45px; height=45px; margin-left:0;
  97.                   border-color:white; border-style:solid; border-width:thin;
  98.                   background-color: lavender;
  99.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana;
  100.                 }
  101.     
  102.     .Print             { border-color:white; background-color: white;
  103.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:verdana;
  104.                 }
  105.     
  106.     .Startup         { border-color:white; background-color: white;
  107.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:verdana;
  108.                 }
  109.  
  110.     A             { border-color:white; border-style:solid; border-width:thin; background-color:white; 
  111.                     filter:light(enabled=false);
  112.                   padding:0;
  113.                 }
  114.     
  115.     HR            { border-top:thin outset darkslateblue; 
  116.                 }
  117.  
  118.     H1            { padding:0; color:royalblue; margin-right:1em; padding-top:0; margin-top:0;
  119.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:24px; font-family:verdana; 
  120.                 }
  121.  
  122.     BUTTON.H2        { background-color:royalblue; color:white; margin:.5em 0 0 0; padding=.1em; width:100%;
  123.                   border-color:royalblue; border-style:solid; border-size:thin; text-align:left;
  124.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:18px; font-family:verdana; 
  125.                 }
  126.  
  127.     BUTTON.warning        { background-color:blue; color:white; margin:.5em 20px 0 20px; padding=.1em; width:100%;
  128.                   border-color:red; border-style:solid; border-size:thin; text-align:left; display:none;
  129.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:18px; font-family:verdana; 
  130.                 }
  131.  
  132.     H3            { border-color:royalblue; border-left-style:solid; border-right-style:solid; border-width:thin;
  133.                   border-bottom-style:solid; margin:0 0 0 0; padding:.5em; 
  134.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana; 
  135.                 }
  136.  
  137.     H3.warning        { border-color:red; border-left-style:solid; border-right-style:solid; border-width:thin;
  138.                   border-bottom-style:solid; margin:0 20px 0 20px; padding:.5em; 
  139.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:verdana; 
  140.                 }
  141.  
  142.     SPAN.down        { 
  143.                   position:absolute; right:15px; 
  144.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:wingdings;
  145.                 }
  146.  
  147.     SPAN.warning         { 
  148.                   position:absolute; right=35px; 
  149.                   font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:wingdings;
  150.                 }
  151. }
  152.  
  153. @media print {
  154.        .q        { display:none; }
  155.        .2        { display:none; }
  156.        .Print        { display:none; }
  157.        .Startup    { display:none; }
  158.        SPAN.down    { display:none; }
  159.        SPAN.warning    { display:none; }
  160.        HR        { display:none; }
  161.        BUTTON        { display:none; }
  162.  
  163.        BODY        { background-color:white; color:black; }
  164.        P        { background-color:white; color:black; }
  165.        LI        { background-color:white; color:black; }
  166.        LABEL        { background-color:white; color:black; }
  167.        H1        { background-color:white; color:black; margin-right:0; }
  168.        H2        { background-color:lightgrey; color:black; border-style:none; display:block; }
  169.        BUTTON.H2    { background-color:lightgrey; color:black; border-style:none; display:block; }
  170.        BUTTON.warning    { background-color:lightgrey; color:black; border-style:none; display:block; }
  171.        H3        { background-color:white; color:black; border-style:none; display:block; }
  172.        H3.warning    { background-color:white; color:black; border-style:none; display:block; }
  173. }
  174. </STYLE>
  175.  
  176. <div id="settings" style="display:none">
  177.     <p id="resExpand">Expand All <u>S</u>teps</p>
  178.     <p id="resCollapse">Collapse All <u>S</u>teps</p>
  179.     <p id="resNoPDF">Adobe Acrobat or another PDF viewer not installed. Would you like visit the Adobe Web site?</p>
  180.     <p id="resNoPDFTitle">Application Required</p>
  181.     <p id="resPDFwebsite">http://www.adobe.com/</p>
  182.     <p id="resWWFailedTitle">Welcome Logon Screen Error</p>
  183.     <p id="resWWFailedError">could not be added/removed from the Welcome logon screen.</p>
  184.     <p id="appTitle">Getting Started</p>
  185. </div>
  186.  
  187. </HEAD>
  188.  
  189. <BODY id=oBody onload="Main" Onkeydown="Onkeydown()" OnBeforeUnLoad="OnBeforeUnLoad()">
  190.  
  191.     <DIV align=right style="padding=0;margin=0;border-width=0;">
  192.         <BUTTON ID=btnStartup class=Startup tabindex=1 accesskey="G" TITLE="Select this check box to make Getting Started open at logon (ALT+G)" style="width=20em;height=42px;" onmouseover="Light btnStartup, true" onmouseout="Light btnStartup, false" onclick="ClickStartup()"><img ID=Startup src="graphics/chkbox-0.gif" align="absmiddle"><b> <ID id="_locStartupText">Show <u>G</u>etting Started at Startup</ID></b></BUTTON>
  193.          
  194.         <BUTTON ID=btnPrint class=Print tabindex=2 accesskey="T" TITLE="Print this page (ALT+T)" onmouseover="Light btnPrint, true" style="width=22em;" onmouseout="Light btnPrint, false" onclick="PrintPage"><img src="graphics/Print.ico" align="absmiddle"><b> <ID id="_locPrintText">Print <u>T</u>his Page (recommended)</ID></b></BUTTON>
  195.     </DIV>
  196.  
  197.     <H1 id=Title>Getting Started with the Shared Computer Toolkit</H1>
  198.  
  199.     <p id=TitleText >Welcome to the Microsoft Shared Computer Toolkit for Windows XP. Getting Started provides a quick and easy way to use the Toolkit and learn about its basic functionality.</p>
  200.     
  201.     <hr>
  202.  
  203.     <TABLE id=Quick class=q><tr><td>
  204.     <TR><td id=Q0>Quick access to useful utilities, tools, and resources:</td></TR>
  205.     <tr><td>
  206.     <BUTTON id=Q1 tabindex=3   accesskey="M" TITLE="Disk Management (ALT+M)"      onclick='Run("DiskMgmt")'       class=Quick onmouseover="Light Q1, true" onmouseout="Light Q1, false"><CENTER><img align="absmiddle" src="graphics/DiskMgmt.gif" width=36px></CENTER></BUTTON>
  207.     <BUTTON id=Q2 tabindex=4   accesskey="U" TITLE="User Accounts (ALT+U)"        onclick='Run("User")'           class=Quick onmouseover="Light Q2, true" onmouseout="Light Q2, false"><CENTER><img align="absmiddle" src="graphics/UserAccounts.ico"></CENTER></BUTTON>  
  208.     <BUTTON id=Q3 tabindex=5   accesskey="P" TITLE="Profile Manager (ALT+P)"      onclick='Run("ProfileMgr")'     class=Quick onmouseover="Light Q3, true" onmouseout="Light Q3, false"><CENTER><img align="absmiddle" src="graphics/ProfileMgr.ico"></CENTER></BUTTON>
  209.     <BUTTON id=Q4 tabindex=6   accesskey="R" TITLE="User Restrictions (ALT+R)"    onclick='Run("Restrict")'       class=Quick onmouseover="Light Q4, true" onmouseout="Light Q4, false"><CENTER><img align="absmiddle" src="graphics/Restrict.ico"></CENTER></BUTTON>
  210.     <BUTTON id=Q5 tabindex=7   accesskey="D" TITLE="Windows Disk Protection (ALT+D)" onclick='Run("DiskProtect")' class=Quick onmouseover="Light Q5, true" onmouseout="Light Q5, false"><CENTER><img align="absmiddle" src="graphics/DiskProtect.ico"></CENTER></BUTTON>
  211.     <BUTTON id=Q6 tabindex=8   accesskey="A" TITLE="Accessibility (ALT+A)"        onclick='Run("Accessibility")'  class=Quick onmouseover="Light Q6, true" onmouseout="Light Q6, false"><CENTER><img align="absmiddle" src="graphics/Accessibility.ico"></CENTER></BUTTON>  
  212.     <BUTTON id=Q7 tabindex=9   accesskey="H" TITLE="Handbook (ALT+H)"             onclick='Run("Handbook")'       class=Quick onmouseover="Light Q7, true" onmouseout="Light Q7, false"><CENTER><img align="absmiddle" src="graphics/Handbook.ico"></CENTER></BUTTON>
  213.     <BUTTON id=Q8 tabindex=10                TITLE="Help (F1)"                    onclick='Run("Help")'           class=Quick onmouseover="Light Q8, true" onmouseout="Light Q8, false"><CENTER><img align="absmiddle" src="graphics/Help.gif"></CENTER></BUTTON>  
  214.     <BUTTON id=Q9 tabindex=11  accesskey="L" TITLE="Log off now (ALT+L)"          onclick='Run("Logoff")'         class=Quick onmouseover="Light Q9, true" onmouseout="Light Q9, false"><CENTER><img align="absmiddle" src="graphics/Logoff.jpg"></CENTER></BUTTON>
  215.     <BUTTON id=Q10 tabindex=12 accesskey="C" TITLE="Command-line Tools (ALT+C)"   onclick='Run("Cmd")'            class=Quick onmouseover="Light Q10, true" onmouseout="Light Q10, false"><CENTER><img align="absmiddle" src="graphics/Cmd.jpg" width=32px></CENTER></BUTTON>
  216.     <BUTTON id=Q11 tabindex=13 accesskey="Y" TITLE="Test your Password (ALT+Y)"   onclick='Run("PassTest")'       class=Quick onmouseover="Light Q11, true" onmouseout="Light Q11, false"><CENTER><img align="absmiddle" src="graphics/PassTest.jpg"></CENTER></BUTTON>
  217.     </td></tr></TABLE>
  218.  
  219.     <hr>
  220.  
  221.     <BUTTON id=Expand ACCESSKEY="S" TITLE="Expand/Collapse All Steps (ALT+S)" tabindex=15 class=2 onmouseover="Light Expand, true" onmouseout="Light Expand, false" onclick="ExpandAll">Expand All <u>S</u>teps</BUTTON>
  222.  
  223.     <BUTTON ID=Step1 ACCESSKEY="1" CLASS=H2 tabindex=16 title="Click to expand/collapse this step (ALT+1)" onmouseover="Light Step1, true" onmouseout="Light Step1, false" onclick="ButtonClick Step1Text, dStep1, True">Step <u>1</u>. Prepare the Disk for Windows Disk Protection<SPAN ID=dStep1 CLASS=down>ê</SPAN></BUTTON>
  224.     <H3 ID=Step1Text STYLE="display:block">
  225.         <div id="wdpPrereq" style="display:none">
  226.             <p ID=S1a><b>Important:</b> The prerequisites for Windows Disk Protection have not been completed. Use a partition resizing utility to reduce the size of the Windows partition and leave at least 1024 MB or 10 percent of the disk (whichever is greater) as unallocated disk space <i>after</i> the Windows partition.</p>
  227.             <p ID=S1b>Review Chapter 2, "Prepare the Disk for Windows Disk Protection" in the Handbook to learn how to use <a ID=Norton tabindex=17 onmouseover="Light Norton, true" onmouseout="Light Norton, false" href="http://go.microsoft.com/fwlink/?LinkId=47542">Norton PartitionMagic 8.0</a> to create the unallocated disk space required by Windows Disk Protection.</p>
  228.             <p ID=S1c>Alternatively, you can use another disk partitioning product such as <a ID=TeraByte tabindex=18 onmouseover="Light TeraByte, true" onmouseout="Light TeraByte, false" href="http://go.microsoft.com/fwlink/?LinkId=46756">TeraByte Unlimited BootIt Next Generation</a>; available as a fully-working trial download with instructions on the TeraByte Unlimited Web site.</P>
  229.             <p ID=S1d>If you cannot prepare the disk as described, you can still use the other tools in the Toolkit.</p>
  230.             <BUTTON id=Step1Handbook tabindex=19 onmouseover="Light Step1Handbook, true" onmouseout="Light Step1Handbook, false" onclick='Run("Handbook")'><img align="absmiddle" src="graphics/Handbook.ico"> <b>Open the Handbook</b></BUTTON>
  231.             <p ID=S1e>Use the Disk Management utility in Windows XP to view the current disk configuration and compare it to the recommended configuration described in the Handbook.</p>
  232.             <BUTTON id=Step1DiskMgmt tabindex=20 onmouseover="Light Step1DiskMgmt, true" onmouseout="Light Step1DiskMgmt, false" onclick='Run("DiskMgmt")'><img align="absmiddle" src="graphics/DiskMgmt.gif" width=36px> <b>Open Disk Management</b></BUTTON>
  233.         </div>
  234.         <p id="wdpEnabled"  style="display:none">Windows Disk Protection is <b>On</b>.<br><br><b>Warning: </b>Windows Disk Protection clears all disk changes made to the Windows partition with each restart, by default. Be sure to <b>Save Changes</b> in Windows Disk Protection after you install new software, change Windows settings, or make any other changes you want to keep.</p>
  235.         <p id="wdpDisabled" style="display:none">The disk is properly prepared and Windows Disk Protection is <b>Off</b>.</p>
  236.         <p id="wdpQuery"    style="display:inline">Querying Windows Disk Protection status... please wait.</p>
  237.     </H3>
  238.  
  239.     <BUTTON ID=Step2 ACCESSKEY="2" CLASS=H2 tabindex=21 title="Click to expand/collapse this step (ALT+2)" onmouseover="Light Step2, true" onmouseout="Light Step2, false" onclick="ButtonClick Step2Text, dStep2, True">Step <u>2</u>. Select Computer Security Settings<SPAN ID=dStep2 CLASS=down>ê</SPAN></BUTTON>
  240.     <H3 ID=Step2Text STYLE="display:none">
  241.         <TABLE>
  242.             <col valign=top>
  243.             <col valign=middle width="100%">
  244.             <tr>
  245.                 <td colspan=2>
  246.                     <P ID=pStep2 Title="These computer security settings make shared computers more secure.">The User Restrictions tool applies restrictions on a per-user basis. The following security settings, on the other hand, are applied to everyone who uses this computer. It is highly recommended that you check all of these computer security settings on shared computers:</P>
  247.                 </td>
  248.             </tr>
  249.             <tr id=trLastLogon      TITLE="To improve security by not revealing administrative accounts used recently.">
  250.                 <td><INPUT type=checkbox tabindex=22 id=chkLastLogon onclick=ClickLastLogon></td>
  251.                 <td><LABEL ID=Step2a For=chkLastLogon onmouseover="Light Step2a, true" onmouseout="Light Step2a, false">Prevent account names from being saved in the CTRL+ALT+DEL logon dialog.</LABEL></td></tr>
  252.  
  253.             <tr id=trNoLMHash       TITLE="To improve the security of local password storage. Password change required to activate.">
  254.                 <td><INPUT type=checkbox tabindex=23 id=chkNoLMHash onclick=ClickNoLMHash></td>
  255.                 <td><LABEL ID=Step2b For=chkNoLMHash onmouseover="Light Step2b, true" onmouseout="Light Step2b, false">Force Windows to store passwords in a secure format (not using LMHash).</LABEL></td></tr>
  256.  
  257.             <tr id=trNoAcctCache    TITLE="To improve privacy and make Windows Messenger and MSN Messenger faster to use. (Restart required to activate.)">
  258.                 <td><INPUT type=checkbox tabindex=24 id=chkNoAcctCache onclick=ClickNoAcctCache></td>
  259.                 <td><LABEL ID=Step2c For=chkNoAcctCache onmouseover="Light Step2c, true" onmouseout="Light Step2c, false">Prevent Windows from caching Passport or domain credentials within user profiles.</LABEL></td></tr>
  260.  
  261.             <tr id=trPreventWindir TITLE="This setting changes the access control list (ACL) in the root of C: to prevent users from creating files and folders within. It does not affect the ACLs for other folders.">
  262.                 <td><INPUT type=checkbox tabindex=25 id=chkPreventWindir onclick=ClickPreventWindir></td>
  263.                 <td><LABEL ID=Step2d For=chkPreventWindir onmouseover="Light Step2d, true" onmouseout="Light Step2d, False">Prevent users from creating files and folders in C:\.</LABEL></td></tr>
  264.  
  265.             <tr id=trProfileErrAction TITLE="To improve the security of locked user profiles created by the User Restrictions tool.">
  266.                 <td><INPUT type=checkbox tabindex=26 id=chkProfileErrAction onclick=ClickProfileErrAction></td>
  267.                 <td><LABEL ID=Step2e For=chkProfileErrAction onmouseover="Light Step2e, true" onmouseout="Light Step2e, false">Prevent logon to locked (or roaming) user profiles that cannot be found.</LABEL></td></tr>
  268.  
  269.             <tr id=trDelRoamingCache TITLE="To improve the privacy of locked user profiles by removing cached user files and history at logoff.">
  270.                 <td><INPUT type=checkbox tabindex=27 id=chkDelRoamingCache onclick=ClickDelRoamingCache></td>
  271.                 <td><LABEL ID=Step2f For=chkDelRoamingCache onmouseover="Light Step2f, true" onmouseout="Light Step2f, false">Remove cached copies of locked (or roaming) user profiles to improve privacy and save disk space.</LABEL></td></tr>
  272.  
  273.             <tr id=trWelcomeOffComp TITLE="To prevent users from accidentally turning off the computer.">
  274.                 <td><INPUT type=checkbox tabindex=28 id=chkWelcomeOffComp onclick=ClickWelcomeOffComp></td>
  275.                 <td><LABEL ID=Step2g For=chkWelcomeOffComp onmouseover="Light Step2g, true" onmouseout="Light Step2g, false">Remove the <b>Shut Down</b> and <b>Turn Off Computer</b> logon options.</LABEL></td></tr>
  276.  
  277.             <tr id=trOfficeIE TITLE="To prevent users from bypassing Microsoft Office software restrictions.">
  278.                 <td><INPUT type=checkbox tabindex=29 id=chkOfficeIE onclick=ClickOfficeIE></td>
  279.                 <td><LABEL ID=Step2h For=chkOfficeIE onmouseover="Light Step2h, true" onmouseout="Light Step2h, false">Prevent Microsoft Office documents from opening within Internet Explorer.</LABEL></td></tr>
  280.  
  281.             <tr id=trWelcomeLogon   TITLE="The Welcome screen and does not require users to type in a user name to log on.">
  282.                 <td><INPUT type=checkbox tabindex=30 id=chkWelcomeLogon onclick=ClickWelcomeLogon></td>
  283.                 <td><LABEL ID=Step2i For=chkWelcomeLogon onmouseover="Light Step2i, true" onmouseout="Light Step2i, false">Use the Welcome screen to simplify the log on process for users.</LABEL></td></tr>
  284.  
  285.             <tr id=trWelcomeRemAcct TITLE="To prevent users from learning the Toolkit administrator account name.">
  286.                 <td><INPUT type=checkbox tabindex=31 id=chkWelcomeRemAcct onclick=ClickWelcomeRemAcct></td>
  287.                 <td><LABEL ID=Step2j For=chkWelcomeRemAcct onmouseover="Light Step2j, true" onmouseout="Light Step2j, false">Remove <span id="welcomeUser">the Toolkit administrator</span> from the Welcome screen. <b>Important: </b>Press CTRL+ALT+DEL twice to log on to accounts not listed in the Welcome screen.</LABEL></td></tr>
  288.         </TABLE>
  289.         <P ID=pStep2a><b>Note: </b>Many of these check boxes take effect immediately, while some require a restart to take effect.</P>
  290.         <P ID=pStep2b>In addition to the settings above, it is important to have a strong password. Click <b>Test your Password</b> to ensure the Toolkit administrator account isn't using an easily guessable password.</P>
  291.         <BUTTON id=Step2PassTest tabindex=32 onmouseover="Light Step2PassTest, true" onmouseout="Light Step2PassTest, false" onclick='Run("PassTest")'><img align="absmiddle" src="graphics/PassTest.jpg"> <b>Test your Password</b></BUTTON>
  292.     </H3>
  293.  
  294.     <BUTTON id=srpAdmin class=warning STYLE="display:none" tabindex=33 onmouseover="Light srpAdmin, true" onmouseout="Light srpAdmin, false" onclick="ButtonClick srpAdmin2, dsrpAdmin, True">Computer Setup Limitation: Software Restriction Policy<SPAN ID=dsrpAdmin CLASS=warning>ê</SPAN></BUTTON>
  295.     <H3 id=srpAdmin2 class=warning STYLE="display:none">
  296.         <P ID=srpAdminA><b>Software Restriction Policy (SRP) on this computer does not apply to Administrative accounts.</b></p>
  297.         <p ID=srpAdminB>This is likely because SRP has been configured previously on this computer.</p>
  298.         <p ID=srpAdminC>If you want to use the User Restrictions tool to restrict Administrative accounts, you need to take action so that this Warning no longer appears when you run Getting Started.</p>
  299.         <BUTTON id=srpHandbook tabindex=34 onmouseover="Light srpHandbook, true" onmouseout="Light srpHandbook, false" onmouseover="Highlight(true)" onmouseout="Highlight(false)" onclick='Run("Handbook")'><img align="absmiddle" src="graphics/Handbook.ico"><b> Open the <u>H</u>andbook</b></BUTTON>
  300.  
  301.         <p ID=srpAdminD>Review <i>Chapter 7: Troubleshooting - Software Restriction Policy</i> in the Handbook for details on configuring SRP to apply to administrators in addition to users.</P>
  302.     </H3>
  303.  
  304.     <BUTTON ID=Step3 ACCESSKEY="3" CLASS=H2 tabindex=35 title="Click to expand/collapse this step (ALT+3)" onmouseover="Light Step3, true" onmouseout="Light Step3, false" onclick="ButtonClick Step3Text, dStep3, True">Step <u>3</u>. Create a Public Account for Shared Access<SPAN ID=dStep3 CLASS=down>ê</SPAN></BUTTON>
  305.     <H3 ID=Step3Text STYLE="display:none">
  306.         <p ID=S3a>Click <b>Open User Accounts</b>, create a local limited user account called <b>Public</b> (or a name you prefer), and then close User Accounts.</p>
  307.         <BUTTON ID=Step3User tabindex=36 onmouseover="Light Step3User, true" onmouseout="Light Step3User, false" onclick='Run("User")'><img align="absmiddle" src="graphics/UserAccounts.ico"><b> Open User Accounts</b></BUTTON>
  308.     </H3>
  309.     
  310.     <BUTTON ID=Step4 ACCESSKEY="4" CLASS=H2 tabindex=37 title="Click to expand/collapse this step (ALT+4)" onmouseover="Light Step4, true" onmouseout="Light Step4, false" onclick="ButtonClick Step4Text, dStep4, True">Step <u>4</u>. Configure the Public User Profile<SPAN ID=dStep4 CLASS=down>ê</SPAN></BUTTON>
  311.     <H3 ID=Step4Text STYLE="display:none">
  312.         <p ID=S4a>Click <b>Log off now</b> and log on as the Public account to do the following:</p> 
  313.             <UL>
  314.                 <LI ID=S4a1>Set the desktop wallpaper and other Windows preferences.</LI>
  315.                 <LI ID=S4a2>Add and configure one or more printers.</LI>
  316.                 <LI ID=S4a3>Configure first time settings and accept license agreements for programs such as Windows Media Player and Microsoft Office.</li>
  317.             </UL>
  318.         <p ID=S4b><b>Important:</b> If first time settings are not configured, each user will be asked to complete the same initial steps each time they log on (after you use the User Restrictions tool to lock the profile).</p>
  319.         <p ID=S4c>When finished, log on as the Toolkit administrator and then return here (<b>Getting Started</b>) to complete the remaining steps.</p>
  320.         <BUTTON ID=Step4Logoff tabindex=38 onmouseover="Light Step4Logoff, true" onmouseout="Light Step4Logoff, false" onclick='Run("Logoff")'><img align="absmiddle" src="graphics/Logoff.jpg"><b> Log off now</b></BUTTON>
  321.     </H3>
  322.  
  323.     <BUTTON ID=Step5 ACCESSKEY="5" CLASS=H2 tabindex=39 title="Click to expand/collapse this step (ALT+5)" onmouseover="Light Step5, true" onmouseout="Light Step5, false" onclick="ButtonClick Step5Text, dStep5, True">Step <u>5</u>. Restrict and Lock the Public User Profile<SPAN ID=dStep5 CLASS=down>ê</SPAN></BUTTON>
  324.     <H3 ID=Step5Text STYLE="display:none">
  325.         <p ID=S5a>Click <b>Open User Restrictions</b>, select the Public user profile and:</p>
  326.             <UL>
  327.                 <LI ID=S5a1>Select the <b>Lock this profile</b> check box to prevent user changes and Internet history from being saved.</LI>
  328.                 <LI ID=S5a2>Select the <b>Recommended Restrictions for Shared Accounts</b> check box to make the account more secure for shared access.</LI>
  329.                 <LI ID=S5a3>Configure the <b>General Settings</b> as you feel appropriate.</LI>
  330.                 <LI ID=S5a4>Click <b>OK</b> to apply the restrictions and close the tool.</LI>
  331.             </UL>
  332.         <BUTTON id=Step5Restrict tabindex=40 onmouseover="Light Step5Restrict, true" onmouseout="Light Step5Restrict, false" onclick='Run("Restrict")'><img align="absmiddle" src="graphics/Restrict.ico"><b> Open User Restrictions</b></BUTTON>
  333.     </H3>
  334.  
  335.     <BUTTON ID=Step6 ACCESSKEY="6" CLASS=H2 tabindex=41 title="Click to expand/collapse this step (ALT+6)" onmouseover="Light Step6, true" onmouseout="Light Step6, false" onclick="ButtonClick Step6Text, dStep6, True">Step <u>6</u>. Test the Public User Profile<SPAN ID=dStep6 CLASS=down>ê</SPAN></BUTTON>
  336.     <H3 ID=Step6Text STYLE="display:none">
  337.         <P ID=S6a>Click <b>Log off now</b> and log on as Public to test the restricted user profile, confirm that the necessary programs are available and working, and that the restrictions are appropriate.</P>
  338.         <P ID=S6b>When finished, log on as the Toolkit administrator and then return here (<b>Getting Started</b>) to complete the remaining steps.</P>
  339.         <BUTTON ID=Step6Logoff tabindex=42 onmouseover="Light Step6Logoff, true" onmouseout="Light Step6Logoff, false" onclick='Run("Logoff")'><img align="absmiddle" src="graphics/Logoff.jpg"><b> Log off now</b></BUTTON>
  340.     </H3>
  341.  
  342.     <BUTTON ID=Step7 ACCESSKEY="7" CLASS=H2 tabindex=43 title="Click to expand/collapse this step (ALT+7)" onmouseover="Light Step7, true" onmouseout="Light Step7, false" onclick="ButtonClick Step7Text, dStep7, True">Step <u>7</u>. Turn on Windows Disk Protection<SPAN ID=dStep7 CLASS=down>ê</SPAN></BUTTON>
  343.     <H3 ID=Step7Text STYLE="display:none">
  344.         <p ID=S7a>Click <b>Open Windows Disk Protection</b>, select <b>Turn On</b>, and then:</p>
  345.             <UL>
  346.                 <LI ID=S7a1>If prompted, click <b>Yes </b>to the antivirus update script suggestion.</LI>
  347.                 <LI ID=S7a2>Ensure that <b>Critical Updates </b>are enabled and scheduled to occur daily while the computer is not in use.</LI>
  348.                 <LI ID=S7a3>Click <b>OK</b> to finish and then click <b>Yes</b> when asked to restart the computer.</LI>
  349.             </UL>
  350.             <P ID=S7b><B>Important:</B> When Windows Disk Protection is on, return to the Windows Disk Protection tool to save changes of any kind to the Windows partition. For example, <b>Save changes with next restart</b> is required when you install new programs or make any Windows configuration changes while Windows Disk Protection is on.</P>
  351.             <P ID=S7c><b>Note:</b> The <i>Windows partition </i>is usually the C: drive, which contains Windows and other programs.</P>
  352.         <BUTTON id=Step7WDP tabindex=44 onmouseover="Light Step7WDP, true" onmouseout="Light Step7WDP, false" onclick='Run("DiskProtect")'><img align="absmiddle" src="graphics/DiskProtect.ico"><b> Open Windows Disk Protection</b></BUTTON>
  353.     </H3>
  354.  
  355.     <BUTTON ID=Step8 ACCESSKEY="8" CLASS=H2 tabindex=45 title="Click to expand/collapse this step (ALT+8)" onmouseover="Light Step8, true" onmouseout="Light Step8, false" onclick="ButtonClick Step8Text, dStep8, True">Step <u>8</u>. You're Done! Learn More About the Toolkit<SPAN ID=dStep8 CLASS=down>ê</SPAN></BUTTON>
  356.     <H3 ID=Step8Text STYLE="display:none">
  357.         <p ID=S8a>The Handbook includes additional best practices and steps you should consider for improving the security and reliability of your shared computers, as well as several advanced topics.</p>
  358.         <BUTTON ID=Step8Handbook tabindex=46 onmouseover="Light Step8Handbook, true" onmouseout="Light Step8Handbook, false" onclick='Run("Handbook")'><img align="absmiddle" src="graphics/Handbook.ico"><b> Open the Shared Computer Toolkit Handbook</b></BUTTON>
  359.         <p ID=S8b>Help describes each tool in more detail, and provides information about several useful command-line tools that may interest you.</p>
  360.         <BUTTON ID=Step8Help tabindex=47 onmouseover="Light Step8Help, true" onmouseout="Light Step8Help, false" onclick='Run("Help")'><img align="absmiddle" src="graphics/Help.gif"><b> Open the Shared Computer Toolkit Help</b></BUTTON>
  361.     </H3>
  362.     <p style="margin:0;padding:0;line-height:0"> </p>
  363. </BODY>
  364. </HTML>
  365.