<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>System Troubleshooting Tips/Tricks</title><description>Major system troubleshooting and setup/configure your Laptop/desktop for free internet browsing and learn ways to make money from it.
Free tips on system repair and troubleshooting</description><managingEditor>noreply@blogger.com (Eke Israel)</managingEditor><pubDate>Fri, 1 Nov 2024 12:11:00 +0100</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">81</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://latestbrowsingtools.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><copyright>Eke Israel Production</copyright><itunes:keywords>Computer,Desktop,Laptop,Repairs,tips,tricks,broswing,download,make,money</itunes:keywords><itunes:summary>Major system troubleshooting and setup/configure your Laptop/desktop for free internet browsing and learn ways to make money from it.</itunes:summary><itunes:subtitle>Laptop/Desktop troubleshooting</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><itunes:category text="Business"><itunes:category text="Shopping"/></itunes:category><itunes:category text="Games &amp; Hobbies"><itunes:category text="Other Games"/></itunes:category><itunes:category text="Science &amp; Medicine"/><itunes:category text="TV &amp; Film"/><itunes:author>Eke Israel</itunes:author><itunes:owner><itunes:email>noreply@blogger.com</itunes:email><itunes:name>Eke Israel</itunes:name></itunes:owner><item><title>Network Administration</title><link>http://latestbrowsingtools.blogspot.com/2011/07/network-administration.html</link><category>networking</category><category>System</category><category>Windows</category><pubDate>Mon, 18 Jul 2011 10:08:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-5050246126958716010</guid><description>&lt;h2 class="sect1"&gt;&lt;a class="title" href="" name="CH10-PGFID-460676"&gt;Network Administration&lt;/a&gt;&lt;/h2&gt;&lt;div class="para"&gt;   The Debian GNU/Linux install program lets you specify a network configuration that's used when your system is first booted. If your network configuration changes, you can re-install Linux. However, you can spare yourself much inconvenience by learning how Linux stores its network configuration. As you'll see, by using a text editor to revise some files, you can alter your system's network configuration without going through the pain of re-installing Linux.&lt;/div&gt;&lt;div class="sect2"&gt; &lt;h3 class="sect2"&gt; &lt;a class="title" href="" name="CH10-PGFID-460679"&gt; 10.2.1 Network Hardware Configuration&lt;/a&gt;&lt;/h3&gt;&lt;div class="para"&gt; If you replace your network adapter card with a different model card, you must run the &lt;kbd class="command"&gt; modconf&lt;/kbd&gt; program, which lets you specify the driver that operates your card. To do so, simply login as &lt;code class="literal"&gt; root&lt;/code&gt; and type the command:&lt;/div&gt;&lt;pre class="programlisting"&gt;modconf&lt;/pre&gt;&lt;div class="para"&gt;  You're already familiar with the &lt;kbd class="command"&gt; modconf&lt;/kbd&gt; program. It's the same program you used to specify drivers when you originally installed Linux. If you have difficulty using &lt;kbd class="command"&gt; modconf&lt;/kbd&gt;, refer to the section titled &lt;b&gt;Section 3.1.2.13, "Configuring device driver modules"&lt;/b&gt; in &lt;b&gt;Chapter 3, &lt;cite class="chapter"&gt; Installing Linux&lt;/cite&gt;&lt;/b&gt;. You must reboot your system before changes made by &lt;kbd class="command"&gt; modconf&lt;/kbd&gt; take effect.&lt;/div&gt;&lt;/div&gt;&lt;div class="sect2"&gt; &lt;h3 class="sect2"&gt; &lt;a class="title" href="" name="CH10-PGFID-460680"&gt; 10.2.2 Basic Host Information&lt;/a&gt;&lt;/h3&gt;&lt;div class="para"&gt;  When you installed Linux, you specified a hostname for your system. If you want to change the hostname associated with your system, you can edit the file &lt;i class="filename"&gt; /etc/hostname&lt;/i&gt; by using &lt;kbd class="command"&gt; ae&lt;/kbd&gt; or another editor of your choosing. Because the file&amp;nbsp;- like most configuration files&amp;nbsp;- has restrictive permissions, you must login as &lt;code class="literal"&gt; root&lt;/code&gt; in order to modify it.&lt;/div&gt;&lt;div class="para"&gt; The format of the &lt;i class="filename"&gt; /etc/hostname&lt;/i&gt; file is simple. The file contains a single line, which contains the hostname of your system; for example, &lt;i class="filename"&gt; debian&lt;/i&gt;. If you change the hostname, be sure to specify only the hostname itself; do not specify a fully qualified hostname that includes the domain name (for example, &lt;i class="filename"&gt; debian.ora.com&lt;/i&gt;).&lt;/div&gt;&lt;/div&gt;&lt;div class="sect2"&gt; &lt;h3 class="sect2"&gt; &lt;a class="title" href="" name="CH10-PGFID-460711"&gt; 10.2.3 Name Server Specification&lt;/a&gt;&lt;/h3&gt;&lt;div class="para"&gt; When you installed Linux, you may have specified one or more nameservers. Your system accesses a nameserver when it needs to determine the network address that corresponds to a hostname. If your network configuration changes, you may need to specify a new nameserver or servers. Your ISP should provide you with the proper IP address or addresses.&lt;/div&gt;&lt;div class="para"&gt; The network addresses of your system's name servers are specified in the file &lt;i class="filename"&gt; /etc/resolv.conf&lt;/i&gt;, which you can edit by using &lt;kbd class="command"&gt; ae&lt;/kbd&gt; or another editor while logged in as &lt;code class="literal"&gt; root&lt;/code&gt;. The format of the file is simple, though not as simple as that of the &lt;i class="filename"&gt; /etc/hostname&lt;/i&gt; file. To specify a name server, include a line of the form:&lt;/div&gt;&lt;pre class="programlisting"&gt;nameserver &lt;em class="emphasis"&gt;
xxx.xxx.xxx.xxx&lt;/em&gt;&lt;/pre&gt;&lt;div class="para"&gt; where &lt;em class="emphasis"&gt; xxx.xxx.xxx.xxx&lt;/em&gt; denotes the network address (IP number) of the name server; for example, 192.168.1.1. You can include as many as three such lines; when your system needs to determine a network address, it will attempt to contact the name server specified by the first such line. If that server is unavailable, your system will attempt to contact the name server specified in the second such line, if any. If that werver is unavailable, your system will contact the name server specified in the third such line, if any.&lt;/div&gt;&lt;/div&gt;&lt;div class="sect2"&gt; &lt;h3 class="sect2"&gt; &lt;a class="title" href="" name="CH10-PGFID-460725"&gt; 10.2.4 Routing and Gateways&lt;/a&gt;&lt;/h3&gt;&lt;div class="para"&gt; If your computer is part of a local area network attached to the Internet, your computer doesn't generally send data packets directly to Internet hosts. Instead, it sends data packets to a designated computer&amp;nbsp;- called the &lt;em class="emphasis"&gt; gateway&lt;/em&gt;&amp;nbsp;- on the local area network. The gateway forwards data packets to the Internet on behalf of your system. It also performs the complementary service, forwarding data packets from Internet hosts to your system.&lt;/div&gt;&lt;blockquote class="note"&gt; &lt;div class="para"&gt; &lt;strong&gt; NOTE:&lt;/strong&gt; If your system connects to the Internet via PPP, the PPP system establishes a network configuation dynamically. You'll learn how this works in the next chapter.&lt;/div&gt;&lt;/blockquote&gt;&lt;div class="para"&gt; The information that describes your local area network is contained in the file &lt;i class="filename"&gt; /etc/init.d/network&lt;/i&gt;, which you can easily edit. Here's a typical &lt;i class="filename"&gt; /etc/init.d/network&lt;/i&gt; file:&lt;/div&gt;&lt;pre class="programlisting"&gt;#! /bin/sh
inconfig lo 127.0.0.1
route add -net 127.0.0.0
IPADDR=192.168.1.10
NETMASK=255.255.255.0
BROADCAST=192.168.1.255
GATEWAY=192.168.1.1
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
route add default qw ${GATEWAY} metric 1&lt;/pre&gt;&lt;div class="para"&gt; The lines you're concerned with are the lines four through eight, each of which has the following form:&lt;/div&gt;&lt;pre class="programlisting"&gt;&lt;em class="emphasis"&gt;
variable&lt;/em&gt;=&lt;em class="emphasis"&gt;
ipnumber&lt;/em&gt;&lt;/pre&gt;&lt;div class="para"&gt; The lines associate a name, given by &lt;code class="replaceable"&gt; &lt;i&gt; variable&lt;/i&gt;&lt;/code&gt;, with a network address, given by &lt;code class="replaceable"&gt; &lt;i&gt; ipnumber&lt;/i&gt;&lt;/code&gt;. The variables are referenced by the following three lines, which are commands that configure networking.&lt;/div&gt;&lt;div class="para"&gt; To change your network configuration, you need merely to associate the proper IP number with each variable. You can do so by logging in as &lt;code class="literal"&gt; root&lt;/code&gt; and modifying the &lt;i class="filename"&gt; /etc/init.d/network&lt;/i&gt; file by using a text editor. &lt;a class="xref" href="http://oreilly.com/catalog/debian/chapter/book/ch10_02.html#CH10-PGFID-460730" title="Network Configuration Variables"&gt; Table 10.1&lt;/a&gt; describes each variable. Your network administrator should be able to provide you with the proper values.&lt;/div&gt;&lt;br /&gt;
&lt;table border="1" cellpadding="3" class="table"&gt;&lt;caption class="table"&gt; &lt;a class="title" href="" name="CH10-PGFID-460730"&gt; Table 10.1: Network Configuration Variables&lt;/a&gt;&lt;/caption&gt;&lt;thead class="thead"&gt;
&lt;tr class="row" valign="TOP"&gt; &lt;th align="LEFT" class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; Variable&lt;/div&gt;&lt;/th&gt;&lt;th align="LEFT" class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; Meaning&lt;/div&gt;&lt;/th&gt;&lt;/tr&gt;
&lt;/thead&gt;&lt;tbody class="tbody"&gt;
&lt;tr class="row" valign="TOP"&gt; &lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; &lt;code class="literal"&gt; IPADDR&lt;/code&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; Specifies the network address of your system.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="row" valign="TOP"&gt; &lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; &lt;code class="literal"&gt; NETMASK&lt;/code&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; Specifies the network address of your network, by indicating which bits of the 32-bit network address of your system pertain to the network and which pertain to the system. Many local area networks are so-called Class C networks, which require a netmask of 255.255.255.0.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="row" valign="TOP"&gt; &lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; &lt;code class="literal"&gt; BROADCAST&lt;/code&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; Specifies the address used to send a message to every system on the local area network. Often you can determine the broadcast address of a local area network from the address of a system on the local area network: simply replace the last of the four components of the network address of the host by 255.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="row" valign="TOP"&gt; &lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; &lt;code class="literal"&gt; GATEWAY&lt;/code&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="entry" colspan="1" rowspan="1"&gt; &lt;div class="para"&gt; Specifies the network address of the gateway used by your system.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="sect2"&gt; &lt;h3 class="sect2"&gt; &lt;a class="title" href="" name="CH10-PGFID-460763"&gt; 10.2.5 Hostname Search Path&lt;/a&gt;&lt;/h3&gt;&lt;div class="para"&gt;  Your Linux system can use as many as three methods to determine the IP address that corresponds to a hostname. Your system can:&lt;/div&gt;&lt;ul class="itemizedlist"&gt;&lt;li class="listitem"&gt; &lt;div class="para"&gt; &lt;a class="listitem" href="" name="CH10-PGFID-460767"&gt; &lt;/a&gt;Query a DNS server (you configured your system's DNS client earlier)&lt;/div&gt;&lt;/li&gt;
&lt;li class="listitem"&gt; &lt;div class="para"&gt; &lt;a class="listitem" href="" name="CH10-PGFID-460769"&gt; &lt;/a&gt;Read the contents of the file &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt;, known as the &lt;em class="emphasis"&gt; hosts file&lt;/em&gt;, which you'll learn about in the next subsection&lt;/div&gt;&lt;/li&gt;
&lt;li class="listitem"&gt; &lt;div class="para"&gt; &lt;a class="listitem" href="" name="CH10-PGFID-460771"&gt; &lt;/a&gt;Query an NIS (Network Information System) server&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class="para"&gt; However, unless your system is part of a sophisticated local area network, it's unlikely that an NIS server is available. Therefore, most systems can query a DNS server and, failing to obtain an answer, read the &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt; file. Alternatively, most systems can read the &lt;i class="filename"&gt; etc/hosts&lt;/i&gt; file and, failing to obtain an answer, query a DNS server. The second alternative is generally better, because reading the &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt; file takes less time than querying a DNS server.&lt;/div&gt;&lt;div class="para"&gt; The &lt;i class="filename"&gt; /etc/host.conf/&lt;/i&gt; file specifies which of these three operations are performed, and the order in which they're attempted. You can edit this file by logging in as &lt;code class="literal"&gt; root&lt;/code&gt;. Here's a typical file:&lt;/div&gt;&lt;pre class="programlisting"&gt;order hosts,bind
multi on&lt;/pre&gt;&lt;div class="para"&gt; The &lt;code class="literal"&gt; order&lt;/code&gt; line specifies that the system should first consult the &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt; file and then query a DNS server, referred to as &lt;code class="literal"&gt; bind&lt;/code&gt; because of the Berkeley Internet Name Daemon, an early DNS server.&lt;/div&gt;&lt;div class="para"&gt; The &lt;code class="literal"&gt; multi&lt;/code&gt; line specifies that your system will attempt to locate all possible names for a host when it reads the &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt; file. Unless that file is very large (hundreds or thousands of lines), you should include the &lt;code class="literal"&gt; multi&lt;/code&gt; line.&lt;/div&gt;&lt;/div&gt;&lt;div class="sect2"&gt; &lt;h3 class="sect2"&gt; &lt;a class="title" href="" name="CH10-PGFID-460781"&gt; 10.2.6 Miscellaneous Network Configuration Options&lt;/a&gt;&lt;/h3&gt;&lt;div class="para"&gt;  The hosts file, &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt;, lets your system determine the network address number that corresponds to a hostname, without querying a DNS server. Besides being faster than querying a DNS server, the &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt; file is always available.&lt;/div&gt;&lt;div class="para"&gt; Entries in the file have two parts:&lt;/div&gt;&lt;ul class="itemizedlist"&gt;&lt;li class="listitem"&gt; &lt;div class="para"&gt; &lt;a class="listitem" href="" name="CH10-PGFID-460785"&gt; &lt;/a&gt;an IP address&lt;/div&gt;&lt;/li&gt;
&lt;li class="listitem"&gt; &lt;div class="para"&gt; &lt;a class="listitem" href="" name="CH10-PGFID-460787"&gt; &lt;/a&gt;a hostname, or a list of hostnames separated by spaces&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class="para"&gt; By default, the hosts file contains an entry that associates the hostname &lt;a class="systemitem.url" href="http://oreilly.com/catalog/debian/chapter/book/localhost"&gt; localhost&lt;/a&gt; with the IP address 127.0.0.1. It's not necessary that you include any other entries in the &lt;i class="filename"&gt; /etc/hosts&lt;/i&gt; file. However, most system administrators include at least a second line, which associates the local hostname with its network address. Here's a typical file:&lt;/div&gt;&lt;pre class="programlisting"&gt;127.0.0.1      localhost
192.168.1.10   debian.mccarty.org debian&lt;/pre&gt;&lt;div class="para"&gt; Notice that the second line gives both the fully qualified hostname, consisting of the hostname and domain name, as well as the hostname alone.&lt;/div&gt;&lt;div class="para"&gt; The &lt;i class="filename"&gt; /etc/networks&lt;/i&gt; file, known as the networks file, performs a function similar to that of the hosts file; whereas the hosts file associates hostnames with network addresses, the networks file associates networks' names with network addresses. By default, the networks file contains a single line associating the network address of the local area network with the name localnet:&lt;/div&gt;&lt;pre class="programlisting"&gt;localnet 192.168.1.0&lt;/pre&gt;&lt;div class="para"&gt; Generally, it's not necessary that you add other entries to the networks file. However, by doing so, you can access frequently used networks by name even if your DNS server is unavailable.  &lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Setting Up a Linux-Based LAN</title><link>http://latestbrowsingtools.blogspot.com/2011/07/setting-up-linux-based-lan.html</link><category>networking</category><category>System</category><category>Windows</category><pubDate>Mon, 18 Jul 2011 10:08:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-1892443868805037294</guid><description>&lt;div class="para"&gt;   This chapter explains how to set up a local-area network (LAN) that includes a Linux Samba server, which lets Microsoft Windows and UNIX systems access shared files and printers hosted by your Linux system. The chapter explains how to administer a simple LAN and describes how to install, configure, and administer Samba servers and clients. Integrating your Linux system with an existing LAN is no more complicated than setting up your own LAN; the chapter also explains how to connect to an existing network. The chapter also explains how to use Linux backup and recovery utilities so that client systems can create and use backups stored on the server.&lt;/div&gt;&lt;div class="sect1"&gt; &lt;h2 class="sect1"&gt; &lt;a class="title" href="" name="CH10-PGFID-460660"&gt; 10.1 Introduction&lt;/a&gt;&lt;/h2&gt;&lt;div class="para"&gt;  One of the great strengths of Linux is its powerful and robust networking capabilities. The good news is that everything about Linux's networking setup is open to inspection and completely configurable. Nothing is hidden from the user, and no parameters are forced on you. The challenge is to get the most out of this setup for your needs.&lt;/div&gt;&lt;div class="para"&gt; Basic networking principles don't differ much between Windows and Linux, and indeed the principles aren't unfamiliar. This chapter starts with an overview of networking, and then looks in more detail at Linux networking on a Local Area Network (LAN). In the next two chapters, you'll learn about making a dialup Internet connection, and setting up Wide Area Network (WAN) services.&lt;/div&gt;&lt;div class="para"&gt;  Most computers today handle network traffic much as the post office handles mail. Think, for example, of the steps involved in sending and receiving a letter. Your postal carrier must know where to drop off and where to pick up mail. So your home must have some kind of recognizable &lt;em class="emphasis"&gt; interface&lt;/em&gt;; we call this a mailbox. And whereas your postal carrier may know your neighborhood quite well, delivery in other areas will require other carriers. Mail is passed to these other carriers through a &lt;em class="emphasis"&gt; gateway&lt;/em&gt;; we call this the Post Office. Although you can think of the whole postal system as one big network, it's easier to understand if you think of it as a hierarchy of &lt;em class="emphasis"&gt; subnetworks&lt;/em&gt; (or &lt;em class="emphasis"&gt; subnets&lt;/em&gt;): the postal system is divided into states, states are divided by zip code, zip codes contain a number of streets, and each street contains unique addresses. &lt;/div&gt;&lt;div class="para"&gt; Computer networking mirrors this model. Let's trace an email message from you to a coworker. You compose the message and press Send. Your computer passes the message to a network interface. This interface may be a modem by which you dial up an ISP, or it may be an Ethernet card that connects you to a LAN. Either way, on the other side of the interface is a gateway machine. The gateway knows how to look at the address of the recipient on the email message, and interpret that message in terms of networks and subnets. Using this information, your gateway passes the message to other gateways until the message reaches the gateway for the destination machine. That gateway in turn delivers the message via a recognizable interface (such as modem or Ethernet card) to the recipient's inbox.&lt;/div&gt;&lt;div class="para"&gt;  If you review this story, you can easily see what parts of networking you'll need to configure on your Linux system. You'll need to know the address of your machine. Just as the town name &lt;em class="emphasis"&gt; Menlo Park&lt;/em&gt; and the zip code &lt;em class="emphasis"&gt; 94025&lt;/em&gt; are two different names for the same location, you may have both a name, called a &lt;em class="emphasis"&gt; hostname&lt;/em&gt;, and a number, called an &lt;em class="emphasis"&gt; IP number&lt;/em&gt;, that serve as the address for your machine.&lt;/div&gt;&lt;div class="para"&gt;  To translate between these two notations, you may need to know the address of a &lt;em class="emphasis"&gt; Domain Name Server&lt;/em&gt;. This is a machine that matches IP numbers with hostnames. You'll also need to know the address of a gateway machine through which network traffic will be routed. Finally, you'll need to be able to bring up an interface on your system for networking, and you'll need to assign a route from that interface to the gateway.&lt;/div&gt;&lt;div class="para"&gt; While all of this can seem complex, it really isn't any more complex than the postal system, and functions in much the same way. Fortunately, Linux comes with tools to help you automate network configuration. In this chapter you'll look at networking on a LAN, and we'll start by looking at how to set up LAN networking.&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to Recover Deleted Items Using Microsoft Outlook</title><link>http://latestbrowsingtools.blogspot.com/2011/07/how-to-recover-deleted-items-using.html</link><category>Information</category><category>security</category><category>System</category><category>Windows</category><pubDate>Fri, 15 Jul 2011 14:33:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-8839423294879936097</guid><description>&lt;span class="inplacedisplayid4siteid0"&gt;  &lt;em&gt;Note: these procedures only apply if you have installed Outlook and you are connected to an Exchange Server.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
When items are deleted from a folder in a mailbox, those items are first transferred to the deleted items folder of that mailbox. The items can then be deleted from the deleted items folder. This provides a measure of protection in case of accidental deletion. After the items are deleted from the deleted items folder, the items can still be recovered for up to 30 days by using the &lt;strong&gt;Recover Deleted Items&lt;/strong&gt; funtion.&lt;br /&gt;
&lt;h3&gt;To Recover Deleted Items&lt;/h3&gt;To recover deleted items, follow these steps:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;On the folder list, click to select the Deleted Items folder.&lt;/li&gt;
&lt;li&gt;On the Tools menu, click Recover Deleted Items.&lt;/li&gt;
&lt;li&gt;Click the item you wish to recover. If you want to recover multiple items, hold the Shift key down and click to select contiguous items or hold the&amp;nbsp;CTRL key down and click to select noncontiguous items. If you want to recover the entire list, click select all.&lt;/li&gt;
&lt;li&gt;Click the Recover Selected Items button. The items will be returned to your deleted items folder, and then you can move them to other folders. if the menu item is not visible, hover the mouse pointer over the chevrons at the bottom of the menu, and then click recover selected items.&lt;/li&gt;
&lt;/ol&gt;&lt;h3&gt;To Purge Deleted Items&lt;/h3&gt;&lt;ol&gt;&lt;li&gt;On the folder list, click to select the Deleted Items folder.&lt;/li&gt;
&lt;li&gt;On the Tools menu, click Recover Deleted Items.&lt;/li&gt;
&lt;li&gt;In the Recover Deleted Items window, click the item you wish to purge. If you want to purge multiple items, press and hold Shift and click to select contiguous items or press and hold&amp;nbsp;CTRL and click to select noncontiguous items. If you want to purge the entire list, click Select All.&lt;/li&gt;
&lt;li&gt;click the purge selected items button, and then close the recover deleted items window. if the menu item is not visible, move the mouse pointer over the chevrons at the end of the menu, and then click recover selected items.&lt;/li&gt;
&lt;/ol&gt;The items are now permanently removed from the server and will not be recoverable.&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to create a really invisible folder</title><link>http://latestbrowsingtools.blogspot.com/2011/07/how-to-create-really-invisible-folder.html</link><category>Information</category><category>security</category><category>System</category><category>Windows</category><pubDate>Thu, 7 Jul 2011 14:36:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-2461446744824162486</guid><description>This is a trick to make a folder invisible. We are not going to try  to hide the file anywhere. In fact the folder would be right before your  eyes but you can’t see it. Sounds intriguing? Actually it is very  simple – just 2 steps.&lt;br /&gt;
Here’s how:&lt;br /&gt;
You can either create a new folder or choose an existing folder.  While naming or renaming the folder hold &lt;strong&gt;[Alt]&lt;/strong&gt; Key and  enter “&lt;strong&gt;0160&lt;/strong&gt;” (without the quotes). Release the &lt;strong&gt;[Alt]&lt;/strong&gt;  Key. You can notice that the name part of the folder is just a blank.  What we have done is we have inserted a ‘&lt;em&gt;Non-Breaking Space&lt;/em&gt;‘ as  the name of the folder virtually making it appear as if the folder has  no name. You can’t do this just by typing a space using the space-bar.  That doesn’t work. Try it for yourself.&lt;br /&gt;
Now right-click on the folder and select “&lt;em&gt;Properties&lt;/em&gt;” and  choose the “&lt;em&gt;Customize&lt;/em&gt;” tab. Click on the “&lt;em&gt;Change Icon&lt;/em&gt;”  button. &lt;span class="IL_AD" id="IL_AD4"&gt;Scroll&lt;/span&gt; along and you  should find a few blank spaces. Click on &lt;span class="IL_AD" id="IL_AD5"&gt;any  one&lt;/span&gt; of them and click &lt;strong&gt;Ok&lt;/strong&gt;. That’s it. You can’t  see the folder anymore.&lt;br /&gt;
&lt;span class="IL_AD" id="IL_AD3"&gt;Of course&lt;/span&gt;, if you select the  folder (click on the folder), it will get highlighted</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to Check Windows Version using System Information</title><link>http://latestbrowsingtools.blogspot.com/2011/06/how-to-check-windows-version-using.html</link><category>Information</category><category>System</category><category>Version</category><category>Windows</category><pubDate>Thu, 16 Jun 2011 13:51:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-8496310326729476234</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt; Windows users can use &lt;b&gt;System Information tool&lt;/b&gt; to &lt;b&gt;check Windows version numbers&lt;/b&gt;, service pack level and the build number they are running on as Windows operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Windows version check&lt;/b&gt; using &lt;b&gt;msinfo32 - System Information tool&lt;/b&gt; is the easiest way of checking all system related data, parameters, and values.&lt;br /&gt;
Here is the steps to &lt;b&gt;determine Windows version&lt;/b&gt; using msinfo32 System Information tool.&lt;br /&gt;
&lt;br /&gt;
Click on Start buton.&lt;br /&gt;
Windows XP users can type &lt;b&gt;msinfo32&lt;/b&gt; in &lt;b&gt;Run Command&lt;/b&gt; screen.&lt;br /&gt;
Windowss Vista and Windows 7 users can type &lt;b&gt;msinfo32&lt;/b&gt; in &lt;b&gt;Start Search&lt;/b&gt;.&lt;br /&gt;
Press Enter&lt;br /&gt;
&lt;br /&gt;
This will display the System Information screen as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="check-windows-version-using-msinfo32-windows-xp" height="285px" src="http://www.kodyaz.com/images/windows-tools/check-windows-version-using-msinfo32-windows-xp.PNG" title="check-windows-version-using-msinfo32-windows-xp" width="550px" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Create a password protected folder without any special software</title><link>http://latestbrowsingtools.blogspot.com/2011/06/create-password-protected-folder.html</link><pubDate>Thu, 16 Jun 2011 13:46:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-1847790842801052043</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;In an earlier post I had written about &lt;a href="http://www.dq.winsila.com/www.dq.winsila.com/tips-tricks/how-to-create-a-really-invisible-folder.html"&gt;how to create an invisible folder&lt;/a&gt;. That’s a method to create a merely invisible folder with no real protection.&lt;br /&gt;
Now, here we will see how to create a folder that will not just be invisible, but also require a password to reveal it and open it. The best part is that you don’t need any specialsoftware to do this. Just plain old Notepad is all that you need. &lt;br /&gt;
Note: This is NOT a very secure method of protecting your folders. So use it at your own risk.&lt;br /&gt;
Here is the code that you need:&lt;span id="more-398"&gt;&lt;/span&gt;&lt;br /&gt;
cls&lt;br /&gt;
@ECHO OFF&lt;br /&gt;
title Folder &lt;strong&gt;Personal&lt;/strong&gt;&lt;br /&gt;
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK&lt;br /&gt;
if NOT EXIST &lt;strong&gt;Personal &lt;/strong&gt;goto MDLOCKER&lt;br /&gt;
:CONFIRM&lt;br /&gt;
echo Are you sure u want to Lock the folder(Y/N)&lt;br /&gt;
set/p “cho=&amp;gt;”&lt;br /&gt;
if %cho%==Y goto LOCK&lt;br /&gt;
if %cho%==y goto LOCK&lt;br /&gt;
if %cho%==n goto END&lt;br /&gt;
if %cho%==N goto END&lt;br /&gt;
echo Invalid choice.&lt;br /&gt;
goto CONFIRM&lt;br /&gt;
:LOCK&lt;br /&gt;
ren &lt;strong&gt;Personal&lt;/strong&gt; “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”&lt;br /&gt;
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”&lt;br /&gt;
echo Folder locked&lt;br /&gt;
goto End&lt;br /&gt;
:UNLOCK&lt;br /&gt;
echo Enter password to Unlock folder&lt;br /&gt;
set/p “pass=&amp;gt;”&lt;br /&gt;
if NOT %pass%==&lt;span style="color: red; font-family: verdana; font-weight: bold;"&gt;pwd123&lt;/span&gt; HERE goto FAIL&lt;br /&gt;
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”&lt;br /&gt;
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” &lt;strong&gt;Personal&lt;/strong&gt;&lt;br /&gt;
echo Folder Unlocked successfully&lt;br /&gt;
goto End&lt;br /&gt;
:FAIL&lt;br /&gt;
echo Invalid password&lt;br /&gt;
goto end&lt;br /&gt;
:MDLOCKER&lt;br /&gt;
md &lt;strong&gt;Personal&lt;/strong&gt;&lt;br /&gt;
echo &lt;strong&gt;Personal&lt;/strong&gt; created successfully&lt;br /&gt;
goto End&lt;br /&gt;
:End&lt;br /&gt;
Now here is what you need to do:&lt;br /&gt;
Just copy the above code and paste it into Notepad. Save it by giving it any name you choose. Assuming, the file is called &lt;em&gt;secret.txt&lt;/em&gt;, change the extension to ‘&lt;em&gt;.bat&lt;/em&gt;‘ so that the new name becomes &lt;em&gt;secret.bat&lt;/em&gt;. What you get is a batch file. You could actually save one step by saving the file in Notepad directly as secret.bat by enclosing the file name like this: “secret.bat” . This batch file is the one that you need. You can edit this batch file to change the folder name and the password. To change the name of the folder that is created, change the ‘Personal’ (in bold in the above code) to any another name you choose. Likewise change the ‘pwd123′ (in red in the code) to anything else.&lt;br /&gt;
Now let’s see how to use it. Place the file in the location where you would like to create your protected folder. Run the batch file by double clicking on it. This will create a folder named &lt;em&gt;Personal&lt;/em&gt; in the same location as the batch file. You can now open this folder and place any files in it. Once you are finished, run the batch file again. You will be asked whether you want to lock the folder. Entry ‘Y’ (for Yes) and hit Enter. The folder becomes invisible. To retrieve the folder, run the batch file again. You will be prompted to enter the password. Enter the password, hit enter and voila! the folder appears.&lt;br /&gt;
&lt;strong&gt;Important&lt;/strong&gt;: The batch file acts like a key to open the locked folder. So once you have created and locked a folder, do not keep the batch file in the same location since anybody can open the batch file and view your password. So I would suggest that you keep the batch file in a separate and safe place or better still keep it on your pen drive or flash drive. That way when you want to open the folder just copy the batch file to the location where you have your protected folder and run it.&lt;br /&gt;
Do remember that the above method is not intended to act as a substitute for the numerous free and commercial softwares that are specifically designed to provide security and encryption to your data.&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to Activate Windows 7 Manually - Windows 7 Activation Steps</title><link>http://latestbrowsingtools.blogspot.com/2011/06/how-to-activate-windows-7-manually.html</link><pubDate>Thu, 16 Jun 2011 13:46:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-6365106955993103764</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;h1 class="title_article"&gt;Activate &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7&lt;/span&gt; on this computer&lt;/h1&gt;&lt;div class="para"&gt;You must activate &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; within 30 days of installation. Activation helps verify that &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; on your computer is genuine and hasn't been used on more computers than the &lt;span class="notLocalizable"&gt;Microsoft&lt;/span&gt; Software License Terms allow. In this way, activation helps prevent software counterfeiting. For more information, see Activating Windows 7: frequently asked questions.&lt;/div&gt;&lt;div class="para"&gt;To activate online, you'll need your &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7 &lt;/span&gt;product key. You can find  your product key on the computer or inside the &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; package—or in a confirmation e‑mail if you purchased and downloaded &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7&lt;/span&gt; online. Go to the &lt;span class="notLocalizable"&gt;Microsoft&lt;/span&gt; website to see examples of product key stickers. For more information, see Where do I find my Windows 7 product key?&lt;/div&gt;&lt;div class="para"&gt;If you can't find your product key, you might need to buy a new one. To learn more, see Get a new Windows 7 product key. If you receive an error message saying that your product key is not valid when installing &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7&lt;/span&gt;, see Windows 7 activation error: invalid product key.&lt;/div&gt;&lt;div class="section sectionNormal"&gt;&lt;h2 class="title_section"&gt;Activate using the Internet&lt;/h2&gt;&lt;div class=""&gt;                  &lt;div class="para"&gt;When you begin the activation process, &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; tries to detect an Internet connection. If one is found, you can activate online. If you use a modem to connect to the Internet but aren't currently online, you'll have the option to activate using a modem.&lt;/div&gt;&lt;div class="procedure"&gt;&lt;h3 class="title_procedure"&gt;To activate by using a direct connection&lt;/h3&gt;&lt;div class=""&gt;&lt;ol class="ordered_dec"&gt;&lt;li class="step"&gt;             &lt;div class="para"&gt;                              &lt;span class="phrase"&gt;Open &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; Activation by clicking the &lt;span class="ui"&gt;Start&lt;/span&gt; button &lt;img alt="Picture of the Start button" class="embedObject" height="15" id="pageContainer0_ID0EGCAC" src="http://res2.windows.microsoft.com/resbox/en/Windows%207/main/4/f/4f6cbd09-148c-4dd8-b1f2-48f232a2fd33/4f6cbd09-148c-4dd8-b1f2-48f232a2fd33.jpg" title="Picture of the Start button" width="15" /&gt;, right-clicking &lt;span class="ui"&gt;Computer&lt;/span&gt;, clicking &lt;span class="ui"&gt;Properties&lt;/span&gt;, and then clicking &lt;span class="ui"&gt;Activate &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; now&lt;/span&gt;.&lt;/span&gt;‌ &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;If &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; detects an Internet connection, click &lt;span class="ui"&gt;Activate &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; online now&lt;/span&gt;. &lt;span class="phrase"&gt;       &lt;img alt="Administrator permission required" class="embedObject" height="16" id="pageContainer0_ID0EFDAC" src="http://res1.windows.microsoft.com/resbox/en/Windows%207/main/1/8/18abb370-ac1e-4b6b-b663-e028a75bf05b/18abb370-ac1e-4b6b-b663-e028a75bf05b.jpg" title="Administrator permission required" width="13" /&gt;&amp;nbsp;If you're prompted for an administrator password or confirmation, type the password or provide confirmation.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Type your &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7&lt;/span&gt; product key when prompted, click &lt;span class="ui"&gt;Next&lt;/span&gt;, and then follow the instructions.&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="procedure"&gt;&lt;h3 class="title_procedure"&gt;To activate by using a modem&lt;/h3&gt;&lt;div class=""&gt;&lt;ol class="ordered_dec"&gt;&lt;li class="step"&gt;             &lt;div class="para"&gt;                              &lt;span class="phrase"&gt;Open &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; Activation by clicking the &lt;span class="ui"&gt;Start&lt;/span&gt; button &lt;img alt="Picture of the Start button" class="embedObject" height="15" id="pageContainer0_ID0E1EAC" src="http://res2.windows.microsoft.com/resbox/en/Windows%207/main/4/f/4f6cbd09-148c-4dd8-b1f2-48f232a2fd33/4f6cbd09-148c-4dd8-b1f2-48f232a2fd33.jpg" title="Picture of the Start button" width="15" /&gt;, right-clicking &lt;span class="ui"&gt;Computer&lt;/span&gt;, clicking &lt;span class="ui"&gt;Properties&lt;/span&gt;, and then clicking &lt;span class="ui"&gt;Activate &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; now&lt;/span&gt;.&lt;/span&gt;‌ &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Click &lt;span class="ui"&gt;Show me other ways to activate&lt;/span&gt;. &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Type your &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7&lt;/span&gt; product key, and then click &lt;span class="ui"&gt;Next&lt;/span&gt;. &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Click &lt;span class="ui"&gt;Use my modem to connect directly to the activation service&lt;/span&gt;.  &lt;span class="phrase"&gt;       &lt;img alt="Administrator permission required" class="embedObject" height="16" id="pageContainer0_ID0EGGAC" src="http://res1.windows.microsoft.com/resbox/en/Windows%207/main/1/8/18abb370-ac1e-4b6b-b663-e028a75bf05b/18abb370-ac1e-4b6b-b663-e028a75bf05b.jpg" title="Administrator permission required" width="13" /&gt;&amp;nbsp;If you're prompted for an administrator password or confirmation, type the password or provide confirmation.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Click the location nearest you from the drop-down list, click &lt;span class="ui"&gt;Next&lt;/span&gt;, and then follow the instructions.&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="section sectionNormal"&gt;&lt;h2 class="title_section"&gt;Activate using the telephone&lt;/h2&gt;&lt;div class=""&gt;                  &lt;div class="para"&gt;If &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; isn't able to activate online, you'll have the option to activate &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7&lt;/span&gt; using an automated phone system.&lt;/div&gt;&lt;div class="procedure"&gt;&lt;div class=""&gt;&lt;ol class="ordered_dec"&gt;&lt;li class="step"&gt;             &lt;div class="para"&gt;                              &lt;span class="phrase"&gt;Open &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; Activation by clicking the &lt;span class="ui"&gt;Start&lt;/span&gt; button &lt;img alt="Picture of the Start button" class="embedObject" height="15" id="pageContainer0_ID0EDIAC" src="http://res2.windows.microsoft.com/resbox/en/Windows%207/main/4/f/4f6cbd09-148c-4dd8-b1f2-48f232a2fd33/4f6cbd09-148c-4dd8-b1f2-48f232a2fd33.jpg" title="Picture of the Start button" width="15" /&gt;, right-clicking &lt;span class="ui"&gt;Computer&lt;/span&gt;, clicking &lt;span class="ui"&gt;Properties&lt;/span&gt;, and then clicking &lt;span class="ui"&gt;Activate &lt;span class="notLocalizable"&gt;Windows&lt;/span&gt; now&lt;/span&gt;.&lt;/span&gt;‌ &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Click &lt;span class="ui"&gt;Show me other ways to activate&lt;/span&gt;. &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Type your &lt;span class="notLocalizable"&gt;Windows&amp;nbsp;7&lt;/span&gt; product key, and then click &lt;span class="ui"&gt;Next&lt;/span&gt;. &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Click &lt;span class="ui"&gt;Use the automated phone system&lt;/span&gt;. &lt;span class="phrase"&gt;       &lt;img alt="Administrator permission required" class="embedObject" height="16" id="pageContainer0_ID0EPJAC" src="http://res1.windows.microsoft.com/resbox/en/Windows%207/main/1/8/18abb370-ac1e-4b6b-b663-e028a75bf05b/18abb370-ac1e-4b6b-b663-e028a75bf05b.jpg" title="Administrator permission required" width="13" /&gt;&amp;nbsp;If you're prompted for an administrator password or confirmation, type the password or provide confirmation.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Click the location nearest you from the drop-down list, and then click &lt;span class="ui"&gt;Next&lt;/span&gt;.&lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Call one of the available phone numbers listed. An automated system will guide you through the activation process. &lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;When prompted, enter the installation ID that's listed on your screen into your phone's keypad.&lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Write down the confirmation ID that the phone system gives you.&lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;Type the confirmation ID into the space provided under Step 3 in the activation dialog, click &lt;span class="ui"&gt;Next&lt;/span&gt;, and then follow the instructions.&lt;/div&gt;&lt;/li&gt;
&lt;li class="step"&gt;             &lt;div class="para"&gt;If activation isn't successful, stay on the line to be transferred to a customer service representative who can assist you.&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to bypass Windows Log in Password</title><link>http://latestbrowsingtools.blogspot.com/2011/06/how-to-bypass-windows-log-in-password.html</link><pubDate>Thu, 16 Jun 2011 13:43:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-2015760978021497614</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Due to the security features built into Windows XP, it is virtually impossible to get back into the system without the password.&lt;br /&gt;
You have several options to try and get around this problem.&lt;br /&gt;
If you have access to another user account with administrator rights, you can use that account to change the password of &lt;span class="IL_AD" id="IL_AD4"&gt;the account&lt;/span&gt; that is locked out. You can also use the default Administrator account that is built into Windows XP.&lt;br /&gt;
First you need to boot the system into Safe Mode.&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Restart your system.&lt;/li&gt;
&lt;li&gt;When you see the blue screen, press the ( F8 ) key about 3 times a second.&lt;/li&gt;
&lt;li&gt;You should get the Windows startup menu. Use the (Up or Down) arrow keys to highlight (SafeMode).&lt;/li&gt;
&lt;li&gt;Press (Enter) on (Safe Mode), then press (Enter) on (Windows XP).&lt;/li&gt;
&lt;li&gt;The system should boot to Safe Mode.&lt;/li&gt;
&lt;/ol&gt;Once you are at the Account Log on Screen, click on the icon for the user account with administrator rights, or click on the icon for the administrators account.&lt;br /&gt;
&lt;em&gt;Note: For &lt;span class="IL_AD" id="IL_AD3"&gt;Home&lt;/span&gt; the Administrator account isn’t normally shown &amp;amp; in Safe Mode you have to press Ctrl+Alt+Delete keys twice to show. For PRO you can do this in normal mode&lt;/em&gt;&lt;br /&gt;
When the system has booted to the desktop, use the following steps to change the accounts password.&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Click Start, Control Panel, Administrative Tools.&lt;/li&gt;
&lt;li&gt;Click Computer Management.&lt;/li&gt;
&lt;li&gt;Double click Local Users and Groups, double click the folder Users.&lt;/li&gt;
&lt;li&gt;Right click on the account name that is locked out, and click on Set Password.&lt;/li&gt;
&lt;li&gt;You may get a warning message about changing the password, simply click proceed.&lt;/li&gt;
&lt;li&gt;Leave the New Password box blank, also leave the Confirm Password box blank.&lt;/li&gt;
&lt;li&gt;Click OK, and OK again.&lt;/li&gt;
&lt;li&gt;Then close all Windows, reboot the system and try to log in.&lt;/li&gt;
&lt;/ol&gt;There are also applications that can recover the password for you.&lt;br /&gt;
If the above information does not help in recovering the password, the only option left is to format the hard drive then reinstall Windows and the systemsoftware. &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>External Hard Drive Data Recovery</title><link>http://latestbrowsingtools.blogspot.com/2011/06/external-hard-drive-data-recovery.html</link><pubDate>Mon, 6 Jun 2011 16:09:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-808383597877939200</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:WordDocument&gt;   &lt;w:View&gt;Normal&lt;/w:View&gt;   &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:PunctuationKerning/&gt;   &lt;w:ValidateAgainstSchemas/&gt;   &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:Compatibility&gt;    &lt;w:BreakWrappedTables/&gt;    &lt;w:SnapToGridInCell/&gt;    &lt;w:WrapTextWithPunct/&gt;    &lt;w:UseAsianBreakRules/&gt;    &lt;w:DontGrowAutofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:"Table Normal";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:"";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:"Times New Roman";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
&lt;/style&gt; &lt;![endif]--&gt;  &lt;br /&gt;
&lt;h1&gt;External Hard Drive Data Recovery&lt;/h1&gt;External USB and Firewire hard disk drives comprise a case containing a standard IDE or SATA hard disk with a USB-to-IDE SATA or Firewire-to-IDE or SATA interface adaptor. These units are therefore prone to all the usual problems relating to hard disk drives plus some others that the external case and interface may bring. &lt;br /&gt;
&lt;h2&gt;Common problems: &lt;/h2&gt;Overheating due to inadequate cooling within the external case or blocked air vents. Modern external hard disk drives often contain a fan inside to disperse the heat generated by components. This fan however can become defective or the vents may become blocked resulting in operation above the recommended operating temperature.&lt;br /&gt;
External hard disk drives are also prone to impact, transit or vibration damage.&lt;br /&gt;
&lt;h2&gt;Symptoms:&lt;/h2&gt;The drive is not recognised by the BIOS, clicking or grinding noises, red or no lights on the enclosure.&lt;br /&gt;
&lt;h2&gt;Recovery possibilities: &lt;/h2&gt;Successful recovery is dependent upon the extent of the physical or electrical damage to the magnetic storage media or platters. Heat associated problems are often easier to remedy than those due to impact or mishandling.&lt;br /&gt;
&lt;h2&gt;Recommendations:&lt;/h2&gt;&lt;strong&gt;Do not&lt;/strong&gt; run a repair utility on the drive (such as Scandisk / Chkdsk / Norton etc) - these utilities work the drive harder than usual and may cause further irreparable damage to the storage media and your data.&lt;br /&gt;
&lt;div class="MsoNormal"&gt;&lt;strong&gt;Example Manufacturers:&lt;/strong&gt; LaCie (eg. Big Disk, Bigger Disk, Bigger Disk Extreme, Quadra etc), Iomega, Freecom, Maxtor (eg. OneTouch), Western Digital (eg. Passport, MyBook), Toshiba, Seagate (eg. FreeAgent)&lt;/div&gt;&lt;b&gt;Problems:&lt;/b&gt; External USB and Firewire hard disks basically consist of a case containing a standard IDE or SATA hard disk with a USB or Firewire interface adaptor. Thus, these units are prone to all the &lt;a href="http://latestbrowsingtools.blogspot.com/2011/06/reasons-for-hard-disk-failure.html"&gt;&lt;strong&gt;&lt;span style="color: #ff6600;"&gt;usual problems relating to IDE &amp;amp; SATA hard drives&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt; plus some others that the external case and interface may bring. Two of the most common additional problems we have noticed with these drives are:&lt;br /&gt;
&lt;ul type="disc"&gt;&lt;li class="MsoNormal"&gt;They get knocked over,      dropped, banged etc. In almost all cases, the resulting impact they suffer      will cause problems.&lt;/li&gt;
&lt;li class="MsoNormal"&gt;They have a tendancy to      overheat. This is due to inadequate ventilation on the external case. Some      external hard drives don't contain any ventilation at all, a small number      of devices may contain a fan inside the actual case to combat temperature      build up.&lt;/li&gt;
&lt;/ul&gt;&lt;div align="left"&gt;&lt;b&gt;Symptoms:&lt;/b&gt; &lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;If the hard drive has been dropped&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt;                      The drive will probably make a ticking / musical noise when                      powered on. This is usually indicative of damage to the read                      / write heads &amp;amp;/or the motor. Recovery of data is often                      possible - click here to read more about &lt;strong&gt;&lt;a href="http://latestbrowsingtools.blogspot.com/2011/06/head-faults-recovering-data-from-noisy.html"&gt;&lt;span style="color: #ff9900;"&gt;recovering                      data from clicking / ticking hard disk drives&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;If Knocked:&lt;/strong&gt; The drive will make a buzzing                      noise - usually indicative of a seized spindle. Data is nearly                      always recoverable - click here to read more about &lt;strong&gt;&lt;a href="http://latestbrowsingtools.blogspot.com/2011/06/recovering-data-from-hard-drives-with.html"&gt;&lt;span style="color: #ff9900;"&gt;data                      recovery from hard drives with seized spindles&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;If Overheating:&lt;/strong&gt; The drive will suddenly                      die and not be recognised by the BIOS, or the computer will                      appear to start running slowly and noises from the external                      hard disk may be heard.&lt;/li&gt;
&lt;/ul&gt;&lt;div align="left"&gt;&lt;b&gt;Recovery possibilities:&lt;/b&gt; Entirely dependent                    on the nature of the problem. Heat associated problems are often                    easier to tackle than impact damage problems.&lt;/div&gt;&lt;div align="left"&gt;&lt;b&gt;Do Not:&lt;/b&gt; Under no circumstances should you                    continue to use the device as you may cause further damage to                    the unit. &lt;strong&gt;Also, you should not allow the system to run                    a repair utility on the drive (such as Scandisk / Chkdsk / Norton                    etc) - this can often render recoverable data unrecoverable.&lt;/strong&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="left"&gt;&lt;strong&gt;&lt;span style="color: blue;"&gt;Please call us on 2348062611277&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Recovering data from hard drives with seized spindle motors</title><link>http://latestbrowsingtools.blogspot.com/2011/06/recovering-data-from-hard-drives-with.html</link><pubDate>Mon, 6 Jun 2011 16:05:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-5202215220738564706</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div align="center"&gt;            &lt;h2 align="left"&gt;Recovering data from hard drives with seized spindle              motors&lt;/h2&gt;&lt;div align="left"&gt;Seized spindle hard drive faults are a relatively new              type of hard disk failure. They occur when the spindle that rotates              the hard disk platters becomes seized, often due to the drive receiving              a knock.&lt;/div&gt;&lt;div align="left"&gt;&lt;strong&gt;Types of drive affected:&lt;/strong&gt; &lt;/div&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;              &lt;div align="left"&gt;&lt;strong&gt;Any external hard drive&lt;/strong&gt; that has                received a knock / jolt whilst powered on&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;All Seagate 7200.8 models&lt;/li&gt;
&lt;li&gt;              &lt;div align="left"&gt; All Seagate 7200.9 models&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;              &lt;div align="left"&gt; All Seagate 7200.10 models&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;              &lt;div align="left"&gt; All Seagate 7200.11 models&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;              &lt;div align="left"&gt; All Seagate 7200.12 models&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;What are the symptoms of a hard drive with a seized spindle?:&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The drive will not be recognised by the computer&lt;/li&gt;
&lt;li&gt;The drive may make a faint buzzing sound (NOT a ticking sound that              indicates a head fault)&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;What causes a seized spindle?:&lt;/strong&gt; The most common cause            is the hard drive receiving a sudden knock or jolt when powered on.&lt;br /&gt;
&lt;strong&gt;Why does the spindle seize?:&lt;/strong&gt; Only a small part of            the spindle comes in contact with a (relatively) heavy part of the hard            drive. Even a slight knock is sufficient to make the spindle seize.&lt;br /&gt;
&lt;strong&gt;Is it possible to recover the data from hard drives with seized            spindles?:&lt;/strong&gt; Data Clinic can recover the data from almost any            drive that has a seized spindle as we have the specialist equipment            required to do so. &lt;strong&gt;&lt;span style="color: blue;"&gt;Please call us on 2348062611277&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Head faults - Recovering data from noisy / clicking / ticking hard disk drives</title><link>http://latestbrowsingtools.blogspot.com/2011/06/head-faults-recovering-data-from-noisy.html</link><pubDate>Mon, 6 Jun 2011 15:47:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-8139341069980088179</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;h2 align="left"&gt;&lt;span&gt;Head faults - Recovering data from              noisy / clicking / ticking hard disk drives&lt;/span&gt;&lt;/h2&gt;&lt;div align="left"&gt;&lt;strong&gt;Symptoms:&lt;/strong&gt; When the computer is powered              on, the hard disk -&lt;br /&gt;
(1) Will not be recognised by the computer and&lt;br /&gt;
(2) A ticking or knocking sound will be heard coming from the hard              disk at regular intervals (often about 1 / second). &lt;br /&gt;
An error message similar to "Hard Disk not found" or "No              system disk present" will be displayed, and the system will then              halt.&lt;/div&gt;&lt;div align="left"&gt;Hard drives with these failure symptoms are often indicative              of an internal failure of one or more of the read / write heads in              the hard disk assembly. This type of failure is found with both desktop              and laptop hard drives. Fortunately, if the correct recovery processes              are applied, data from hard disks with these failure symptoms is often              recoverable. &lt;/div&gt;&lt;div align="left"&gt;&lt;strong&gt;What is happening when the hard disk makes a              ticking sound ?&lt;/strong&gt;&lt;br /&gt;
Data is written to / read from the hard disk platter surface by a              read / write head which is located at the end of an arm that moves              across the hard disk platter surface when the disk spins. A faulty              hard disk that produces a knocking sound is likely to have a fault              on it's read / write head. The knocking sound you can hear is caused              by the arm of the hard disk knocking against other components in the              hard drive.&lt;/div&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;br /&gt;
The movie below shows a laptop hard disk with a head failure. We have              removed the cover of the hard disk so you can see what is happening              internally.&lt;br /&gt;
(1) First of all, the disk powers up and the platter begins to spin              until the correct rpm is reached&lt;br /&gt;
(2) The arm containing the read / write head then moves out onto the              platter surface and attempts to read some basic information from the              hard disk. However, because of the faulty head the disk is unable              to read the data correctly. &lt;br /&gt;
(3) The disk then resets itself and attempts to re-read the data.              This stage is repeated a number of times and is what produces the              knocking noise.&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Reasons for  Hard Disk Failure</title><link>http://latestbrowsingtools.blogspot.com/2011/06/reasons-for-hard-disk-failure.html</link><pubDate>Mon, 6 Jun 2011 15:06:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-8129330820504166689</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;!--[if !mso]&gt; &lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:WordDocument&gt;   &lt;w:View&gt;Normal&lt;/w:View&gt;   &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:PunctuationKerning/&gt;   &lt;w:ValidateAgainstSchemas/&gt;   &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:Compatibility&gt;    &lt;w:BreakWrappedTables/&gt;    &lt;w:SnapToGridInCell/&gt;    &lt;w:WrapTextWithPunct/&gt;    &lt;w:UseAsianBreakRules/&gt;    &lt;w:DontGrowAutofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;&lt;img src="http://img2.blogblog.com/img/video_object.png" style="background-color: #b2b2b2; " class="BLOGGER-object-element tr_noresize tr_placeholder" id="ieooui" data-original-id="ieooui" /&gt; &lt;style&gt;
st1\:*{behavior:url(#ieooui) }
&lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:"Table Normal";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:"";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:"Times New Roman";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
&lt;/style&gt; &lt;![endif]--&gt;  &lt;br /&gt;
&lt;h2&gt;&lt;span style="font-size: 13.5pt;"&gt;Hard Disk Failure&lt;/span&gt;&lt;/h2&gt;Broadly speaking a hard disk can fail in four ways that will lead to a potential loss of data:&lt;br /&gt;
&lt;ol start="1" type="1"&gt;&lt;li class="MsoNormal"&gt;&lt;strong&gt;Firmware Corruption /      Damage to the firmware zone&lt;/strong&gt;&lt;/li&gt;
&lt;li class="MsoNormal"&gt;&lt;strong&gt;Electronic Failure&lt;/strong&gt;&lt;/li&gt;
&lt;li class="MsoNormal"&gt;&lt;strong&gt;Mechanical Failure&lt;/strong&gt;&lt;/li&gt;
&lt;li class="MsoNormal"&gt;&lt;strong&gt;Logical Corruption&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;Combinations of these four types of failure are also possible. &lt;strong&gt;Whether the data on the hard disk is recoverable or not depends on exactly what has happened to the disk and how bad the damage is&lt;/strong&gt;. Please note that over time, all hard disks will develop &lt;strong&gt;&lt;span style="color: #ff9900;"&gt;bad sectors&lt;/span&gt;&lt;/strong&gt; which can lead to data loss and drive inaccessibility.&lt;br /&gt;
&lt;h3&gt;&lt;br /&gt;
1. Firmware Corruption / Damage to the firmware zone&lt;/h3&gt;&lt;strong&gt;Explantion:&lt;/strong&gt; Hard disk firmware is the software code that controls, and is embedded in, the physical hard drive hardware. If the firmware of a hard disk becomes corrupted or unreadable the computer is often unable to correctly interact with the hard disk. Frequently the data on the disk is fully recoverable once the drive has been repaired and reprogrammed.&lt;br /&gt;
&lt;strong&gt;Firmware failures - How to diagnose: Common Symptoms&lt;/strong&gt;&lt;br /&gt;
&lt;ul type="disc"&gt;&lt;li class="MsoNormal"&gt;The hard disk will spin up      when powered on, but be incorrectly recognised / not recognised at all by      the computer&lt;/li&gt;
&lt;li class="MsoNormal"&gt;The hard disk will spin up      &amp;amp; be recognised correctly by the computer but the system will then      hang during the boot process&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;span style="color: black;"&gt;Actions to take&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;span style="color: black;"&gt;Recovering      data from hard drives with firmware failure requires low level      reprogramming / manipulation of the hard drive. It is not possible for a      PC repair shop to do this. Data Clinic have our own specialist equipment      that allows us to successfully recover data from hard drives with firmware      faults.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;a href="http://www.dataclinic.co.uk/data-recovery/DRF-Problems-Spindle-Motors.pdf"&gt;&lt;span style="color: #ff9900;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;div align="center"&gt;&lt;table border="1" cellpadding="0" cellspacing="10" class="MsoNormalTable" style="border: 1pt outset white; width: 85%;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="border: 1pt inset rgb(0, 102, 255); padding: 0.75pt; width: 24%;" width="24%"&gt;&lt;/td&gt;&lt;td style="background: none repeat scroll 0% 0% white; border: 1pt inset rgb(0, 102, 255); padding: 0.75pt; width: 26%;" width="26%"&gt;&lt;/td&gt;&lt;td style="background: none repeat scroll 0% 0% white; border: 1pt inset rgb(0, 102, 255); padding: 0.75pt; width: 27%;" width="27%"&gt;&lt;/td&gt;&lt;td style="background: none repeat scroll 0% 0% white; border: 1pt inset rgb(0, 102, 255); padding: 0.75pt; width: 23%;" width="23%"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3&gt;2. Electronic Failure&lt;/h3&gt;&lt;strong&gt;Explanation:&lt;/strong&gt; Electronic failure usually relates to problems on the controller board of the actual hard disk. The computer may suffer a power spike or electrical surge that knocks out the controller board on the hard disk making it undetectable to the BIOS.&lt;br /&gt;
&lt;strong&gt;Electrical failures - How to diagnose: Common Symptom&lt;/strong&gt;&lt;br /&gt;
&lt;ul type="disc"&gt;&lt;li class="MsoNormal"&gt;The hard disk will not spin      up when the drive is powered on - it will appear dead &amp;amp; not be      recognised by the computer&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;Actions to take&lt;/strong&gt;&lt;br /&gt;
&lt;ul type="disc"&gt;&lt;li class="MsoNormal"&gt;Data Clinic can recover data      from all types of electrical hard drive failure. &lt;/li&gt;
&lt;/ul&gt;Although electronic failures can happen to any type of hard disk, we find that &lt;b&gt;Quantum Fireball&lt;/b&gt; drives are particularly susceptible to power spikes and quite often it's possible to see visible electrical burn damage around one of the chips on the controller board. Usually, the data on the hard disk has not suffered any damage and a 100% data recovery is possible.&lt;br /&gt;
&lt;div align="center"&gt;&lt;table border="1" cellpadding="0" cellspacing="10" class="MsoNormalTable" style="border: 1pt outset white; width: 80%;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="border: 1pt inset rgb(0, 102, 255); padding: 0.75pt; width: 34%;" width="34%"&gt;&lt;/td&gt;&lt;td style="background: none repeat scroll 0% 0% white; border: 1pt inset rgb(0, 102, 255); padding: 0.75pt; width: 34%;" width="34%"&gt;&lt;/td&gt;&lt;td style="background: none repeat scroll 0% 0% white; border: 1pt inset rgb(0, 102, 255); padding: 0.75pt; width: 32%;" width="32%"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3&gt; 3. Mechanical Failure&lt;/h3&gt;Mechanical hard disk failures are those which develop on components internal to the hard disk itself. Often as soon as an internal component goes faulty the data on the hard disk will become inaccessible. &lt;br /&gt;
&lt;strong&gt;Mechanical failures - How to diagnose: Common Symptoms&lt;/strong&gt;&lt;br /&gt;
&lt;ul type="disc"&gt;&lt;li class="MsoNormal"&gt;When powered on, the hard      drive will immediately begin to make a regular ticking or clicking sound&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;Actions to take&lt;/strong&gt;&lt;br /&gt;
&lt;ul type="disc"&gt;&lt;li class="MsoNormal"&gt;Recovering data from hard      drives with mechanical failure requires the drive to be worked on in a      clean room as the drive has to be taken apart and investigated in lab      conditions. &lt;strong&gt;&lt;span style="color: #ff9900;"&gt;Data Clinic have a fully equiped Class 100 clean      room&lt;/span&gt;&lt;/strong&gt; which we use to recover drives with mechanical      problems.&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;Note:&lt;/strong&gt; We see many&lt;strong&gt; laptop hard drives&lt;/strong&gt; with mechanical failure. Fortunately the data is often recoverable. For specific symptoms, please read our &lt;strong&gt;&lt;span style="color: #ff9900;"&gt;laptop hard disk failures&lt;/span&gt;&lt;/strong&gt; page&lt;br /&gt;
Do not be tempted to open a hard disk if you suspect a mechanical fault: there is nothing you will be able to do and you will contaminate the internal clean air environment. There is also a good chance that during this process you will destroy any chance that we have of successfully recovering the data&lt;br /&gt;
&lt;h3&gt; 4. Logical Errors&lt;/h3&gt;Often the easiest and the most difficult problems to deal with, logical errors can range from simple things such as an invalid entry in a file allocation table to truly horrific problems such as the corruption and loss of the file system on a severely fragmented drive.&lt;br /&gt;
Logical errors are different to the electrical and mechanical problems above as there is usually nothing 'physically' wrong with the disk, just the information on it. &lt;br /&gt;
&lt;strong&gt;Microsoft Windows Based Problems:&lt;/strong&gt; Four common types of logical failure are shown below - please click which one applies to you or &lt;strong&gt;&lt;span style="color: red;"&gt;call us on 2348062611277&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style="color: red;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 12pt;"&gt;Logical errors can also be tackled with various software tools you can buy off the net, but be warned - if you are intending to run a fix utility on your disk you can very easily make recoverable data unrecoverable. This is especially true when &lt;strong&gt;&lt;span style="color: #ff9900;"&gt;running ScanDisk and Chkdsk on a damaged hard drive&lt;/span&gt;&lt;/strong&gt;.&lt;/span&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to Fix Windows 7 When It Fails to Boot</title><link>http://latestbrowsingtools.blogspot.com/2011/06/how-to-fix-windows-7-when-it-fails-to.html</link><pubDate>Fri, 3 Jun 2011 19:09:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-5959368271969883151</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Whether caused by a virus, a new operating system or by simple mistake, being faced with an "Operating System not found" or similar error during your computer system's boot up can be a nerve rattling experience. Assuming you have Microsoft's Window 7 installed however, do not fear, such a boot error can often be resolved in just a few simple steps.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;First, check your BIOS and hardware&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
In many cases, having Windows 7 fail to boot may be as simple as having your BIOS set with an incorrect boot order sequence. It can be quite common if you have more than one hard drive installed in your computer and your BIOS gets reset. Usually you can access your BIOS seconds after your computer turns on by pressing the &lt;em&gt;Delete&lt;/em&gt; button or by pressing a specific function key. Once in the BIOS, check to see that your system drive is listed appropriately in the boot order sequence; you may need to refer to your motherboard manual for help.&lt;br /&gt;
&lt;br /&gt;
Another possible reason for Windows not being detected upon start up is a hardware issue. If your BIOS is unable to detect your system drive, check to make sure all the cables are plugged in properly. If your hard drive is making an odd noise, such as a clicking sound, your hard drive may be broken. Finally, it is possible that the hard drive is having data corruption issues, which has damaged important system data, such as the Master Boot Record (MBR). If you suspect a faulty hard drive, it may be a good idea to backup and scan your hard drive for errors from another computer and possibly consider buying a replacement. Trying to repair a boot problem on a damaged drive can possibly lead to even more data loss, so backup your data before attempting anything.&lt;br /&gt;
&lt;br /&gt;
The MBR and other important boot data can also be damaged by trying to install an earlier version of Windows, such as Windows XP, alongside Windows 7 and by third-party programs, such as viruses. In the case of a virus, it is recommended that you run a virus scan of the drive before attempting any repairs as otherwise it could lead to more data loss. It is further possible to achieve the appearance of damaged boot data by having the wrong drive partition set to active, which can be the outcome of an overly curious Windows user with administrative permissions. &lt;br /&gt;
&lt;br /&gt;
Fixing the MBR and other start up problems in Windows 7 is most quickly accomplished by using the Windows 7 Installation DVD. If you do not have a Windows 7 Installation DVD however, you can alternatively use a Windows 7 System Recovery Disc, which we will show you how to create further down in this article.&amp;nbsp; If you do not yet have either a Windows 7 Installation DVD or a recovery disc, do yourself a big favor and make a recovery disc right away to avoid any unnecessary headaches down the road.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Fixing the Master Boot Record (MBR)&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Step one: Turn your computer on, booting from either your Windows 7 Installation DVD or Windows 7 System Recovery Disc.&amp;nbsp; Remember, you may need to change the boot order inside your BIOS to have the your DVD drive boot first.&lt;br /&gt;
&lt;br /&gt;
Step two: After the installation or recovery disc loads, if prompted, select your language settings and then continue.&amp;nbsp; If you are using the installation DVD, when prompted by the following screen select &lt;em&gt;Repair your computer&lt;/em&gt;.   &lt;br /&gt;
&lt;div id="is3l"&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a class="iZoom" href="http://www.tomshardware.com/gallery/dhcswvmg_23gbx8fxfd_b,0101-243107-0-2-3-1-png-.html"&gt;&lt;img alt="" src="http://media.bestofmicro.com/windows-7-mbr-fix,K-Z-243107-13.png" title="" /&gt;&lt;/a&gt;&lt;/span&gt;Step three: The computer will take a moment now to scan itself for any Windows installations, after which you will likely be given a choice to select which installation you wish to repair.&amp;nbsp; Select the appropriate Windows installation from the list and then continue. If by chance a problem is detected in one of your Windows installations at this initial stage, the system may also ask you if it can try to repair the problem automatically. It is up to you if you wish to let the system try to repair itself, but otherwise just select &lt;em&gt;No&lt;/em&gt;.&amp;nbsp; &lt;/div&gt;Step four: Once you have reached the &lt;em&gt;System Recovery Options &lt;/em&gt;screen, as shown below, you will be faced with a list of choices that can aid you in repairing a damaged Windows 7 operating system.&amp;nbsp; If you wish to try the &lt;em&gt;Startup Repair&lt;/em&gt; option first, it is often successful in automatically fixing many different start up issues, but in this article we will be using the &lt;em&gt;Command Prompt&lt;/em&gt; option to resolve our problems manually. So, click &lt;em&gt;Command Prompt&lt;/em&gt; to continue.&amp;nbsp; &lt;br /&gt;
&lt;div id="c:ei"&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img alt="" src="http://media.bestofmicro.com/windows-7-mbr-fix,L-0-243108-13.png" title="" /&gt;&lt;/span&gt;Step five: Now sitting at the command prompt, enter the following command and then press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;em&gt;bootrec.exe /FixMbr&lt;br /&gt;
&lt;/em&gt;If successful, you should be greeted with the message &lt;em&gt;The operation completed successfully.&amp;nbsp; &lt;/em&gt;That's it!&amp;nbsp; Your Master Boot Record has been repaired.&lt;br /&gt;
&lt;br /&gt;
While the above command does fix the MBR, and sometimes that is enough, there still might be an error with the system partition's boot sector and Boot Configuration Data (BCD). This might occur if you have tried to install another operating system alongside Windows 7, such as Windows XP.&amp;nbsp; To write a new boot sector, try the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;em&gt;bootrec.exe /FixBoot &lt;br /&gt;
&lt;/em&gt;If you are still faced with your Windows 7 installation not being detected during start up, or if you wish to include more than one operating system choice to your system's boot list, you can try the following command to rebuild your BCD:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&lt;em&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;bootrec.exe /RebuildBcd&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
The above command will scan all your disks for other operating systems compatible with Windows 7 and allow you to add them to your system's boot list. If this fails, you may need to backup the old BCD folder* and create a new one in its place with the following commands:&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;/div&gt;&lt;div&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;bcdedit /export C:\BCD_Backup&lt;/em&gt;&lt;/div&gt;&lt;div&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;c:&lt;/em&gt;&lt;/div&gt;&lt;div&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;cd boot&lt;/em&gt;&lt;/div&gt;&lt;div&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;attrib bcd -s -h -r&lt;/em&gt;&lt;/div&gt;&lt;div&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ren c:\boot\bcd bcd.old&lt;/em&gt;&lt;/div&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;bootrec /RebuildBcd&lt;/em&gt;&lt;br /&gt;
*Some users also find simply deleting the boot folder and retrying the above steps effective at resolving boot issues, but it is not recommended.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;How to change active partitions&lt;br /&gt;
&lt;/strong&gt;Upon purposely changing the active partition on my system drive, I was faced with a &lt;em&gt;BOOTMGR is missing &lt;/em&gt;error during my system's start up that prevent Windows from starting. It is a common mistake to make when playing with partitions on a system drive and it can be a headache to solve if not prepared. To change your active partition back using the Windows 7 recovery disc or Installation DVD, follow the steps below. &lt;br /&gt;
&lt;br /&gt;
Step one: Follow steps one to four in the above guide. This should take you to the Command Prompt in the Windows Recovery Environment.&lt;br /&gt;
&lt;br /&gt;
Step two: Type &lt;em&gt;DiskPart &lt;/em&gt;and then press &lt;em&gt;Enter&lt;/em&gt;.&lt;br /&gt;
&lt;br /&gt;
Step three: Type &lt;em&gt;List Disk&lt;/em&gt; now and then press &lt;em&gt;Enter&lt;/em&gt;. This command will list all disks attached to your computer and assign them a disk number.&lt;br /&gt;
&lt;br /&gt;
Step four: Type &lt;em&gt;Select Disk x&lt;/em&gt;, where &lt;em&gt;x&lt;/em&gt; is the number for the disk containing the partition you wish to make active. Press &lt;em&gt;Enter.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Step five: Type &lt;em&gt;List Partition&lt;/em&gt; and then press &lt;em&gt;Enter. &lt;/em&gt;You will now be shown a list of the partitions on the selected disk. Determine which partition you wish to make active.&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;Step six: Type &lt;em&gt;Select Partition x&lt;/em&gt;, where &lt;em&gt;x&lt;/em&gt; is the number of the partition you wish to make active.&lt;br /&gt;
&lt;br /&gt;
Step seven: Now, just type &lt;em&gt;Active&lt;/em&gt; and then press &lt;em&gt;Enter.&lt;/em&gt; That should be it - the selected partition is now active.&lt;br /&gt;
&lt;span class="imgContent imgCenter"&gt;&lt;a class="iZoom" href="http://www.tomshardware.com/gallery/dhcswvmg_28dwtgvxf6_b,0101-243111-0-2-3-0-png-.html"&gt;&lt;img alt="" src="http://media.bestofmicro.com/windows-7-mbr-fix,L-3-243111-13.png" title="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;strong&gt;How to create a Windows 7 System Recovery Disc&lt;br /&gt;
&lt;/strong&gt;Windows 7 makes it easy to create a System Recovery Disc if you already have Windows 7 installed and running.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Step one: Click&lt;em&gt; Start &amp;gt; All Programs &amp;gt; Maintenance &amp;gt; Create a System Repair Disc &lt;br /&gt;
&lt;/em&gt;Step two: Insert a blank CD or DVD into your disc drive.&lt;br /&gt;
&lt;br /&gt;
Step three: Click &lt;em&gt;Create disc&lt;/em&gt; and let the program do its thing. &lt;br /&gt;
&lt;span class="imgContent imgCenter"&gt;&lt;a class="iZoom" href="http://www.tomshardware.com/gallery/dhcswvmg_26g5zcz8fd_b,0101-243109-0-2-3-0-png-.html"&gt;&lt;img alt="" src="http://media.bestofmicro.com/windows-7-mbr-fix,L-1-243109-13.png" title="" /&gt;&lt;/a&gt;&lt;/span&gt;That's it! It only needs to write about 140- to 160-megabytes to the disc, depending on whether your OS is 64-bit or 32-bit, and that should only take a minute. If you do not have a CD/DVD-R drive to create a recovery disc with, you can alternatively download the ISO image of the Windows 7 System Recovery Disc and use it to make a bootable USB flash drive.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;How to create a Windows 7 System Recovery USB flash drive&lt;br /&gt;
&lt;/strong&gt;Step one: If you do not have a DVD drive, download the appropriate Windows 7 Recovery Disc image from Here. You will need a torrent client for this step, such as µTorrent. Alternatively, if you have a DVD drive, you can use an existing Windows 7 Installation DVD or a Windows 7 Recovery Disc when at step seven.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Using a Windows 7 Installation DVD at step seven will also allow you to install Windows 7 via USB, not just recover a damaged system; very useful if you have a netbook!&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Step two: Open a command prompt with administrative rights. To do this, click &lt;em&gt;Start &amp;gt; All Programs &amp;gt; Accessories&lt;/em&gt; and then right click &lt;em&gt;Command Prompt, followed by &lt;/em&gt;clicking &lt;em&gt;Run as administrator.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;Step three: After accepting any UAC verification questions, you should now be at the command prompt. Make sure your USB flash drive is plugged in and then type &lt;em&gt;DiskPart&lt;/em&gt;, followed by pressing &lt;em&gt;Enter&lt;/em&gt;. &lt;br /&gt;
&lt;br /&gt;
Step four: Type &lt;em&gt;List Disk&lt;/em&gt; and then press Enter. Determine which disk number corresponds to your USB flash drive. In the following scenario, &lt;em&gt;Disk 1&lt;/em&gt; corresponds to our USB drive since we know our USB drive has a capacity of 2-gigabytes.&lt;br /&gt;
&lt;br /&gt;
Step five: Enter the following commands in order, changing the disk number to the disk number listed for your USB drive.&amp;nbsp; &lt;strong&gt;Warning&lt;/strong&gt; - the following commands will erase everything on your USB drive or the disk you select.&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Select Disk 1 &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Clean &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Create Partition Primary &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Select Partition 1 &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Active &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Format FS=NTFS &lt;/em&gt;&lt;br /&gt;
Step six: After DiskPart successfully formats the USB drive, which might take a few minutes, you will want to enter the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;em&gt;Assign&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Exit&lt;/em&gt;&lt;br /&gt;
&lt;span class="imgContent imgCenter"&gt;&lt;a class="iZoom" href=""&gt;&lt;img alt="" src="http://media.bestofmicro.com/windows-7-mbr-fix,L-2-243110-13.png" title="" /&gt;&lt;/a&gt;&lt;/span&gt;Step seven: You will now need to copy the contents of the ISO image you downloaded, or the contents of a DVD you wish use, to the USB flash drive.&amp;nbsp; There should be two folders and a file in the ISO image that need to be copied. To extract the files contained within an ISO image, you will need to use a program such as WinRAR. You can download WinRARhttp://rarlabs.com/download.htm&lt;br /&gt;
&lt;br /&gt;
Step eight: Now that the files are copied, we will want to make the USB drive bootable. To accomplish this however we will need to download a small file called &lt;em&gt;bootsect.exe&lt;/em&gt;; it can be http://www.filedropper.com/bootsector The file can also be found in the boot directory of the Windows 7 Installation DVD.&amp;nbsp; Once downloaded, place the&lt;em&gt; bootsect.exe&lt;/em&gt; file in the root directory of your USB flash drive.&lt;br /&gt;
&lt;br /&gt;
Step nine: Back at the command prompt, we will want to change the current directory to that of the USB drive and run the bootsect command. In our case this is drive &lt;em&gt;E&lt;/em&gt;, so we will be using the following respective commands:&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; e:&lt;/em&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;em&gt;bootsect /nt60 e:&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
The bootsect command will update the target volume with a compatible bootcode. If all goes well, you should now have a bootable USB recovery drive; just remember to add the USB drive to the boot list in your system's BIOS for it to work upon start up.&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Error Message: Disk Boot failure-insert system disk and press enter</title><link>http://latestbrowsingtools.blogspot.com/2011/06/error-message-disk-boot-failure-insert.html</link><pubDate>Fri, 3 Jun 2011 19:06:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-7418222500940389612</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;If your computer has just been formatted, your computer might require you to insert the boot CD to be able to run it. You might hence get the error message&lt;b&gt; Disk Boot Failure&lt;/b&gt;- I&lt;b&gt;nsert disk and press enter &lt;/b&gt; displayed on the screen every time you will try to run it. This might be linked to:  &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;1. The boot options not correctly set in BIOS  &lt;/li&gt;
&lt;li&gt;2. A non bootable CD is found in your CD drive  &lt;/li&gt;
&lt;li&gt;3. You do not possess any bootable device &lt;/li&gt;
&lt;li&gt;4. You have installed a new hard disk  &lt;/li&gt;
&lt;li&gt;5. The hard disk is not properly plugged &lt;/li&gt;
&lt;li&gt;6. Your system files have been infected&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;a href="" name="solution-1-ensure-that-your-drives-are-empty"&gt;&lt;/a&gt;&lt;h2&gt;Solution 1: Ensure that your drives are empty&lt;/h2&gt;&lt;br /&gt;
If there is a non bootable CD or disk in the drives, your computer might be attempting to boot the program with this disk. Hence, ensure that the floppy disk drive, the CD/R and DVD drives are all empty before restarting your computer and trying to run computer again. &lt;br /&gt;
&lt;a href="" name="solution-2-bios-set-up"&gt;&lt;/a&gt;&lt;h2&gt;Solution 2: BIOS set up&lt;/h2&gt;&lt;br /&gt;
If this has not solved the problem, it might be linked to a wrong set up of BIOS. Hence,   &lt;ul&gt;&lt;li&gt;1. To enter BIOS, press the F8 key when the Windows screen shows up upon the start of the computer.  &lt;/li&gt;
&lt;li&gt;2. Then all you have top do is to prioritize the boot sequence to Disk C:&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;a href="" name="solution-3-new-hard-drive-configuration"&gt;&lt;/a&gt;&lt;h2&gt;Solution 3: New hard drive configuration&lt;/h2&gt;&lt;br /&gt;
If you have just installed a new hard drive, you should insert the system installation CD and restart your computer again so that it reboots with the CD. &lt;br /&gt;
&lt;a href="" name="solution-4-hard-drive-not-properly-plugged-in"&gt;&lt;/a&gt;&lt;h2&gt;Solution 4: Hard drive not properly plugged in &lt;/h2&gt;&lt;br /&gt;
If your hard drive is not properly plugged in, this can also lead to a rebooting error message. Hence, I will suggest you to switch off your computer and remove it from the power switch before checking the cables attached to it. Ensure also that the motherboard is correctly installed. Hence, put it again and try running your system. &lt;br /&gt;
&lt;a href="" name="solution-5-restore-the-corrupted-system-files"&gt;&lt;/a&gt;&lt;h2&gt;Solution 5: Restore the corrupted system files&lt;/h2&gt;&lt;br /&gt;
If neither solution has solved your issue, then it might be due to a corruption of your system files. Hence,  &lt;br /&gt;
1. Start your computer with a system boot CD and once it is running, enter the command "Dir C:" to ensure that you can access the C: drive's contents. &lt;br /&gt;
2. If the computer enables you to access the contents, then you can enter the command  &lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;fdisk /mb&lt;/pre&gt;&lt;pre&gt;sys c:&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;Leave a comment &lt;/pre&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>10 Quick and Easy Ways to Speed Up Your Computer</title><link>http://latestbrowsingtools.blogspot.com/2011/06/10-quick-and-easy-ways-to-speed-up-your.html</link><pubDate>Fri, 3 Jun 2011 19:00:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-7918482556569101670</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div align="justify"&gt;Many people are interested in making the most of their hardware. So here are 10 simple tips on how to make your Windows computer run faster without having to purchase additional hardware.&lt;br /&gt;
&lt;/div&gt;Many people are interested in making the most of their hardware. So here are 10 simple tips on how to make your Windows XP computer run faster without having to purchase additional hardware. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;1.&lt;/strong&gt; Defrag Disk to Speed Up Access to Data&lt;br /&gt;
One of the factors that slow the performance of the computer is disk fragmentation. When files are fragmented, the computer must search the hard disk when the file is opened to piece it back together. To speed up the response time, you should monthly run Disk Defragmenter, a Windows utility that defrags and consolidates fragmented files for quicker computer response. &lt;br /&gt;
* Follow Start &amp;gt; All Programs &amp;gt; Accessories &amp;gt; System Tools &amp;gt; Disk Defragmenter &lt;br /&gt;
* Click the drives you want to defrag and click Analyze &lt;br /&gt;
* Click Defragment &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;2&lt;/strong&gt;. Detect and Repair Disk Errors&lt;br /&gt;
Over time, your hard disk develops bad sectors. Bad sectors slow down hard disk performance and sometimes make data writing difficult or even impossible. To detect and repair disk errors, Windows has a built-in tool called the Error Checking utility. It’ll search the hard disk for bad sectors and system errors and repair them for faster performance. &lt;br /&gt;
* Follow Start &amp;gt; My Computer &lt;br /&gt;
* In My Computer right-click the hard disk you want to scan and click Properties&lt;br /&gt;
* Click the Tools tab &lt;br /&gt;
* Click Check Now &lt;br /&gt;
* Select the Scan for and attempt recovery of bad sectors check box &lt;br /&gt;
* Click Start &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;3.&lt;/strong&gt; Disable Indexing Services&lt;br /&gt;
Indexing Services is a little application that uses a lot of CPU. By indexing and updating lists of all the files on the computer, it helps you to do a search for something faster as it scans the index list. But if you know where your files are, you can disable this system service. It won’t do any harm to you machine, whether you search often or not very often. &lt;br /&gt;
* Go to Start &lt;br /&gt;
* Click Settings &lt;br /&gt;
* Click Control Panel &lt;br /&gt;
* Double-click Add/Remove Programs &lt;br /&gt;
* Click the Add/Remove Window Components &lt;br /&gt;
* Uncheck the Indexing services &lt;br /&gt;
* Click Next &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;4.&lt;/strong&gt; Optimize Display Settings &lt;br /&gt;
Windows XP is a looker. But it costs you system resources that are used to display all the visual items and effects. Windows looks fine if you disable most of the settings and leave the following: &lt;br /&gt;
* Show shadows under menus &lt;br /&gt;
* Show shadows under mouse pointer &lt;br /&gt;
* Show translucent selection rectangle &lt;br /&gt;
* Use drop shadows for icons labels on the desktop &lt;br /&gt;
* Use visual styles on windows and buttons &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;5.&lt;/strong&gt; Disable Performance Counters &lt;br /&gt;
Windows XP has a performance monitor utility which monitors several areas of your PC’s performance. These utilities take up system resources so disabling is a good idea. &lt;br /&gt;
* Download and install the Extensible Performance Counter List (http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/exctrlst-o.asp) &lt;br /&gt;
* Then select each counter in turn in the ‘Extensible performance counters’ window and clear the ‘performance counters enabled’ checkbox at the bottom button below &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;6.&lt;/strong&gt; Optimize Your Pagefile &lt;br /&gt;
You can optimize your pagefile. Setting a fixed size to your pagefile saves the operating system from the need to resize the pagefile. &lt;br /&gt;
* Right click on My Computer and select Properties &lt;br /&gt;
* Select the Advanced tab &lt;br /&gt;
* Under Performance choose the Settings button &lt;br /&gt;
* Select the Advanced tab again and under Virtual Memory select Change &lt;br /&gt;
* Highlight the drive containing your page file and make the initial Size of the file the same as the Maximum Size of the file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;7.&lt;/strong&gt; Remove Fonts for Speed &lt;br /&gt;
Fonts, especially TrueType fonts, use quite a bit of system resources. For optimal performance, trim your fonts down to just those that you need to use on a daily basis and fonts that applications may require. &lt;br /&gt;
* Open Control Panel &lt;br /&gt;
* Open Fonts folder &lt;br /&gt;
* Move fonts you don’t need to a temporary directory (e.g. C:\FONTBKUP?) just in case you need or want to bring a few of them back. The more fonts you uninstall, the more system resources you will gain. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;8.&lt;/strong&gt; Shut down your PC nightly&lt;br /&gt;
There are a lot of slow down issues that can be solved by simply shutting down your PC on a nightly basis. During the day (or night) as you use the PC, resources are being consumed such as hard drive space and memory. Even though you may close a program it's still very possible that a good amount of the resources have not been released. This is why you periodically shutdown/restart your PC. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;9.&lt;/strong&gt; Use a Flash Memory to Boost Performance &lt;br /&gt;
To improve performance, you need to install additional RAM memory. It’ll let you boot your OS much quicker and run many applications and access data quicker. There is no easiest and more technically elegant way to do it than use eBoostr (http://www.eboostr.com). &lt;br /&gt;
eBoostr is a little program that lets you improve a performance of any computer, powered by Windows XP in much the same way as Vista’s ReadyBoost. With eBoostr, if you have a flash drive, such as a USB flash thumb drive or an SD card, you can use it to make your computer run better. Simply plug in a flash drive through a USB socket and Windows XP will use eBoostr to utilize the flash memory to improve performance. &lt;br /&gt;
The product shows the best results for frequently used applications and data, which becomes a great feature for people who are using office programs, graphics applications or developer tools. It’ll surely attract a special attention of laptop owners as laptop upgrade is usually more complicated and laptop hard drives are by definition slower than those of desktops. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;10&lt;/strong&gt;. Perform a Boot Defragment &lt;br /&gt;
There's a simple way to speed up XP startup: make your system do a boot defragment, which will put all the boot files next to one another on your hard disk. When boot files are in close proximity to one another, your system will start faster. &lt;br /&gt;
On most systems, boot defragment should be enabled by default, but it might not be on yours, or it might have been changed inadvertently. To make sure that boot defragment is enabled: &lt;br /&gt;
&lt;br /&gt;
* Run the Registry Editor &lt;br /&gt;
* Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction &lt;br /&gt;
* Set the Enable string value to Y if it is not already set to Y. &lt;br /&gt;
* Exit the Registry &lt;br /&gt;
* Reboot&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Mouse Acting Erratic and/or Not Moving Properly</title><link>http://latestbrowsingtools.blogspot.com/2011/06/mouse-acting-erratic-andor-not-moving.html</link><pubDate>Fri, 3 Jun 2011 19:00:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-1695293580305630397</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div align="justify"&gt;&lt;strong&gt;Issue:&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify"&gt;Mouse acting erratically and/or is not moving properly.&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;Cause:&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify"&gt;This issue can occur because of one of the below possibilities. These may vary depending upon the type of mouse you have connected to the computer.&lt;/div&gt;&lt;div align="justify"&gt;                    &lt;ol&gt;&lt;li&gt;Mouse is not clean. &lt;/li&gt;
&lt;li&gt;Optical portion of mouse is blocked. &lt;/li&gt;
&lt;li&gt;Moisture or other material on finger. &lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;h4 align="justify"&gt;&amp;nbsp;&lt;/h4&gt;&lt;div align="justify"&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;em&gt;- Mouse is not clean&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;Users who have an optical mechanical mouse (most common mouse for desktop computers) are likely experiencing erratic behavior because the mouse is not clean or is dirty. Information on how to clean the mouse can be found on our cleaning page. &lt;/div&gt;&lt;div align="justify"&gt;Optical portion of mouse is blocked&lt;/div&gt;&lt;div align="justify"&gt;Users who have an optical mouse are likely experiencing erratic behavior because a portion of the optical eye is blocked. Most commonly this is caused by a hair. &lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;em&gt;- Bad surface&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;Although most mice will work with any computer surface if you're having issues we suggest trying a different mouse pad, a book, piece of paper, or something different to verify it's not the surface causing your issue.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;em&gt;- Moisture or other material on finger&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;Users who are using a touchpad may experience erratic behavior because of moisture or other material on the finger such as a lotion.&lt;/div&gt;&lt;div align="justify"&gt;                    &lt;ul&gt;&lt;li&gt;If your cursor is moving by itself and you have a touchpad see additional help below and information on   this issue.                        &lt;ul&gt;&lt;blockquote&gt;&amp;nbsp; &lt;/blockquote&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;ul&gt;&lt;blockquote&gt;&lt;div align="justify"&gt;&lt;u&gt;This issue could be caused by any of the below possibilitie:.&lt;/u&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div align="justify"&gt;Touching the touchpad without realizing it                            &lt;div align="justify"&gt;Driver related issue                              &lt;div align="justify"&gt;Dirty touchpad                                &lt;div align="justify"&gt;Bad hardware &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/ul&gt;&lt;div align="justify"&gt; &lt;br /&gt;
Some laptops may have a button around the touchpad or an icon in the Systray that enables you to temporarily disable the touchpad.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;em&gt;- Make sure you're not touching the touchpad&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;Because the touchpad often is close to where the palms of your hands and thumbs lay, it's possible that you may be touching the touchpad without realizing it. An easy way of quickly identifying this, would be to see if the cursor moves without touching anything on the keyboard.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;em&gt;-                         Dirty touchpad&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;Oils, lotion, and other substances from your fingers can cause the touchpad to not work properly. Make sure the touchpad is clean by dampening a cotton cloth with water and rubbing the touchpad surface.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;em&gt;- Disconnect other external input devices&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;It may not be touchpad that's causing your issue. If you have other input devices such as an external mouse, graphics tablet, keypad, etc., try disconnecting these devices to make sure they're not the cause of your issue.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;em&gt;- Disconnect from docking station&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;If your laptop is only encountering this issue while connected to a docking station, it could be the cause of your issues. For this issue we suggest the below solutions.&lt;/div&gt;&lt;div align="justify"&gt;                        &lt;ul&gt;&lt;li&gt;Make sure your laptop has the latest BIOS update. &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;em&gt;-                         Update drivers&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;Because the drivers control how the touchpad interfaces with the operating system, if the drivers contain issues, any number of problems can occur. Including the cursor moving improperly. Make sure you have the latest drivers from your laptop manufacturer for your touchpad either by visiting their website or contacting their support.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;em&gt;-                         Bad hardware&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;If you've completed all the above steps and continue to have issues with your touchpad, it's possible you may have a physical hardware issue either with the touchpad and/or interface connected to the touchpad. &lt;/div&gt;&lt;div align="justify"&gt;If your laptop is out of warranty and you do not wish to spend the money it takes to repair the laptop, we suggest disabling the touchpad and using an external USB mouse.&lt;/div&gt;&lt;div align="justify"&gt;                                              &lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div align="justify"&gt;&lt;em&gt;- Disconnect other external input devices&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;It may not be the mouse that's causing your issue, if you have other input devices such as another external mouse, graphics tablet, keypad, etc. Try disconnecting these devices to make sure they're not the cause of your issue.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;em&gt;-                    Update drivers and uninstall older drivers&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;Because the drivers control how the mouse interfaces with the operating system if the drivers contain issues any number of problems can occur including the cursor moving improperly. Make sure you have the latest drivers from your mouse manufacturer.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;We also &lt;strong&gt;highly&lt;/strong&gt; suggest that you go into Add/Remove programs and uninstall all previous installations of previous mouse drivers that have been installed on the computer. This is very important when moving between mouse manufacturers such as going from a Logitech mouse to a Microsoft mouse.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;em&gt;- Mouse has been cleaned and still has problems&lt;/em&gt;&lt;/div&gt;&lt;div align="justify"&gt;If you've cleaned the mouse and continue to encounter issues and this mouse has worked in the past fine unfortunately your mouse is likely defective. One additional test that can be done to help determine if this is the case or not is to connect the mouse to another computer. Otherwise we suggest replacing the mouse.&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Troubleshoot a Slow PC</title><link>http://latestbrowsingtools.blogspot.com/2011/06/troubleshoot-slow-pc.html</link><pubDate>Fri, 3 Jun 2011 18:58:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-7570434220823023326</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div id="div2"&gt;              &lt;div id="div3"&gt;                &lt;div id="div4"&gt;                  &lt;div align="justify"&gt;Slow computer? Over the months and years, we download and install several programs to our PC's. Some of those applications and games we use often others once installed never see the light of day again. You only use a few applications every now and then so it makes you wonder, "why is my PC so slow?" &lt;/div&gt;&lt;div align="justify"&gt;Essentially, a slow computer has an increased demand on resources. Over time we add: music, games, pictures, MOVIES!; and these begin to use up the finite resources of the computer. Before long, there are too many processes, too little RAM, and too little Disk Space. &lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
Below are some steps you can follow to get your PC "back up to speed" &lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;1. &lt;/strong&gt;Backup Before anything else, make sure you save ALL your Documents, pictures, term papers, music, financial data, email, bookmarks, etc. You should always have and maintain backups.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;2.&lt;/strong&gt; Priority Updates. Make sure Windows is   up-to-date: Our first line of defense against threats(&lt;em&gt;Which cause slow   computer&lt;/em&gt;). We recommend using automatic updates.If your PC is slower than normal at performing routine tasks, you may have spyware. Microsoft has a great FREE &lt;a href="http://www.microsoft.com/security_essentials/"&gt;antispyware&lt;/a&gt; program. &lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;3. &lt;/strong&gt;Spyware is a small program which records information about your internet activity and relays it back to thieves. Spyware will impede PC performance considerably. A sudden decrease in performance could indicate a malware infection. Malware is the #1 cause of Slow Computer Performance&lt;/div&gt;&lt;div align="justify"&gt;&amp;nbsp; &lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;4.&lt;/strong&gt; Virus infection. These are small programs,   using resources on &lt;u&gt;YOUR&lt;/u&gt; computer, which you never asked for, and make   computer really slow! Keep antivirus software up to date.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;5.&lt;/strong&gt; Registry repair. Your registry is like a directory of all the programs you have on your system. This too can become disorganized and cause your hardware to run slowly. Speed up slow computer with a registry cleaner.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;6.&lt;/strong&gt; System breach. If you don't already have a firewall or don't think you need one you may want to review this step. Your computer could be sending and receiving unauthorized data. Do not be a spammer's zombie!&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;7.&lt;/strong&gt; Unused Programs. Programs you do not use or do not need, require space on your hard drives, and in memory - making your computer run slow, and possibly delay startup and shutdown.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;8.&lt;/strong&gt; Wasted space. Remove temporary and unnecessary   files from your hard drive. Freeing up operating space can speed up your PC.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;9.&lt;/strong&gt; File fragmentation. Over time, the data on your hard drive gets broken into pieces, making them harder to retrieve and update. Result: Everything take longer to retrieve and save.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;10.&lt;/strong&gt; Disk Errors. Your PC spends much time reading and writing data to the hard drives. Low performance can be caused by badly arranged or erroneous data on your hard disk.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;11.&lt;/strong&gt; System Recovery. If your laptop or desktop seems beyond all help, but is only a few years old, you have another option ... restore computer to factory condition.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;12.&lt;/strong&gt; Low Memory. Having enough memory can make the difference in speed. Eg., Windows XP runs very well with 2Gig or more, and well enough for most people with 1G, but a PC runs slower with less. Vista needs more.&lt;b&gt; &lt;u&gt;Adding memory can be the least expensive and yet one of the most   significant ways to speed up computer&lt;/u&gt;.&lt;/b&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;13.&lt;/strong&gt; Old hardware. Technology changes fast. And with each new change comes more advanced software to take advantage of the speed. It may be, your machine is just lagging behind.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;14.&lt;/strong&gt; Windows indexing service. The indexing service helps Windows OS find information faster. But if you are like most, it uses more resources than it is worth.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;15.&lt;/strong&gt; Eye candy. Some of the graphical options set by default are unnecessary. Speed up computer by turning off some of the glitter. Also extends battery charge on laptops.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;16.&lt;/strong&gt; Dust in the machine. After hundreds of hours of sifting through household air, the computer literally accumulates dust in the fans and heat-sink. This problem especially affects laptops.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Scan Your System For Viruses, Trojans, and Other Malware</title><link>http://latestbrowsingtools.blogspot.com/2011/06/scan-your-system-for-viruses-trojans.html</link><pubDate>Fri, 3 Jun 2011 18:57:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-6808214111856050</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div id="div"&gt;          &lt;div id="articlebody"&gt;            &lt;div id="div2"&gt;              &lt;div id="div3"&gt;                &lt;div id="div4"&gt;                  &lt;div id="div5"&gt;                    &lt;div id="div6"&gt;                      &lt;div align="justify"&gt;Completely and correctly scanning your computer for malware like viruses, trojan horses, rootkits, spyware, adware, worms, etc. is often a very important troubleshooting step. A simple virus scan will no longer do.&lt;/div&gt;&lt;div align="justify"&gt;Many forms of malware cause or masquerade as seemingly unrelated PC issues like Blue Screens of Death, issues with DLL files, and other serious Windows problems so it's important to properly check your computer for malware when working to solve many problems.&lt;/div&gt;&lt;div align="justify"&gt;&lt;strong&gt;Note:&lt;/strong&gt; These are general steps to scan and remove malware from your PC   and should apply to any Windows operating   system.&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Difficulty: &lt;/strong&gt;Easy&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Time Required: &lt;/strong&gt;Properly scanning your PC for viruses and other   malware could take several minutes or longer&lt;/div&gt;&lt;div&gt;                      &lt;br /&gt;
Here's How:&lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
Download and run the Microsoft Windows Malicious   Software Removal Tool. This free, Microsoft provided malware removal tool won't find everything, but it will check for "specific, prevalent malicious software" which is a good start.&lt;br /&gt;
&lt;a href="http://www.microsoft.com/security/malwareremove/families.mspx" target="_blank"&gt;Here's a list&lt;/a&gt; of everything it will find and   remove.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note:&lt;/strong&gt; You may already have the Malicious Software Removal Tool installed. If so, make sure you update it using Windows Update so it can scan for the latest malware.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;1. &lt;/strong&gt;Update your anti-virus and any anti-malware software installed on your   computer.&lt;br /&gt;
Before running a virus scan or malware scan, you need to make sure the virus definitions are up to date. These regular updates tell your anti-virus software how to find and remove the latest viruses from your PC.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Important:&lt;/strong&gt; Don't have a virus scan program installed? &lt;em&gt;&lt;/em&gt;There are several   free anti-virus programs available so there's no excuse for not running   one.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;2. &lt;/strong&gt;Run a complete virus scan on your entire computer. If you have a dedicated malware scanner that does more than look for viruses, run a full scan using that program too.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note:&lt;/strong&gt; Don't simply run the default system scan which may not include   many important parts of your PC. Check that you're scanning &lt;em&gt;every part&lt;/em&gt; of &lt;em&gt;every single&lt;/em&gt; hard drive and other connected storage device on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Important:&lt;/strong&gt; Make sure any virus scan includes the master boot record, boot sector, and any applications currently running in memory. These are particularly sensitive areas of your computer that can harbor the most dangerous malware.&lt;br /&gt;
&lt;br /&gt;
Leave a comment &lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Task Manager has been disabled by your administrator</title><link>http://latestbrowsingtools.blogspot.com/2011/05/task-manager-has-been-disabled-by-your.html</link><pubDate>Mon, 30 May 2011 10:51:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-3056182962045809635</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;h3&gt;Symptom&lt;/h3&gt;When you try to open Task Manager, the following error may occur:&lt;br /&gt;
&lt;div class="Err"&gt;Task Manager has been disabled by your administrator&lt;/div&gt;&lt;h4&gt;Method 1&lt;/h4&gt;Click Start, Run and type this command exactly as given below: (better - Copy and paste)&lt;br /&gt;
&lt;form action="_vti_bin/shtml.dll/Taskmanager_error.htm" method="POST" onsubmit="" target="_blank" webbot-action="--WEBBOT-SELF--"&gt; &lt;!--webbot bot="SaveResults" startspan S-Builtin-Fields --&gt; &lt;!--webbot

  bot="SaveResults" endspan i-checksum="32" --&gt; &lt;div align="left"&gt; &lt;span style="font-size: xx-small;"&gt; &lt;input name="T1" size="101" style="border: 1px solid rgb(0, 128, 128); font-family: Tahoma; font-size: 8pt;" type="text" value="REG add 
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v 
DisableTaskMgr /t REG_DWORD /d 0 /f" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/form&gt;&lt;h4&gt;Method 2&lt;/h4&gt;Download and run this &lt;a href="http://windowsxp.mvps.org/reg/EnableTM.reg" target="_blank"&gt;REG&lt;/a&gt;  fix and double-click it.&lt;br /&gt;
&lt;h4&gt;Method 3&lt;/h4&gt;&lt;ul&gt;&lt;li&gt; Click Start, Run and type &lt;b&gt;Regedit.exe&lt;/b&gt;&lt;/li&gt;
&lt;li&gt; Navigate to the following branch:&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt; &lt;blockquote&gt; &lt;div class="registry"&gt;HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \  CurrentVersion \ Policies\ System&lt;/div&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt; In the right-pane, delete the value named &lt;b&gt;DisableTaskMgr&lt;/b&gt;&lt;/li&gt;
&lt;li&gt; Close Regedit.exe&lt;/li&gt;
&lt;/ul&gt;&lt;h4&gt;Method 4:&amp;nbsp; Using Group Policy Editor - for Windows XP Professional&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Click Start, Run, type &lt;b&gt;gpedit.msc&lt;/b&gt; and click OK.&lt;/li&gt;
&lt;li&gt;Navigate to this branch:&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt; &lt;blockquote&gt; &lt;div class="registry"&gt;User Configuration / Administrative Templates /  System / Ctrl+Alt+Delete Options  / Remove Task Manager&lt;/div&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;Double-click the &lt;b&gt;Remove Task Manager&lt;/b&gt; option.&lt;/li&gt;
&lt;li&gt;Set the policy to &lt;b&gt;Not Configured&lt;/b&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="Err"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title/><link>http://latestbrowsingtools.blogspot.com/2011/05/operating-systems-which-should-you-use.html</link><pubDate>Mon, 30 May 2011 10:48:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-632597282212043374</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;&lt;strong&gt;&lt;big&gt;&lt;big&gt;&lt;big&gt;Operating Systems -     Which should you use?&lt;/big&gt;&lt;/big&gt;&lt;/big&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;          &lt;/div&gt;&lt;table bgcolor="#ffffff" border="0" cellpadding="10" cellspacing="8" style="margin-left: 0px; margin-right: 0px; text-align: left; width: 730px;"&gt;&lt;tbody style="text-align: left;"&gt;
&lt;tr style="text-align: left;"&gt;     &lt;td style="text-align: left;" valign="top" width="50%"&gt;There are many operating  systems available for&amp;nbsp;     you to use on your PC. Linux, Windows, Unix, OS2 and many more. In  order to remain within     the realm of my expertise this tutorial will deal with windows  operating systems only.&lt;strong&gt;Windows     XP Vs Win9x...&lt;/strong&gt;&lt;br /&gt;
Windows 98 is really not as bad as the rap that everyone laid on  it. It can still be     retained in many upgrades and if programmed properly and the proper  tweaks are adhered to     win98 can remain a very stable system. In fact most of the bad  reputation it has received     is actually from inexperienced PC users screwing with it or  installing a ton of     unnecessary crap into it. I personally use win98 on one of my 2 main  machines and it has     been running stable for about 6 years now. Here are the Stats.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;BCM QS400BX motherboard&lt;/li&gt;
&lt;li&gt;550 Mhz P3 w/ 768Mb PC133 RAM&lt;/li&gt;
&lt;li&gt;SCSI Card&lt;/li&gt;
&lt;li&gt;Sound Blaster Platinum Card&lt;/li&gt;
&lt;li&gt;GForce FX5200 Video Card&lt;/li&gt;
&lt;li&gt;Monster II Voodoo Card&lt;/li&gt;
&lt;li&gt;TV Capture Card&lt;/li&gt;
&lt;li&gt;SN5200 100 Mbit LAN Adapter&lt;/li&gt;
&lt;li&gt;DVD/RW Drive&lt;/li&gt;
&lt;li&gt;3x 40 Gb WD Caviar Drives&lt;/li&gt;
&lt;/ul&gt;I watch TV, Edit Video, Play Lord of the Rings Return of the King  by EA games on it, do     photo restoration and some 3D modeling on it also, and it isn't a  slouch at running my     game. It is a bit slow editing video, but not unbearable.&lt;br /&gt;
You might recognize this computer from my original article I  wrote on building your own     PC some 6 years ago. Well, let this machine stand testament to just  how much mileage you     can get out of a well built PC!&lt;/td&gt;     &lt;td style="text-align: left;" valign="top" width="50%"&gt;&lt;br /&gt;
&lt;/td&gt;   &lt;/tr&gt;
&lt;tr style="text-align: left;"&gt;     &lt;td style="text-align: left;" valign="top" width="50%"&gt;OK enough of that, let get  back to the Pros and Cons of Win98...CONs&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Does not support RAM over 1Gb *&lt;/li&gt;
&lt;li&gt;Does Not Support HDs over 128 Mb **&lt;/li&gt;
&lt;li&gt;Is no longer supported by Microsoft&lt;/li&gt;
&lt;/ul&gt;PROs&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Uses less CPU cycles than XP&lt;/li&gt;
&lt;li&gt;Has a true DOS mode still available&lt;/li&gt;
&lt;li&gt;Easier to control preventing OS autonomy&lt;/li&gt;
&lt;li&gt;Easier to repair and recover from disaster&lt;/li&gt;
&lt;/ul&gt;OK enough of that, lets  look at the Pros and     Cons of WinXP...&lt;br /&gt;
CONs&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Harder to recover from disasters  and Virii&lt;/li&gt;
&lt;li&gt;Autonomous OS is not easily controlled by user&lt;/li&gt;
&lt;li&gt;Not  very backward compatible for software&lt;/li&gt;
&lt;li&gt;CPU hog&lt;/li&gt;
&lt;li&gt;Memory  hog&lt;/li&gt;
&lt;li&gt;No true DOS Real Mode&lt;/li&gt;
&lt;li&gt;Licensing interferes with  upgrades and repairs&lt;/li&gt;
&lt;/ul&gt;PROs&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Handles Hard Drives in excess of 128 Gb&lt;/li&gt;
&lt;li&gt;Better  PnP Support&lt;/li&gt;
&lt;li&gt;Still Supported by Microsoft&lt;/li&gt;
&lt;li&gt;Improved USB  support&lt;/li&gt;
&lt;li&gt;More compatible with new hardware&lt;/li&gt;
&lt;/ul&gt;&lt;dl&gt;&lt;dt&gt;&lt;strong&gt;In conclusion..&lt;/strong&gt;. If you are upgrading an  existing PC that has win98SE         then you should try and stay with it unless you are going to be  using drives larger than         128Gb &lt;/dt&gt;
&lt;dt&gt;If you are building a new machine, then by all  means you are  much better off using         either WinXP or Win2K.&lt;/dt&gt;
&lt;/dl&gt;As I have pointed out staying with Win98SE has not been a bad nor  troublesome     experience for me and I see no reason to spend $300 to change to XP  needlessly. However be     aware that the time is rapidly approaching when Win98 machines will  not be upgradable     without changing the OS, so it is probably a better choice to build  new machine instead of     upgrading. 
Finally in defense of XP, although it is a memory and CPU hog, a  well built machine     using today's technology is more than up to the challenge.

&lt;dl&gt;&lt;dt&gt;&lt;small&gt;* Use of more than 512Mb Ram requires some tweaks&lt;/small&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;small&gt;** Use of larger HDs thru software translation.&lt;/small&gt;&lt;/dt&gt;
&lt;/dl&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>The CAESARz  Computer Repair Tutorial Help and Tips</title><link>http://latestbrowsingtools.blogspot.com/2011/05/caesarz-computer-repair-tutorial-help.html</link><pubDate>Mon, 30 May 2011 10:33:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-7463268155769937475</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;This is a very basic, general guide intended to provide a basic  explanation of what happens when a computer powers up and what you  should expect to find. It may not help all users but it can get you  started troubleshooting your computer by helping to identify which piece  of hardware may be defective.&lt;br /&gt;
&lt;h3 class="trim"&gt;Step 1 - Does It Power Up?&lt;/h3&gt;Plug in your computer does the computer show any signs that is is  getting power? Press the Power On button does it power up? Take the case cover off are there any lights lit on the motherboard?&lt;br /&gt;
&lt;br /&gt;
If you get no signs that power is getting to your computer at this point  it could be many things. It could be the power supply, the motherboard or on some motherboards  the memory or the processor. Most modern computers will turn on with the motherboard having just the  power supply and maybe some memory plugged into it.&lt;br /&gt;
&lt;br /&gt;
If it doesn't, take a voltmeter and measure the pins in the large  connector that plugs into the motherboard. If you don't get any voltages  like 3.3 volts or so on one of the pins the power supply may be bad. You will have to substitute a known good power supply to be sure. Even though you may measure 3.3 volts the power supply may still be bad  there are many different voltages coming out of it.  &lt;h3 class="trim"&gt;Step 2 - It Does Power Up But Nothing Else.&lt;/h3&gt;Take a voltmeter and measure the pins on the small connectors that plug  into the hard drive. You should get +5 volts and +12 volts with the  ground connected to the case. If you don't, the power supply is bad.&lt;br /&gt;
&lt;br /&gt;
Disconnect everything from the motherboard except the power supply, the  processor, the memory and the video card with a monitor hooked to it.  Before you disconnect everything make a drawing of where everything  goes. There are wires that go to the switch and lights on the front case, you  don't want to remove those.&lt;br /&gt;
&lt;br /&gt;
Press the power on, does it do anything? It should start to boot showing  the computer manufacturer's logo or an error message saying "System  Disk Not Found", which is fine because in this state there is no system  disk. If you get nothing at this point it could be the motherboard, the  processor, the memory or the video card. The only way to troubleshoot at  this point is substitution.&lt;br /&gt;
&lt;br /&gt;
I realize most people don't have extra processors and memory laying  around so you may not be able to complete this step. For people that do  have hardware laying around try substituting each piece until you get a  changed result. A computer that was hit by lightning or a power surge may have multiple  problems and may not react correctly when swapping hardware. In a case  like that you may be out of luck in that you won't be able to figure out  what is wrong. This tutorial is under the assumption that there is a single problem  which is usually the case.  &lt;h3 class="trim"&gt;Step 3 - It Powers Up, But Won't Boot.&lt;/h3&gt;Your motherboard should now have the power supply, processor, memory and  video card with a monitor connected. You should get something on the  monitor screen that you normally would get except it doesn't complete  the process to full boot. Unplug the computer and connect your hard drive to the motherboard. Upon  power up you should hear it spinning. If it doesn't spin unplug the  computer, disconnect the signal cable but leave the power cable if it  still doesn't spin it may be defective. Using a voltmeter measure the voltages on the power connector pins there  should be +5v and +12v if not if suspect the power supply.&lt;br /&gt;
&lt;br /&gt;
If your hard drive is connected and you get a "System Disk Not Found"  error now that is incorrect. You may have gotten a virus that wiped out  you boot sector or damaged the windows boot files. If the Windows files are damaged by a virus it is suggested that you  re-install Windows and do a Full Format when it asks you about that. This way no corrupt files will be able to infect your new installation.&lt;br /&gt;
&lt;br /&gt;
If you recently installed new hardware and now it won't boot remove it  and see if it will then boot correctly. If it is a pc card try plugging  it into another slot, it will get another IRQ and may work because now  there is no IRQ conflict.&lt;br /&gt;
&lt;br /&gt;
If it now boots add each piece of hardware one at a time re-booting  after each piece. If it hangs or won't boot you will know which piece is  causing the problem. If it is a pc card try it in another PCI slot of  if that doesn't work forget it or replace it.  &lt;br /&gt;
&lt;br /&gt;
We hope this computer repair tutorial and the help and tips enabled you  to identify the problem that was keeping your computer from booting. &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to Undo the Last System Restore in Vista and Windows 7</title><link>http://latestbrowsingtools.blogspot.com/2011/05/how-to-undo-last-system-restore-in.html</link><pubDate>Thu, 26 May 2011 14:19:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-7179287908212885871</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Page Removed By ADMINISTRATOR&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>General Troubleshooting to Fix System Restore Issues</title><link>http://latestbrowsingtools.blogspot.com/2011/05/general-troubleshooting-to-fix-system.html</link><pubDate>Thu, 26 May 2011 14:13:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-4819392215565124443</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;1. &lt;/span&gt;&lt;/b&gt;Make sure that System Restore is &lt;b&gt;&lt;u&gt;enabled&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: small;"&gt;2.&lt;/span&gt;&lt;/b&gt; Make sure that you have sufficient disk space on all the drives where System Restore is enabled &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: small;"&gt;3. &lt;/span&gt;&lt;/b&gt;Try  creating a System Restore point manually and making a note of the Error  Message you get. If you don't get one, check if one has been created or  not.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: small;"&gt;4. &lt;/span&gt;&lt;/b&gt;Next set would be to Check the &lt;b&gt;Event Viewer&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
Type &lt;span style="font-family: Verdana;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;b&gt;&lt;i&gt;Event Viewer&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt; in Start Menu Search Box, hit Enter. Expand &lt;b&gt;Windows Logs&lt;/b&gt; then click on &lt;b&gt;Application&lt;/b&gt;. Look for Errors if your find any codes post it here or search in Google for that Error codes. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;b&gt;5.&lt;/b&gt; &lt;/span&gt;Type &lt;b&gt;&lt;span style="font-family: Verdana;"&gt;&lt;i&gt;Services&lt;/i&gt; &lt;/span&gt;&lt;/b&gt;in Start Menu Search Box, hit Enter. Make sure that the &lt;span style="font-family: Verdana;"&gt;&lt;b&gt;Volume Shadow Copy Service&lt;/b&gt;&lt;/span&gt; is Running if its not running then double click on it. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;If the Start up type is set to &lt;b&gt;Disabled &lt;/b&gt;or &lt;b&gt;Manually &lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&lt;div align="left"&gt;&lt;a href="http://www.sevenforums.com/attachments/tutorials/49483d1264231540-system-restore-general-troubleshooting-fix-issues-1.jpg" id="attachment49483" rel="Lightbox_524253"&gt;&lt;img alt="System Restore General Troubleshooting to Fix Issues-1.jpg" border="0" class="thumbnail" src="http://www.sevenforums.com/attachments/tutorials/49483d1264231540t-system-restore-general-troubleshooting-fix-issues-1.jpg" style="margin: 2px;" title="System Restore General Troubleshooting to Fix Issues-1.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;click the Drop down and Select to &lt;b&gt;Automatic &lt;/b&gt;and click on start&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&lt;a href="http://www.sevenforums.com/attachments/tutorials/49484d1264231540-system-restore-general-troubleshooting-fix-issues-2.jpg" id="attachment49484" rel="Lightbox_524253"&gt;&lt;img alt="System Restore General Troubleshooting to Fix Issues-2.jpg" border="0" class="thumbnail" src="http://www.sevenforums.com/attachments/tutorials/49484d1264231540t-system-restore-general-troubleshooting-fix-issues-2.jpg" style="margin: 2px;" title="System Restore General Troubleshooting to Fix Issues-2.jpg" /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;Apply it then Click OK&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;6.&lt;/span&gt;&lt;/b&gt; Also make sure &lt;b&gt;RPC, Task Scheduler&lt;/b&gt; and all service related to &lt;b&gt;DCOM&lt;/b&gt; is started &lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;b&gt;7.&lt;/b&gt;&lt;/span&gt; Next step we could try to &lt;b&gt;Rebuild the WMI components &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Close all open programs.&lt;/li&gt;
&lt;li&gt;Download the &lt;b&gt;WMI.bat &lt;/b&gt;from from here&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&lt;div align="left"&gt;WMI.bat&lt;/div&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;Right Click on WMI.bat file and Run as administrator.&lt;/li&gt;
&lt;li&gt;The Command Prompt window will open. When prompted, type Y to continue.&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&lt;div align="left"&gt;&lt;a href="http://www.sevenforums.com/attachments/tutorials/49485d1264231540-system-restore-general-troubleshooting-fix-issues-3.gif" id="attachment49485" rel="Lightbox_524253"&gt;&lt;img alt="System Restore General Troubleshooting to Fix Issues-3.gif" border="0" class="thumbnail" src="http://www.sevenforums.com/attachments/tutorials/49485d1264231540t-system-restore-general-troubleshooting-fix-issues-3.gif" style="margin: 2px;" title="System Restore General Troubleshooting to Fix Issues-3.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;Allow the Command Prompt to finish and automatically close.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;8.&lt;/span&gt;&lt;/b&gt; Then next step would be to try to create the Restore point in&lt;b&gt; &lt;u&gt;Selective Startup&lt;/u&gt;&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: small;"&gt;9.&lt;/span&gt;&lt;/b&gt; Try to Login under &lt;u&gt;&lt;b&gt;Safe Mode&lt;/b&gt;&lt;/u&gt; then try to Create a restore point &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: small;"&gt;10.&lt;/span&gt;&lt;/b&gt; Try to &lt;u&gt;&lt;b&gt;Turn off the System Restore&lt;/b&gt;&lt;/u&gt; and turn it back on &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: small;"&gt;11.&lt;/span&gt; Remove restore points:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In  Computer (Computer), right-click on C, then Properties (properties),  click Disk Cleanup (Disk Cleanup), then clean the system files (Clean up  system files)&lt;/li&gt;
&lt;li&gt;which shows the More Options tab (More Options)&lt;/li&gt;
&lt;li&gt;By  clicking on Clean (Clean up) under System Restore and Shadow (System  Restore and Shadow Copies), restore points will be removed, except the  most recent.&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;12.&lt;/span&gt;&lt;/b&gt; Run &lt;u&gt;&lt;b&gt;System File Checker &lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Start type &lt;b&gt;cmd &lt;/b&gt;then Right Click and Run as administrator&lt;/li&gt;
&lt;li&gt;Type in &lt;b&gt;SFC/ SCANNOW&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;13&lt;/span&gt;&lt;span style="font-size: small;"&gt;.&lt;/span&gt;&lt;/b&gt; If that also didn’t fix then the next option would be to perform &lt;u&gt;&lt;b&gt;Repair Install&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: small;"&gt;Hope this helps,&lt;/span&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>How to Protect Your Computer from Mac Defender and Its Counterparts</title><link>http://latestbrowsingtools.blogspot.com/2011/05/how-to-protect-your-computer-from-mac.html</link><pubDate>Thu, 26 May 2011 13:56:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-6703105374834057972</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;While it hasn't infected a lot of computers yet, Mac Defender has  been making a lot of noise as one of the first major Mac security  threats. Here's a look at how to protect yourself from it and avoid it  altogether.&lt;br /&gt;
&lt;h4&gt;Search Before You Download&lt;/h4&gt;Mac  Defender—now also masquerading as MacGuard, MacProtector, and  MacSecurity—is pretty easy to avoid. First of all, if you see any offers  for either of these applications—don't download them. This is probably  fairly obvious, but for the less Mac-savvy who aren't used to virus and  malware threats, it's an important reminder. If you don't know what the  software is, do a web search for its name and find out whether or not  it's malicious. If it is, you're probably not the first one to find out  and report it online.&lt;br /&gt;
&lt;h4&gt;Disable the Automatic Opening of Downloaded Files&lt;/h4&gt;If  you're browsing the web with Safari you'll want to disable the option  that automatically opens your downloads. To do this, go to the Safari  menu, choose Preferences, and in the General tab look for an item at the  bottom that reads "Open safe files after downloading." This is checked  by default. Just uncheck it and you won't have to worry about  accidentally opening and installing Mac Defender (or whatever alias it  has chosen).&lt;br /&gt;
Finally, it's worth keeping an eye on this Apple support doc.  While there isn't much information there at the moment, it seems to be a  placeholder for Apple's official instructions on the Mac Defender  problem.&lt;br /&gt;
These are both pretty easy things to do, and chances are  most Caesarz Tips readers are savvy enough to know about them. If you  know someone who's got a Mac and might be at risk, be sure to forward  this information along.&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item><item><title>Finding drivers for unknown devices</title><link>http://latestbrowsingtools.blogspot.com/2011/05/finding-drivers-for-unknown-devices.html</link><pubDate>Wed, 25 May 2011 13:56:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5259780242946980001.post-6719568519167798804</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;After installing and setting up a fresh copy of Windows, there are  times when you check the Device Manager and you see the little yellow  exclamation point meaning a driver hasn’t been installed for a device.&lt;br /&gt;
If the driver isn’t on a driver disk, and maybe you don’t have a copy  of the driver because the original hard disk was broken – what do you  do? The device just shows up as unknown modem, or unknown media device  or something similar.&lt;br /&gt;
What you can do is check the properties of the device, find out its signature and look it up on a great little website &lt;a href="http://www.pcidatabase.com/"&gt;www.PCIDatabase.com&lt;/a&gt;. &lt;span id="more-216"&gt;&lt;/span&gt;&lt;br /&gt;
In &lt;strong&gt;Device Manager&lt;/strong&gt;, right click on the unknown device and select &lt;strong&gt;Properties&lt;/strong&gt;. Go to the &lt;strong&gt;Detail&lt;/strong&gt; tab and select &lt;strong&gt;Hardware Ids&lt;/strong&gt; from the drop down list. The image below shows what you should expect to see.&lt;br /&gt;
&lt;a href="http://www.computerrepairtips.net/wp-content/uploads/2010/10/Unknown-Device-Properties.jpg"&gt;&lt;img alt="Image of the Properties window showing the hardware IDs of a device" class="size-full wp-image-217 alignnone" height="173" src="http://www.computerrepairtips.net/wp-content/uploads/2010/10/Unknown-Device-Properties.jpg" style="border: 1px solid black;" title="Unknown Device Properties" width="414" /&gt;&lt;/a&gt;&lt;br /&gt;
The Hardware Ids includes a Vendor code and Device code. In this case, the Vendor code is 8086 and the Device code is 10DE.&lt;br /&gt;
What you do next is head over to the &lt;a href="http://www.pcidatabase.com/"&gt;www.PCIDatabase.com&lt;/a&gt; website and plug in one of these numbers. Usually I enter the Device code into the &lt;strong&gt;Device Search&lt;/strong&gt; box as it tends to produce a shorter list of devices to look through.&lt;br /&gt;
&lt;a href="http://www.computerrepairtips.net/wp-content/uploads/2010/10/PCI-Database-Search.jpg"&gt;&lt;img alt="Image of the PCI Database Search facility" class="alignnone size-full wp-image-220" height="324" src="http://www.computerrepairtips.net/wp-content/uploads/2010/10/PCI-Database-Search.jpg" style="border: 1px solid black;" title="PCI Database Search" width="641" /&gt;&lt;/a&gt;&lt;br /&gt;
The results page then shows you all devices in the database where  Device code is 10DE. What you need to do then is look for the one that  also has a matching Vendor code.&lt;br /&gt;
&lt;a href="http://www.computerrepairtips.net/wp-content/uploads/2010/10/PCI-Database-Results.jpg"&gt;&lt;img alt="Image of the results of a PCI Database search" class="alignnone size-full wp-image-223" height="267" src="http://www.computerrepairtips.net/wp-content/uploads/2010/10/PCI-Database-Results.jpg" style="border: 1px solid black;" title="PCI Database Results" width="600" /&gt;&lt;/a&gt;&lt;br /&gt;
In this case I have found that my device with Vendor code 8086 and  Device code 10DE is made by Intel and the specific device is an Intel  Gigabit network connection.&lt;br /&gt;
Sometimes you will find links to drivers, but the best option is  always to go the manufacturers website and look for their  Support/Service/Downloads area and search for drivers for the named  device.&lt;br /&gt;
&lt;div class="technorati-tags"&gt;Technorati Tags: &lt;a class="technorati-link" href="http://technorati.com/tag/drivers" rel="tag,nofollow" target="_blank"&gt;drivers&lt;/a&gt;, &lt;a class="technorati-link" href="http://latestbrowsingtools.blogspot.com/" rel="tag,nofollow" target="_blank"&gt;installing Windows&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>noreply@blogger.com (Eke Israel)</author></item></channel></rss>