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.

51 lines
1.8 KiB

  1. <HTML>
  2. <HEAD>
  3. <META content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <LINK id=idCSS rel="stylesheet" type="text/css" href="nusrmgr.css">
  6. <LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
  7. </HEAD>
  8. <BODY class=Page1 tabindex=-1 scroll=no
  9. onLoad='top.window.PopulateLeftPane(null,idLearnAboutContent.innerHTML,top.window.CreateUserDisplayHTML2(top.window.GetGuestName(),top.window.L_GuestDisabled_Property,"guest_disabled.bmp"));idOK.focus();'>
  10. <DIV class=WorkArea>
  11. <H2 id=idPageTitle>
  12. Do you want to turn on the guest account?
  13. </H2>
  14. <DIV id=idTaskTitle class=TaskArea>
  15. If you turn on the guest account, people who do not have an
  16. account can use the guest account to log on to the computer.
  17. Password-protected files, folders, or settings are not accessible to
  18. guest users.
  19. </DIV>
  20. <DIV class=HorzLine1></DIV>
  21. <DIV class=ButtonRow>
  22. <BUTTON id=idOK type="submit" onclick="top.window.EnableGuest(true);"
  23. accesskey="T"
  24. title="Allow guest access to this computer.">
  25. <SPAN>T</SPAN>urn On the Guest Account
  26. </BUTTON>
  27. <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
  28. title="Close this page without saving any changes you made.">
  29. Cancel
  30. </BUTTON>
  31. </DIV>
  32. </DIV>
  33. <!-- Localizable content not displayed in this pane. -->
  34. <DIV style="display:none">
  35. <DIV id=idLearnAboutContent>
  36. <TABLE onclick="LaunchHelp('HelpUsingGuest.htm'); return false;" onkeydown="OnKeySelect(2);">
  37. <TR>
  38. <TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
  39. <TD id=uaLink1><A href="" tabIndex=-1>Using the guest account</A></TD>
  40. </TR>
  41. </TABLE>
  42. </DIV>
  43. </DIV>
  44. </BODY>
  45. </HTML>