<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3895899072203295200</id><updated>2024-09-28T22:38:00.940-07:00</updated><title type='text'>Understanding Windows</title><subtitle type='html'>If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-3441001567753731400</id><published>2007-10-24T00:56:00.001-07:00</published><updated>2007-10-24T01:04:25.600-07:00</updated><title type='text'>Configuring Windows Server 2008 Server Core Basic Networking Settings</title><content type='html'>&lt;h1&gt;&lt;font color=&quot;#2233ad&quot;&gt;Configuring Windows Server 2008 Server Core Basic Networking Settings&lt;/font&gt;&lt;/h1&gt;  &lt;p&gt;In my previous article I have written about how, in Windows Server 2008, Server Core installation does not include the traditional full graphical user interface (GUI). Therefore, once you have configured the server, you can only manage it locally at a command prompt, or remotely using a Terminal Server connection. Read more about Server Core on my &amp;quot;&lt;a href=&quot;http://understandingwindows.blogspot.com/2007/10/windows-server-2008-server-core.html&quot;&gt;Windows Server 2008 Server Core&lt;/a&gt;&amp;quot; article.&lt;/p&gt;  &lt;p&gt;Like any other server, Server Core machines must be properly configured to be able to communicate on your network. Some of these settings include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Configuring an IP address &lt;/li&gt;    &lt;li&gt;Configuring an administrator&#39;s password &lt;/li&gt;    &lt;li&gt;Configuring a server name &lt;/li&gt;    &lt;li&gt;Enabling remote MMC snap-in management &lt;/li&gt;    &lt;li&gt;Enabling remote RDP connections &lt;/li&gt;    &lt;li&gt;Enabling remote Windows Firewall management &lt;/li&gt;    &lt;li&gt;Enabling remote shell management &lt;/li&gt;    &lt;li&gt;Activating the server &lt;/li&gt;    &lt;li&gt;Joining a domain &lt;/li&gt;    &lt;li&gt;Configuring Windows Updates &lt;/li&gt;    &lt;li&gt;Configuring error reporting &lt;/li&gt;    &lt;li&gt;Adding server roles and features &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;And other tasks.&lt;/p&gt;  &lt;p&gt;Before you start, you need to configure the server&#39;s IP address.&lt;/p&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To set the server with a static IP address&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;ol&gt;     &lt;li&gt;At a command prompt, type the following:        &lt;br /&gt;        &lt;br /&gt;        &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;           &lt;tr&gt;             &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;netsh interface ipv4 show interfaces                &lt;br /&gt;                &lt;br /&gt;&lt;/td&gt;           &lt;/tr&gt;         &lt;/tbody&gt;&lt;/table&gt;        &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;Look at the number shown in the &lt;i&gt;Idx&lt;/i&gt; column of the output for your network adapter. If your computer has more than one network adapter, make a note of the number corresponding to the network adapter for which you wish to set a static IP address.         &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;At the command prompt, type:        &lt;br /&gt;        &lt;br /&gt;        &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;           &lt;tr&gt;             &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;netsh interface ipv4 set address name=&amp;quot;&amp;lt;ID&amp;gt;&amp;quot; source=static address=&amp;lt;StaticIP&amp;gt; mask=&amp;lt;SubnetMask&amp;gt; gateway=&amp;lt;DefaultGateway&amp;gt;                &lt;br /&gt;                &lt;br /&gt;&lt;/td&gt;           &lt;/tr&gt;         &lt;/tbody&gt;&lt;/table&gt;        &lt;br /&gt;Where:         &lt;ul&gt;         &lt;li&gt;&lt;i&gt;ID&lt;/i&gt; is the number from step 2 above &lt;/li&gt;          &lt;li&gt;&lt;i&gt;StaticIP &lt;/i&gt;is the static IP address that you are setting &lt;/li&gt;          &lt;li&gt;&lt;i&gt;SubnetMask&lt;/i&gt; is the subnet mask for the IP address &lt;/li&gt;          &lt;li&gt;&lt;i&gt;DefaultGateway&lt;/i&gt; is the default gateway &lt;/li&gt;       &lt;/ul&gt;        &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;At the command prompt, type:        &lt;br /&gt;        &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;           &lt;tr&gt;             &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;netsh interface ipv4 add dnsserver name=&amp;quot;&amp;lt;ID&amp;gt;&amp;quot; address=&amp;lt;DNSIP&amp;gt; index=1                &lt;br /&gt;&lt;/td&gt;           &lt;/tr&gt;         &lt;/tbody&gt;&lt;/table&gt;        &lt;br /&gt;Where:         &lt;ul&gt;         &lt;li&gt;&lt;i&gt;ID&lt;/i&gt; is the number from step 2 above &lt;/li&gt;          &lt;li&gt;&lt;i&gt;DNSIP&lt;/i&gt; is the IP address of your DNS server &lt;/li&gt;       &lt;/ul&gt;        &lt;br /&gt;        &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;Repeat step 4 for each DNS server that you want to set, incrementing the index= number each time.        &lt;br /&gt;        &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;Verify by typing &lt;i&gt;ipconfig /all&lt;/i&gt; and checking that all the addresses are correct. &lt;/li&gt;   &lt;/ol&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To set the administrative password in Windows Server 2008&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;At a command prompt, type the following:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;net user administrator *              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;When prompted to enter the password, type the new password for the administrator user account and press ENTER.      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;When prompted, retype the password and press ENTER. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Next, you might want to change the computer&#39;s name, as the default name is a random-generated name (unless configured through an answer file)&lt;/p&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To change the name of the server&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;Determine the current name of the server with the &lt;i&gt;hostname&lt;/i&gt; or &lt;i&gt;ipconfig /all&lt;/i&gt; commands.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;At a command prompt, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;401&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;399&quot;&gt;netdom renamecomputer &amp;lt;ComputerName&amp;gt; /NewName:&amp;lt;NewComputerName&amp;gt;              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Restart the computer by typing the following at a command prompt:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;shutdown /r /t 0              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To manage a server running a Server Core installation by using the Windows Remote Shell&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;To enable Windows Remote Shell on a server running a Server Core installation, type the following command at a command prompt:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;WinRM quickconfig              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Click Y to accept the default settings.      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; The WinRM quickconfig setting enables a server running a Server Core installation to accept Windows Remote Shell connections.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;On the remote computer, at a command prompt, use WinRS.exe to run commands on a server running a Server Core installation. For example, to perform a directory listing of the Windows folder, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;winrs -r:&amp;lt;ServerName&amp;gt; cmd&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;Where &lt;i&gt;ServerName&lt;/i&gt; is the name of the server running a Server Core installation.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;You can now type any command that you require, it will be executed on the remote computer. &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To activate the server&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;At a command prompt, type:      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;slmgr.vbs &amp;#x2013;ato              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;br /&gt;If activation is successful, no message will return in the command prompt. &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To activate the server remotely&lt;/font&gt; &lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;At a command prompt, type:      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;cscript slmgr.vbs -ato &amp;lt;servername&amp;gt; &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Retrieve the GUID of the computer by typing:      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;cscript slmgr.vbs -did              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Type      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;cscript slmgr.vbs -dli &amp;lt;GUID&amp;gt;              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Verify that License status is set to Licensed (activated). &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To join a Windows 2008 server to a domain&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;At a command prompt, type:      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;392&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;390&quot;&gt;netdom join &amp;lt;ComputerName&amp;gt; /domain:&amp;lt;DomainName&amp;gt; /userd:&amp;lt;UserName&amp;gt; /passwordd:*              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;Where:       &lt;ul&gt;       &lt;li&gt;&lt;i&gt;ComputerName&lt;/i&gt; is the name of the server that is running the Server Core installation. &lt;/li&gt;        &lt;li&gt;&lt;i&gt;DomainName&lt;/i&gt; is the name of the domain to join. &lt;/li&gt;        &lt;li&gt;&lt;i&gt;UserName&lt;/i&gt; is a domain user account with permission to join the domain. &lt;/li&gt;     &lt;/ul&gt;      &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; Entering * as the password means you will be prompted to enter it on the command prompt window in the next step. You can enter it in the initial command, if you wish to.       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; Note that the word &amp;quot;passwordd&amp;quot; has 2 d&#39;s in it&amp;#x2026;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;When prompted to enter the password, type the password for the domain user account specified by UserName.      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Restart the computer by typing the following at a command prompt:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;shutdown /r /t 0              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To remove the Windows 2008 server from a domain&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;At a command prompt, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;netdom remove              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Reboot the computer. &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To configure automatic updates&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;To enable automatic updates, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;cscript C:\Windows\System32\ Scregedit.wsf /au /4              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;To disable automatic updates, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;cscript C:\Windows\System32\ Scregedit.wsf /au /1              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;BTW, in order to view your current settings you can type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;cscript C:\Windows\System32\ Scregedit.wsf /au /v&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;To configure error reporting&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;To verify the current setting, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;serverWerOptin /query              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;To automatically send detailed reports, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;serverWerOptin /detailed              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;To automatically send summary reports, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;serverWerOptin /summary              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;To disable error reporting, type:      &lt;br /&gt;      &lt;br /&gt;      &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;         &lt;tr&gt;           &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;serverWerOptin /disable              &lt;br /&gt;&lt;/td&gt;         &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;&lt;font color=&quot;#9d1961&quot;&gt;Summary&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;Windows Server 2008 Core machines need to be properly configured for communication across your network. While most of the Server Core settings need to be configured via the local Command Prompt, some settings can also be configured remotely. This article, a part of a complete Server Core article series, will show you how to do that.&lt;/p&gt; &lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/3441001567753731400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/3441001567753731400' title='43 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/3441001567753731400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/3441001567753731400'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/configuring-windows-server-2008-server.html' title='Configuring Windows Server 2008 Server Core Basic Networking Settings'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>43</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-8386674135182820035</id><published>2007-10-20T01:27:00.001-07:00</published><updated>2007-10-20T01:33:24.163-07:00</updated><title type='text'>Remotely Managing Windows 2008 Server Core Firewall</title><content type='html'>&lt;h1&gt;&lt;font color=&quot;#0063c6&quot;&gt;Remotely Managing Windows 2008 Server Core Firewall&lt;/font&gt;&lt;/h1&gt;  &lt;p&gt;As you already know by now, in Windows Server 2008, Server Core installation does not include the traditional full graphical user interface (GUI). Therefore, once you have configured the server, you can only manage it locally at a command prompt, or remotely using a Terminal Server connection. A third management option is to manage the server remotely using the Microsoft Management Console (MMC) or command-line tools that support remote use.&lt;/p&gt;  &lt;p&gt;Read more about Server Core on my &amp;quot;&lt;a href=&quot;http://understandingwindows.blogspot.com/2007/10/windows-server-2008-server-core.html&quot;&gt;Windows Server 2008 Server Core&lt;/a&gt;&amp;quot; article.&lt;/p&gt;  &lt;p&gt;One of the major pains of managing such a GUI-stripped installation is the configuration of the Windows Advanced Firewall settings. Without properly configuring these rules, you will find it extremely difficult to remotely manage your server.&lt;/p&gt;  &lt;p&gt;In this article, I assume that you have already configured your server core with the bare minimum requirements to operate in a network. These requirements are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Configuring an IP address &lt;/li&gt;    &lt;li&gt;Configuring a server name &lt;/li&gt;    &lt;li&gt;Configuring an administrator&#39;s password &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You should, but are not required to, also join the server to your domain.&lt;/p&gt;  &lt;p&gt;&amp;#xA0;&lt;/p&gt;  &lt;p&gt;Next, in order to properly configure Server Core to allow you to control its Firewall settings remotely, via GUI, follow these steps:&lt;/p&gt;  &lt;h4&gt;&lt;font color=&quot;#c60000&quot;&gt;Step #1: Enable remote management through the firewall&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;On your Server Core machine, at a command prompt, type the following:&lt;/p&gt;  &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;netsh advfirewall set currentprofile settings          &lt;br /&gt;remotemanagement enable           &lt;br /&gt;          &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#xA0;&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;http://lh3.google.com/rabster2k3/Rxm7UWPQPUI/AAAAAAAAAG4/cWOxA2IrTEc/fw_rmt_mgmt_0%5B4%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;184&quot; alt=&quot;fw_rmt_mgmt_0&quot; src=&quot;http://lh4.google.com/rabster2k3/Rxm7VmPQPVI/AAAAAAAAAHA/EpQh8VmHNMA/fw_rmt_mgmt_0_thumb%5B2%5D.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This will allow you to control the Firewall&#39;s settings from a remote MMC snap-in.&lt;/p&gt;  &lt;p&gt;You can always run the following command in order to disable this option:&lt;/p&gt;  &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;400&quot; border=&quot;1&quot;&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign=&quot;top&quot; width=&quot;400&quot;&gt;netsh advfirewall set currentprofile settings          &lt;br /&gt;remotemanagement disable           &lt;br /&gt;          &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#xA0;&lt;/p&gt;  &lt;h4&gt;&lt;font color=&quot;#c60000&quot;&gt;Step #2: Open the Windows Firewall snap-in&lt;/font&gt;&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;On a remote computer running Windows Server 2008 or Windows Vista, click Start &amp;gt; Run, then type MMC and press ENTER. &lt;/li&gt;    &lt;li&gt;Click File &amp;gt; Add/Remove Snap-in.      &lt;br /&gt;&lt;a href=&quot;http://lh3.google.com/rabster2k3/Rxm7XWPQPWI/AAAAAAAAAHI/sXhgSNH-b24/fw_rmt_mgmt_1%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_1&quot; src=&quot;http://lh6.google.com/rabster2k3/Rxm7ZGPQPXI/AAAAAAAAAHQ/uSWsASlNggg/fw_rmt_mgmt_1_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;In the Add or remove snap-ins, scroll down till you find the Windows Firewall with advanced security snap-in.      &lt;br /&gt;&lt;a href=&quot;http://lh4.google.com/rabster2k3/Rxm7cmPQPYI/AAAAAAAAAHY/_7KDovNiqsQ/fw_rmt_mgmt_2%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_2&quot; src=&quot;http://lh5.google.com/rabster2k3/Rxm7d2PQPZI/AAAAAAAAAHg/PiOIUCGPJRI/fw_rmt_mgmt_2_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Click Add, then in Another Computer, type the name or IP Address of the Server Core server you want to manage.      &lt;br /&gt;&lt;a href=&quot;http://lh3.google.com/rabster2k3/Rxm7hWPQPaI/AAAAAAAAAHo/kyDv4y_o2B4/fw_rmt_mgmt_3%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_3&quot; src=&quot;http://lh5.google.com/rabster2k3/Rxm7i2PQPbI/AAAAAAAAAHw/nZdnoiaYBbM/fw_rmt_mgmt_3_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;After a short loading, if all is ok, you will be presented with the management GUI of the remote server.      &lt;br /&gt;&amp;#xA0;&lt;a href=&quot;http://lh4.google.com/rabster2k3/Rxm7lmPQPcI/AAAAAAAAAH4/DMrXrXaWGV0/fw_rmt_mgmt_4%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_4&quot; src=&quot;http://lh5.google.com/rabster2k3/Rxm7n2PQPdI/AAAAAAAAAIA/89qhW8HVQKQ/fw_rmt_mgmt_4_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://lh3.google.com/rabster2k3/Rxm7rWPQPeI/AAAAAAAAAII/nS7acAczoNA/fw_rmt_mgmt_5%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_5&quot; src=&quot;http://lh5.google.com/rabster2k3/Rxm7s2PQPfI/AAAAAAAAAIQ/QyocExr3lCY/fw_rmt_mgmt_5_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;You can now create new Firewall rules, enable or disable existing rules, export your settings or disable the Firewall altogether.      &lt;br /&gt;For example, to enable the rule allowing Remote Desktop connections to the Server Core, go to Inbound Rules. In the results pane scroll down till you find Remote Desktop (Tcp-in), right-click it and choose Enable. &lt;/li&gt; &lt;/ol&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href=&quot;http://lh6.google.com/rabster2k3/Rxm7xGPQPgI/AAAAAAAAAIY/N2zr8apYh-E/fw_rmt_mgmt_6%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_6&quot; src=&quot;http://lh6.google.com/rabster2k3/Rxm7zGPQPhI/AAAAAAAAAIg/-60BtPhoyfc/fw_rmt_mgmt_6_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/p&gt;    &lt;p&gt;Another example would be to enable ICMP Echo Replies (or simply put &amp;#x2013; Ping replies) from the Server Core server, allowing the administrators to test for connectivity issues with the server. To enable the rule allowing ICMP Echo Replies from the Server Core, go to Inbound Rules. In the results pane scroll down till you find File and Printer Sharing (Echo Request &amp;#x2013; ICMPv4-In), right-click it and choose Enable.&lt;/p&gt;    &lt;p&gt;&lt;a href=&quot;http://lh3.google.com/rabster2k3/Rxm72WPQPiI/AAAAAAAAAIo/7T8DcScwrqc/fw_rmt_mgmt_7%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_7&quot; src=&quot;http://lh5.google.com/rabster2k3/Rxm732PQPjI/AAAAAAAAAIw/6e8hzw8CAHU/fw_rmt_mgmt_7_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/p&gt;    &lt;p&gt;Pings to the Server Core server should now work.&lt;/p&gt;    &lt;p&gt;&lt;a href=&quot;http://lh4.google.com/rabster2k3/Rxm78mPQPkI/AAAAAAAAAI4/yUsCZSMAjNA/fw_rmt_mgmt_8%5B2%5D.gif&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;165&quot; alt=&quot;fw_rmt_mgmt_8&quot; src=&quot;http://lh3.google.com/rabster2k3/Rxm7-WPQPlI/AAAAAAAAAJA/PtqfeuIyEB0/fw_rmt_mgmt_8_thumb.gif&quot; width=&quot;244&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;You can save the current MMC window for future use. As long as you do not change the settings on step #1, or change the server&#39;s IP Address (if you&#39;ve used an IP Address to connect to it in the first place), it should continue working for as long as you want.&lt;/p&gt;  &lt;h4&gt;&lt;font color=&quot;#c60000&quot;&gt;Summary&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;Running Server Core requires manual control of many settings, and without proper Firewall configuration you may find it hard to remotely connect to it. This article showed you how to configure the Server Core server in order to remotely connect and configure the Windows firewall component.&lt;/p&gt;  &lt;p&gt;&amp;#xA0;&lt;/p&gt;  &lt;div class=&quot;wlWriterSmartContent&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:21aa4a22-8cf8-42f0-9dd1-a686b6029a86&quot; style=&quot;padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px&quot;&gt;Technorati Tags:  		&lt;a href=&quot;http://technorati.com/tags/Windows/&quot; rel=&quot;tag&quot;&gt;Windows&lt;/a&gt; 		,  		&lt;a href=&quot;http://technorati.com/tags/Server/&quot; rel=&quot;tag&quot;&gt;Server&lt;/a&gt; 		,  		&lt;a href=&quot;http://technorati.com/tags/Server%202008/&quot; rel=&quot;tag&quot;&gt;Server 2008&lt;/a&gt; 		,  		&lt;a href=&quot;http://technorati.com/tags/Firewall/&quot; rel=&quot;tag&quot;&gt;Firewall&lt;/a&gt; 		&lt;/div&gt; &lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/8386674135182820035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/8386674135182820035' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/8386674135182820035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/8386674135182820035'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/remotely-managing-windows-2008-server.html' title='Remotely Managing Windows 2008 Server Core Firewall'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-4189640531615958335</id><published>2007-10-15T01:53:00.001-07:00</published><updated>2007-10-15T01:53:53.606-07:00</updated><title type='text'>Subnetting Table</title><content type='html'>&lt;p&gt;&lt;/p&gt;  &lt;h1&gt;&lt;font color=&quot;#0077b0&quot;&gt;Subnetting Table&lt;/font&gt;&lt;/h1&gt;  &lt;p&gt;Use this table to help you calculate Subnet Masks, available hosts per subnet or number of subnets per class. The table deals with Subnetting of only one octet. &lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;http://lh3.google.com/rabster2k3/RxMqd2PQPQI/AAAAAAAAAGY/C5o-8Yamjn0/net1%5B8%5D.jpg&quot;&gt;&lt;img style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;225&quot; alt=&quot;net1&quot; src=&quot;http://lh6.google.com/rabster2k3/RxMqimPQPRI/AAAAAAAAAGg/9SXpxFEkJQE/net1_thumb%5B6%5D.jpg&quot; width=&quot;554&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#d90000&quot;&gt;M&lt;/font&gt;&lt;/b&gt;=Number of &lt;b&gt;&lt;font color=&quot;#ca0000&quot;&gt;Masked bits&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color=&quot;#ff9bff&quot;&gt;N&lt;/font&gt;&lt;/b&gt;=Number of &lt;b&gt;&lt;font color=&quot;#ff9bff&quot;&gt;Non-masked bits&lt;/font&gt;&lt;/b&gt; - Remember that in Class A and B networks you have other octets besides the one you&#39;re subnetting. Therefore in a Class A network instead of saying 7 (for example) you must say 7+8+8. In a Class B network instead of saying 5 (for example again, duh!) you must say 5+8. Only in Class C networks does the &lt;b&gt;&lt;font color=&quot;#ff9bff&quot;&gt;N&lt;/font&gt;&lt;/b&gt; value remain the same.&lt;/p&gt;  &lt;p&gt;&amp;#xA0;&lt;a href=&quot;http://lh3.google.com/rabster2k3/RxMql2PQPSI/AAAAAAAAAGo/4pq7wildJ-4/net2%5B4%5D.jpg&quot;&gt;&lt;img id=&quot;id&quot; style=&quot;border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px&quot; height=&quot;156&quot; alt=&quot;net2&quot; src=&quot;http://lh3.google.com/rabster2k3/RxMqn2PQPTI/AAAAAAAAAGw/AaEa-MFJ6ak/net2_thumb%5B2%5D.jpg&quot; width=&quot;554&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;How many potential IP addresses do we have?&lt;/p&gt;  &lt;p&gt;126 networks of 16,777,214 hosts each = 2,113,928,964&lt;/p&gt;  &lt;p&gt;16,384 networks of 65,534 hosts each = 1,073,709,056&lt;/p&gt;  &lt;p&gt;2,097,152 networks of 254 hosts each = 532,676,608&lt;/p&gt;  &lt;p&gt;Total number of hosts = 3,720,314,628&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: In Windows NT 4.0 you had to subtract 2 from the total number of available subnets. For example, if you wanted 2 subnets, you had to figure the number you wanted plus 2 - calculate like you wanted 4, i.e. the result would have been 192. If you wanted 8 subnets, you had to calculate like you wanted 10, i.e. the result would have been 240 instead of 224. With Windows 2000 and beyond Subnetting you do not have to do that anymore.&lt;/p&gt;  &lt;p&gt;BTW, if you need to calculate Subnet Masks and Network IDs and you can&#39;t do it yourself (Duh, &amp;quot;Paper MCSE&amp;quot; or not?) you should try this fantastic Subnet Calculator right here:&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;http://www.pkostov.com/ip_workshop2.html&quot;&gt;IP Workshop&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It not only calculates the required fields but also pops out a window that draws the bit pattern and explains the results. Great resource!&lt;/p&gt; &lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/4189640531615958335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/4189640531615958335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/4189640531615958335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/4189640531615958335'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/subnetting-table.html' title='Subnetting Table'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-6168647885968077439</id><published>2007-10-10T03:08:00.001-07:00</published><updated>2007-10-10T03:08:48.090-07:00</updated><title type='text'>Create a Super Hidden Folder</title><content type='html'>&lt;h1&gt;&lt;font color=&quot;#005ebb&quot;&gt;Create a Super Hidden Folder&lt;/font&gt;&lt;/h1&gt;  &lt;p&gt;   &lt;br /&gt;&lt;img title=&quot;Image&quot; height=&quot;96&quot; alt=&quot;Image&quot; src=&quot;http://www.fixmyxp.com/images/stories/thumbnails/apps/superhiddenfile_a.jpg&quot; width=&quot;96&quot; align=&quot;left&quot; border=&quot;0&quot; /&gt;You probably already know how to create just a plain hidden folder. It is super easy, you just right click on the folder and select Hidden then click Apply. The problem is that anyone with access to the computer can easily turn on the &lt;strong&gt;Show Hidden Files and Folders&lt;/strong&gt; and then can easily see the folder you created. Well here is a trick that will get around this problem and create a invisible folder that has no text and no icon. td&lt;/p&gt;  &lt;p&gt;Please note: Once you create a Super Hidden folder that it will be up to you to remember where you put it. I suggest writing down the location in case you should ever forget about where this folder is.&lt;/p&gt;  &lt;p&gt;Right Click on the folder you want hidden, then select Properties&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;Right-Click_and_select_properties&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;Click on the Customize Tab (Note this procedure also works on any icon, some icons do not let you Customize. So, if you do not see a Customize tab, then you will have to create a new folder and move the icon that you are trying to make hidden into the newly created folder. Then you will make the folder Super Hidden) &lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;Click_On_the_customize_tab&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile2.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;Click On the &lt;strong&gt;Change Icon&lt;/strong&gt; button &lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;Click_on_the_change_icon_button&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile3.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;The Change Icon box will pop up with the default Windows Icons (If it does not, then click on the Browse button and navigate to your WINDOWS\system32 folder and then find and choose &lt;strong&gt;SHELL32.dll&lt;/strong&gt; then click &lt;strong&gt;OPEN&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201D;The_Change_Icon_Box&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile4.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;Then Scroll to the right and look for a blank icon. Select the blank icon then click Ok.&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201D;The_Change_Icon_Box&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile5.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;Then Click Apply. And you should now have a blank icon with only the text below it, like this:&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201D;Blank_Icon&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile6.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;Now to get rid of the text, follow this procedure:-&lt;/p&gt;  &lt;p&gt;You may be thinking that it is very easy to remove the titles. Probably your first thought would be to rename the icon and make a blank name. Well, that doesn&amp;#x2019;t work, if you don&amp;#x2019;t believe me try it out for yourself and see&amp;#x2026;.&lt;/p&gt;  &lt;p&gt;What happens when you try to rename the icon to a blank name? It simply reverts back to the previous name. &lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;Right&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_02.jpg&quot; /&gt; &lt;img alt=&quot;&amp;#x201C;Hit&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_03.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;It&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_04.jpg&quot; /&gt; &lt;img alt=&quot;&amp;#x201C;Hit&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_05.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;For this trick to work, we need to make sure that File and Folder Settings has the Show File Extensions for known File Types Enabled. This is the default setting in XP, so if you have not made any changes it should be set properly. If you are not sure, then check. Here is how &amp;#x2026;&lt;/p&gt;  &lt;p&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, then &lt;strong&gt;My Computer&lt;/strong&gt;. Click on &lt;strong&gt;Tools&lt;/strong&gt; then &lt;strong&gt;Folder Options. &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img height=&quot;101&quot; alt=&quot;&amp;#x201C;investigate_00a.jpg&quot; src=&quot;http://www.fixmyxp.com/images/investigate_00a.jpg&quot; width=&quot;305&quot; border=&quot;0&quot; ?=&quot;?&quot; /&gt;&lt;/p&gt;  &lt;p&gt;On the &lt;strong&gt;View&lt;/strong&gt; tab check mark &lt;strong&gt;Hide Extensions For Known File Types&lt;/strong&gt; then Click &lt;strong&gt;Apply&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;Put&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_10.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;Ok, now that we have that set...Here is the trick to removing the icon title and having a Blank Text untitled icon&lt;/p&gt;  &lt;p&gt;First, right click on the icon that you want to remove it&amp;#x2019;s title, then go to Rename&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;Right&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_02.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;Now, what you need to do, is hold the ALT button down. With the ALT button held down, and using the keypad type &lt;strong&gt;255&lt;/strong&gt; then release the ALT button and hit enter, and voila you now have a untitled icon. &lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201C;Hold&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_06.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;This trick will work only for icon, if you are creating multiple Blank Text icons then you will need to name them like this:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;For 1 Blank Text Icon: ALT + 255 (release ALT) &lt;/li&gt;    &lt;li&gt;For 2 Blank Text Icons: ALT + 255 (release ALT) ALT + 255 (release ALT) &lt;/li&gt;    &lt;li&gt;For 3 Blank Text Icons: ALT + 255 (release ALT) ALT + 255 (release ALT) ALT + 255 (release ALT) &lt;/li&gt;    &lt;li&gt;And so on&amp;#x2026; &lt;/li&gt; &lt;/ul&gt;  &lt;br /&gt;The reason we need to do this is because part of Windows XP rules state that you cannot have a file/folder/shortcut with the same name in the same folder. To get around this restriction, we simply name the first icon with 1 blank space, the second icon with 2 blank spaces, the third with 3 blank spaces and so on.   &lt;p&gt;Here is the result    &lt;br /&gt;&lt;font color=&quot;#bf0000&quot;&gt;&lt;strong&gt;BEFORE:&lt;/strong&gt;       &lt;br /&gt;&lt;/font&gt;&lt;img alt=&quot;&amp;#x201C;Before&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_07.jpg&quot; /&gt;     &lt;br /&gt;&lt;font color=&quot;#bf0000&quot;&gt;&lt;strong&gt;AFTER:&lt;/strong&gt;       &lt;br /&gt;&lt;/font&gt;&lt;img alt=&quot;&amp;#x201C;Here&quot; src=&quot;http://www.fixmyxp.com/images/iconnoname_09.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#c40000&quot;&gt;Please Note&lt;/font&gt;&lt;/strong&gt; that to get this trick to work, when you are typing the 255, that you are using the 10-key keypad located on the right hand side of your keyboard. The ALT that you use does not matter&lt;/p&gt;  &lt;p&gt;The result is a SUPER hidden Folder:&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201D;Blank_Icon&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile7.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;In the screenshot, I have the view settings on Thumbnails, which puts the grey box around the folder. To remove that box, choose either the Icon, Tiles or List from the View settings&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;&amp;#x201D;Choose_Icons_Tiles_or_List&amp;#x201D;&quot; src=&quot;http://www.fixmyxp.com/images/superhiddenfile8.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#xA0;&lt;/p&gt;  &lt;div class=&quot;wlWriterSmartContent&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2a3c1c30-1225-409e-86ad-0e6449f704e1&quot; style=&quot;padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px&quot;&gt;Technorati Tags:  		&lt;a href=&quot;http://technorati.com/tags/Super%20Hidden%20Folder/&quot; rel=&quot;tag&quot;&gt;Super Hidden Folder&lt;/a&gt; 		&lt;/div&gt;  &lt;div class=&quot;wlWriterSmartContent&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:09c1d344-51a9-4c4b-ab63-f00fb4d2478e&quot; style=&quot;padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px&quot;&gt;IceRocket Tags:  		&lt;a href=&quot;http://blogs.icerocket.com/search?q=Windows%20Hidden%20Folder&quot; rel=&quot;tag&quot;&gt;Windows Hidden Folder&lt;/a&gt; 		&lt;/div&gt; &lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/6168647885968077439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/6168647885968077439' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6168647885968077439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6168647885968077439'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/create-super-hidden-folder_10.html' title='Create a Super Hidden Folder'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-396540585767924573</id><published>2007-10-08T21:20:00.000-07:00</published><updated>2007-10-08T22:00:42.521-07:00</updated><title type='text'>12 Hidden Windows Vista Network Tools</title><content type='html'>&lt;span style=&quot;color: rgb(51, 51, 153);font-size:180%;&quot; &gt;&lt;span style=&quot;font-weight: bold;font-family:verdana;&quot; &gt;12 Hidden Windows Vista Network Tools&lt;/span&gt;&lt;span style=&quot;font-family:verdana;&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;Windows Vista delivers an impressive line up of network tools that can be used to keep the operating system connectivity on a short leash. The total of 12 command-line tools can be used to manage all aspects of Vista networking. Users will be able not only to closely monitor the networking activity of the platform, but also repair network connections. The utilities are not new to Windows Vista, having survived in the operating system from previous Windows versions. Here is the complete list in alphabetical order:&lt;span id=&quot;more-703&quot;&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;getmac&lt;/b&gt; – this  tool will enable you to display the MAC addresses for&lt;a id=&quot;KonaLink1&quot; target=&quot;_top&quot; class=&quot;kLink&quot; style=&quot;text-decoration: underline ! important; position: static;&quot; href=&quot;http://www.pctipsbox.com/12-hidden-windows-vista-network-tools/#&quot;&gt;&lt;span style=&quot;font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Arial,Helvetica,sans-serif;font-size:12;&quot;  &gt;&lt;span class=&quot;kLink&quot; style=&quot;border-bottom: 1px solid blue; font-weight: 400; position: static; padding-bottom: 1px; color: rgb(176, 0, 0);font-family:Arial,Helvetica,sans-serif;font-size:12;&quot;  &gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; network adaptors on a system. The Media Access Control (MAC) address for the network card can be accessed both on the local computer and on a network.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;hostname&lt;/b&gt; – not sure about what the name of your machine is on the network? Just type hostname and hit enter.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;ipconfig&lt;/b&gt; – according to Microsoft’s own description, the tool is designed to display by default only the IP address, subnet mask and gateway for each adapter associated with the TCP/IP. But in addition to enumerating the TCP/IP network configuration parameters users can also refresh the DHCP and DNS settings.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;nslookup&lt;/b&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt; &lt;/span&gt;– is meant to be used according to Domain Name System.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;net&lt;/b&gt; – is a general tool with commands covering a broad range of functionality.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;netstat&lt;/b&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt; &lt;/span&gt;– displays protocol statistics and TCP/IP network connections.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;netsh&lt;/b&gt; – the command-line tool enables Vista users to both view and alter the network configuration settings of computers.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;pathping&lt;/b&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt; &lt;/span&gt;– is a middle solution which bundles the functionality delivered by traceroute and ping.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;nbtstat&lt;/b&gt; – a tool that will display protocol statistics and current TCP/IP connections using NetBIOS over TCP/IP.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;Ping&lt;/b&gt; – a complete description of the ping utility can be found here.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;route&lt;/b&gt; – manipulates network routing tables.&lt;/li&gt;&lt;li&gt;&lt;b style=&quot;color: rgb(153, 0, 0);&quot;&gt;tracert&lt;/b&gt; – users can implement this command-line tool to identify connectivity problems between the local computer and a network address.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;When using command-line tools in Windows Vista it is healthy to remember to launch the command prompt window with administrative privileges. In order to do so, enter “cmd” in the Search box under the Vista Start Menu and press Ctrl + Shift + Enter to launch the process with elevated privileges.&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/396540585767924573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/396540585767924573' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/396540585767924573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/396540585767924573'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/12-hidden-windows-vista-network-tools.html' title='12 Hidden Windows Vista Network Tools'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-2953543472907851239</id><published>2007-10-07T23:41:00.000-07:00</published><updated>2007-10-08T01:03:57.649-07:00</updated><title type='text'>How to install Windows Vista?</title><content type='html'>&lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 153);font-family:Verdana;font-size:180%;&quot;  &gt;How to install Windows   Vista?&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;;font-family:Verdana;font-size:130%;&quot;  &gt;&lt;span style=&quot;font-weight: bold;font-family:verdana;font-size:100%;&quot;  &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(153, 0, 0); font-weight: bold;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;font-family:verdana;&quot;&gt;Step #1: Plan your installation&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: rgb(153, 0, 0);font-family:arial;&quot; &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;When you run the   Windows Vista Setup program, you must provide information about   how to install and configure the operating system. Thorough planning can   make your installation of Windows Vista more efficient by helping   you to avoid potential problems during installation. An understanding of the   configuration options will also help to ensure that you have properly   configured your system.&lt;/span&gt;&lt;/p&gt;  &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;I won&#39;t go into   that part right now (I might later this month, no promises...) but here are   some of the most important things you should take into consideration when   planning for your Windows Vista installation:&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;   &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;Check System    Requirements&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;Check Hardware    and Software Compatibility&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;Determine Disk    Partitioning Options&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;Decide on a    Workgroup or Domain Installation&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;   &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;Complete a    Pre-Installation Checklist&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;After you made sure   you can go on, start the installation process.&lt;/span&gt;&lt;/p&gt;  &lt;h2  style=&quot;color: rgb(153, 0, 0); font-weight: bold; font-family: verdana;font-family:verdana;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Step #2: Beginning the installation process&lt;/span&gt;&lt;/h2&gt;  &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;;font-family:Verdana;font-size:100%;&quot;  &gt;You can install   Windows Vista in several methods - all are valid and good, it all depends upon   your needs and your limitations. In this manual I will focus on the simplest   form of installation - directly from the Windows Vista DVD media. &lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;So,          insert your Windows Vista DVD media into your          DVD drive and reboot your computer. A black          window will appear momentarily while the DVD          content is read.&lt;/span&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_1.gif&quot;&gt;         &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyxz2xtKw7_O1AnwW6Hd1_5dNtCQKzAOa29fLTfwlwqqwMHFkCpgPbBorNUjOSA5S6j4Px4NjqSti9mB_l_7FcmemhAifdLryI9kyvXwzYyxYiOQXWbQ6PmZOz_mq-GpuFIRi4GHIKBmg/s1600-h/inst_vista_rtm_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyxz2xtKw7_O1AnwW6Hd1_5dNtCQKzAOa29fLTfwlwqqwMHFkCpgPbBorNUjOSA5S6j4Px4NjqSti9mB_l_7FcmemhAifdLryI9kyvXwzYyxYiOQXWbQ6PmZOz_mq-GpuFIRi4GHIKBmg/s320/inst_vista_rtm_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118853969074994002&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h2  style=&quot;font-weight: bold; color: rgb(153, 0, 0); font-family: verdana;font-family:verdana;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Step #3: The GUI-based portion of the Setup   program&lt;/span&gt;&lt;/h2&gt;  &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Unlike previous versions of   Windows, Windows Vista does not have a noticeable text phase of the setup   process, and it will boot directly into the Graphical User Interface (GUI)   mode. &lt;/span&gt;&lt;/p&gt;         &lt;ol&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          After a few moments you will see the first           prompt:&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_2.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL_eErRL23VTseu15spJ-_JZrE2RVq5jDmN5_Eyd0LbffmCbE404Bur2Z0HlgTHL_weBYoTldnG6CtdoxbWbxCfUjzVokGbg2sZ2Spm_ZT7es2vdBYSvjGyHZL1HGyIV11i37z8t4RU7g/s1600-h/inst_vista_rtm_2.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL_eErRL23VTseu15spJ-_JZrE2RVq5jDmN5_Eyd0LbffmCbE404Bur2Z0HlgTHL_weBYoTldnG6CtdoxbWbxCfUjzVokGbg2sZ2Spm_ZT7es2vdBYSvjGyHZL1HGyIV11i37z8t4RU7g/s320/inst_vista_rtm_2.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118854493061004130&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Press Next unless you want to change some           regional settings for the installation           process.&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;2&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Press the Install now button.&lt;/span&gt;&lt;/p&gt;          &lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_3.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjW2RaW-SmflIV_cr4QFShslrAOtQCMFYyPqbAKYMQd2dQKsAddH8Imy5ERWBzhm6Td3bRQP6DHcH7FtgcgF4oD__YbL2tKwTsyPjVTsOsv1gfFBhRY8CKRTQ7STWpT49NuAtnAQU5075Q/s1600-h/inst_vista_rtm_3.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjW2RaW-SmflIV_cr4QFShslrAOtQCMFYyPqbAKYMQd2dQKsAddH8Imy5ERWBzhm6Td3bRQP6DHcH7FtgcgF4oD__YbL2tKwTsyPjVTsOsv1gfFBhRY8CKRTQ7STWpT49NuAtnAQU5075Q/s320/inst_vista_rtm_3.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118854926852701042&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;3&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          After a short delay you&#39;re be prompted to           enter your product key:&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_no_key_1.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQKeca3VDx3btclrQ8gvJ1n4JFQ9O-0m965a7LjTKO8BwjBCG1PJmkBZK8hBGAhM5QfsmFH3dBwtKRq_Gl_HuL4EMFGNZyrdHHkNPbfv_vmZFrFZ3K0ZJwP-7tEZmGcJivdCpq7ai3hGg/s1600-h/inst_vista_rtm_no_key_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQKeca3VDx3btclrQ8gvJ1n4JFQ9O-0m965a7LjTKO8BwjBCG1PJmkBZK8hBGAhM5QfsmFH3dBwtKRq_Gl_HuL4EMFGNZyrdHHkNPbfv_vmZFrFZ3K0ZJwP-7tEZmGcJivdCpq7ai3hGg/s320/inst_vista_rtm_no_key_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118855407889038210&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          You can skip this part if you don&#39;t have the           product key handy (read          &lt;a href=&quot;http://understandingwindows.blogspot.com/2007/10/how-can-i-install-windows-vista-without.html&quot;&gt;          Install Windows Vista Without Supplying the           Product Key&lt;/a&gt; for more info). However, if           you do have a valid product key at that time           (and you should have one, we&#39;re dealing with           legal issues here), then by entering the           right key the setup program knows which           version of Vista to install.&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          If you skip it, you&#39;ll be prompted for a           Vista version that matches your product key           (the one you don&#39;t have handy at that           moment):&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_no_key_3.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj473BHy7PL3lRxdiP67zKGVaSC37dLSoS5bx0eB_D3pAmWrd0N5GLkn-qWdv2GoHeRm8PrPx2aKY34XWkLRxQ9eY6RXjCqU-XyL_J9laez0x3iay4L5Kb5muL3rnBhiq4cqlfMZ8FOL_M/s1600-h/inst_vista_rtm_no_key_3.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj473BHy7PL3lRxdiP67zKGVaSC37dLSoS5bx0eB_D3pAmWrd0N5GLkn-qWdv2GoHeRm8PrPx2aKY34XWkLRxQ9eY6RXjCqU-XyL_J9laez0x3iay4L5Kb5muL3rnBhiq4cqlfMZ8FOL_M/s320/inst_vista_rtm_no_key_3.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118856052134132626&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;4&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          You now have to accept the license terms:&lt;/span&gt;&lt;/p&gt;          &lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_5.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7Pyo859UT9TkygB0ewOjcHlhd7o5dIix-NMBqLz4khieCFPoomQNAWOiciT1vTtHF56tY5I_YdnCr27BiBvkhkuobGGvhKFQTueBD8srMLYTChsqyyeQrwWnM-Y_g2iKYCu70MSMQEX8/s1600-h/inst_vista_rtm_5.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7Pyo859UT9TkygB0ewOjcHlhd7o5dIix-NMBqLz4khieCFPoomQNAWOiciT1vTtHF56tY5I_YdnCr27BiBvkhkuobGGvhKFQTueBD8srMLYTChsqyyeQrwWnM-Y_g2iKYCu70MSMQEX8/s320/inst_vista_rtm_5.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118856447271123874&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;5&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Next you need to press the Custom (Advanced)           installation type button:&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_6.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtbPpGTvTJsmqGtHa5O7eDVAw0kPem3f4SfjJiVrGulZzpDfxQM7gDPKEk-0MDn1l86cXLglaEpUzWIWKxpP5yRvFcy5qopbSLG7FQvr4g6H_m_du5ljupTKrvxcyGxQLKwLjP3mahfGQ/s1600-h/inst_vista_rtm_6.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtbPpGTvTJsmqGtHa5O7eDVAw0kPem3f4SfjJiVrGulZzpDfxQM7gDPKEk-0MDn1l86cXLglaEpUzWIWKxpP5yRvFcy5qopbSLG7FQvr4g6H_m_du5ljupTKrvxcyGxQLKwLjP3mahfGQ/s320/inst_vista_rtm_6.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118856687789292466&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          The Upgrade button is disabled because this           specific installation if performed on a new           computer without any previous operating           system on it.&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;6&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          The next phase is to pick the installation           partition. Since this computer has a new           hard disk that hasn&#39;t been formatted before,           you will only have the option to create a           new partition on it. Had it had previous           partitions on it you could have chosen to           either delete them or perform other tasks.           Pressing the Advanced button will bring up           the following options.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_partition_1.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL_GjFg8hNGcnEhXckF65bT23eUsqGhTQwaTbH0kWB1oThExP7Y_H8PUlhOmvreAFu9qYqdEhQRvXuLWXs-b_zoFpTvZkJY9eu-KqEn2C6aB2Rjdugrd93TypCk_T1Wa6GlGxV4w4Akmc/s1600-h/inst_vista_rtm_partition_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL_GjFg8hNGcnEhXckF65bT23eUsqGhTQwaTbH0kWB1oThExP7Y_H8PUlhOmvreAFu9qYqdEhQRvXuLWXs-b_zoFpTvZkJY9eu-KqEn2C6aB2Rjdugrd93TypCk_T1Wa6GlGxV4w4Akmc/s320/inst_vista_rtm_partition_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118857276199812034&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Since we don&#39;t need to perform any           additional task we will just press on the           Next button. The installation process will           then create a partition on all the available           disk space, and format it. &lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_partition_2.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEin6BHy3NR7B9DpQLSTL2ayP_1GUDeibKsy7sn4N8BBJaPsuQ75JKhL9fU43d4Ffq9G4X8bHQxJ9WsoZl8cxna5FKeCCmly1-tbaP7tdSZU4YTWjEdti0Kol3uWr6wxB28mAu4Q46Yd-mI/s1600-h/inst_vista_rtm_partition_2.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEin6BHy3NR7B9DpQLSTL2ayP_1GUDeibKsy7sn4N8BBJaPsuQ75JKhL9fU43d4Ffq9G4X8bHQxJ9WsoZl8cxna5FKeCCmly1-tbaP7tdSZU4YTWjEdti0Kol3uWr6wxB28mAu4Q46Yd-mI/s320/inst_vista_rtm_partition_2.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118857847430462418&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;7&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          The setup process will now begin to copy           files from the installation DVD media to the           hard disk.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_7.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTgda5PrOgOlBSZ7qbheAolA1o8nMV-rbUpVzuSHm2_vu0Uj1c7oU7p_GN0GcF8zKUT7vkbwpAnZ_A36hVrMhJipg1m6Wp8qI_ZnTogWEV3Oe8aDf8j9hx8kBF87rLhrCGE20AS333UeY/s1600-h/inst_vista_rtm_7.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTgda5PrOgOlBSZ7qbheAolA1o8nMV-rbUpVzuSHm2_vu0Uj1c7oU7p_GN0GcF8zKUT7vkbwpAnZ_A36hVrMhJipg1m6Wp8qI_ZnTogWEV3Oe8aDf8j9hx8kBF87rLhrCGE20AS333UeY/s320/inst_vista_rtm_7.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118859118740782050&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          This will take some time:&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_8.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihBRPmF7jc8orPkVuOAbCIWdwRkII5DVB3LCeorJbnjtaLITOOrJaM3ffRS2-7DM5OnF5JX9ZEby0IHqSI6wtYNoiFttutdNYGy-TOvMIvo2-Lopfu0rofWdrsWJFZQ0-z0AlUHp3sTJw/s1600-h/inst_vista_rtm_8.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihBRPmF7jc8orPkVuOAbCIWdwRkII5DVB3LCeorJbnjtaLITOOrJaM3ffRS2-7DM5OnF5JX9ZEby0IHqSI6wtYNoiFttutdNYGy-TOvMIvo2-Lopfu0rofWdrsWJFZQ0-z0AlUHp3sTJw/s320/inst_vista_rtm_8.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118859483813002226&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;8&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          After some time (the exact amount of time           will greatly depend on your computer&#39;s           hardware), the setup process will install           updates for the operating system.&lt;/span&gt;&lt;/p&gt;          &lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_9.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj72hGLapJnu4wkHdLjk7aEVs8BgcrBrfv3n7t27mlunizCnA4PBxZkM5aNFIHJerut5O4oGeWMQUKiCegpTurof90Q-fxgSvkyU-XWFoFJWzX7jGUc6mvbRgLBMxZK_6sugBaodZe97bw/s1600-h/inst_vista_rtm_9.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj72hGLapJnu4wkHdLjk7aEVs8BgcrBrfv3n7t27mlunizCnA4PBxZkM5aNFIHJerut5O4oGeWMQUKiCegpTurof90Q-fxgSvkyU-XWFoFJWzX7jGUc6mvbRgLBMxZK_6sugBaodZe97bw/s320/inst_vista_rtm_9.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118860115173194754&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;9&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          The computer will then automatically reboot.&lt;/span&gt;&lt;/p&gt;          &lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_10.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht8aiOaX3kopD_Q5B2X94z7OR9RN7O-hJKSmGb0CgcLKdmc02Am4qlDmh5NUEacI27TKaDhM8-KYXaHBwEhxcw0t5FRqcFHOX1PjuaUO9xillQEfwzmahThY3KqVj75aWeZzzZhKOv21w/s1600-h/inst_vista_rtm_10.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht8aiOaX3kopD_Q5B2X94z7OR9RN7O-hJKSmGb0CgcLKdmc02Am4qlDmh5NUEacI27TKaDhM8-KYXaHBwEhxcw0t5FRqcFHOX1PjuaUO9xillQEfwzmahThY3KqVj75aWeZzzZhKOv21w/s320/inst_vista_rtm_10.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118860463065545746&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;10&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Now comes a long waiting period, where the           installation process configures the system.           Again, the exact amount of time will greatly           depend on your computer&#39;s hardware. &lt;/span&gt;          &lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_11.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqKt150suEyEqp9bCmFssgXXx2IxWJzCNs6DuxA9XwIpSGaHXSzKO6pxoGeCWiLU1L60GZZofY9Dy4Gr3GgvLPaj8pRGq-TcVd1wdk_UYktOspZA8jtI9unzYE0EA97WxDyCZY8siKGp4/s1600-h/inst_vista_rtm_11.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqKt150suEyEqp9bCmFssgXXx2IxWJzCNs6DuxA9XwIpSGaHXSzKO6pxoGeCWiLU1L60GZZofY9Dy4Gr3GgvLPaj8pRGq-TcVd1wdk_UYktOspZA8jtI9unzYE0EA97WxDyCZY8siKGp4/s320/inst_vista_rtm_11.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118861038591163426&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;11&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          After the long wait, the system will then           reboot once again.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          You will think something went wrong because           of the relative long time it take the system           to display anything besides the black           screen, but finally, after a few moments you           will note a small colored circle:&lt;/span&gt;&lt;/p&gt;          &lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_12.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh56GEcCsAd_tjHviFg5-Eu8SuGAYlUK7TlddlL5GEhlcL_opbHLTcMZdXzxUVSaUPPN-h_DhRbVjBnTTVkFFWPEBCovW_m4NLoZgDmxRxMR3fpuLMBxQ9snnrTm8HTjhgi_ivXBfuZNU8/s1600-h/inst_vista_rtm_12.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh56GEcCsAd_tjHviFg5-Eu8SuGAYlUK7TlddlL5GEhlcL_opbHLTcMZdXzxUVSaUPPN-h_DhRbVjBnTTVkFFWPEBCovW_m4NLoZgDmxRxMR3fpuLMBxQ9snnrTm8HTjhgi_ivXBfuZNU8/s320/inst_vista_rtm_12.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118861334943906866&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;13&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;A           few seconds after that you will be prompted           to enter a username and password for the           first user on the computer. &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_13.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiebFgzpXqzJQ2N8hPY8SQFAypsyQsGB8XzetyKztIIhL89IaU-JsQId_Eq8mcFAs1JPKt-ACug75Ec-1GPVHVmoioLbE4Ebxdmk9gh2Tw1Z_RvhNZ_v8ooBUDvaCBj4A9LrNU7JIBCNFg/s1600-h/inst_vista_rtm_13.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiebFgzpXqzJQ2N8hPY8SQFAypsyQsGB8XzetyKztIIhL89IaU-JsQId_Eq8mcFAs1JPKt-ACug75Ec-1GPVHVmoioLbE4Ebxdmk9gh2Tw1Z_RvhNZ_v8ooBUDvaCBj4A9LrNU7JIBCNFg/s320/inst_vista_rtm_13.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118861687131225154&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Although the setup program will let you           continue without entering a password, note           that it is very advisable to enter a           password here, and the best option would be           to choose a complex password made of at           least 7 characters or more (something like          &lt;i&gt;P@ssw0rd&lt;/i&gt; or &lt;i&gt;MYpa$$w0rd&lt;/i&gt;). Make           sure you remember it.&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Also pick your user&#39;s display picture. This           can be changed later.&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;14&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Pick a name for your computer. The setup           program will create one based upon the           username you chose in the previous step, but           you can change it now (and later). &lt;/span&gt;          &lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_14.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrg6sIHUyyC_hUZpfcp8Zld-nb-h9O4DgorX0dz_QqJPyDEcDRqRj_gERaWRMnb3K9QNSjXawHM-5iMekMDBB2Z9hLM_FTE3H6gjC-Bb7E7qCEjSX_4qQdNvkwoIB4P_3pojDPosUYMCg/s1600-h/inst_vista_rtm_14.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrg6sIHUyyC_hUZpfcp8Zld-nb-h9O4DgorX0dz_QqJPyDEcDRqRj_gERaWRMnb3K9QNSjXawHM-5iMekMDBB2Z9hLM_FTE3H6gjC-Bb7E7qCEjSX_4qQdNvkwoIB4P_3pojDPosUYMCg/s320/inst_vista_rtm_14.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118862026433641554&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Also pick a background for the user&#39;s           desktop. This can be changed later.&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;15&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Choose what sort of protection your computer           gets. The recommended settings are best for           someone that doesn&#39;t plan to hide their           computer behind a corporate firewall (and           even then, in some cases, this would be the           best option). If you plan to install a           3rd-party firewall later you can opt to be           prompted later.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_15.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS7CBuvG2qlw_o3RtaZVQ5vOascY1wn73okhgqiZzU85xACuXR-81ihhQmaI-YGIEZ_K4Hiz4o0ZywoNdTo1RDVuqF1UQ870l1dFLtPMCrCHuPyrRDO7e7Qez_bAqCLdXV1AfTW4osoiI/s1600-h/inst_vista_rtm_15.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS7CBuvG2qlw_o3RtaZVQ5vOascY1wn73okhgqiZzU85xACuXR-81ihhQmaI-YGIEZ_K4Hiz4o0ZywoNdTo1RDVuqF1UQ870l1dFLtPMCrCHuPyrRDO7e7Qez_bAqCLdXV1AfTW4osoiI/s320/inst_vista_rtm_15.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118862559009586274&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Note that this setting will also have effect           on how the computer uses the Microsoft           Windows Update (Automatic Updates) features.&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;16&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Next comes the Time Zone settings window.           Choose your location.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_16.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVvjmOyfG3HVaDCf3UZL3EGGTXCfnHEAYZMK0nFCZVSSsmEzWNDZXI1AAVB_K0SOmJEY3Wq-LW1UvvDe6LInSKG4gjeIiS0uQBbYuv_t-e_0Xa8PMe2aGE1rKAUZi4kJegoWKxusdr500/s1600-h/inst_vista_rtm_16.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVvjmOyfG3HVaDCf3UZL3EGGTXCfnHEAYZMK0nFCZVSSsmEzWNDZXI1AAVB_K0SOmJEY3Wq-LW1UvvDe6LInSKG4gjeIiS0uQBbYuv_t-e_0Xa8PMe2aGE1rKAUZi4kJegoWKxusdr500/s320/inst_vista_rtm_16.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118863903334349938&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;                   &lt;/blockquote&gt;         &lt;ol start=&quot;17&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Done! You&#39;re prompted with the last setup           screen:&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_18.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvJREt7n8fSExchcm2vbpNe3fOB6wvyeFMwalqSNV8l6slDCAcJ0EDekfz7z01UH3CZlfkpoSrxFJRk7xX23vvXSWsk0BoKPfFL_ERJWamQdSa7hyphenhyphen0na5ofXR9Eras8EtcGeK9JUVtDL4/s1600-h/inst_vista_rtm_18.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvJREt7n8fSExchcm2vbpNe3fOB6wvyeFMwalqSNV8l6slDCAcJ0EDekfz7z01UH3CZlfkpoSrxFJRk7xX23vvXSWsk0BoKPfFL_ERJWamQdSa7hyphenhyphen0na5ofXR9Eras8EtcGeK9JUVtDL4/s320/inst_vista_rtm_18.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118864599119051906&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;17&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Again a long wait and some promotional           screens you see the hourglass circling           around, in preparation for the first logon.&lt;/span&gt;&lt;/p&gt;          &lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_19.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_Ulk0d8lcHgpdBQexb4aMpuy7T764oQCuir6lqDDfkNUHhKmGKJ0faSFVjZ0aa4bjXQAnG4IXZyCM19q7wzqAiURq7dpcRvQWiLISOungEosG98aCbxxArtOzqaYujvE_HUmEzgJ0X6g/s1600-h/inst_vista_rtm_19.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_Ulk0d8lcHgpdBQexb4aMpuy7T764oQCuir6lqDDfkNUHhKmGKJ0faSFVjZ0aa4bjXQAnG4IXZyCM19q7wzqAiURq7dpcRvQWiLISOungEosG98aCbxxArtOzqaYujvE_HUmEzgJ0X6g/s320/inst_vista_rtm_19.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118865355033296018&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; &lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE1LPuui9HiHwQo89lrdZSpVwcbt8hleBHI11XM2F3WExueKEOyGtifPjn8bKP7Bg18tRx2wkNSm9DAQc0fk-LaatQFl9QElANoSj6vT4WQlIXl0VNBsF4xGyqKUyaT-li_D9YPtoWcZg/s1600-h/inst_vista_rtm_20.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE1LPuui9HiHwQo89lrdZSpVwcbt8hleBHI11XM2F3WExueKEOyGtifPjn8bKP7Bg18tRx2wkNSm9DAQc0fk-LaatQFl9QElANoSj6vT4WQlIXl0VNBsF4xGyqKUyaT-li_D9YPtoWcZg/s320/inst_vista_rtm_20.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118865926263946402&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; &lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix5cS3bDBm4IKc6LYkilJqwHT3otF2nyVGSamucZKIJHc8a3aCSnKW1Ev71jRRpHXTBjSA0HysDchvHoe7jgkyNRZ643Cej49yudcDGSldTW5Wxkb7eNDh60_UkUlG7URX1ZyLBvqaChw/s1600-h/inst_vista_rtm_21.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix5cS3bDBm4IKc6LYkilJqwHT3otF2nyVGSamucZKIJHc8a3aCSnKW1Ev71jRRpHXTBjSA0HysDchvHoe7jgkyNRZ643Cej49yudcDGSldTW5Wxkb7eNDh60_UkUlG7URX1ZyLBvqaChw/s320/inst_vista_rtm_21.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118867631365962930&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; &lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4JZ7QFFRiQ4XG1FqYfXba-0CBDceSsC7SKlZ9fZIO1AawEBmCrNtRypkvJXjU6TyGLj_4dYLVTY21qqPywxNpkZLeDMNuTyJ8zZsH_khPF3ltvjLPuBYNr6mLOe9eVeX2Q1HyEiI5z64/s1600-h/inst_vista_rtm_22.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4JZ7QFFRiQ4XG1FqYfXba-0CBDceSsC7SKlZ9fZIO1AawEBmCrNtRypkvJXjU6TyGLj_4dYLVTY21qqPywxNpkZLeDMNuTyJ8zZsH_khPF3ltvjLPuBYNr6mLOe9eVeX2Q1HyEiI5z64/s320/inst_vista_rtm_22.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118868752352427202&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; &lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMl_snr2wWmMLyPsbe5ToloTtu1F_K9xisFyqKeqC4O3sAZ2SuTKcDr579UBRxZEVcb5YuV38Bjtw4NqM2-0X19txZzQIvlgWmLMbWQz0UIHTA9ON4rnOPMjkQQUDHPzay9EKsAizBzF0/s1600-h/inst_vista_rtm_23.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMl_snr2wWmMLyPsbe5ToloTtu1F_K9xisFyqKeqC4O3sAZ2SuTKcDr579UBRxZEVcb5YuV38Bjtw4NqM2-0X19txZzQIvlgWmLMbWQz0UIHTA9ON4rnOPMjkQQUDHPzay9EKsAizBzF0/s320/inst_vista_rtm_23.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118869134604516562&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;ol start=&quot;18&quot;&gt;&lt;li&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Finally, the first screen appears, you&#39;re           ready to rock and roll! &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;         &lt;blockquote&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;          &lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_24.gif&quot;&gt;          &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXB06DORhzEIFECuOy0GNpeDXGIy5TRyaGDvINdV-2DU6sxmAZBVaNkn_G3fyVPufpKitSA0Do7yog15J2TBZ_8l-4pPo1bAB1ubgjSAb-Wx5odz3wnFIarflEz5ACuy4f441ikl8JDAU/s1600-h/inst_vista_rtm_24.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXB06DORhzEIFECuOy0GNpeDXGIy5TRyaGDvINdV-2DU6sxmAZBVaNkn_G3fyVPufpKitSA0Do7yog15J2TBZ_8l-4pPo1bAB1ubgjSAb-Wx5odz3wnFIarflEz5ACuy4f441ikl8JDAU/s320/inst_vista_rtm_24.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118869478201900258&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;          Note that if the computer was connected to           the Internet while installing it, it will           automatically download and prompt you to           install any missing hotfix or update it           finds for the current state of the operating           system.&lt;/span&gt;&lt;/p&gt;         &lt;/blockquote&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Done!&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/2953543472907851239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/2953543472907851239' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/2953543472907851239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/2953543472907851239'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/how-to-install-windows-vista.html' title='How to install Windows Vista?'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyxz2xtKw7_O1AnwW6Hd1_5dNtCQKzAOa29fLTfwlwqqwMHFkCpgPbBorNUjOSA5S6j4Px4NjqSti9mB_l_7FcmemhAifdLryI9kyvXwzYyxYiOQXWbQ6PmZOz_mq-GpuFIRi4GHIKBmg/s72-c/inst_vista_rtm_1.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-845847100695574119</id><published>2007-10-07T23:26:00.000-07:00</published><updated>2007-10-07T23:39:17.930-07:00</updated><title type='text'>How can I install Windows Vista without supplying the product key</title><content type='html'>&lt;span style=&quot;font-family:Verdana;font-size:180%;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 153);font-family:arial;&quot; &gt;How can I install Windows Vista without supplying the   product key?&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family:Verdana;font-size:85%;&quot;&gt;&lt;br /&gt;You can configure          Windows Vista to install without having to manually enter the          product key during the setup   process. This is quite useful if you find yourself in need to perform an          installation of the OS but without having the          (legal) product key with you at that very          moment. Unlike previous Windows versions where          you had to have a CD Key handy during the          installation of the OS, the Windows Vista setup          process only makes it appear as if you have to          enter a product key to install it. &lt;/span&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_no_key_1.gif&quot;&gt;         &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTt5vMMIozSqniK2ZUN3El5ufaZWtDh2YchFcMVEIyLk8j_DuC9q3YF_4l35EjBK3orIRMADJXG_qq6sZ_pziIoLNw31RA8Ahkx9M6lsQ3Ddl8Of5Jz-8JPIbgLjgQdKVxwsLzCOBGmtM/s1600-h/inst_vista_rtm_no_key_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTt5vMMIozSqniK2ZUN3El5ufaZWtDh2YchFcMVEIyLk8j_DuC9q3YF_4l35EjBK3orIRMADJXG_qq6sZ_pziIoLNw31RA8Ahkx9M6lsQ3Ddl8Of5Jz-8JPIbgLjgQdKVxwsLzCOBGmtM/s320/inst_vista_rtm_no_key_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118850786504227618&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;span style=&quot;font-size:85%;&quot;&gt;During the setup program&#39;s          progress you will reach a dialog b&lt;/span&gt;&lt;span style=&quot;font-family:Verdana;font-size:85%;&quot;&gt;ox          that will ask you to enter a valid product key.          Here is where the fun part starts. You can          actually leave it blank!&lt;/span&gt;&lt;/p&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_no_key_2.gif&quot;&gt;         &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNn-ZFuHHZvJnpBBFcyyncFMnY90bq1sDcI0YcX7F089UglmNiqhtq58-4d9yejNsBQKSA2c4mnyrgY48SwtvxZQbCG5sKggsaPCEt_4bVB-5DfTM0TiITJA5iFfTo-ohkemWyplzgHZM/s1600-h/inst_vista_rtm_no_key_2.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNn-ZFuHHZvJnpBBFcyyncFMnY90bq1sDcI0YcX7F089UglmNiqhtq58-4d9yejNsBQKSA2c4mnyrgY48SwtvxZQbCG5sKggsaPCEt_4bVB-5DfTM0TiITJA5iFfTo-ohkemWyplzgHZM/s320/inst_vista_rtm_no_key_2.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118851104331807538&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;span style=&quot;font-size:85%;&quot;&gt;Next&lt;/span&gt;&lt;span style=&quot;font-family:Verdana;font-size:85%;&quot;&gt;          click No in response to the &quot;Are you sure&quot;          dialog box. You will now be presented with a          list of all the different Windows Vista versions          available on the DVD. Yes, the cool thing about          the Windows Vista DVD is that every DVD has          every version of Vista available for you to pick          from, and the product key you own is the only          thing that tells the setup process what version          of Vista it should install.&lt;/span&gt;&lt;/p&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;a href=&quot;http://www.petri.co.il/images/inst_vista_rtm_no_key_3.gif&quot;&gt;         &lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyaPfhaLv2sSpWPo_LGpio8r1DXBqBY7VZdHaUk0fykqCem887rCGu0eNSx9RXzITf8DWAOseCphPyEcWDmNukMXW2_DaCgf4EvROhUedA5d3PEleVEX85jWsJeJzyBZQz_E1qNwwv8pU/s1600-h/inst_vista_rtm_no_key_3.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyaPfhaLv2sSpWPo_LGpio8r1DXBqBY7VZdHaUk0fykqCem887rCGu0eNSx9RXzITf8DWAOseCphPyEcWDmNukMXW2_DaCgf4EvROhUedA5d3PEleVEX85jWsJeJzyBZQz_E1qNwwv8pU/s320/inst_vista_rtm_no_key_3.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118851370619779906&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;span style=&quot;font-family:Verdana;font-size:85%;&quot;&gt;You can now pick          any one from that list and use it for up to 14          days without any having any issues. After 14          days you will need to enter a valid product key          or do a fresh install from the beginning. &lt;/span&gt;&lt;/p&gt;         &lt;p style=&quot;margin-right: 30px;&quot;&gt;         &lt;span style=&quot;font-family:Verdana;font-size:85%;&quot;&gt;This &quot;feature&quot;          will in fact help you if you&#39;d like to test the          different versions of Vista before deciding          which one to buy.&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/845847100695574119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/845847100695574119' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/845847100695574119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/845847100695574119'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/how-can-i-install-windows-vista-without.html' title='How can I install Windows Vista without supplying the product key'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTt5vMMIozSqniK2ZUN3El5ufaZWtDh2YchFcMVEIyLk8j_DuC9q3YF_4l35EjBK3orIRMADJXG_qq6sZ_pziIoLNw31RA8Ahkx9M6lsQ3Ddl8Of5Jz-8JPIbgLjgQdKVxwsLzCOBGmtM/s72-c/inst_vista_rtm_no_key_1.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-830568957982717439</id><published>2007-10-06T00:51:00.000-07:00</published><updated>2007-10-06T01:40:45.045-07:00</updated><title type='text'>Windows Server 2008 Server Core</title><content type='html'>&lt;span style=&quot;;font-family:arial;font-size:85%;&quot;  &gt;&lt;span style=&quot;color: rgb(0, 0, 0);font-size:180%;&quot; &gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;color: rgb(51, 51, 153);font-size:180%;&quot; &gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Windows Server 2008 Server Core&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 153);font-size:180%;&quot; &gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 51, 153);font-size:100%;&quot; &gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;One of the most exciting new features of Windows Server 2008 is its ability to install as a Server Core machine.&lt;br /&gt;&lt;br /&gt;A Server Core installation provides a minimal environment for running specific server roles, which reduces the maintenance and management requirements and the attack surface for those server roles. A server running a Server Core installation supports the following server roles:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; Active Directory Domain Services (AD DS)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; Active Directory Lightweight Directory Services (AD LDS)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; DHCP Server&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; DNS Server&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; File Services&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; Print Services&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; Streaming Media Services&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; Windows Virtualization&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;;font-family:arial;font-size:85%;&quot;  &gt;&lt;span style=&quot;color: rgb(51, 51, 153);font-size:100%;&quot; &gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;In Windows Server 2008, Server Core installation does not include the traditional full graphical user interface (GUI). You can read more about how to locally and remotely manage Server Core machines by reading the list of articles available below.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 153);font-size:100%;&quot; &gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLFrZHQZkg15w1feHZicu77UYJtCG4o9BOQxvzUVIGkZzZMwErdEF6smxFK5F6NFRhLlRTW22FMgWqUBITSXNdKtXx4pH_Ovg8iZScHfxFqUu5YGdIOD-PiNhPHXDhBc7VOWDk6iVgrbg/s1600-h/server_core_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLFrZHQZkg15w1feHZicu77UYJtCG4o9BOQxvzUVIGkZzZMwErdEF6smxFK5F6NFRhLlRTW22FMgWqUBITSXNdKtXx4pH_Ovg8iZScHfxFqUu5YGdIOD-PiNhPHXDhBc7VOWDk6iVgrbg/s320/server_core_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118139561394846418&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;br /&gt;This is, in a way, revolutionizing the way Microsoft is looking at GUI-based administration, a step enforced by other means such as Windows PowerShell and Microsoft Exchange Server 2007, all allowing strong command line management capabilities.&lt;br /&gt;&lt;br /&gt;There are, alas, some GUI tools you might want to use in Server Core. Some of these include:&lt;br /&gt;&lt;br /&gt;Task Manager:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3BsfH_UqibCpPuGjyVwYyUd7YiAYjFHNL1WrRbygWNHJj6AfVUdsnRGZHqg55IjGToL9cf-glIqCVt0bK0dUTiD4zmoWGzRc6f0C6Mu0CQki3f89hw1Z2KHRba5e88YNYqxdwIKiHNf4/s1600-h/core_taskmgr_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3BsfH_UqibCpPuGjyVwYyUd7YiAYjFHNL1WrRbygWNHJj6AfVUdsnRGZHqg55IjGToL9cf-glIqCVt0bK0dUTiD4zmoWGzRc6f0C6Mu0CQki3f89hw1Z2KHRba5e88YNYqxdwIKiHNf4/s320/core_taskmgr_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118139754668374754&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;Notepad (stripped down):&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJzxrvMtN5VltGAhRaljGepcBTn8_GQhyphenhyphenYmj6C3bDOGzIeKVbcVF8VZZNzUF5W7ZN78qO-bQbm5U0uH49NdypjHfNrWjfUhmY03X4aJ5Gg-rYHOVA2hA07rua5ZaNBrYaIm-XuXmIaMBY/s1600-h/core_notepad_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJzxrvMtN5VltGAhRaljGepcBTn8_GQhyphenhyphenYmj6C3bDOGzIeKVbcVF8VZZNzUF5W7ZN78qO-bQbm5U0uH49NdypjHfNrWjfUhmY03X4aJ5Gg-rYHOVA2hA07rua5ZaNBrYaIm-XuXmIaMBY/s320/core_notepad_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118139926467066610&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;br /&gt;Time, Date, and Time Zone Control Panel applet:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuEXOZFUFoMuYcbj5rjG8gVbGoHKzaOCWyw6mrZBL9OcM-nVY_frNgX0_3y9jFAIydM-P497f_I3i17mb3iOU63w-X73SVevWkbobRAOcIblKhbAjSAuQEN6eGWvAneRhSYwmpVLwiGyI/s1600-h/control_time_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuEXOZFUFoMuYcbj5rjG8gVbGoHKzaOCWyw6mrZBL9OcM-nVY_frNgX0_3y9jFAIydM-P497f_I3i17mb3iOU63w-X73SVevWkbobRAOcIblKhbAjSAuQEN6eGWvAneRhSYwmpVLwiGyI/s320/control_time_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118140158395300610&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;&lt;br /&gt;Regional Settings Control Panel applet:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFZ8HelrxJS8K3UmC_-QohXtbsDHeKGZCw7uj-277XeuuXienfquB0YpzA1IzbxIuSRnhpkrZNl7j_mgGRAI0fn7Hj2kxpQKawuTcf17nlFJI7jNhVuNJdtmjZNdzrLjvSuQp4o9glkuo/s1600-h/intrntnl_settings_1.gif&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFZ8HelrxJS8K3UmC_-QohXtbsDHeKGZCw7uj-277XeuuXienfquB0YpzA1IzbxIuSRnhpkrZNl7j_mgGRAI0fn7Hj2kxpQKawuTcf17nlFJI7jNhVuNJdtmjZNdzrLjvSuQp4o9glkuo/s320/intrntnl_settings_1.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5118140446158109458&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;br /&gt;That&#39;s about it. The rest is all CLI and remote management.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; color: rgb(153, 0, 0);font-size:130%;&quot; &gt;What’s new in the Server Core installation option?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Server Core installation option of Windows Server 2008 requires initial configuration at a command prompt. A Server Core installation does not include the traditional full graphical user interface. Once you have configured the server, you can manage it locally at a command prompt or remotely using a Terminal Server connection. You can also manage the server remotely using the Microsoft Management Console (MMC) or command-line tools that support remote use.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(153, 0, 0);font-family:arial;font-size:130%;&quot;  &gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Benefits of a Server Core installation&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Server Core installation option of Windows Server 2008 provides the following benefits:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;Reduced maintenance - Because the Server Core installation option installs only what is required to have a manageable server for the AD DS, AD LDS, DHCP Server, DNS Server, File Services, Print Services, and Streaming Media Services roles, less maintenance is required than on a full installation of Windows Server 2008.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;Reduced attack surface - Because Server Core installations are minimal, there are fewer applications running on the server, which decreases the attack surface.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;Reduced management - Because fewer applications and services are installed on a server running the Server Core installation, there is less to manage.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt; Less disk space required - A Server Core installation requires only about 1 gigabyte (GB) of disk space to install and approximately 2 GB for operations after the installation.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt; Lower risk of bugs - Reducing the amount of code can help reduce the amount of bugs.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;font-weight: bold; color: rgb(153, 0, 0);font-size:130%;&quot; &gt;&lt;span style=&quot;font-family:arial;&quot;&gt;Issues with Server Core installation and upgrading from previous versions&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Since Server Core is a special installation of Windows Server 2008, the following limitations are present:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;There is no way to upgrade from a previous version of the Windows Server operating system to a Server Core installation. Only a clean installation is supported.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;There is no way to upgrade from a full installation of Windows Server 2008 to a Server Core installation. Only a clean installation is supported.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;There is no way to upgrade from a Server Core installation to a full installation of Windows Server 2008. If you need the Windows® user interface or a server role that is not supported in a Server Core installation, you will need to install a full installation of Windows Server 2008.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;;font-family:arial;font-size:100%;&quot;  &gt;&lt;span style=&quot;color: rgb(153, 0, 0);font-size:130%;&quot; &gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Server Core versions&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Server Core comes in Standard, Enterprise and Datacenter editions for i386 and x64 platforms. Most companies will probably go for the Standard edition because most of the differences found in the Enterprise and Datacenter editions of Windows Server 2008 won&#39;t be present in Server Core. The Enterprise Server Core will, however, allow you to utilize more processor and memory support, as well as clustering. Datacenter adds the whole Datacenter hardware program and 99.999 percent reliability.&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/830568957982717439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/830568957982717439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/830568957982717439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/830568957982717439'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/windows-server-2008-server-core.html' title='Windows Server 2008 Server Core'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLFrZHQZkg15w1feHZicu77UYJtCG4o9BOQxvzUVIGkZzZMwErdEF6smxFK5F6NFRhLlRTW22FMgWqUBITSXNdKtXx4pH_Ovg8iZScHfxFqUu5YGdIOD-PiNhPHXDhBc7VOWDk6iVgrbg/s72-c/server_core_1.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-8535604615028399583</id><published>2007-10-05T01:42:00.000-07:00</published><updated>2007-10-05T01:48:03.785-07:00</updated><title type='text'>Network Access Protection for Windows Server “Longhorn”</title><content type='html'>&lt;p&gt;&lt;span style=&quot;font-size: 180%; color: rgb(51, 51, 153); font-family: georgia;&quot;&gt;&lt;strong&gt;Network  Access Protection for Windows Server “Longhorn”&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Network  Access Protection (NAP) is a policy enforcement &lt;a href=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/longhorn.0.jpg&quot;&gt;&lt;img style=&quot;margin: 0px 0px 10px 10px; float: right;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger2/7403/4346/400/longhorn.0.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;platform built into the Microsoft Windows  Vista and Windows Server code name &quot;Longhorn&quot; operating systems that allows you  to better protect network assets by enforcing compliance with system health  requirements. With Network Access Protection, you can create customized health  policies to validate computer health before allowing access or communication,  automatically update compliant computers to ensure ongoing compliance, and  optionally confine noncompliant computers to a restricted network until they  become compliant.&lt;br /&gt;&lt;br /&gt;Network Access Protection includes an application  programming interface (API) set for developers and vendors to create complete  solutions for health policy validation, network access limitation, and ongoing  health compliance.&lt;br /&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;To validate access to a network based on system health, a network  infrastructure needs to provide the following areas of  functionality:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Health policy validation&lt;/strong&gt;. Determines whether the  computers are compliant with health policy requirements.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Network access limitation&lt;/strong&gt;. Limits access for noncompliant  computers.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Automatic remediation&lt;/strong&gt;. Provides necessary updates to  allow a noncompliant computer to &lt;/div&gt; &lt;div&gt;become compliant.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Ongoing compliance&lt;/strong&gt;. Automatically updates compliant  computers so that they adhere to ongoing changes in health policy  requirements.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 130%; color: rgb(153, 0, 0);&quot;&gt;Scenarios for Network Access  Protection&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt; &lt;div&gt;Designed to provide customers with the most flexible solution, NAP can  interoperate with any vendor’s software that provides a System Health Agent  (SHA) and System Health Validators (SHV) or that recognizes its published API  set. Examples of third-party solutions that work with Network Access Protection  would be Anti-Virus, Patch Management, VPN, and Networking Equipment. Network  Access Protection helps provide a solution for the following common  scenarios.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Check the health and status of roaming laptops&lt;/strong&gt; &lt;/div&gt; &lt;div&gt;With Network Access Protection, network administrators can check the health  of any laptop when it reconnects to the company network without sacrificing the  portability and flexibility of laptops.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Ensure the ongoing health of desktop computers&lt;/strong&gt;&lt;/div&gt; &lt;div&gt;With the addition of management software, automatic reports can be  generated, updates can be made automatically to noncompliant computers, and when  administrators change health policies, computers can be automatically provided  with the most recent updates preventing health threats from publicly accessible  resources.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Determine the health of visiting laptops&lt;/strong&gt; &lt;/div&gt; &lt;div&gt;With Network Access Protection, administrators can determine that the  visiting laptops are not authorized to access the network and limit their access  to a restricted network without requiring any updates or configuration changes  to the visiting laptops.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;•&lt;strong&gt;Verify the compliance and health of unmanaged home  computers&lt;/strong&gt;&lt;/div&gt; &lt;div&gt;By using Network Access Protection, network administrators can check for  required programs, registry settings, files, or combinations of these every time  a home computer makes a VPN connection to the network, and they can limit the  connection to a restricted network until system health requirements are met.  &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 130%; color: rgb(153, 0, 0);&quot;&gt;Components of Network  Access Protection&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 130%; color: rgb(153, 0, 0);&quot;&gt;  &lt;div style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Network Access Protection provides a flexible platform that supports  multiple access enforcement mechanisms including, but not limited to: &lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;•Internet Protocol security (IPsec) for host based  authentication&lt;br /&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;•IEEE 802.1X authenticated network connections&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(0, 0, 0);font-size:100%;&quot; &gt;&lt;br /&gt;&lt;/span&gt; &lt;div style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;•Virtual private networks (VPNs) for remote access&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(0, 0, 0);font-size:100%;&quot; &gt;&lt;br /&gt;&lt;/span&gt; &lt;div style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;•Dynamic Host Configuration Protocol (DHCP) &lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;Administrators can use these technologies separately or together to  limit noncompliant computers. Network Policy Server (NPS), the replacement for  Internet Authentication Service (IAS) in Windows Server 2003 in Windows Server  &quot;Longhorn,&quot; acts as a health policy server for all of these technologies. &lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-family: arial; font-weight: normal;&quot;&gt;Network Access Protection requires servers to run Windows Server  &quot;Longhorn&quot; and clients to run Windows Vista, Windows XP with Service Pack 2  (SP2), or Windows Server &quot;Longhorn.&quot;&lt;/span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div&gt;&lt;br /&gt;&lt;strong&gt;IPsec Enforcement&lt;br /&gt;&lt;/strong&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: arial; font-weight: normal;font-size:100%;&quot; &gt;IPsec Enforcement comprises a  health certificate server and an IPsec NAP Enforcement Client (EC). The health  certificate server issues X.509 certificates to quarantine clients when they are  determined to be compliant. These certificates are then used to authenticate NAP  clients when they initiate IPsec-secured communications with other NAP clients  on an intranet. &lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;color: rgb(0, 0, 0); font-family: arial; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;IPsec Enforcement confines the communication on your network to those  nodes that are considered compliant and because it is leveraging IPsec, you can  define requirements for secure communications with compliant clients on a per-IP  address or per-TCP/UDP port number basis. IPsec Enforcement confines  communication to compliant computers after they have successfully connected and  obtained a valid IP address configuration. IPsec Enforcement is the strongest  form of limited network access in Network Access Protection.&lt;/span&gt; &lt;/div&gt; &lt;div&gt;&lt;br /&gt;&lt;strong&gt;802.1X Enforcement&lt;/strong&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;font-family: arial; font-weight: normal;&quot;&gt;802.1X Enforcement comprises an  NPS server and an EAPHost NAP EC component. Using 802.1X Enforcement, an NPS  server instructs an 802.1X access point (an Ethernet switch or a wireless access  point) to place a restricted access profile on the 802.1X client until it  performs a set of remediation functions. A restricted access profile can consist  of a set of IP packet filters or a virtual LAN (VLAN) identifier to confine the  traffic of an 802.1X client. 802.1X Enforcement provides strong limited network  access for all computers accessing the network through an 802.1X  connection.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;br /&gt;&lt;strong&gt;VPN Enforcement&lt;/strong&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: normal; color: rgb(0, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;font-family: arial;&quot;&gt;VPN Enforcement comprises a VPN NAP  Enforcement Server (ES) component and a VPN NAP EC component. Using VPN  Enforcement, VPN servers can enforce health policy requirements any time a  computer attempts to make a VPN connection to the network. VPN Enforcement  provides strong limited network access for all computers accessing the network  through a VPN connection.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;br /&gt;&lt;strong&gt;DHCP Enforcement&lt;/strong&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: normal; color: rgb(0, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;font-family: arial;&quot;&gt;DHCP Enforcement comprises a DHCP  NAP ES component and a DHCP NAP EC component. Using DHCP Enforcement, DHCP  servers can enforce health policy requirements any time a computer attempts to  lease or renew an IP address configuration on the network. DHCP Enforcement is  the easiest enforcement to deploy because all DHCP client computers must lease  IP addresses. Because DHCP Enforcement relies on entries in the IP routing  table, it is the weakest form of limited network access in Network Access  Protection.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;br /&gt;&lt;strong&gt;NPS/RADIUS&lt;br /&gt;&lt;/strong&gt;&lt;span style=&quot;font-weight: normal; color: rgb(0, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;font-family: arial;&quot;&gt;The Remote Authentication Dial-In User  Service (RADIUS) component of Windows Server &quot;Longhorn,&quot; NPS, does not have a  NAP ES or NAP EC component. Instead, it works as a policy server in conjunction  with NAP ES and NAP EC components. Administrators must define system health  requirements in the form of policies on the NPS server. NPS servers provide  health policy checks and coordinate with the Active Directory® directory service  any time a computer attempts to obtain a health certificate or to connect to an  802.1X access point, a VPN server, or a DHCP server.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/strong&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/8535604615028399583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/8535604615028399583' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/8535604615028399583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/8535604615028399583'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/network-access-protection-for-windows.html' title='Network Access Protection for Windows Server “Longhorn”'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-6898273539699231344</id><published>2007-10-04T02:33:00.000-07:00</published><updated>2007-10-04T02:36:48.948-07:00</updated><title type='text'>10 Ways to Speed Up Windows</title><content type='html'>&lt;p&gt;&lt;span style=&quot;font-size: 180%; color: rgb(0, 0, 153); font-family: georgia;&quot;&gt;&lt;strong&gt;10 Ways to  Speed Up Windows&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 153); font-family: arial;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;The effectiveness of each of these tweaks will vary  from machine to &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEduNnyolKjtrMheT4IbCpKB5hX6u91jgXPYbgXzRB9JOYLj5YB_9zsiSluQD6TE89yWXwzjQLNvkRF09vQ4ibPd0AblblF63_R3KUiroEx6yU50vFXzPhHqV4SHJwu5N0BsbWgPN2qcA/s1600-h/Windows_Xp.jpg&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5023464141235614994&quot; style=&quot;margin: 0px 0px 10px 10px; float: right;&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEduNnyolKjtrMheT4IbCpKB5hX6u91jgXPYbgXzRB9JOYLj5YB_9zsiSluQD6TE89yWXwzjQLNvkRF09vQ4ibPd0AblblF63_R3KUiroEx6yU50vFXzPhHqV4SHJwu5N0BsbWgPN2qcA/s400/Windows_Xp.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;machine. I’ve tried to focus on tweaks that I’m confident can be  made on any XP machine regardless of the individual setup. Please do not make  any of these changes if you are not sure what you are doing, and remember to  make backups first and good luck! &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;1. Disable  Unnecessary Services &lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;Because Windows XP has to be all  things to all people it has many services running that take up system resources  that you will never need. Below is a list of services that can be disabled on  most machines:&lt;br /&gt;&lt;/span&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Alerter &lt;/li&gt;&lt;li&gt;Clipbook &lt;/li&gt;&lt;li&gt;Computer Browser &lt;/li&gt;&lt;li&gt;Distributed Link Tracking Client  &lt;/li&gt;&lt;li&gt;Fast User Switching  &lt;/li&gt;&lt;li&gt;Help and Support - (If you use Windows Help and Support leave this enabled)  &lt;/li&gt;&lt;li&gt;Human Interface Access Devices &lt;/li&gt;&lt;li&gt;Indexing Service  &lt;/li&gt;&lt;li&gt;IPSEC Services &lt;/li&gt;&lt;li&gt;Messenger  &lt;/li&gt;&lt;li&gt;Netmeeting Remote Desktop Sharing (disabled for extra security)  &lt;/li&gt;&lt;li&gt;Portable Media Serial Number  &lt;/li&gt;&lt;li&gt;Remote Desktop Help Session Manager (disabled for extra security)  &lt;/li&gt;&lt;li&gt;Remote Procedure Call Locator  &lt;/li&gt;&lt;li&gt;Remote Registry (disabled for extra security)  &lt;/li&gt;&lt;li&gt;Remote Registry Service  &lt;/li&gt;&lt;li&gt;Secondary Logon  &lt;/li&gt;&lt;li&gt;Routing &amp;amp; Remote Access (disabled for extra security)  &lt;/li&gt;&lt;li&gt;Server  &lt;/li&gt;&lt;li&gt;SSDP Discovery Service - (Unplug n’ Pray will disable this) &lt;/li&gt;&lt;li&gt;Telnet  &lt;/li&gt;&lt;li&gt;TCP/IP NetBIOS Helper &lt;/li&gt;&lt;li&gt;Upload Manager  &lt;/li&gt;&lt;li&gt;Universal Plug and Play Device Host  &lt;/li&gt;&lt;li&gt;Windows Time  &lt;/li&gt;&lt;li&gt;Wireless Zero Configuration (Do not disable if you use a wireless network)  &lt;/li&gt;&lt;li&gt;Workstation &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;To disable these services: &lt;/p&gt; &lt;p&gt;1. Go to Start and then Run and type &quot;services.msc&quot;&lt;br /&gt;2. Doubleclick on the  service you want to change&lt;br /&gt;3. Change the startup type to ‘Disable&quot;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;2. Turn Off System Restore  &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;System Restore can be a useful if your computer is having problems, however  storing all the restore points can literally take up Gigabytes of space on your  hard drive. To turn off System Restore: &lt;/p&gt; &lt;p&gt;&lt;br /&gt;1. Open Control Panel&lt;br /&gt;2. Click on Performance and Maintenance&lt;br /&gt;3.  Click on System&lt;br /&gt;4. Click on the System Restore tab&lt;br /&gt;5. Tick ‘Turn off  System Restore on All Drives’&lt;br /&gt;6. Click ‘Ok’ &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;3. Defragment Your  Pagefile&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt; &lt;p&gt;Keeping your pagefile defragmented can provide a major performance boost. One  of the best ways of doing this is to creat a separate partition on your hard  drive just for your page file, so that it doesn’t get impacted by normal disk  usage. Another way of keeping your pagefile defragmented is to run PageDefrag.  This cool little app can be used to defrag your pagefile, and can also be set to  defrag the pagefile everytime your PC starts. To install:&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. Download and Run PageDefrag&lt;br /&gt;2. Tick &quot;Defrag at next Reboot&quot;,&lt;br /&gt;3.  Click &quot;Ok&quot;&lt;br /&gt;4. Reboot&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;4. Speedup Folder Access - Disable Last  Access Update&lt;/span&gt; &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;p&gt;If you have a lot of folders and subdirectories on your computer,  when you access a directory XP wastes a lot of time updating the time stamp  showing the last access time for that directory and for ALL sub directories. To  stop XP doing this you need to edit the registry. If you are uncomfortable doing  this then please do not attempt.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. Go to Start and then Run and type &quot;regedit&quot;&lt;br /&gt;2. Click through the file  system until you get to  &quot;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem&quot;&lt;br /&gt;3.  Right-click in a blank area of the window on the right and select ‘DWORD  Value’&lt;br /&gt;4. Create a new DWORD Value called ‘NtfsDisableLastAccessUpdate’&lt;br /&gt;5.  Then Right click on the new value and select ‘Modify’&lt;br /&gt;6. Change the Value  Data to ‘1&#39;&lt;br /&gt;7. Click ‘OK’&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;5.Disable System Sounds&lt;/span&gt;  &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;p&gt;Surprisingly, the beeps that your computer makes for various system  sounds can slow it down, particularly at startup and shut-down. To fix this turn  off the system sounds:&lt;br /&gt;1. Open Control Panel&lt;br /&gt;2. Click Sounds and Audio  Devices&lt;br /&gt;3. Check Place volume icon in taskbar&lt;br /&gt;4. Click Sounds Tab&lt;br /&gt;5.  Choose &quot;No Sounds&quot; for the Sound Scheme&lt;br /&gt;6. Click &quot;No&quot;&lt;br /&gt;7. Click  &quot;Apply&quot;&lt;br /&gt;8. Click &quot;OK&quot; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;6. Improve Boot Times&lt;/span&gt;  &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;p&gt;A great new feature in Microsoft Windows XP is the ability to do a  boot defragment. This places all boot files next to each other on the disk to  allow for faster booting. By default this option in enables but on some builds  it is not so below is how to turn it on.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. Go to Start Menu and Click Run&lt;br /&gt;2. Type in &quot;Regedit&quot; then click ok&lt;br /&gt;3.  Find &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOpt imizeFunction&quot;&lt;br /&gt;4.  Select &quot;Enable&quot; from the list on the right&lt;br /&gt;5. Right on it and select  &quot;Modify&quot;&lt;br /&gt;6. Change the value to &quot;Y to enable&quot;&lt;br /&gt;7. Reboot&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;7. Improve Swapfile Performance&lt;/span&gt;  &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;p&gt;If you have more than 256MB of RAM this tweak will considerably  improve your performance. It basically makes sure that your PC uses every last  drop of memory (faster than swap file) before it starts using the swap  file.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. Go to Start then Run&lt;br /&gt;2. Type &quot;msconfig.exe&quot; then ok&lt;br /&gt;3. Click on the  System.ini tab&lt;br /&gt;4. Expand the 386enh tab by clicking on the plus sign&lt;br /&gt;5.  Click on new then in the blank box type&quot;ConservativeSwapfileUsage=1?&lt;br /&gt;6. Click  OK&lt;br /&gt;7. Restart PC&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;8. Make Your Menus Load Faster&lt;/span&gt;  &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;This is one of my favourite tweaks as it makes a huge difference  to how fast your machine will ‘feel’. What this tweak does is remove the slight  delay between clicking on a menu and XP displaying the menu.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. Go to Start then Run&lt;br /&gt;2. Type ‘Regedit’ then click ‘Ok’&lt;br /&gt;3. Find  &quot;HKEY_CURRENT_USER\Control Panel\Desktop\&quot;&lt;br /&gt;4. Select &quot;MenuShowDelay&quot;&lt;br /&gt;5.  Right click and select &quot;Modify’&lt;br /&gt;6. Reduce the number to around &quot;100?&lt;br /&gt;&lt;/p&gt; &lt;p&gt;This is the delay time before a menu is opened. You can set it to &quot;0? but it  can make windows really hard to use as menus will open if you just look at them  - well move your mouse over them anyway. I tend to go for anywhere between  50-150 depending on my mood&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;9. Make Programs Load Faster  &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;p&gt;This little tweak tends to work for most programs. If your program  doesn’t load properly just undo the change. For any program:&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. Right-click on the icon/shortcut you use to launch the program&lt;br /&gt;2.  Select properties&lt;br /&gt;3. In the ‘target’ box, add ‘ /prefetch:1&#39; at the end of  the line.&lt;br /&gt;4. Click &quot;Ok&quot;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;Voila - your programs will now load faster.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;10. Improve XP Shutdown Speed&lt;/span&gt;  &lt;/strong&gt;&lt;/p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;p&gt;This tweak reduces the time XP waits before automatically closing  any running programs when you give it the command to shutdown.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. Go to Start then select Run&lt;br /&gt;2. Type ‘Regedit’ and click ok&lt;br /&gt;3. Find  ‘HKEY_CURRENT_USER\Control Panel\Desktop\’Select ‘WaitToKillAppTimeout’&lt;br /&gt;4.  Right click and select ‘Modify’&lt;br /&gt;5. Change the value to ‘1000&#39;&lt;br /&gt;6. Click  ‘OK’&lt;br /&gt;7. Now select ‘HungAppTimeout’&lt;br /&gt;8. Right click and select  ‘Modify’&lt;br /&gt;9. Change the value to ‘1000&#39;&lt;br /&gt;10. Click ‘OK’&lt;br /&gt;11. Now find  ‘HKEY_USERS\.DEFAULT\Control Panel\Desktop’&lt;br /&gt;12. Select  ‘WaitToKillAppTimeout’&lt;br /&gt;13. Right click and select ‘Modify’&lt;br /&gt;14. Change the  value to ‘1000&#39;&lt;br /&gt;15. Click ‘OK’&lt;br /&gt;16. Now find  ‘HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\’&lt;br /&gt;17. Select  ‘WaitToKillServiceTimeout’&lt;br /&gt;18. Right click and select ‘Modify’&lt;br /&gt;19. Change  the value to ‘1000&#39;&lt;br /&gt;20. Click ‘OK’ &lt;/p&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;That’s it. I hope you find these tips useful - you  should now see a noticeable speed improvement if you make all of these changes  correctly. Hopefully you’ll be pleasantly surprised!&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/6898273539699231344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/6898273539699231344' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6898273539699231344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6898273539699231344'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/10-ways-to-speed-up-windows.html' title='10 Ways to Speed Up Windows'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEduNnyolKjtrMheT4IbCpKB5hX6u91jgXPYbgXzRB9JOYLj5YB_9zsiSluQD6TE89yWXwzjQLNvkRF09vQ4ibPd0AblblF63_R3KUiroEx6yU50vFXzPhHqV4SHJwu5N0BsbWgPN2qcA/s72-c/Windows_Xp.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-1089720126532195414</id><published>2007-10-02T22:50:00.001-07:00</published><updated>2007-10-02T23:41:16.535-07:00</updated><title type='text'>What Slows Down Your Windows</title><content type='html'>&lt;div class=&quot;post-body&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(0, 0, 153);font-family:georgia;font-size:180%;&quot;  &gt;What Slows Down  Your Windows&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;div&gt; &lt;div&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;br /&gt;Results and  Conclusions&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Most people won&#39;t find anything too shocking here. One of the most  surprising things to be &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLt4B8_mcKPqssKpuw6tXmqNFzIOALj5dinyXUgIw2wUeCc6BzAvgEOYZ45-6ulxNa3nyvXdiPFa_NMSnJ3O8_B7ysDZSVQ2xSw8lwsWsL8CDIA3dMGYNzC1wU0zLP0lzR8frvdQkROJg/s1600-h/worm-cartoon.gif&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5023453923508417762&quot; style=&quot;margin: 0px 0px 10px 10px; float: right;&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLt4B8_mcKPqssKpuw6tXmqNFzIOALj5dinyXUgIw2wUeCc6BzAvgEOYZ45-6ulxNa3nyvXdiPFa_NMSnJ3O8_B7ysDZSVQ2xSw8lwsWsL8CDIA3dMGYNzC1wU0zLP0lzR8frvdQkROJg/s400/worm-cartoon.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;gleamed from here is the blatant time and effort Symantec have gone  to improve their product from the 2006 version. This won&#39;t help you if you own  that version, but it should give you a good idea what to expect from Symantec in  the future if you&#39;re determined to stick with their product line.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Overall&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-weight: normal;&quot;&gt;Here&#39;s the table of results for all three sections  ranked by their overall performance degradation. The control times  where:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;Boot Time: 70 seconds&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;Prime: 26 seconds&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;FileIO:  25seconds&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2WrOGU90yyS3Ke9spTkhsGJ5pUEegTrUgUvJGOMjMGPJvUE6RPD0YtKM8OZA2g_hVFUmkR2x16SYnTnIavWB_6cXC-nc6r8wfuKX2iOCDCur4x0DwHp2NDkML9LlNudb4qLGgjNfK_LU/s1600-h/pri.JPG&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5023456453244155138&quot; style=&quot;&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2WrOGU90yyS3Ke9spTkhsGJ5pUEegTrUgUvJGOMjMGPJvUE6RPD0YtKM8OZA2g_hVFUmkR2x16SYnTnIavWB_6cXC-nc6r8wfuKX2iOCDCur4x0DwHp2NDkML9LlNudb4qLGgjNfK_LU/s400/pri.JPG&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Boot Delay&lt;/span&gt;&lt;/strong&gt; &lt;/p&gt; &lt;p style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;The boot delays were quite a lot smaller than last time, likely to be  attributable to VMWare having a better grasp on its file system than Virtual PC,  but the same names were at the top of this test.&lt;/p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsCfpmqf7ILXSgODWBhKXopyvDhd19_08WDk1aHaGGJi8ccXiE-hKXLGnH-8S4UDTb78_PpmskDE5H0TUAJkJHwAcSHW0E-FI_DmPxazkqeIt1L75LYtBbdcjJ6-Y_9K8MjtZLwdJReFs/s1600-h/bootdelay.png&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5023449611361252530&quot; style=&quot;&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsCfpmqf7ILXSgODWBhKXopyvDhd19_08WDk1aHaGGJi8ccXiE-hKXLGnH-8S4UDTb78_PpmskDE5H0TUAJkJHwAcSHW0E-FI_DmPxazkqeIt1L75LYtBbdcjJ6-Y_9K8MjtZLwdJReFs/s400/bootdelay.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Prime Delay&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;I wasn&#39;t expecting too much of a result from here. The prime delays would  have come on systems where there were applications hogging  resources.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-fNYv5wgyYFnF-s8qa5-ntxGZdYrM-U3EpCLV6VGKIRURtAXFtzY0EntYBREot-50GPTsDsmfCsh6vXEUcNQz1iGJYxOSOWNIT27vK8cNb_LCsoClkO_m57g6wMtIBlvb1RsNLNmd-0g/s1600-h/primedelay.png&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5023449851879421122&quot; style=&quot;&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-fNYv5wgyYFnF-s8qa5-ntxGZdYrM-U3EpCLV6VGKIRURtAXFtzY0EntYBREot-50GPTsDsmfCsh6vXEUcNQz1iGJYxOSOWNIT27vK8cNb_LCsoClkO_m57g6wMtIBlvb1RsNLNmd-0g/s400/primedelay.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;FileIO  Delay&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt; &lt;/strong&gt;  &lt;div&gt;&lt;strong&gt;&lt;span style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;The only applications this was going to affect were the system-monitors;  those applications that require 100% attention on the file system, namely the  security products.&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt; &lt;div&gt;&lt;strong&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKlaup1UqogdzfC7Kr7gs4cFhbZqU8mca6UhH90LWd2E5rYQgTEny7Q_zUEyLAc24G4wjBTWOunZkCn8Vj3DZbRnykqy-fAdnyUvvLsDKC056g3tIC7aZAdmIj5wOBkRoezhAE87Korck/s1600-h/fileiodelay.png&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5023450027973080274&quot; style=&quot;&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKlaup1UqogdzfC7Kr7gs4cFhbZqU8mca6UhH90LWd2E5rYQgTEny7Q_zUEyLAc24G4wjBTWOunZkCn8Vj3DZbRnykqy-fAdnyUvvLsDKC056g3tIC7aZAdmIj5wOBkRoezhAE87Korck/s400/fileiodelay.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Conclusions&lt;/strong&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;strong style=&quot;font-weight: normal; color: rgb(0, 0, 0);&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;Well it&#39;s clear to see what sort of application has most effect on Windows.  Antivirus programs tether the performance of your computer alongside that of one  three years its elder. If you really need an antivirus system, make sure you  follow these benchmarks but also make sure you check how good the one you&#39;re  looking at really is. Nod32 gets good security reviews and seems to leave the  system fairly nippy&lt;br /&gt;&lt;br /&gt;&lt;div&gt;The new version of Norton has shocked me a little. Every year since their  Norton AntiVirus 2002, they&#39;ve added more and more &quot;bloat&quot;. They call them  features, and looking at the box, you&#39;d agree. Features have traditionally come  at a price though. If you&#39;re scanning more things, it&#39;s going to take it more  time. NIS2007 seems to do all the work of 2006 but with significantly less load  on the FileIO. I&#39;m not shouting &quot;go out and buy it&quot; because of the massive boot  delay and there are still better products.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;If you&#39;re looking for the best of the best antivirus products you should  look at their detection rates. There&#39;s no point in having something, no matter  how expensive, if it cannot keep you protected.&lt;/div&gt;&lt;/div&gt;  &lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/1089720126532195414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/1089720126532195414' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/1089720126532195414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/1089720126532195414'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/what-slows-down-your-windows.html' title='What Slows Down Your Windows'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLt4B8_mcKPqssKpuw6tXmqNFzIOALj5dinyXUgIw2wUeCc6BzAvgEOYZ45-6ulxNa3nyvXdiPFa_NMSnJ3O8_B7ysDZSVQ2xSw8lwsWsL8CDIA3dMGYNzC1wU0zLP0lzR8frvdQkROJg/s72-c/worm-cartoon.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-1326885533796445461</id><published>2007-10-01T23:38:00.000-07:00</published><updated>2007-10-01T23:48:44.169-07:00</updated><title type='text'>Windows XP SP3 Preview</title><content type='html'>&lt;div class=&quot;post-body&quot;&gt;&lt;span style=&quot;color: rgb(51, 51, 153);font-family:georgia;font-size:180%;&quot;  &gt;&lt;strong&gt;Windows XP  SP3 Preview &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/X_P.jpg&quot;&gt;&lt;img style=&quot;margin: 0px 0px 10px 10px; float: right;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger2/7403/4346/400/X_P.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Though Microsoft still won&#39;t confirm that it will release a  third service pack for its Windows XP operating system, a preview version of the  software update has been made available on the Web.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;An &quot;unofficial&quot; preview pack of Windows XP Service Pack 3 is available at  &lt;a href=&quot;http://www.thehotfix.net/&quot; target=&quot;_blank&quot;&gt;The Hotfix&lt;/a&gt;, a software  download site and discussion forum that focuses on patches and software  updates.&lt;br /&gt;Info Avaiable, but Hidden &lt;/div&gt; &lt;div&gt;&lt;br /&gt;Ethan Allen, creator and administrator of The Hotfix, said Wednesday  that he assembled the preview pack from software updates sent by an internal  Microsoft source that are expected to be released in SP3. &lt;/div&gt; &lt;div&gt;&lt;br /&gt;The updates include Windows log-on improvements and features that fix  current problems with connecting Windows XP computers to various networks,  according to the &lt;a href=&quot;http://www.thehotfix.net/sp3.html&quot; target=&quot;_blank&quot;&gt;SP3  forum on the site&lt;/a&gt;.&lt;br /&gt;Allen, a Microsoft beta tester who previously worked  on a contract basis for the Redmond, Washington-based software company, updates  the list of technologies for Windows XP SP3 daily based on information found on  Microsoft&#39;s Web site. &lt;/div&gt; &lt;div&gt;&lt;br /&gt;&quot;Microsoft makes it freely available about what&#39;s going to be in the  next hot fixes, but they hide it,&quot; Allen said. He said he found information on  updates that will be made available in Windows XP SP3 by using keywords  contained in articles on Microsoft&#39;s Web site. This is the same way he  discovered the technologies that were released in Windows XP SP2. He posted  those updates on a Web site before that service pack was released in August  2004. &lt;/div&gt; &lt;div&gt;&lt;br /&gt;Allen now works in software assurance for a Bellevue, Washington-based  high-tech company that he declined to name. He said Microsoft has not contacted  him about The Hotfix, which he launched in July. &lt;/div&gt; &lt;div&gt;&lt;br /&gt;Allen&#39;s site has also published a transcript of a chat discussion in  which Microsoft engineers fielded questions from beta testers about whether &lt;a href=&quot;http://pcworld.com/news/article/0,aid,119866,00.asp&quot;&gt;Internet Explorer  7&lt;/a&gt; will be included in SP3. According to the transcript, Anurag Jain, a  program manager on the Internet Explorer team, said that the service pack won&#39;t  include IE 7 but will &quot;support&quot; it. Instead, Internet Explorer 6 will be a part  of Windows XP SP3. &lt;/div&gt; &lt;div&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;SP3 or No SP3?  &lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt; &lt;/strong&gt;&lt;div&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;Microsoft provides service packs to add what the  company and its users think are important updates to the current releases of its  software. For example, &lt;/span&gt;&lt;a style=&quot;color: rgb(0, 0, 0);&quot; href=&quot;http://pcworld.com/howto/article/0,aid,117422,00.asp&quot;&gt;Windows XP SP2&lt;/a&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;,  which significantly updated Windows XP, included software intended to make the  OS more secure.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;Reports published last week quoted Microsoft France&#39;s  technical and security director Bernard Ourghanlian as saying that a third  service pack for Windows XP will become available after the next version of the  client OS, Windows Vista, ships at the end of 2006.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;A Microsoft spokesman  Wednesday insisted that Microsoft still hasn&#39;t decided whether to release SP3  for Windows XP.  &lt;/span&gt;&lt;div&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&quot;We have not confirmed plans for a Service Pack 3 for Windows XP yet,&quot;  said Michael Burk, product manager for Windows Vista. &quot;At this point, the  Windows servicing team is reviewing the feedback on Windows XP SP2 and is still  evaluating timing and alternatives for the next Windows XP servicing release.&quot;&lt;/span&gt;  &lt;/div&gt;  &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/1326885533796445461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/1326885533796445461' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/1326885533796445461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/1326885533796445461'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/windows-xp-sp3-preview.html' title='Windows XP SP3 Preview'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-6068228410606434898</id><published>2007-10-01T01:42:00.000-07:00</published><updated>2007-10-01T01:43:19.992-07:00</updated><title type='text'>Windows Vista Build 5270 Tips &amp; Tricks</title><content type='html'>&lt;p&gt;&lt;span style=&quot;font-size: 180%; color: rgb(51, 51, 153); font-family: georgia;&quot;&gt;&lt;strong&gt;Windows  Vista Build 5270 Tips &amp;amp; Tricks&lt;/strong&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p&gt;The long awaited 3rd CTP of Windows Vista™ has finally arrived. We got around  to installing it Monday evening and began testing out the build, putting it  through its paces. Everything seems to be coming together now, the user  interface looks more polished, there are a lot of new features included, and  driver issues with NVIDIA graphics card causing STOP errors and lockups are no  longer present.  &lt;/p&gt;&lt;p&gt;Some of the new features include:&lt;br /&gt;• Aero colorization (8 presets to choose  from: Aero, Frost, Smoke, Seafoam, Heritage, Sky, Heart, and Candy). You can  also create your own by using an advanced color slider; modify hue, brightness,  saturation, and intensity (opacity) as well.&lt;br /&gt;• Windows Media Player 11 user  interface improved.&lt;br /&gt;• New icons throughout the user interface.&lt;br /&gt;• “Places”  bar improved.&lt;br /&gt;• Flip3D has been improved.&lt;br /&gt;• The Start menu has been  overhauled, and now includes the ability to disable the search box, and whether  to link to a folder or a library for the Documents, Music, and Pictures  selections.&lt;br /&gt;• Most of the control panel applets have been overhauled and are  now embedded in a Windows Explorer view.&lt;br /&gt;• Control Panel has been  improved.&lt;br /&gt;• Windows Audio has been improved yet again, the audio controls are  now more fully featured and work without crashing.  &lt;/p&gt;&lt;p&gt;Overall, this build is impressive to say the least. While it is not beta  quality, this build is more stable over the last two interim builds, and is  showing a lot of improvement. We are also beginning to see a glimpse of Beta 2  with this CTP.  &lt;/p&gt;&lt;p&gt;Unlike our previous tweaking and optimization guides, this one will not  require disabling any of the features in Windows Vista; instead we will be  focusing on tweaking the interface and guiding you through some of the new  features that you may not normally find.  &lt;/p&gt;&lt;p&gt;This way you will be able to experience the operating system at its full  potential.&lt;br /&gt;Now that we got all that out of the way, lets get down to it,  shall we?  &lt;/p&gt;&lt;p&gt;—————————————————  &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Display the classic menus in Windows  Explorer and Internet Explorer temporarily&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;If you are used to  the older style Windows Explorer, which has the Classic menus (File, Edit, etc),  but you don’t want to have them on all the time, just press the Alt key. This  will display the classic menus temporarily. Also, if you have the Classic Menus  turned off in Internet Explorer 7, this trick will also show the menus in IE.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Restore Access to Virtual Folders on the  Start Menu&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;In previous Windows Vista builds, the Start menu  items for Documents, Pictures, and Music all pointed to Virtual Folder / Library  listings. In the December CTP, this functionality has been changed back to the  Windows XP style; by linking to the actual folder. If you wish to regain access  to these virtual folders, you need to change a few settings:  &lt;/p&gt;&lt;p&gt;1. Right click on the Start button, and click “Properties”.&lt;br /&gt;2. In the  “Taskbar and Start Menu Properties” dialog, click “Customize”.&lt;br /&gt;3. Change the  selection for Documents to “Link to this library”. Repeat this for Pictures and  Music if you wish.&lt;br /&gt;4. Press OK and dismiss the dialogs.  &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Enable “Run” on the Start  Menu&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;The one thing that has been in the same place since  Windows 95 has been the “Run” command. In the December CTP, this has been hidden  by default. To enable it, simply perform the following commands:  &lt;/p&gt;&lt;p&gt;1. Right click on the Start button, and click “Properties”.&lt;br /&gt;2. In the  “Taskbar and Start Menu Properties” dialog, click “Customize”.&lt;br /&gt;3. Scroll down  and in the list you shall find “Run command”. Check the box next to it.&lt;br /&gt;4.  Dismiss all dialogs by pressing OK.  &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Enable “Express”  look&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;If for any reason you are not a fan of the new Aero look  (also known as Glass), or you have a low-end video card, you can change this  behavior without needing to use Windows XP drivers or toggling DWM  (Ctrl+Shift+F9). Aero Express is the lighter, less graphics intensive look.  &lt;/p&gt;&lt;p&gt;To enable it:  &lt;/p&gt;&lt;p&gt;1. Click Start, and then click “Control Panel”.&lt;br /&gt;2. Click “Appearance and  Personalization”.&lt;br /&gt;3. Under “Personalization”, click “Customize colors”.&lt;br /&gt;4.  Under “Change your color scheme”, click on “Open classic appearance  properties”&lt;br /&gt;5. In the “Personalization” dialog that appears, under “Color  scheme”, change the selection from “Default” to “Express”.&lt;br /&gt;6. Press OK to  apply the change.&lt;br /&gt;7. Press “Save” in the “Change Your Color Scheme” window to  save all your changes.  &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Disable the transparent taskbar without  disabling Aero Glass&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;If you wish to have your taskbar a solid  color instead of semi-transparent, but you don’t want to disable the Aero look,  simply turn on the Windows Media Player taskbar control. You don’t even need to  actually use Windows Media Player for this to work. To try this out:  &lt;/p&gt;&lt;p&gt;1. Right click on an empty space or on the clock in the taskbar, and under  the “Toolbars” list, click “Windows Media Player”.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Disable User Account Protection  (UAP)&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Once you have installed the December CTP and set up an  every day user account, one of the first things you will notice is that you have  almost no rights to do anything administrator related on your system. Disabling  this is purely up to you but if you find UAP is getting in your way, or some  applications refuse to run because of it, you may want to take a look at this.  Here are the instructions:  &lt;/p&gt;&lt;p&gt;&lt;em&gt;NOTE: You should be logged in as Administrator to do this, or you could  run the Microsoft Management Console (MMC) elevated.&lt;/em&gt;  &lt;/p&gt;&lt;p&gt;1. Press WinKey (the flag key on your keyboard) + R and type “secpol.msc”.  (Without the quotes). If asked to permit Microsoft Management Console to run,  allow it.&lt;br /&gt;2. In the Local Security Settings window, in the left hand pane,  navigate to “Security Settings, Local Policies, Security Options”.&lt;br /&gt;3. In the  pane to the right, scroll all the way to the bottom.&lt;br /&gt;4. Set the first two  User Account Protection items to “No Prompt”, and “Disabled” on the remaining  three items.&lt;br /&gt;5. Close the Microsoft Management Console (MMC), and if you are  asked to save the settings for “Console1”, press “No”.&lt;br /&gt;6. Reboot or log off  and log back in to enforce the new settings; or alternatively open an elevated  Command Prompt and type “gpupdate /force” (without the quotes), and then press  Enter..  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Internet Explorer 7 User Agent  String&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Copy and paste the following code into Notepad, and  save it to your desktop as IE7UserAgent.REG.  &lt;/p&gt;&lt;p&gt;Double-click the file to merge it into the Windows Registry, and then restart  Internet Explorer for the change to take effect. If UAP is turned on, permit the  operation to take place.  &lt;/p&gt;&lt;blockquote&gt; &lt;p&gt;Windows Registry Editor Version  5.00&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet  Settings\5.0\User Agent]&lt;br /&gt;“Version”=”MSIE  6.0”&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet  Settings\User Agent\Post Platform]&lt;br /&gt;“SV1″=-&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;You can easily undo this change by copying and pasting the following code  into Notepad, and then saving it as IE7Undo.reg and merge it into the Windows  Registry. If UAP is turned on, permit the operation to take place.  &lt;/p&gt;&lt;blockquote&gt; &lt;p&gt;Windows Registry Editor Version  5.00&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet  Settings\5.0\User  Agent]&lt;br /&gt;“Version”=-&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet  Settings\User Agent\Post Platform]&lt;br /&gt;“SV1″=””&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;You can test these changes using a simple page that checks the User Agent. We  recommend: http://www.fiddlertool.com/useragent.aspx.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Increase  Performance&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;The December CTP is quick right from  installation, however there is one bug that causes a slow down with the user  interface. This bug involves the sliding buttons on the taskbar; by disabling  this, performance increases a bit. It’s really up to you, but the bug can be  very annoying at times. To disable it, just carry out the following actions:  &lt;/p&gt;&lt;p&gt;1. Press WinKey+R and type in “sysdm.cpl” (without the quotes).&lt;br /&gt;2. Click  the Advanced tab, and then under “Performance” click “Settings”.&lt;br /&gt;3. In the  Visual Effects tab, uncheck “Slide taskbar buttons”.  &lt;/p&gt;&lt;p&gt;We have also compiled a registry file that changes a few key settings  involving the timings for menus, hover events, etc, which makes the Windows  interface more responsive. You can download that &lt;a href=&quot;http://radiumx.org/downloads/5270/speed-tweak.zip&quot;&gt;here&lt;/a&gt;. Included in  the file is also a registry file for enhancing your internet connection speed.  Both of these were tested and are fully working without any issues, and have  also been scanned for viruses.  &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Disable Un-Needed  Services&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;There are some services in this build that can be  disabled without impacting any features (except the Security Center service,  some people may find this annoying).  &lt;/p&gt;&lt;p&gt;Disable the following:&lt;br /&gt;• IIS Admin Service - if you don’t plan on using  IIS, you don’t need this enabled.&lt;br /&gt;• Offline Files – Disabling this helps to  speed up Windows Explorer when performing network tasks.&lt;br /&gt;• Peer Name  Resolution Protocol&lt;br /&gt;• PRNP Auto Registration&lt;br /&gt;• Simple Mail Transfer  Protocol (SMTP) – if your computer isn’t going to be running as a mail server,  you don’t need this.&lt;br /&gt;• Tablet PC Input Service – If you do not use a Tablet  PC or you’re on a desktop computer, you don’t need this.  &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Workarounds for Known Issues in this  build&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;Microsoft has added several workarounds to the Release  Notes for the December CTP. For your convenience, they will also be outlined  here.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Windows Backup Failure  Error&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Windows Backup will fail with error 0×80070026 when you  attempt to back up.  &lt;/p&gt;&lt;p&gt;To fix this issue:  &lt;/p&gt;&lt;p&gt;1. Press WinKey + R on your keyboard, and then type “regedit.exe” (without  the quotes). If UAP asks, permit the action.&lt;br /&gt;2. Navigate to  HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\WINDOWS\SYSTEM. If this key does  not exist, create it by right clicking on “WINDOWS”, and from the context menu,  select “New” and then “Key”. Name this key “SYSTEM” (without the quotes).&lt;br /&gt;3.  In the “SYSTEM” key, create a new DWORD (32-bit) value, and name it  “CopyFileBufferedSynchronousIo” (without the quotes).&lt;br /&gt;4. Double click on the  DWORD and set its value to 1.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Installation Instructions for  IIS7&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;If you are interested in installing or testing out IIS 7  (Internet Information Services) on Windows Vista or Windows Server Code-name  “Longhorn”, you must perform the following command:  &lt;/p&gt;&lt;p&gt;1. Press WinKey+R on your keyboard, and then type “cmd.exe” (without the  quotes).&lt;br /&gt;2. Copy and paste (or type it out, doesn’t matter) the following  command:&lt;br /&gt;&lt;em&gt;start /w pkgmgr.exe  /iu:IIS-WebServerRole;IIS-WebServerFeature;IIS-FTPServerFeature&lt;/em&gt;&lt;br /&gt;3. Press  Enter on your keyboard and IIS will install on its own.  &lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;User Accounts Control Panel – Can not  modify account properties for other accounts but your own&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;If  your computer is not joined to a domain, administrators are unable to modify  account properties for other users via the user accounts control panel.  &lt;/p&gt;&lt;p&gt;In the December CTP build, when an administrator clicks another user’s tile  in the “Manage Accounts” page in the User Accounts Control Panel, nothing  happens and as a result they are unable to get to the page that allows them to  change settings for another user’s account. You may workaround this issue by  changing the account properties from within that account or from an  administrative account, press WinKey+R and type “control userpasswords2″  (without the quotes), select the user you wish to modify and click “Properties”.   &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Opening ZIP files that contain folders  hangs Windows Explorer&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;The built in ZIP file handling in the  December CTP does not seem to work well, if you open a ZIP file that contains  folders, Windows Explorer may hang and the only way to close the unresponsive  window is to end the Explorer.exe process with Task Manager.  &lt;/p&gt;&lt;p&gt;A quick workaround to this issue is to use a program like WinZip or WinRAR  for handling ZIP files.  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Adobe Photoshop CS2 does not run  correctly with UAP turned on&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;If you are trying to run Adobe  Photoshop CS2 on the December CTP of Windows Vista (build 5270), you have User  Account Protection enabled (which I personally recommend), and you are being  prompted with the following error:  &lt;/p&gt;&lt;blockquote&gt; &lt;p&gt;An error has been detected with a required application library and the  product cannot continue. Please reinstall the application. &lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Here are the workaround methods:  &lt;/p&gt;&lt;p&gt;1. Right click on the shortcut for Adobe Photoshop CS2 and click “Run  Elevated…”; when asked, click Permit.&lt;br /&gt;2. Right click on the shortcut for  Adobe Photoshop CS2 and click Properties. Click the Compatibility tab. Check  “Run this program as an administrator”, and press OK.  &lt;/p&gt;&lt;p&gt;With the second workaround, you will be asked to permit Photoshop to run when  you lanch the shortcut (same as the first one, but one less step - no need to  Run Elevated). &lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/6068228410606434898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/6068228410606434898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6068228410606434898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6068228410606434898'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/10/windows-vista-build-5270-tips-tricks.html' title='Windows Vista Build 5270 Tips &amp; Tricks'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-8292000433670629503</id><published>2007-09-29T23:19:00.000-07:00</published><updated>2007-09-29T23:20:19.195-07:00</updated><title type='text'>Red screen of death?</title><content type='html'>&lt;h3&gt;&lt;span style=&quot;font-size: 180%; color: rgb(51, 51, 153); font-family: georgia;&quot;&gt;Red  screen of death?&lt;/span&gt;&lt;/h3&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/RedScreen.jpg&quot;&gt;&lt;img style=&quot;margin: 0px 0px 10px 10px; float: right;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger2/7403/4346/400/RedScreen.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;  &lt;p&gt;Microsoft has come up with a unique solution to the legendary &#39;blue screen of  death&#39; in the next version of its Windows operating system. With the release of  Longhorn, the Redmond behemoth has added a red screen to face users when their  system crashes.&lt;br /&gt;According to Microsoft techie and blogger Michael Kaplan, who  has been experimenting with a Longhorn beta, as well as being confronted with  the blue screen of death, now users will also see red.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;The red screen of death appears to be the bigger, badder cousin to the  traditional blue screen and is designed to let users know that a more serious  error has occurred, Kaplan said.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;It&#39;s unlikely that the problem will affect many users of the next generation  operating system. Kaplin, Microsoft&#39;s technical lead for globalisation  infrastructure, fonts and tools, said that he had only achieved the red screen  of death by making a &quot;small set-up change&quot; and altering the registry.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;This &quot;somewhat destructive act&quot;, said Kaplin, provoked a red screen of death  after he rebooted Longhorn&#39;s virtual image, where previous versions of Windows  returned a black screen with a different error message following the same  treatment.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&quot;I am not sure I would class the change as an improvement,&quot; Kaplin said.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;div class=&quot;wlWriterSmartContent&quot; id=&quot;0767317B-992E-4b12-91E0-4F059A8CECA8:46d671d3-22e1-4123-9635-b6946571955a&quot; contenteditable=&quot;false&quot; style=&quot;margin: 0px; padding: 0px; display: inline; float: none;&quot;&gt;del.icio.us  tags: &lt;a href=&quot;http://del.icio.us/popular/Red%20Screen%20of%20death&quot; rel=&quot;tag&quot;&gt;Red  Screen of death&lt;/a&gt;, &lt;a href=&quot;http://del.icio.us/popular/Windows%20Vista&quot; rel=&quot;tag&quot;&gt;Windows Vista&lt;/a&gt;, &lt;a href=&quot;http://del.icio.us/popular/Blue%20Screen%20of%20death&quot; rel=&quot;tag&quot;&gt;Blue Screen  of death&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/8292000433670629503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/8292000433670629503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/8292000433670629503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/8292000433670629503'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/09/red-screen-of-death.html' title='Red screen of death?'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-5768713324569516642</id><published>2007-09-28T22:16:00.000-07:00</published><updated>2007-09-28T22:18:18.870-07:00</updated><title type='text'>USB Blocking in Windows Vista Release Candidate 1</title><content type='html'>&lt;div class=&quot;post-body&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 180%; color: rgb(51, 51, 153); font-family: georgia;&quot;&gt;USB Blocking in  Windows Vista Release Candidate 1&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;div&gt; &lt;div&gt;    &lt;div&gt;One of the favorite enterprise features of Microsoft® Windows Vista™, USB  device installations, gets even better in RC1. You may have heard stories of  some IT departments going so far as to pour glue in USB ports in an attempt  comply with data protection regulations, by preventing users from copying  sensitive information onto external storage devices—or to protect from malicious  software that could be on the device. In Windows Vista there’s a better, less  messy way. You can use group policy to control what types of devices users can  and cannot install. What makes it better in Windows Vista RC1 is that you can  now display a custom error message to the user explaining why their device will  not install, so they don&#39;t have to call the help desk. &lt;/div&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/USBblocked.0.jpg&quot;&gt;&lt;img style=&quot;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger2/7403/4346/400/USBblocked.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;div&gt;Here’s how you set up the policy to do this. &lt;/div&gt; &lt;div&gt;&lt;br /&gt;First, you need to configure the policy to block all devices. This  policy is located under &lt;strong&gt;Computer Configuration&lt;/strong&gt;  &lt;strong&gt;Administrative Templates&lt;/strong&gt; &lt;strong&gt;System&lt;/strong&gt;  &lt;strong&gt;Device&lt;/strong&gt; &lt;strong&gt;Installation&lt;/strong&gt; &lt;strong&gt;Device&lt;/strong&gt;  &lt;strong&gt;Install&lt;/strong&gt; &lt;strong&gt;Restrictions&lt;/strong&gt;. Set the &lt;strong&gt;Prevent  installation of devices not described by other&lt;/strong&gt; policy setting to  &lt;strong&gt;Enabled&lt;/strong&gt;.&lt;br /&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/USBpolicies.0.jpg&quot;&gt;&lt;img style=&quot;width: 545px; height: 350px;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger2/7403/4346/400/USBpolicies.0.jpg&quot; border=&quot;0&quot; height=&quot;243&quot; width=&quot;480&quot; /&gt;&lt;/a&gt;&lt;br /&gt;With this policy set, the user will be blocked from  installing any new devices. Now that you have blocked all new devices, you can  go back and use the other settings to block certain devices and allow others.  With the right configuration, you can prevent data from inappropriately being  put on this device while still using it for Windows &lt;a class=&quot;&quot; href=&quot;http://blogs.msdn.com/tomarcher/archive/2006/04/14/576548.aspx&quot; mce_href=&quot;http://blogs.msdn.com/tomarcher/archive/2006/04/14/576548.aspx&quot;&gt;ReadyBoost&lt;/a&gt;.  (Note: If you are following along, you will not be able to block a device that  has already been installed on the PC before. You will either have to try a  different device, or remove the previous device from device manager.) &lt;/div&gt; &lt;div&gt;&lt;br /&gt;The next step is to set the custom message that the users will see. You  can do this by configuring the “&lt;strong&gt;Display a custom error  message...&lt;/strong&gt;” settings.&lt;br /&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/USBerrormessagetitle.jpg&quot;&gt;&lt;img style=&quot;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger2/7403/4346/400/USBerrormessagetitle.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;This is just one of the many data protection features in  Windows Vista including &lt;a class=&quot;&quot; href=&quot;http://www.microsoft.com/technet/windowsvista/security/bitlockr.mspx&quot; mce_href=&quot;http://www.microsoft.com/technet/windowsvista/security/bitlockr.mspx&quot;&gt;BitLocker™  Drive Encryption&lt;/a&gt; and improvements in EFS.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/5768713324569516642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/5768713324569516642' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/5768713324569516642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/5768713324569516642'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/09/usb-blocking-in-windows-vista-release.html' title='USB Blocking in Windows Vista Release Candidate 1'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-5405026718293874723</id><published>2007-09-27T21:40:00.000-07:00</published><updated>2007-09-27T22:31:57.468-07:00</updated><title type='text'>Reset Administrator&#39;s Password of Windows NT/2000/XP/2003</title><content type='html'>&lt;span style=&quot;color: rgb(51, 51, 153);font-family:georgia;font-size:180%;&quot;  &gt;&lt;strong&gt;Reset  Administrator&#39;s Password of Windows NT/2000/XP/2003&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;This article is about how you can reset your windows administrator&#39;s  password. This article is&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/M5amd.0.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;&quot; src=&quot;http://photos1.blogger.com/blogger2/7403/4346/1600/M5amd.0.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; only for the educational purpose and it should not be  used for criminal or miscellaneous activities. These softwares really work  however i dont take any responsiblity for any harm caused by these softwares. So  use them at your own risk. But these methods works 100%.&lt;/p&gt; &lt;p&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;EBCD – Emergency Boot CD &lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;a title=&quot;Download EBCD&quot; href=&quot;http://www.simtel.net/pub/dl/80024.shtml&quot; target=&quot;_blank&quot;&gt;Download EBCD&lt;/a&gt;&lt;/p&gt; &lt;p&gt;EBCD is a bootable CD, intended for system recovery in the case of software  or hardware faults. It is able to create backup copies of normally working  system and restore system to saved state. It contains the best system software  ever created, properly compiled and configured for the maximum efficient use.  The most interesting part is that its FREE.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;EBCD will be very useful when you need to:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt; &lt;p&gt;Copy/move files (with long names, not necessary in CP437 encoding) from/to  the disk but OS which can handle them (windows, Linux...) cannot boot. In  particular, you may create a backup copy of normally installed and configured  Windows and later restore Windows from such backup copy. So, in the case of  fault OS itself and all software and its settings can be restored in 5-10  minutes.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; &lt;p&gt;Perform emergency boot of Windows NT / 2000 / XP. When the loader of this OS  on the hard disk is damaged or misconfigured, you are able to load OS using  another, standalone loader from this CD.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; &lt;p&gt;Recover master boot record of HDD. This allows to boot OS after incorrect  uninstallation of custom loader (LILO, for example), which made all OS on your  PC not bootable.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; &lt;p&gt;Delete, move, copy to file (image) and re-create partition from file. Image  transfer over network is also supported: so you may configure one PC and then  make contents of hard disks of other PCs same as contents of the hard disk of  the first one.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; &lt;p&gt;Change password of any user, including administrator of Windows NT/2000/XP  OS. You do not need to know the old password.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; &lt;p&gt;Recover deleted file, even file re-deleted from Windows Recycle Bin, and, in  contrast, wipe single file or a whole disk so that it will be impossible to  recover it in any way.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; &lt;p&gt;Recover data from accidentally formatted disk. Sometimes it helps to recover  data from the disk, damaged by a virus.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; &lt;p&gt;Recover data from a floppy disk, which is not readable by OS. Format 3.5&quot;  disk for 1.7 Mb size.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;Also the disk includes full set of external DOS commands, console versions of  the most popular archivers/compressors.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Moreover, emergency boot CD includes minimal Linux distribution (Rescue Linux  distribution) which may be very useful to a professional user.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a title=&quot;Download EBCD&quot; href=&quot;http://www.simtel.net/pub/dl/80024.shtml&quot; target=&quot;_blank&quot;&gt;Download EBCD&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Windows Password recovery  &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.loginrecovery.com/&quot;&gt;http://www.loginrecovery.com&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This site provides a tool to recover lost Windows XP passwords. It works for  administrator and user accounts, it doesn&#39;t change the password just tells you  the old one. It works with encrypted files (EFS) and password hashes. It even  works if no passwords at all are known for the machine (as long as you have  another computer with internet access to view this website with).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Author claims it also works with Windows NT and Windows Server 2003 and  Windows Longhorn, but the BEST thing about it is the fact that it won&#39;t reset  your passwords, but simply reveal them for you to remember and then use.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Give it a try. The author would like to receive feedback. There is a free  service as well as a priority service that will retrieve your passwords within  minutes. The fee for the priority service is very cheap, and is really just to  cover server costs.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Usage, instructions and additional information can be found at&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.loginrecovery.com/&quot;&gt;http://www.loginrecovery.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.loginrecovery.com/&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.freewebsitedirectory.com/&quot;&gt;Free Website Directory&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/5405026718293874723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/5405026718293874723' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/5405026718293874723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/5405026718293874723'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/09/reset-administrators-password-of.html' title='Reset Administrator&#39;s Password of Windows NT/2000/XP/2003'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-6015582213373972108</id><published>2007-09-27T01:22:00.000-07:00</published><updated>2007-09-27T01:26:18.890-07:00</updated><title type='text'></title><content type='html'>&lt;span style=&quot;color: rgb(0, 0, 153);font-size:180%;&quot; &gt;&lt;strong&gt;Windows Vista’s New and  Improved Remote Assistance&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;This article shows what you can expect from the new version of&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifsqBQkA_02cf10FXc4LBUhvcIoiHOW5HEmrUFI_X1s6isYzWIofZ5GEZvtsQnTtQNIOVD2u8VBTma9grLgbPn81ahqZXlx18Ib51sY13rvtlePotklZK4E0y2jki5_H92o6DFWaZKbNM/s1600-h/Mechspider.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifsqBQkA_02cf10FXc4LBUhvcIoiHOW5HEmrUFI_X1s6isYzWIofZ5GEZvtsQnTtQNIOVD2u8VBTma9grLgbPn81ahqZXlx18Ib51sY13rvtlePotklZK4E0y2jki5_H92o6DFWaZKbNM/s400/Mechspider.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5114797140535687778&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; Remote  Assistance.&lt;br /&gt;When Microsoft released Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;XP&lt;/span&gt;, it contained a lot of  features that &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;weren&lt;/span&gt;’t found in previous versions of the Windows operating  system. One of the best new features in Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;XP&lt;/span&gt; was Remote Assistance. Remote  Assistance relieved a company’s support staff from having to physically travel  to each computer that had a problem, and greatly reduced the amount of time  required for telephone support. As great as Remote Assistance is however, it  does have its shortcomings. There are some network configurations that it just  &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_3&quot;&gt;doesn&lt;/span&gt;’t work with, and it can be considered as somewhat of a security risk. In  Windows Vista, Microsoft has completely revamped the Remote Assistance feature.  In this article, I will show you what you can expect from the new version of  Remote Assistance.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;&lt;strong&gt;Efficiency  Improvements&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;One way that Remote Assistance has been improved  is that it is designed to be more efficient. The Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_4&quot;&gt;XP&lt;/span&gt; version of Remote  Assistance tended to be difficult to use in low bandwidth situations. As such,  the Windows Vista version of Remote Assistance has been re-engineered to use  less bandwidth. In doing so however, one feature was removed. In the Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_5&quot;&gt;XP&lt;/span&gt;  version of Remote Assistance, it was possible to verbally communicate with the  person that you were helping. The verbal communications feature has been removed  from the Windows Vista version of Remote Assistance in order to conserve  bandwidth.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Compatibility&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;This brings up an  interesting point about compatibility. Most organizations probably &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_6&quot;&gt;aren&lt;/span&gt;’t going  to switch all of their users to Vista overnight, so you might be wondering about  whether or not the Vista version of Remote Assistance is compatible with the  Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_7&quot;&gt;XP&lt;/span&gt; version. The two versions are mostly compatible, but there are a few  minor issues (including the verbal communications issue that I just  mentioned).&lt;br /&gt;&lt;br /&gt;One issue is that Vista’s version of Remote Assistance  supports pausing a session. Since the Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_8&quot;&gt;XP&lt;/span&gt; version &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_9&quot;&gt;didn&lt;/span&gt;’t support this  feature, someone who is using Vista to assist someone running Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_10&quot;&gt;XP&lt;/span&gt; can  pause the session, but the person who is running Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_11&quot;&gt;XP&lt;/span&gt; will not be notified  that the session has been paused.&lt;br /&gt;&lt;br /&gt;A more important issue is that a person  who is running Windows Vista will not be able to offer assistance to someone who  is running Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_12&quot;&gt;XP&lt;/span&gt;. Therefore, if your organization’s help desk depends on  Remote Assistance, then you will probably want to make sure that the help desk  staff are the last ones upgraded to Windows Vista.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;Using Remote Assistance&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Establishing a  Remote Assistance session through Windows Vista is simple. As you may recall, in  Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_13&quot;&gt;XP&lt;/span&gt;, Remote Assistance was part of the Help and Support Center. In Vista,  Remote Assistance has been made into a stand alone application. You can access  Remote Assistance by clicking the Start button and selecting All Programs  Maintenance Remote Assistance. Upon launching Remote Assistance, you will see a  screen giving you the choice of either inviting someone to help you or offering  to help someone, as shown in Figure A.&lt;br /&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger/7023/3965/1600/figureA.0.jpg&quot;&gt;&lt;img style=&quot;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger/7023/3965/400/figureA.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Figure A:&lt;/strong&gt; Upon launching Remote Assistance,  you will see a screen giving you the choice of either inviting someone to help  you or offering to help someone&lt;br /&gt;&lt;br /&gt;If the person who is running Remote  Assistance is the one who needs help, they would select the &lt;strong&gt;Invite  Someone You Trust To Help&lt;/strong&gt; You option. At this point, the person who is  asking for help would see a screen asking if they want to use e-mail to send an  invitation, or if they would like to save the invitation as a file.&lt;br /&gt;&lt;br /&gt;This  particular part of the process probably seems very similar to the Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_14&quot;&gt;XP&lt;/span&gt;  version at first glance. There is one very important difference though. In  Windows &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_15&quot;&gt;XP&lt;/span&gt;, you could e-mail an invitation to someone, or you could save the  invitation to a file and give it to the recipient some other way. However, just  because the recipient had an invitation, it did not necessarily mean that they  could connect to the person who needed help. Both machines either had to have  publicly accessible &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_16&quot;&gt;IP&lt;/span&gt; addresses, or they had to be a part of the same network.  In Windows Vista however, Remote Assistance now supports NAT traversal. This  means that if one of the users involved in the Remote Assistance session happens  to be behind a NAT firewall, the session can still be established, so long as  the necessary firewall ports are open.&lt;br /&gt;&lt;br /&gt;When the person who needs help  creates the invitation, they are prompted to assign a password to the invitation  (six character minimum). After doing so, the invitation goes out, and the user’s  machine opens a window similar to the one that’s shown in Figure B, and begins  waiting for a connection.&lt;br /&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger/7023/3965/1600/figureB.jpg&quot;&gt;&lt;img style=&quot;&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger/7023/3965/400/figureB.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Figure B:&lt;/strong&gt; This is the Remote Assistance window  that is displayed on the computer of the person who asked for help&lt;br /&gt;&lt;br /&gt;The  recipient of the invitation then opens the invitation and is prompted to enter  the password that was assigned to the invitation by the user who is asking for  help. Simply entering the password does not establish a full blown Remote  Assistance session though. The person who sent the invitation will see a pop up  message asking if it is OK for the Remote Access session to being. This prevents  an administrator from establishing a session without the user’s  knowledge.&lt;br /&gt;The dialog box shown in Figure B remains present throughout the  Remote Access session. As you can see in the figure, there are a couple of new  capabilities. The parties involved in a Remote Administration session can now  pause a session, chat, or transfer a file. Another thing worth noting is that  even after a Remote Assistance session has been established, the helper can not  control the user’s PC unless the user gives them permission to do so. The  helper’s console looks similar to the one shown in Figure B, but they also have  a Request Control icon. If the helper clicks this icon, the user requesting  assistance has to respond to a prompt in order to hand over control of their  machine.&lt;br /&gt;&lt;br /&gt;Overall there are a lot of &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_17&quot;&gt;impovements&lt;/span&gt; coming in Windows Vista.  &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_18&quot;&gt;Goto&lt;/span&gt; Microsoft website for more information www.microsoft.com&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/6015582213373972108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/6015582213373972108' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6015582213373972108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/6015582213373972108'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/09/windows-vistas-new-and-improved-remote.html' title=''/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifsqBQkA_02cf10FXc4LBUhvcIoiHOW5HEmrUFI_X1s6isYzWIofZ5GEZvtsQnTtQNIOVD2u8VBTma9grLgbPn81ahqZXlx18Ib51sY13rvtlePotklZK4E0y2jki5_H92o6DFWaZKbNM/s72-c/Mechspider.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3895899072203295200.post-2706800974709017461</id><published>2007-09-27T01:09:00.000-07:00</published><updated>2007-09-27T01:15:28.545-07:00</updated><title type='text'>Cool Yahoo Messenger Commands</title><content type='html'>&lt;span style=&quot;color: rgb(0, 0, 153);font-size:180%;&quot; &gt;&lt;strong&gt;Cool Yahoo Messenger  Commands&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;Hi again. Some times yahoo server goes down and everyone whos chatting just tear  their heads&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7Yz4suDXVvEXXPqsFJSQQYnXH7pJSoj3ly2hjdVp_8DzurtK4xvTZdEjrtMpJXNao_-IU82YqC8G27MOENdbcQdonxL0rIyPO4tH7AcI_Wur5MHqo5jUVtYKbskKxhgniNLxvmvRzQUs/s1600-h/Xp_Gloss.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7Yz4suDXVvEXXPqsFJSQQYnXH7pJSoj3ly2hjdVp_8DzurtK4xvTZdEjrtMpJXNao_-IU82YqC8G27MOENdbcQdonxL0rIyPO4tH7AcI_Wur5MHqo5jUVtYKbskKxhgniNLxvmvRzQUs/s400/Xp_Gloss.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5114793734626622018&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; off. Lot of guys&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; cant even change their chatrooms. Or if u want to  know the chatroom of a person u want to follow then i got just some special gift  for you. Here is a list of commands that could be executed in a yahoo chat  room.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;/help&lt;/strong&gt; calls up the help  file&lt;br /&gt;&lt;strong&gt;/cls&lt;/strong&gt; clears the screen&lt;br /&gt;&lt;strong&gt;/save&lt;/strong&gt; saves  the current chat session transcript&lt;br /&gt;&lt;strong&gt;/leave&lt;/strong&gt; exits current  room&lt;br /&gt;&lt;strong&gt;/join roomname&lt;/strong&gt; joins roomname&lt;br /&gt;&lt;strong&gt;/goto  username&lt;/strong&gt; joins the chat room that username is currently  in&lt;br /&gt;&lt;strong&gt;/follow username&lt;/strong&gt; user will follows username whenever the  user changes rooms&lt;br /&gt;&lt;strong&gt;/think&lt;/strong&gt; &lt;strong&gt;text&lt;/strong&gt; posts text  in this format &quot;oO(text)&quot;&lt;br /&gt;&lt;strong&gt;/tell username text&lt;/strong&gt; -- allows you  to send a text to username with opening a window&lt;br /&gt;&lt;strong&gt;/invite  username&lt;/strong&gt; invites username to the current  room&lt;br /&gt;&lt;strong&gt;/webcam&lt;/strong&gt; starts your webcam&lt;br /&gt;&lt;strong&gt;/version&lt;/strong&gt;  displays the program version&lt;br /&gt;&lt;strong&gt;/version username&lt;/strong&gt; sends the  program version to username&lt;br /&gt;&lt;strong&gt;/time&lt;/strong&gt; shows the  time&lt;br /&gt;&lt;strong&gt;/roll&lt;/strong&gt; &lt;strong&gt;number&lt;/strong&gt; rolls the number of  dice&lt;br /&gt;&lt;strong&gt;/logoff&lt;/strong&gt; closes the client&lt;br /&gt;&lt;strong&gt;/ignore add  username&lt;/strong&gt; will add username to your ignore list&lt;br /&gt;&lt;strong&gt;/ignore  remove username&lt;/strong&gt; will remove username from your ignore list :Text  formats the text as an emotion&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;If anyone wants to understand what microsoft windows says then this is the right place. Here u will find articles related to windows, softwares, networking, tips &amp; tricks and other softwares related to windows.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingwindows.blogspot.com/feeds/2706800974709017461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3895899072203295200/2706800974709017461' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/2706800974709017461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3895899072203295200/posts/default/2706800974709017461'/><link rel='alternate' type='text/html' href='http://understandingwindows.blogspot.com/2007/09/cool-yahoo-messenger-commands.html' title='Cool Yahoo Messenger Commands'/><author><name>Rabster</name><uri>http://www.blogger.com/profile/06501720311568430426</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7Yz4suDXVvEXXPqsFJSQQYnXH7pJSoj3ly2hjdVp_8DzurtK4xvTZdEjrtMpJXNao_-IU82YqC8G27MOENdbcQdonxL0rIyPO4tH7AcI_Wur5MHqo5jUVtYKbskKxhgniNLxvmvRzQUs/s72-c/Xp_Gloss.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>