Leaked source code of windows server 2003
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.

84 lines
3.3 KiB

  1. <HTML>
  2. <HEAD>
  3. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <TITLE>User Accounts - Learn About test</TITLE>
  6. <LINK rel="stylesheet" type="text/css" href="nusrmgr.css">
  7. <LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
  8. <SCRIPT language="JavaScript">
  9. var g_HelpWindow = null;
  10. var g_szHelpUrl = null;
  11. function LaunchHelp(szHTM)
  12. {
  13. if (szHTM && szHTM.length > 0)
  14. {
  15. if (null == g_HelpWindow)
  16. {
  17. var args = new Object;
  18. args.mainWindow = window;
  19. args.szHTM = szHTM;
  20. if (null == g_szHelpUrl)
  21. {
  22. var oWshShell = new ActiveXObject("WScript.Shell");
  23. g_szHelpUrl = oWshShell.ExpandEnvironmentStrings("MS-ITS:%windir%\\help\\nusrmgr.chm::/");
  24. }
  25. g_HelpWindow = window.showModelessDialog(g_szHelpUrl + "HelpFrame.htm", args, "border=thick; center=0; dialogWidth=30em; dialogHeight=34em; help=0; minimize=1; maximize=1; resizable=1; status=0;");
  26. }
  27. else
  28. {
  29. g_HelpWindow.ShowHelp(g_szHelpUrl + szHTM);
  30. }
  31. }
  32. }
  33. window.resizeTo(Math.min(400,screen.availWidth), Math.min(400,screen.availHeight));
  34. </SCRIPT>
  35. <HTA:APPLICATION
  36. id=idUM
  37. applicationName="User Account Manager"
  38. border=thick
  39. borderStyle=normal
  40. caption=yes
  41. icon=users.ico
  42. singleInstance=yes
  43. sysMenu=yes
  44. version=1.0
  45. windowstate=normal
  46. innerBorder=off
  47. selection=off
  48. contextMenu=off
  49. scroll=no
  50. scrollFlat=on
  51. />
  52. </HEAD>
  53. <BODY class="Page1 WorkArea" scroll=no>
  54. <H3>Learn About</H3>
  55. <DIV style="margin-top:2mm;line-height:150%;">
  56. <A href="" onclick="LaunchHelp('HelpWindowsAccounts.htm'); return false;">User accounts</A><BR>
  57. <A href="" onclick="LaunchHelp('HelpAccountTypes.htm'); return false;">Account Types</A> (Pro)<BR>
  58. <A href="" onclick="LaunchHelp('HelpUATAdmin2.htm'); return false;">Account Types</A> (Per)<BR>
  59. <A href="" onclick="LaunchHelp('HelpLogon.htm'); return false;">Logging on to the computer</A><BR>
  60. <A href="" onclick="LaunchHelp('HelpFUS.htm'); return false;">Switching users</A><BR>
  61. <A href="" onclick="LaunchHelp('HelpCreateAccount.htm'); return false;">Creating a user account</A><BR>
  62. <A href="" onclick="LaunchHelp('HelpDeleteAccount.htm'); return false;">Deleting accounts</A><BR>
  63. <A href="" onclick="LaunchHelp('HelpDeleteOwner.htm'); return false;">Deleting an owner account</A><BR>
  64. <A href="" onclick="LaunchHelp('HelpUsingGuest.htm'); return false;">Using the guest account</A><BR>
  65. <A href="" onclick="LaunchHelp('HelpChangeName.htm'); return false;">Changing account names</A> (non-admin)<BR>
  66. <A href="" onclick="LaunchHelp('HelpChangeNonAdmin.htm'); return false;">Making other changes to your account</A> (non-admin)<BR>
  67. <A href="" onclick="LaunchHelp('HelpCreatePassword.htm'); return false;">Creating a secure password</A><BR>
  68. <A href="" onclick="LaunchHelp('HelpCreateHint.htm'); return false;">Creating a good password hint</A><BR>
  69. <A href="" onclick="LaunchHelp('HelpRecoverPassword.htm'); return false;">Recovering a password</A><BR>
  70. <A href="" onclick="LaunchHelp('HelpCustomPictures.htm'); return false;">Applying your own picture to an account</A><BR>
  71. </DIV>
  72. </BODY>
  73. </HTML>