<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LAB Computer Blog</title>
	<atom:link href="http://blog.llbtechs.com/blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.llbtechs.com/blogger</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 16 Mar 2011 18:23:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Port Forwarding on MAC OS X 10.6 Server</title>
		<link>http://blog.llbtechs.com/blogger/2011/03/port-forwarding-on-mac-os-x-10-6-server/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/03/port-forwarding-on-mac-os-x-10-6-server/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 18:23:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Computer Repair]]></category>
		<category><![CDATA[apple computer networking]]></category>
		<category><![CDATA[apple computer repair]]></category>
		<category><![CDATA[apple port forwaring]]></category>
		<category><![CDATA[apple repair]]></category>
		<category><![CDATA[apple repair elmont]]></category>
		<category><![CDATA[apple repair franklin square]]></category>
		<category><![CDATA[apple repair garden city]]></category>
		<category><![CDATA[apple repair hempstead]]></category>
		<category><![CDATA[apple repair long island]]></category>
		<category><![CDATA[apple repair queens]]></category>
		<category><![CDATA[apple repair shop]]></category>
		<category><![CDATA[apple repair uniondale]]></category>
		<category><![CDATA[apple repair west hempstead]]></category>
		<category><![CDATA[apple repair westbury]]></category>
		<category><![CDATA[mac os x 10.6 port forwarding]]></category>

		<guid isPermaLink="false">http://blog.llbtechs.com/blogger/?p=85</guid>
		<description><![CDATA[Configuring Port Forwarding In Windows world its easy to forward your ports but in MAC it&#8217;s a little tricky. Here is how to do it. Please follow all the steps provided by LAB Computer. Feel free to let a MAC pro handle this for you if you are not comfortable, LAB MAC Repair service is &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/03/port-forwarding-on-mac-os-x-10-6-server/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Configuring Port Forwarding<br />
In Windows world its easy to forward your ports but in MAC it&#8217;s a little tricky. Here is how to do it.<br />
Please follow all the steps provided by <a href="http://www.llbtechs.com">LAB Computer</a>.<br />
Feel free to let a MAC pro handle this for you if you are not comfortable, <a href="http://llbtechs.com/apple-computer-repair.htm">LAB MAC Repair service</a> is the best in Long Island<br />
You can direct traffic coming in to your NAT network to a specific IP address behind<br />
the NAT gateway. This is called port forwarding.<br />
Port forwarding lets you set up computers on the internal network that handle<br />
incoming connections without exposing other computers to outside connections.<br />
For example, you could set up a web server behind NAT service and forward incoming<br />
TCP connection requests on port 80 to the designated web server.<br />
You can’t forward the same port to multiple computers, but you can forward many<br />
ports to one computer.<br />
Enabling port forwarding requires the use of the Terminal application and<br />
administrator access to root privileges through sudo.<br />
You must also create a plist file. The contents of the plist file are used to generate<br />
/etc/nat/natd.conf.apple, which is passed to the NAT daemon when it is started.<br />
Do not try to edit /etc/nat/natd.conf.apple directly. If you use a plist editor instead of<br />
a command-line text editor, alter the following procedure to suit.<br />
To forward port traffic:<br />
1 If the file /etc/nat/natd.plist doesn’t exist, make a copy of the default NAT daemon plist.<br />
$ sudo cp /etc/nat/natd.plist.default /etc/nat/natd.plist<br />
2 Using a Terminal editor, add the following block of XML text to /etc/nat/natd.plist<br />
before the two lines at the end the file ( and ), substituting your<br />
settings where indicated by italics:</p>
<p>&lt;key&gt;redirect_port&lt;/key&gt;<br />
&lt;array&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;proto&lt;/key&gt;<br />
&lt;string&gt;+tcp or udp+&lt;/string&gt;<br />
&lt;key&gt;targetIP&lt;/key&gt;<br />
&lt;string&gt;+LAN_ip+&lt;/string&gt;<br />
&lt;key&gt;targetPortRange&lt;/key&gt;<br />
&lt;string&gt;+LAN_ip_range+&lt;/string&gt;<br />
&lt;key&gt;aliasIP&lt;/key&gt;<br />
&lt;string&gt;+WAN_ip+&lt;/string&gt;<br />
&lt;key&gt;aliasPortRange&lt;/key&gt;<br />
&lt;string&gt;+WAN_port_range+&lt;/string&gt;<br />
&lt;/dict&gt;<br />
&lt;/array&gt;</p>
<p>3 Save your file changes.<br />
4 Enter the following commands in Terminal:<br />
$ sudo systemstarter stop nat<br />
$ sudo systemstarter start nat<br />
5 Verify that your changes remain by inspecting the /etc/nat/natd.conf.apple file.<br />
The changes made, except for comments and those settings that Server Admin can<br />
change, are used by server configuration tools (Server Admin, Gateway Setup Assistant,<br />
and serveradmin).<br />
6 Configure NAT service in Server Admin as needed.<br />
For more information, see “Configuring NAT Service” on page 126.<br />
7 Click Save.<br />
8 Start NAT service.</p>
<p>&nbsp;</p>
<p>If you need assistance or someone to help you, please <a href="http://llbtechs.com/contact_us.htm#phone">contact LAB</a> by clicking the <a href="http://llbtechs.com/contact_us.htm#phone">link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/03/port-forwarding-on-mac-os-x-10-6-server/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Read/Write Head Errors in Hard Drive and Data Recovery Long Island</title>
		<link>http://blog.llbtechs.com/blogger/2011/03/readwrite-head-errors-in-hard-drive-and-data-recovery-long-island/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/03/readwrite-head-errors-in-hard-drive-and-data-recovery-long-island/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 23:19:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Recovery Long Island]]></category>
		<category><![CDATA[data recover long island]]></category>
		<category><![CDATA[data recovery elmont]]></category>
		<category><![CDATA[data recovery floral park]]></category>
		<category><![CDATA[data recovery franklin square]]></category>
		<category><![CDATA[data recovery garden city]]></category>
		<category><![CDATA[data recovery hempstead]]></category>
		<category><![CDATA[data recovery nassau county]]></category>
		<category><![CDATA[data recovery nyc]]></category>
		<category><![CDATA[data recovery queens]]></category>
		<category><![CDATA[data recovery uniondale]]></category>
		<category><![CDATA[data recovery valley stream]]></category>
		<category><![CDATA[data recoverywest hempstead]]></category>

		<guid isPermaLink="false">http://blog.llbtechs.com/blogger/?p=55</guid>
		<description><![CDATA[When an appropriately configured computer can not access the data, which is stored in the hard drive, the problem could be due to hard drive failure. The hard drive is a primary data storage media that comprises a number of moving components. These components are controlled by the power inputted by the electronic circuitry of &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/03/readwrite-head-errors-in-hard-drive-and-data-recovery-long-island/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>When an appropriately configured computer can not access the data, which is stored in the hard drive, the problem could be due to hard drive failure. The hard drive is a primary data storage media that comprises a number of moving components. These components are controlled by the power inputted by the electronic circuitry of hard drive. Among the number of cause of the disk failure, read/write head crash is judged as the most common one. Head crash directly threats the existence of your critical data on disk platters because platter surfaces may get scratched due to head crash. In such situations, <a href="http://www.llbtechs.com/">Data Recovery Long Island</a> is required to salvage data from failed hard drive.</p>
<p>In a practical scenario of read/write head failure, when you attempt to boot your computer the hardware checking system POST (Power On Self Test) returns the below given error message:</p>
<p>“1708 Head select error”</p>
<p>You may also encounter this error message during general input or output operations. This message indicates the corruption to one or more than one read/write heads. In such situations, if you do not have proper or current backup of your mission critical data, Data Recovery Service is required.</p>
<p>Read/write head is a critical component of hard drive that is used to read data from and write data to the disk platters. When the disk platters start to rotate, head senses the magnetization of the magnetic material. The head can also modify the magnetization. The head operate at a minor height from hard drive platter surface. Head crash generally occurs due to following reasons:</p>
<p> Damage to the actuator arm on which read/write head is placed.<br />
 Dust particles between platter and head.<br />
 Accidental dropdown of hard drive<br />
 Power outages<br />
 Excessive heat inside the drive<br />
 Manufacturing defect</p>
<p>In case of head crash and data loss situations, you need to opt for reliable and experienced Data Recovery Service to get your mission critical data back. It is a personalized and sophisticated help that is offered in safe and controlled environment of Clean Rooms.</p>
<p>It is performed by the skilled and trained recovery professionals using advanced tools and techniques. The recovery service experts go through a proprietary process to achieve perfect <a href="http://www.llbtechs.com/">Data Recovery</a></p>
<p><a href="http://blog.llbtechs.com/blogger/">LAB Data Recovery</a> delivers recovery service is most of the data loss situations for hard drive, RAID array, NAS, SAN and other storage devices. Service is carried out in Class 100 Clean Rooms by experienced recovery specialists for all hard drives, which have IDE, EIDE, SATA and SCSI interfaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/03/readwrite-head-errors-in-hard-drive-and-data-recovery-long-island/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Computer Repair Long Island Areas Of Service by llbtechs.com</title>
		<link>http://blog.llbtechs.com/blogger/2011/02/computer-repair-long-island-areas-of-service-by-llbtechs-com/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/02/computer-repair-long-island-areas-of-service-by-llbtechs-com/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 23:55:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LAB Computer | Repair Area of Service]]></category>

		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=49</guid>
		<description><![CDATA[If you are a student trying to complete your Computer Information System Degree or assignments or a business man or woman working on a project, you are most likely to depend on computer to see it through to the deadline. Documenting, emailing, graphic designing, excel sheet calculations, images, ideas, references, and many other things become &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/02/computer-repair-long-island-areas-of-service-by-llbtechs-com/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If you are a student trying to complete your Computer Information System Degree or assignments or a business man or woman working on a project, you are most likely to depend on computer to see it through to the deadline. Documenting, emailing, graphic designing, excel sheet calculations, images, ideas, references, and many other things become a part of your presentation for any work that you have done to receive credibility. Even if you are a housewife looking for computer recipes or crochet design you would still want to have it the easier and faster way and search on Google or ask your friend to email the ideas to you.</p>
<p>Hence, if you live in Long Island or anywhere on the South Shore you are likely to need computer repair services if you are using computers day in and day out. Some computers get stuck even if you have stopped using them for a long time as they gather dust and respond negatively to climatic changes. Fortunately, you are always near to <strong>LAB computer repair Long Island</strong> shops in your area so you are not let down by system crashes for a long period of time. Also, you are likely to get a very good service because the LAB Computer Service, in your area, is full of certified technicians who have either graduated or received <strong>Long Island computer repair </strong>diplomas. No matter where you reside, <a href="http://www.llbtechs.com"><strong>our computer repair service Long Island </strong>service</a> will be available in Elmont, Franklin Square, Westbury, Long Beach, Rockville Center, Garden City, Hewlett, Woodmere, Atlantic Beach Island Park, Baldwin and most areas of Nassau &amp; Suffolk County.</p>
<p>As a home resident, you may wish to call a computer pro who can give you services at low cost on timings suitable to you. However, if you run a business and are facing internal system crashes you would need to call upon a good <a href="http://www.llbtechs.com/services.htm"></a><strong>Long Island computer repair </strong>company to send some IT experts urgently. The best thing is, they are available 24/7 and serve you at your doorstep. Though you may be charged higher in emergency cases or when the complexity of problem is high, you can still be assured that you will get a customized solution according to your needs. This means that neither your resources will be exhausted nor the bill will exceed your budget and your business plan will also be reviewed so as not to impose unnecessary solutions on you. A flat fee will be charged for the first ‘diagnostic hour’ which will increase according to the complexity of the problem. The consolation factor is that the doorstep service will save you transportation cost and the torture of waiting for your system to get back on track.</p>
<p>The <strong>LAB Computer Repair Long Island </strong>services include hardware repair for CPU, PC/Laptop, printers, CD/DVD RM, hard drive crashes repair, motherboard, speakers, and shared hardware in business departments. Software repair services include:</p>
<ul>
<li>Data backup and recovery</li>
<li>Spyware/ adware removal and pro-active solutions</li>
<li>Firewall setup and email security installation</li>
<li>LAN/ WAN setup with Cisco Router configurations</li>
<li>Windows OS troubleshooting</li>
<li>Computer | Wireless Setup</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/02/computer-repair-long-island-areas-of-service-by-llbtechs-com/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Long Island Computer Repair – A Small County With Excellent PC Repair Services</title>
		<link>http://blog.llbtechs.com/blogger/2011/02/long-island-computer-repair-a-small-county-with-excellent-pc-repair-services/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/02/long-island-computer-repair-a-small-county-with-excellent-pc-repair-services/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 11:56:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Long Island Computer Repair]]></category>

		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=45</guid>
		<description><![CDATA[Long Island Computer Repair – A Small County With Excellent Repair Services Nassau County is a modern, suburban county located on Long Island, New York. The county has an approximate population of 1,334,544 ( according to 2000 census) and is associated with Suffolk County to form Long Island’s famous residential areas. Though it is a &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/02/long-island-computer-repair-a-small-county-with-excellent-pc-repair-services/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div id="post-40" class="post">
<div class="singlepage">Long Island Computer Repair – A Small County With Excellent Repair Services</div>
<div class="entry">
<p>Nassau County is a modern, suburban county located on Long Island, New York. The county has an approximate population of 1,334,544 ( according to 2000 census) and is associated with Suffolk County to form Long Island’s famous residential areas. Though it is a small county, its population is certainly not away from the grasp of technology. There may be small offices and enterprises, but every office and enterprise is equipped with latest, modern technology meant to be in par with the rest of the urban cities.</p>
<p>People in Nassau County are not only equipped with latest technology, but they are also outfitted with computer repair services. This means that people living here don’t have to rush to the cities, each time their device or system fails, neither do they have to spend an exorbitant amount in asking for onsite service. With easy availability of <strong><a href="http://www.llbtechs.com/">Long Island computer repair service</a></strong>, citizens no longer worry about computer crashes or network failures. Whether a single household computer has gone wrong or entire office systems have crashed, all computing solutions are provided here. With computer repair experts available in Nassau, you no longer need to find New York computer repair services.</p>
<p>Nassau computer repair services are meant for all kinds of computer repairs, custom built PCs and servers, upgrades, maintenance, protection and safety, networking, support and other web technologies. Let’s discuss each service briefly.</p>
<p><strong>Computer Repair</strong></p>
<p><a href="http://www.llbtechs.com">Computer repairs</a> involve repairing hardware issues, corrupt software, Virus Removal or operating system issues and windows  bluescreen. Repairing of computer parts, such as RAM, hard disk drive, fan, motherboard etc, is all included in computer repair services.</p>
<p><strong>Server Maintenance</strong></p>
<p>Computer repair services also cater to the needs of server maintenance. This is especially for enterprises or businesses that depend on their own servers for effective networking. These servers often require maintenance and upgrades and if it is a self maintained server, professional help is always needed.</p>
<p><strong>Networking</strong></p>
<p>Networking is now a necessity in all major offices and enterprises. Networking is not limited to offices only, but almost all homes have internal network. Wi-Fi, wireless internet and LANs are some of the most common form of networks. Any household with more than one PC or laptop would require a strong and secure network. Usually, companies providing broadband services build networks for home based users, but if any network error occurs, the broadband providers do not usually provide repair services. In such a case, the best idea is to call any certified Nassau computer repair services.</p>
<p><strong>Upgrade/Maintenance</strong></p>
<p>If you don’t have any system issues, then you can call on these people for server and PC upgrades. If you don’t know about the upgrade your system need, give a call to any of the service center (you can find them from computer repair directories) and state your computer’s specification to determine if you need an upgrade or not. It is also wise to bring your computer to these service providers once in a while for a good clean up, as computers tend to be filled with dust that clogs various hardware parts and causes a hindrance in good performance.</p>
<p>&nbsp;</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/02/long-island-computer-repair-a-small-county-with-excellent-pc-repair-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Inspiron 1526 SIGMATEL STAC 92XX C-Major HD Audio Drivers on Windows 7</title>
		<link>http://blog.llbtechs.com/blogger/2011/01/dell-inspiron-1526-sigmatel-stac-92xx-c-major-hd-audio-drivers-on-windows-7/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/01/dell-inspiron-1526-sigmatel-stac-92xx-c-major-hd-audio-drivers-on-windows-7/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 21:30:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free Computer Tips and Support]]></category>

		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=42</guid>
		<description><![CDATA[SIGMATEL STAC 92XX C-Major HD Audio Drivers on Windows 7 LAB Computer Long Island have been upgrading a few of our PCs and Laptops with Windows 7 this evening and hit upon a problem with the SIGMATEL STAC 92XX C-Major HD Audio device that came with my Dell XPS M1330, Inspiron 1525 laptop. A quick google confirmed we &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/01/dell-inspiron-1526-sigmatel-stac-92xx-c-major-hd-audio-drivers-on-windows-7/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<h1 class="title">SIGMATEL STAC 92XX C-Major HD Audio Drivers on Windows 7</h1>
<div class="content">
<p>LAB Computer Long Island have been upgrading a few of our PCs and Laptops with Windows 7 this evening and hit upon a problem with the SIGMATEL STAC 92XX C-Major HD Audio device that came with my Dell XPS M1330, Inspiron 1525 laptop. A quick google confirmed we are not the only one having problems.</p>
<p>Since we have now solved the problem we have post it here on my blog as we are sure it will be a popular search on Google in the coming months as the masses move to the new OS.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong></p>
<h3>The symptom</h3>
<p></strong><strong> </strong><strong> </strong></p>
<div>Following a fresh install of Windows 7 (I haven&#8217;t tried an in place upgrade as I just don&#8217;t trust &#8216;em !) the OS sees the Sigmatel device and reports it to be working, but the sound just doesn&#8217;t work. Any attempt to download and install the latest Vista drivers also fails to cure the issue.</div>
<div>
<h3>The fix</h3>
</div>
<p>Download the latest x32 or x64 (as appropriate for your computer) Vista driver from the Dell website and leave the EXE in a folder somewhere</p>
<p>Or get them direct from us, click for the <a href="ftp://llbtechs.com/dell/R171786_32bit.exe">32 bit driver</a> or for the <a href="ftp://llbtechs.com//dell/R186858_64bit.EXE">64 bit driver</a></p>
<p>Username: dell and Password: dell</p>
<p>Right click computer, and choose manage, then device manager</p>
<p>In the Sound, Video and Game controller group you will see a device called &#8220;Windows High Defintion&#8221; &#8211; delete this by selecting and pressing delete</p>
<p>Now having removed this device from your system you should run the Dell Sigmatel Driver EXE you downloaded previously</p>
<p>Your system will prompt for a restart upon install</p>
<p>When you restart you will get the reassuring sound of the Windows 7 start up tune and all will now be well !</p>
<p>Hope this helps someone, took me an hour today to figure it out.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/01/dell-inspiron-1526-sigmatel-stac-92xx-c-major-hd-audio-drivers-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LAB Computer FAQ</title>
		<link>http://blog.llbtechs.com/blogger/2011/01/faq/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/01/faq/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 21:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services Related]]></category>

		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=37</guid>
		<description><![CDATA[Frequently Ask Questions What all locations are covered by you? We generally cover entire Nassau County, Suffolk and Queens County. We even cover Westchester, Manhathan, and NJ. How soon I can get an appointment from you? This entirely depends upon your schedule, as our technicians will be onsite in span of 24 hours. If you &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/01/faq/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 31px; color: #000000; line-height: 46px;">Frequently Ask Questions</span></p>
<div id="contentarea">
<div id="content">
<div class="content-mid">
<div class="article-content">
<p class="green_contents">What all locations are covered by you?</p>
<p>We generally cover entire Nassau County, Suffolk and Queens County. We even cover Westchester, Manhathan, and NJ.</p>
<p class="green_contents">How soon I can get an appointment from you?</p>
<p>This entirely depends upon your schedule, as our technicians  will be onsite in span of 24 hours.</p>
<p class="green_contents">If you fail to fix a problem, do you offer don’t pay  guarantee?</p>
<p>LAB Computer  follow a transparent policy, in which, if our technician  fails to figure out the problem with your PC, we will not charge any money from  you. This goes for software and hardware issues too. However, in software  issues, if our technician feels that your PC problem can only be rectified by  re-installing the operating system, we will take a complete back-up of your  data.</p>
<p>Reinstallation includes essential programs such as Email,  Anti-virus, CD-Burner, Office Suite, and updated drivers. We will even  reconfigure the software and your data will be reinstated.</p>
<p class="green_contents">What if I get the PC repaired from you but reinstall the  Operating System myself?</p>
<p>In this case, you will be only charged for the primary problem-solving  time that is generally the one hour rate.</p>
<p class="green_contents">What is the total cost of your 3 hour maximum billing?</p>
<p>Repairing a PC is cheaper than buying a new one. We host some  of the best technicians who are industry certified and hold experience with all  top PC brands, types of computers, and software. In case, we take 10 hour to  repair your PC, you won’t be charged more than 3 hours. We make sure that not  just your data is recovered and reinstalled but also your PC is updated with drivers  and essential software.</p>
<p>If the repair exceeds over 3 hours and you want us to  reinstall all your games and other non-essential software, you will be charged  $30 per hour at a discounted rate. And they should be installed at our office  only. For all off-site repairs, we provide free pickup and delivery service.</p>
<p class="green_contents">How do only you offer 3 hours maximum billing?</p>
<p>LAB Computer  is one of the best and reputed companies housing  industry certified technicians. Our technical team is capable of working in  large corporate environments and on all computers and software makes, models,  brands, and configurations.</p>
<p class="green_contents">How much time you take to repair an average problem?</p>
<p>Below is the average time-taken for each problem:</p>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="green_contents" width="50%" height="30" align="center" valign="middle"><strong>Problem</strong></td>
<td class="green_contents" width="50%" height="30" align="center" valign="middle"><strong>Average Repair Time</strong></td>
</tr>
<tr>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Replacing  Motherboard and reinstalling all drivers</td>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">1 Hour</td>
</tr>
<tr>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Replacing  Defective Hard Drive and reinstalling OS</td>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">1 Hour</td>
</tr>
<tr>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Diagnosis  &amp; Troubleshooting</td>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Usually  15 &#8211; 30 minutes</td>
</tr>
<tr>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Reinstalling  OS</td>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">1  Hour</td>
</tr>
<tr>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Backup  of Data and its Recovery</td>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Time  varies from 1 &#8211; 5 hours, due to amount and location of data</td>
</tr>
<tr>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Installing  Essential Software</td>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Approximately  1 hour and depends upon your PC speed</td>
</tr>
<tr>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Removing  Virus</td>
<td class="light_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Usually  1 &#8211; 2 Hours and depends on your speed PC and volume of data</td>
</tr>
<tr>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">Faulty  Add-on card such as Video, Network, Modem, etc.</td>
<td class="verylight_sahade" style="padding-left: 5px;" width="50%" height="30" valign="top">1/2  hour</td>
</tr>
</tbody>
</table>
<p>Can you tell me different kinds of custom systems offered  by you? How will I be benefited by buying them from you rather than from Dell  or Compaq?</p>
<p>LABComputer Repair &#8211; long Island Best Repair Shop,  offers custom systems based on your specific  needs and requirements. We are specialized in providing support for all the  systems supplied by us. We work differently from Dell or Compaq, as we offer  not just the best price but also the best service. You don’t have to make  numerous cold calls to us for one repair.</p>
<p class="green_contents">Is you repair guaranteed? If yes, how long?</p>
<p>Yes, all our repairs are guaranteed and for 45 days at a  stretch.</p>
<p class="green_contents">Any other services provided by you? Who can avail those  services?</p>
<p>We offer varied services ranging from Internet sharing  &amp; installation (Cable &amp; DSL), firewall installation, VPN setup,  networking &amp; device sharing to cabling &amp; others. You can browse through  our website to know services provided by us. We provide services to both  residential &amp; business client.</p>
<p><a onclick="return addthis_sendto();" onmouseover="return addthis_open(this, '', 'http://www.sandiegopchelp.com/notebook-laptop-repair.html', 'Notebook Laptop Repair'); " onmouseout="addthis_close();" href="http://www.addthis.com/bookmark.php?v=20"><img src="http://s7.addthis.com/static/btn/sm-share-en.gif" border="0" alt="AddThis Social Bookmark Button" /></a></p>
<p><script src="http://s7.addthis.com/js/200/addthis_widget.js" type="text/javascript"></script> <!-- AddThis Button END -->
</div>
<div id="TBFsharediv">
<div class="topsy_widget_data"><script type="text/javascript">// <![CDATA[
topsyWidgetPreload({ "url":"http://www.llbtechs.com/computer_repair/index.php?main_page=page&#038;id=1","title":"Notebook Laptop Repair","theme": "blue", "nick":"sandiegopchelp" });
// ]]&gt;</script></div>
</div>
</div>
<p><span class="article_separator"> </span></p>
<p><!-- content area ends --></p>
<p><!-- keep this clear div for all float clear within the content area --></p>
</div>
</div>
<p><!-- end of content --></p>
<p><!-- end of div contentarea --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/01/faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Island Computer Repair Right At Your Doorstep</title>
		<link>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-right-at-your-doorstep/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-right-at-your-doorstep/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 17:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Long Island Computer Repair]]></category>
		<category><![CDATA[Elomt Computer Repair]]></category>
		<category><![CDATA[Franklin Square Computer Repair]]></category>
		<category><![CDATA[Garding City Computer Repair]]></category>
		<category><![CDATA[great neck computer repair]]></category>
		<category><![CDATA[Hempstead Computer Repair]]></category>
		<category><![CDATA[Internet Connection Repair]]></category>
		<category><![CDATA[Nassau Computer Repair]]></category>
		<category><![CDATA[Nassau Computer Repair For Businesses]]></category>
		<category><![CDATA[New Hyde Park Computer Repair]]></category>
		<category><![CDATA[Onsite PC Repair]]></category>
		<category><![CDATA[wood bury pc repair]]></category>

		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=21</guid>
		<description><![CDATA[Computers have become an essential component of our lives and we cannot live without them. Buying a good computer with all the required skills is a life time investment. One of the craziest things that can happen to your computer is, it will crash without any apparent reason and you will be left in the &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-right-at-your-doorstep/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>Computers have become an essential component of our lives and we cannot live without them. Buying a good computer with all the required skills is a life time investment. One of the craziest things that can happen to your computer is, it will crash without any apparent reason and you will be left in the middle of nowhere if you dearly love your PC. Thanks to the <a href="http://www.llbtechs.com/">computer repairs</a> in nearby areas that assist in fixing any kind of issues of computers of all types and sizes on very nominal charges. If you are living in Hampstead, Freeport, Mineola, Westbury, or any other place in Long Islands and ever come across computer trouble, then simply search for the nearest Nassau computer repair shop to your place.</p>
<p>The concept of computer repair is not new. Since, hardware has a limited lifetime and it needs to be replaced after it has been overused, computer repair suggests you to get to know your system in a better way. If you know your system, you would definitely have no issue in troubleshooting the problem and fix it. Sometimes, the issue may be too technical for you to deal with and that’s why you may require assistance of Nassau computer repair.</p>
<p>Online service support is one of the integral components of doorstep services that are becoming these days. You can simply contact Nassau computer repair service centers by phone or by sending a request on their website. They will file your complain within an hour or so and they will come at your doorstep to get your issues resolved. This service is particularly useful for a lot of senior citizens who have issues mobilizing in the city. The humble and generous technicians carry with them a tool kit that can troubleshoot any issue including hardware, software or any virus attack.</p>
<p>There are two main perspectives that should be kept in mind while going for a computer repair service. The first thing you should do is to read reviews about the service providers in your area. If you can’t find written testimonials from customers then get some feedback from friends. Friends are best resource persons to guide you in this regard. If they are happy with their technical skills, expertise and on-time delivery of your system after getting repaired, this means that they are good at their work.</p>
<p><img title="More..." src="http://nassau.computerrepairdirectory.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p>Another aspect to selection of computer service in your area is the onsite service availability. The issue that your system might be experiencing would be so small that it would not let you hand over your system to the repairing company for so long. Also some of the computer service providers listed on service directories, do have employees who can pick your system from your home and deliver it back after repairing it. Also, good computer repair service providers in Nassau have their call centers where you can ask for online help from the technical experts if you don’t wish to travel to the service center. No matter what kind of issue your computer might be experiencing, the guarantee is that the service providers listed in Nassau computer repair directories are genuine sources of help and comfort for needy customers.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-right-at-your-doorstep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Island Computer Repair – Resolving Internet Related Issues</title>
		<link>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-%e2%80%93-resolving-internet-related-issues/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-%e2%80%93-resolving-internet-related-issues/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 17:05:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=18</guid>
		<description><![CDATA[Internet is one of the biggest and most influential inventions of all times. We see that the usage of internet has been increasing day by day new technologies are emerging at a rapid pace. Ever since internet has connected people from distant countries, problems associated with it have also increased. For example, the fear of &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-%e2%80%93-resolving-internet-related-issues/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>Internet is one of the biggest and most influential inventions of all times. We see that the usage of internet has been increasing day by day new technologies are emerging at a rapid pace. Ever since internet has connected people from distant countries, problems associated with it have also increased. For example, the fear of getting your email hacked or the fear of getting a virus from an unwanted website can definitely create a lot of disturbance at workplace. Remedies have been introduced already by I.T experts but even then, something can unexpectedly go wrong. Here comes the role of computer repair service providers.</p>
<p>Nassau being a small county of New York, is considered to be a very small place where people do not know much about computers. Teenagers and youngsters from high schools are always in need of making assignments and working on graphics as a part of their studies. That is why parents buy them a PC and a feasible internet connection that fulfills all of their requirements. In such a technological era when everyone needs a computer to work on, there has to be someone to take care of internet related issues and here comes the role of Nassau computer repair service.</p>
<p>There are technicians and engineers that are really expert of this field of I.T and have a complete knowhow of how to handle these issues. No matter how deadly the virus is, you will immediately get rid of it when the service center technicians will reinstall everything on your system, including the latest and updated version of an antivirus. This will give your system a new life as well as prevent your computer to be away from any unwanted intrusions in future. Living in an area like Hempstead or Freeport doesn’t guarantee of having a Nassau computer repair shop easily available in the neighborhood. That is the reason why computer repair directories are available on the internet from where you can look for closest location.</p>
<p><img title="More..." src="http://nassau.computerrepairdirectory.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p>The most common and highly disturbing issue is the increasing number of hackers. Everything that is on network, is vulnerable to some or the other kind of intrusion like viruses or other forms of getting hacked and destroyed. The folks at Nassau computer repair center make an effort to recover your data and personal information from your account so that you can get back to it easily. Computers that are password protected, yet on servers can also be hacked. It requires a lot of expertise to hack those but technicians do hire some intelligent brains that design applications and have methods to recover data immediately. Long Island is one of those places where many visitors from all over the world come and pay visit. Even foreigners seek for technical assistance and Nassau computer repair has an integral part to play in it.</p>
<p>All in all, computer repair business is a flourishing industry and not many people will be left out in the coming years that could not access the help of computer service centers. For more reference, Nassau computer repair directory should be consulted.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-%e2%80%93-resolving-internet-related-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Long Island Computer Repair For Businesses</title>
		<link>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-for-businesses/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-for-businesses/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 16:54:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=15</guid>
		<description><![CDATA[In the state of New York in United States of America near the city of New York lies Long Island which is mostly referred by the name of two counties, i.e.; Nassau County and Suffolk County. Although, Long Island is also part of some other counties (Queens County &#38; Kings County), but these are considered &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-for-businesses/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>In the state of New York in United States of America near the city of New York lies Long Island which is mostly referred by the name of two counties, i.e.; Nassau County and Suffolk County. Although, Long Island is also part of some other counties (Queens County &amp; Kings County), but these are considered New York City boroughs. So, to identify the area of Long Island the name of Nassau County and Suffolk County are used. Nassau County mainly consists of two major cities, three towns and approximately sixty four added up villages. According to different surveys the county of Nassau has been ranked number 10 for being one of the richest counties of United States of America.</p>
<p>This county holds many small and large businesses of critical importance and today every important business in the world have computer based infrastructure. Nowadays, small businesses also have several computer workstations, servers, mobile users &amp; remote users and every one of them is going to require different maintenance and repair service. There are various local Nassau computer repair companies providing the business community with their business needs related to computer issues. You will find that the local Nassau computer repair companies take deep interest in your computer issues and put very honest efforts to eradicate all problems as quickly as possible.</p>
<p>Local Nassau computer repair service providers have good experience in technical computer issue resolving from businesses of New York, supported by power of knowledge and resources. They provide you with the best technology systems and are equipped with latest computer repair gadgets which give them the ability to focus on their area of expertise and provide you best customer services. They can repair literally any damaged computer system (if it is not damaged beyond repairable condition). Moreover, they provide good computer maintenance services as well which enable your computer systems to considerably decrease the downtime and enhance productivity This in turn will increase your business progress rate.</p>
<p>Local Nassau computer repair companies offer a wide range of computer repair services. The most typical ones include: <a href="http://www.llbtechs.com">Local computer repairs</a> (pick up &amp; drop off services), Laptop Repair, Data transfer, Emergency data recovery, Data back-up solutions, Virus detection &amp; spyware removal, System restore/upgrades, Computer networking (wireless &amp; hard wired networks), Computer consulting services, Installations (software &amp; hardware installations), software upgrading, hardware upgrading and most of these companies also offer FREE Computer Tuned Up services.</p>
<p>The very best Nassau computer repair companies in the county can be found in the areas of Malvern and Long Beach. Besides them the areas of Bellmore, Farmingdale, Hicksville, Valley Stream, Floral Park, Levittown, Franklin Square, West Hempstead, Woodmere and Massapequa are also known for providing high quality computer repair services to the businesses. Businesses from other areas of the county, like Albertson, Garden City, Great Nick, Williston Park, Wood Bury, Carle Palace, Elmont, Hewlett, Minneola, Port Washington, etc. (means nearly all over the county) hires the computer repair companies from previously mentioned areas of the county to avail the best computer repair companies. <a href="http://www.llbtechs.com/">Computer repair companies in Long Beach</a> are especially the most trusted ones and famous for their quality computer repair services.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/01/long-island-computer-repair-for-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nassau Repair Services Offered by LAB Computer Repair</title>
		<link>http://blog.llbtechs.com/blogger/2011/01/nassau-repair-services-offered-by-lab-computer-repair/</link>
		<comments>http://blog.llbtechs.com/blogger/2011/01/nassau-repair-services-offered-by-lab-computer-repair/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 16:16:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.llbtechs.com/blog/?p=10</guid>
		<description><![CDATA[Nassau is a small county located in the vast state of New York; however, it is not in any way lacking in IT and computer repair services. It is equally an expert in computer repairing as its neighbors such as Hempstead computer repair, Freeport computer repair, Mineola computer repair and Westbury computer repair. Nassau computer repair &#8230; </p><p><a class="more-link block-button" href="http://blog.llbtechs.com/blogger/2011/01/nassau-repair-services-offered-by-lab-computer-repair/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>Nassau is a small county located in the vast state of New York; however, it is not in any way lacking in IT and <a href="http://www.llbtechs.com/">computer repair services</a>. It is equally an expert in computer repairing as its neighbors such as Hempstead computer repair, Freeport computer repair, Mineola computer repair and Westbury computer repair. Nassau computer repair offers services for IT and other computing problems. You can avail services for custom built PCs and servers, upgrades, networking, protection and security, support and maintenance.</p>
<p>It doesn’t matter if you have a home based computer or an entire business enterprise, with multiple networks, servers and computer stations, you can avail all these services at a very nominal price. Nassau computer repair services aim to repair and replace damaged computer parts and computer systems to provide you with optimal computing functions. When there is an excessive usage of computers, they are bound to slow down and lose productivity levels over the time. They need constant upgrading and maintenance so that they can perform well and increase their productivity rate.</p>
<p>Besides repairing and replacing your damaged computers, you can even avail services of server and network installation. With the current trend of networking, there is always a dire need of a strong network connection, either wired or wireless. Along with the need of network installation and configuration, you also need network troubleshooting services. Since computers and the networks go through frequent malfunctioning and therefore require professional troubleshooting off and on. Some Nassau computer repair services also offer basic networking configuration and troubleshooting training to office staff. This helps them dealing with basic day to day networking errors.</p>
<p>Other than networking, you also have the option of support and maintenance. Servers, networks and even laptops need frequent maintenance, if they have to function well. Services such as CPU clean up, software upgrades, deletion of unneeded system files etc are also provided by Nassau repair service providers.</p>
<p>Virus attacks, malware attacks, spyware and other Trojan etc are becoming very frequent with the passing time. Millions of computers become victim of these viruses and Trojans now and again. This is mainly because of the vulnerable nature of internet, where 3/10 sites are insecure. Though you do have anti-virus software online, they are not effective enough to tackle severe virus attacks that could result in your precious data-loss. When you face such a situation, it is very important that you seek out professional help immediately before your data could be compromised completely. Experts at <a href="http://www.llbtechs.com">Nassau computer repair services</a> will make sure that your data is retrieved and that you are given optimal data backup solutions. They will also ensure that your computer is protected with the best antivirus available along with the firewall protection</p>
<p>While fixing your computer, it is very important that you talk to the technician and explain all problems clearly. Once your computer is repaired, it is also necessary that you understand what changes or security measures have been taken for protecting your system. A clear communication is inevitable because staying ignorant about your system could lead you to more problems.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.llbtechs.com/blogger/2011/01/nassau-repair-services-offered-by-lab-computer-repair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

