Advertisement
Guest User

Untitled

a guest
Jun 24th, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <!--
  6. New Perspectives on HTML and CSS
  7. CIS 114
  8.  
  9. Web Design Project Assignment
  10. Author: Michael Higgins
  11. Date: June 23, 2013
  12.  
  13. Filename: win7guide.htm
  14. Supporting files: modernizr-1.5.js, guide.css
  15. -->
  16.  
  17. <meta charset="UTF-8" />
  18. <title>Windows 7 Tutorial Guides</title>
  19. <script src="modernizr-1.5.js"></script>
  20. <link href="guide.css" rel="stylesheet" type="text/css" />
  21.  
  22. </head>
  23.  
  24. <body>
  25. <header>
  26. <img src="header.jpg" alt="How-To Guides" usemap="#logomap"/>
  27.  
  28. <map name="logomap">
  29. <area shape="rect" coords="5,20,165,60"
  30. href="home.htm" alt="Home Page" />
  31. <area shape="rect" coords="210,35,420,60"
  32. href="winxp.htm" alt="Windows XP" />
  33. <area shape="rect" coords="460,35,640,60"
  34. href="win7.htm" alt="Windows 7" />
  35. <area shape="rect" coords="685,35,855,60"
  36. href="mac.htm" alt="Mac OS X" />
  37. </map>
  38. </header>
  39.  
  40. <section>
  41.  
  42. <!--I learned how to do this at my previous position within Columbia University. One of my
  43. responsibilities was to update and manage the department website. In managing the
  44. website, I ultimately learned how to code using javascript.-->
  45. <script type="text/javascript">
  46. function toggleMe(a){
  47. var e=document.getElementById(a);
  48. var i = document.getElementById(a + '_image');
  49. if(!e)return true;
  50. if(e.style.display=="none"){
  51. e.style.display="block"
  52. i.src = 'http://i225.photobucket.com/albums/dd141/mphenterprisesnj/DownArrow_zpsd20ab8d6.png';
  53. } else {
  54. e.style.display="none"
  55. i.src = 'http://i225.photobucket.com/albums/dd141/mphenterprisesnj/RightArrow_zpsbe021c43.png';
  56. }
  57. return false;
  58. }
  59. </script>
  60.  
  61. <h3><a style="cursor:pointer;" onclick="return toggleMe('para1')"><img id="para1_image"
  62. src="http://i225.photobucket.com/albums/dd141/mphenterprisesnj/RightArrow_zpsbe021c43.png"
  63. style="border:0;margin-right:5px;vertical-align:middle;" />How to Map a Network Drive - Basic to
  64. Intermediate Skill Level</a></h3>
  65. <div id="para1" style="display:none;">
  66. <h2>The Traditional Method</h2>
  67.  
  68. <ul>
  69. <li>There are several ways to get to the Map a Network Drive utility. Here are the most common:</li>
  70. <ol>Right click on the Computer icon on the desktop and select Map network drive</ol>
  71. <ol>Right click on the Computer icon within the Start Menu and select Map network drive</ol>
  72. <ol>Open Windows Explorer (My Computer) and select Tools -> Map network drive</ol>
  73. <li>From within the utility, select the drive letter that you want to use as your network drive.</li>
  74. <ol>The path for the network shared folder should be in this format, \\server\share.</ol>
  75. <ol>Make sure that a check mark is inside the box next to, Reconnect at Logon.</ol>
  76. <li>Click Finish. At this point, you will be prompted to enter your network credentials. This may or
  77. may not be the same credentials you use to log onto the computer. If you are not sure of the
  78. credentials, contact whoever administers your computer.
  79. </li>
  80. <li>Once you successfully enter your network credentials, the network shared drive will open in a new
  81. window.</li>
  82. </ul>
  83. <br />
  84. <h2>The Alternative Method</h2>
  85.  
  86. <ul>
  87. <li>Open Windows Explorer (My Computer) and enter the server name (i.e. \\epsilon.iserp.columbia.edu)
  88. within the address field and hit Enter. You will be prompted to enter your network credentials. If you
  89. are not sure of your network credentials, contact whoever administers your computer.</li>
  90. <li>Once you successfully enter your network credentials, you will see every shared folder within the server.</li>
  91. <li>Right click on the shared folder you would like to access and select Map Network Drive...</li>
  92. <li>A separate window will appear. Choose the drive letter you want to represent this shared folder. Ensure
  93. "Reconnect at Logon" is selected. Click Finish. The network shared drive will open in a new window.
  94. </li>
  95. </ul>
  96. </div>
  97. <br />
  98. <h3><a style="cursor:pointer;" onclick="return toggleMe('para2')"><img id="para2_image"
  99. src="http://i225.photobucket.com/albums/dd141/mphenterprisesnj/RightArrow_zpsbe021c43.png"
  100. style="border:0;margin-right:5px;vertical-align:middle;" />How to Connect to a Network Printer - Basic Skill
  101. Level</a></h3>
  102. <div id="para2" style="display:none;">
  103. <ul>
  104. <li>All network printers have IP addresses. The most common way to determine the IP address of a network
  105. printer is to go to the printer itself. Normally, when you hold the ready button for a few seconds,
  106. a network page prints out all the networking information including the IP address. You can also obtain
  107. the IP address from menu selections in certain printers.
  108. </li>
  109. <li>Once you have the IP address of the printer you want to use, go to the Devices and Printers section:</li>
  110. <ol>Click on Start -> Devices and Printers</ol>
  111. <ol>Click on Start -> Control Panel -> Devics and Printers</ol>
  112. <li>From within this section, click Add a Printer</big></li>
  113. <li>This will open the Add a Printer Wizard. Click Next to begin.</big></li>
  114. <li>Select Add a network, wireless, or Bluetooth printer</li>
  115. <li>At this stage, Windows is searching your network for all available network printers. Since you already
  116. know the IP address of the printer you want to use, click Stop and then click The printer that I want
  117. wasn't listed.
  118. </li>
  119. <li>On the next screen, select the radial button next to Add a printer using TCP/IP address or hostname and
  120. then click Next.
  121. </li>
  122. <li>On the next screen, select TCP/IP Device for the Device Name</li>
  123. <li>Enter the IP address of the printer you want to use (the port name information will populate automatically)
  124. and click Next.
  125. </li>
  126. <li>On the Install the printer driver page, you will see all the available printers and printer drivers
  127. available. To update the list, click Windows Update (this process may take several minutes).
  128. </li>
  129. <li>Once the list updates, scroll down to the manufacturer of the printer you would like to use.</li>
  130. <li>On the right side of the window, you will find all the available printers. Select the model number of the
  131. printer you want to use and then click Next.
  132. </li>
  133. <li>The next screen will give you an option to either rename the printer or accept the default name. Click
  134. Next when you are ready.
  135. </li>
  136. <li>Once the printer drivers are installed, you will be prompted to choose whether or not you want the printer
  137. set as the default printer. You will also have a chance to print a test page. Click Finish when you are
  138. ready.
  139. </li>
  140. </ul>
  141. </div>
  142. <br />
  143. <h3><a style="cursor:pointer;" onclick="return toggleMe('para3')"><img id="para3_image"
  144. src="http://i225.photobucket.com/albums/dd141/mphenterprisesnj/RightArrow_zpsbe021c43.png"
  145. style="border:0;margin-right:5px;vertical-align:middle;" />How to Thoroughly Remove Malicious Files from Your
  146. Computer - Basic to Intermediate Skill Level</a></h3>
  147. <div id="para3" style="display:none;">
  148. <ul>
  149. <p>Knowing that your computer is infected with malicious files can be a traumatic experience. However, it
  150. does not mean the end of your computer. To thoroughly remove malicious files from your computer, you
  151. need a collection of various applications and some patience. This is not a quick process but, when you
  152. are finished, not only will you have the satisfaction of beating this issue yourself but your computer
  153. will be much more responsive as well.
  154. </p>
  155. <p>The following are links are to highly recommended anti-virus programs. I cannot personally endorse any of
  156. these programs. These sources are solely for experimental purposes only.
  157. </p>
  158. <p><a href="http://cdn.superantispyware.com/SUPERAntiSpyware.exe">SuperAntiSpyware (Free)</a></p>
  159. <p><a href="http://www.majorgeeks.com/index.php?ct=files&action=download&">Malwarebytes (Free)</a></p>
  160. <p><a href="http://download.piriform.com/ccsetup402.exe">CCleaner (Free)</a></p>
  161. <h2><a style="cursor:pointer;" onclick="return toggleMe('para4')"><img id="para4_image"
  162. src="http://i225.photobucket.com/albums/dd141/mphenterprisesnj/RightArrow_zpsbe021c43.png"
  163. style="border:0;margin-right:5px;vertical-align:middle;" />Preparation</a></h2>
  164. <div id="para4" style="display:none;">
  165. <p>Ensure all critical data is backed up. This includes pictures, music, documents, movies, etc. The backup
  166. location is up to you but a location off of the infected computer would be best.
  167. </p>
  168. <p>Because it is very likely that your user profile is infected, it is highly recommended that you do not
  169. run the virus scan under your own profile. For security purposes, Windows comes with the built-in
  170. Administrator profile disabled by default. To enable it, click on Start and then right click on Computer
  171. and select Manage.
  172. </p>
  173. <br />
  174. <img src="manage.png" alt="Manage">
  175. <p>In order to access this section, your user account needs administrator level access (for example, you
  176. need to be able to download and install applications). If your user profile does not have administrator
  177. access, contact someone who has an user account on that computer with administrator-level access.
  178. </p>
  179. <p>Once in the Computer Management window, double click on Local Users and Groups within the left column
  180. and then double click on Users. Within the main section of the window, you should see all of the local
  181. users. If the Administrator profile is disabled, you will see a small black arrow pointing downward next
  182. to the Administrator user name.
  183. </p>
  184. <br />
  185. <img src="administrator.png" alt="Administrator">
  186. <p>Double click on Administrator. This will open the properties window. Remove the check box next to
  187. “Account is disabled” and click OK.
  188. </p>
  189. <br />
  190. <img src="enable.png" alt="Enable">
  191. <p>Restart the computer. Immediately after the computer starts the restart process, start tapping F8. This
  192. will bring up the Advanced Boot Options screen. Some computers will start to beep. If you hear beeping,
  193. stop tapping the F8 key. Once in the Advanced Boot Options screen, use the down arrow to select Safe
  194. Mode with Networking.
  195. </p>
  196. <p>At the log in screen, you should see your own user profile as well as the local Administrator profile.
  197. Click on the Administrator icon to access the log in screen (depending on your settings, you may not
  198. have a password associated for this profile). Once at the Windows deskop, close the Windows Help and
  199. Support window that appears.
  200. </p>
  201. <h2><a style="cursor:pointer;" onclick="return toggleMe('para5')"><img id="para5_image"
  202. src="http://i225.photobucket.com/albums/dd141/mphenterprisesnj/RightArrow_zpsbe021c43.png"
  203. style="border:0;margin-right:5px;vertical-align:middle;" />Installation</a></h2>
  204. <div id="para5" style="display:none;">
  205. <p>Install each application and make the suggested setting changes:</p>
  206. <p>SuperAntiSpyware</p>
  207. <ul>
  208. <li>Under Preferences -> Scanning Control, make these changes:</li>
  209. <ol>Remove check mark from Ignore files larger than 4MB</ol>
  210. <ol>Remove check mark from Ignore non-executable files</ol>
  211. <ol>Remove check mark from Scan only known file types</ol>
  212. <ol>Place a check mark in Close browsers before scanning</ol>
  213. <ol>Place a check mark in Terminate memory threats before quarantining</ol>
  214. </li>
  215. </ul>
  216. <br />
  217. <img src="sas.png" alt="SAS">
  218. </body>
  219. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement