<?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>Asset Technology Tech Blog</title>
	<atom:link href="http://www.technologyanswers.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technologyanswers.net/blog</link>
	<description>See What Our Experiences Can Teach You...</description>
	<lastBuildDate>Wed, 14 Dec 2011 04:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Pesky Virus infections</title>
		<link>http://www.technologyanswers.net/blog/miscellaneous/pesky-virus-infections/</link>
		<comments>http://www.technologyanswers.net/blog/miscellaneous/pesky-virus-infections/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 04:18:18 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
				<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[AVG]]></category>
		<category><![CDATA[BFE]]></category>
		<category><![CDATA[ESET]]></category>
		<category><![CDATA[Fake AV]]></category>
		<category><![CDATA[NOD32]]></category>
		<category><![CDATA[Regsitry]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows Firewall]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=394</guid>
		<description><![CDATA[Cleaning up virus infections is part of the normal life for many IT professionals. Sometimes you get one that is more of a pain than others in fixing. I recently had a few computers with the same &#8216;Fake AV&#8217; type as the rest. Easy to clean clean up. Just log in as another user, other [...]]]></description>
			<content:encoded><![CDATA[<p>Cleaning up virus infections is part of the normal life for many IT professionals. Sometimes you get one that is more of a pain than others in fixing. I recently had a few computers with the same &#8216;Fake AV&#8217; type as the rest. Easy to clean clean up. Just log in as another user, other than the affected account. Run Malwarebytes and it will find something in the affected users appdata\temp folder that is a virus. You will then have to fix the registry EXE settings as they will be broken.</p>
<p>However this one was different and where real fun comes is when your AV software and the windows Firewall service no longer work. This virus deletes the Windows Firewall and BFE services from the computer registry. You could try a system restore point if you have a clean one or you could manually restore your system registry hive and hope they work. I Came up with this as an easy way to restore the services. (<span style="color: #ff0000;">please see warning at the bottom of the page</span>)</p>
<p>Fix Firewall service by creating a txt file called firewall.reg, edit it and paste the following code into it, save and then double click the .reg file and say yes you want to import it into the registry:<br />
<code><br />
Windows Registry Editor Version 5.00</code></p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MpsSvc]<br />
&#8220;DisplayName&#8221;=&#8221;@%SystemRoot%\\system32\\FirewallAPI.dll,-23090&#8243;<br />
&#8220;Group&#8221;=&#8221;NetworkProvider&#8221;<br />
&#8220;ImagePath&#8221;=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\<br />
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\<br />
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\<br />
6b,00,20,00,4c,00,6f,00,63,00,61,00,6c,00,53,00,65,00,72,00,76,00,69,00,63,\<br />
00,65,00,4e,00,6f,00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,00,00<br />
&#8220;Description&#8221;=&#8221;@%SystemRoot%\\system32\\FirewallAPI.dll,-23091&#8243;<br />
&#8220;ObjectName&#8221;=&#8221;NT Authority\\LocalService&#8221;<br />
&#8220;ErrorControl&#8221;=dword:00000001<br />
&#8220;Start&#8221;=dword:00000002<br />
&#8220;Type&#8221;=dword:00000020<br />
&#8220;DependOnService&#8221;=hex(7):6d,00,70,00,73,00,64,00,72,00,76,00,00,00,62,00,66,00,\<br />
65,00,00,00,00,00<br />
&#8220;ServiceSidType&#8221;=dword:00000003<br />
&#8220;RequiredPrivileges&#8221;=hex(7):53,00,65,00,41,00,73,00,73,00,69,00,67,00,6e,00,50,\<br />
00,72,00,69,00,6d,00,61,00,72,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,50,00,\<br />
72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,41,00,75,\<br />
00,64,00,69,00,74,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,\<br />
00,00,53,00,65,00,43,00,68,00,61,00,6e,00,67,00,65,00,4e,00,6f,00,74,00,69,\<br />
00,66,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,\<br />
53,00,65,00,43,00,72,00,65,00,61,00,74,00,65,00,47,00,6c,00,6f,00,62,00,61,\<br />
00,6c,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,\<br />
65,00,49,00,6d,00,70,00,65,00,72,00,73,00,6f,00,6e,00,61,00,74,00,65,00,50,\<br />
00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,49,00,\<br />
6e,00,63,00,72,00,65,00,61,00,73,00,65,00,51,00,75,00,6f,00,74,00,61,00,50,\<br />
00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,00,00<br />
&#8220;FailureActions&#8221;=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\<br />
00,01,00,00,00,c0,d4,01,00,01,00,00,00,e0,93,04,00,00,00,00,00,00,00,00,00</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MpsSvc\Parameters]<br />
&#8220;ServiceDll&#8221;=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\<br />
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\<br />
6d,00,70,00,73,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,00<br />
&#8220;ServiceDllUnloadOnStop&#8221;=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MpsSvc\Parameters\PortKeywords]</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MpsSvc\Security]<br />
&#8220;Security&#8221;=hex:01,00,14,80,b4,00,00,00,c0,00,00,00,14,00,00,00,30,00,00,00,02,\<br />
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\<br />
00,00,02,00,84,00,05,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\<br />
05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\<br />
20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,04,00,00,00,00,\<br />
00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,06,00,00,00,00,00,28,00,15,00,\<br />
00,00,01,06,00,00,00,00,00,05,50,00,00,00,49,59,9d,77,91,56,e5,55,dc,f4,e2,\<br />
0e,a7,8b,eb,ca,7b,42,13,56,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,\<br />
00,00,00,05,12,00,00,00</p>
<p>&nbsp;</p>
<p>The do the same thing for the BFE service using a different file name such as bfe.reg:<br />
<code><br />
Windows Registry Editor Version 5.00</code></p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE]<br />
&#8220;DisplayName&#8221;=&#8221;@%SystemRoot%\\system32\\bfe.dll,-1001&#8243;<br />
&#8220;Group&#8221;=&#8221;NetworkProvider&#8221;<br />
&#8220;ImagePath&#8221;=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\<br />
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\<br />
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\<br />
6b,00,20,00,4c,00,6f,00,63,00,61,00,6c,00,53,00,65,00,72,00,76,00,69,00,63,\<br />
00,65,00,4e,00,6f,00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,00,00<br />
&#8220;Description&#8221;=&#8221;@%SystemRoot%\\system32\\bfe.dll,-1002&#8243;<br />
&#8220;ObjectName&#8221;=&#8221;NT AUTHORITY\\LocalService&#8221;<br />
&#8220;ErrorControl&#8221;=dword:00000001<br />
&#8220;Start&#8221;=dword:00000002<br />
&#8220;Type&#8221;=dword:00000020<br />
&#8220;DependOnService&#8221;=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00<br />
&#8220;ServiceSidType&#8221;=dword:00000003<br />
&#8220;RequiredPrivileges&#8221;=hex(7):53,00,65,00,41,00,75,00,64,00,69,00,74,00,50,00,72,\<br />
00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,00,00<br />
&#8220;FailureActions&#8221;=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\<br />
00,01,00,00,00,c0,d4,01,00,01,00,00,00,e0,93,04,00,00,00,00,00,00,00,00,00</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters]<br />
&#8220;ServiceDll&#8221;=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\<br />
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\<br />
62,00,66,00,65,00,2e,00,64,00,6c,00,6c,00,00,00<br />
&#8220;ServiceDllUnloadOnStop&#8221;=dword:00000001<br />
&#8220;ServiceMain&#8221;=&#8221;BfeServiceMain&#8221;</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters\Policy]</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters\Policy\BootTime]</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters\Policy\BootTime\Filter]</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters\Policy\Persistent]</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters\Policy\Persistent\Filter]</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters\Policy\Persistent\Provider]<br />
&#8220;{decc16ca-3f33-4346-be1e-8fb4ae0f3d62}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,f0,00,00,\<br />
00,00,00,00,00,00,00,02,00,00,00,00,00,d0,00,00,00,04,00,02,00,00,00,00,00,\<br />
00,00,00,00,d0,00,00,00,01,10,08,00,cc,cc,cc,cc,c0,00,00,00,00,00,00,00,00,\<br />
00,02,00,ca,16,cc,de,33,3f,46,43,be,1e,8f,b4,ae,0f,3d,62,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,00,00,00,00,00,00,00,00,0c,00,02,00,18,00,00,00,00,00,00,\<br />
00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,77,00,61,00,6c,00,6c,00,41,00,\<br />
50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,00,35,00,30,00,31,\<br />
00,00,00,18,00,00,00,00,00,00,00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,\<br />
77,00,61,00,6c,00,6c,00,41,00,50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\<br />
00,32,00,33,00,35,00,30,00,32,00,00,00,07,00,00,00,00,00,00,00,07,00,00,00,\<br />
6d,00,70,00,73,00,73,00,76,00,63,00,00,00,00,00,00,00,00,00<br />
&#8220;{4b153735-1049-4480-aab4-d1b9bdc03710}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,f0,00,00,\<br />
00,00,00,00,00,00,00,02,00,00,00,00,00,d0,00,00,00,04,00,02,00,00,00,00,00,\<br />
00,00,00,00,d0,00,00,00,01,10,08,00,cc,cc,cc,cc,c0,00,00,00,00,00,00,00,00,\<br />
00,02,00,35,37,15,4b,49,10,80,44,aa,b4,d1,b9,bd,c0,37,10,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,00,00,00,00,00,00,00,00,0c,00,02,00,18,00,00,00,00,00,00,\<br />
00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,77,00,61,00,6c,00,6c,00,41,00,\<br />
50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,00,35,00,30,00,31,\<br />
00,00,00,18,00,00,00,00,00,00,00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,\<br />
77,00,61,00,6c,00,6c,00,41,00,50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\<br />
00,32,00,33,00,35,00,30,00,32,00,00,00,07,00,00,00,00,00,00,00,07,00,00,00,\<br />
6d,00,70,00,73,00,73,00,76,00,63,00,00,00,00,00,00,00,00,00<br />
&#8220;{1bebc969-61a5-4732-a177-847a0817862a}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,58,02,00,\<br />
00,00,00,00,00,00,00,02,00,00,00,00,00,d0,00,00,00,04,00,02,00,68,01,00,00,\<br />
08,00,02,00,d0,00,00,00,01,10,08,00,cc,cc,cc,cc,c0,00,00,00,00,00,00,00,00,\<br />
00,02,00,69,c9,eb,1b,a5,61,32,47,a1,77,84,7a,08,17,86,2a,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,00,00,00,00,00,00,00,00,0c,00,02,00,18,00,00,00,00,00,00,\<br />
00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,77,00,61,00,6c,00,6c,00,41,00,\<br />
50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,00,35,00,32,00,31,\<br />
00,00,00,18,00,00,00,00,00,00,00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,\<br />
77,00,61,00,6c,00,6c,00,41,00,50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\<br />
00,32,00,33,00,35,00,32,00,32,00,00,00,07,00,00,00,00,00,00,00,07,00,00,00,\<br />
4d,00,50,00,53,00,53,00,56,00,43,00,00,00,00,00,68,01,00,00,01,00,04,8c,50,\<br />
01,00,00,5c,01,00,00,00,00,00,00,14,00,00,00,02,00,3c,01,09,00,00,00,00,10,\<br />
18,00,ff,07,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,10,18,\<br />
00,ff,07,03,00,01,02,00,00,00,00,00,05,20,00,00,00,2c,02,00,00,00,10,28,00,\<br />
ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,f1,41,10,b8,36,fc,4d,57,a8,\<br />
ae,0b,70,25,21,04,42,84,4f,11,31,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,\<br />
00,05,50,00,00,00,49,59,9d,77,91,56,e5,55,dc,f4,e2,0e,a7,8b,eb,ca,7b,42,13,\<br />
56,00,10,28,00,f4,03,02,00,01,06,00,00,00,00,00,05,50,00,00,00,44,3e,41,bb,\<br />
45,ba,a8,7a,6c,bd,92,68,f4,ad,64,8f,d5,e6,70,e9,00,10,28,00,ff,07,03,00,01,\<br />
06,00,00,00,00,00,05,50,00,00,00,79,09,78,b5,af,a1,ed,d8,54,5e,32,f4,ff,1b,\<br />
c4,5f,fd,d9,e0,4a,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,\<br />
00,0a,d8,62,3a,d9,c6,0f,18,1b,65,b5,eb,d6,6d,2f,8b,78,83,39,5c,00,10,28,00,\<br />
f4,03,02,00,01,06,00,00,00,00,00,05,50,00,00,00,6e,bf,1b,bb,45,ef,d2,b1,4a,\<br />
3b,45,db,50,5b,43,27,04,58,d8,6b,00,10,14,00,50,00,00,00,01,01,00,00,00,00,\<br />
00,01,00,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,01,01,00,00,00,00,00,\<br />
05,13,00,00,00<br />
&#8220;{aa6a7d87-7f8f-4d2a-be53-fda555cd5fe3}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,50,02,00,\<br />
00,00,00,00,00,00,00,02,00,00,00,00,00,c8,00,00,00,04,00,02,00,68,01,00,00,\<br />
08,00,02,00,c8,00,00,00,01,10,08,00,cc,cc,cc,cc,b8,00,00,00,00,00,00,00,00,\<br />
00,02,00,87,7d,6a,aa,8f,7f,2a,4d,be,53,fd,a5,55,cd,5f,e3,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,00,00,00,00,00,00,00,00,0c,00,02,00,14,00,00,00,00,00,00,\<br />
00,14,00,00,00,40,00,70,00,6f,00,6c,00,73,00,74,00,6f,00,72,00,65,00,2e,00,\<br />
64,00,6c,00,6c,00,2c,00,2d,00,35,00,30,00,31,00,33,00,00,00,14,00,00,00,00,\<br />
00,00,00,14,00,00,00,40,00,70,00,6f,00,6c,00,73,00,74,00,6f,00,72,00,65,00,\<br />
2e,00,64,00,6c,00,6c,00,2c,00,2d,00,35,00,30,00,31,00,34,00,00,00,0c,00,00,\<br />
00,00,00,00,00,0c,00,00,00,50,00,6f,00,6c,00,69,00,63,00,79,00,61,00,67,00,\<br />
65,00,6e,00,74,00,00,00,68,01,00,00,01,00,04,8c,50,01,00,00,5c,01,00,00,00,\<br />
00,00,00,14,00,00,00,02,00,3c,01,09,00,00,00,00,10,18,00,ff,07,0f,00,01,02,\<br />
00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,10,18,00,ff,07,03,00,01,02,00,\<br />
00,00,00,00,05,20,00,00,00,2c,02,00,00,00,10,28,00,ff,07,03,00,01,06,00,00,\<br />
00,00,00,05,50,00,00,00,f1,41,10,b8,36,fc,4d,57,a8,ae,0b,70,25,21,04,42,84,\<br />
4f,11,31,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,49,59,\<br />
9d,77,91,56,e5,55,dc,f4,e2,0e,a7,8b,eb,ca,7b,42,13,56,00,10,28,00,f4,03,02,\<br />
00,01,06,00,00,00,00,00,05,50,00,00,00,44,3e,41,bb,45,ba,a8,7a,6c,bd,92,68,\<br />
f4,ad,64,8f,d5,e6,70,e9,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,\<br />
00,00,00,79,09,78,b5,af,a1,ed,d8,54,5e,32,f4,ff,1b,c4,5f,fd,d9,e0,4a,00,10,\<br />
28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,0a,d8,62,3a,d9,c6,0f,\<br />
18,1b,65,b5,eb,d6,6d,2f,8b,78,83,39,5c,00,10,28,00,f4,03,02,00,01,06,00,00,\<br />
00,00,00,05,50,00,00,00,6e,bf,1b,bb,45,ef,d2,b1,4a,3b,45,db,50,5b,43,27,04,\<br />
58,d8,6b,00,10,14,00,50,00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,01,01,\<br />
00,00,00,00,00,05,14,00,00,00,01,01,00,00,00,00,00,05,14,00,00,00<br />
&#8220;{38b977e7-40a1-446a-bd7f-6ab5980c5d16}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,68,02,00,\<br />
00,00,00,00,00,00,00,02,00,00,00,00,00,d8,00,00,00,04,00,02,00,6c,01,00,00,\<br />
08,00,02,00,d8,00,00,00,01,10,08,00,cc,cc,cc,cc,c8,00,00,00,00,00,00,00,00,\<br />
00,02,00,e7,77,b9,38,a1,40,6a,44,bd,7f,6a,b5,98,0c,5d,16,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,\<br />
00,16,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,\<br />
43,00,6f,00,72,00,70,00,6f,00,72,00,61,00,74,00,69,00,6f,00,6e,00,00,00,29,\<br />
00,00,00,00,00,00,00,29,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,\<br />
66,00,74,00,20,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,56,00,50,\<br />
00,4e,00,20,00,52,00,65,00,63,00,6f,00,6e,00,6e,00,65,00,63,00,74,00,20,00,\<br />
50,00,72,00,6f,00,76,00,69,00,64,00,65,00,72,00,00,00,00,00,00,00,00,00,6c,\<br />
01,00,00,01,00,04,8c,50,01,00,00,60,01,00,00,00,00,00,00,14,00,00,00,02,00,\<br />
3c,01,09,00,00,00,00,10,18,00,ff,07,0f,00,01,02,00,00,00,00,00,05,20,00,00,\<br />
00,20,02,00,00,00,10,18,00,ff,07,03,00,01,02,00,00,00,00,00,05,20,00,00,00,\<br />
2c,02,00,00,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,f1,\<br />
41,10,b8,36,fc,4d,57,a8,ae,0b,70,25,21,04,42,84,4f,11,31,00,10,28,00,ff,07,\<br />
03,00,01,06,00,00,00,00,00,05,50,00,00,00,49,59,9d,77,91,56,e5,55,dc,f4,e2,\<br />
0e,a7,8b,eb,ca,7b,42,13,56,00,10,28,00,f4,03,02,00,01,06,00,00,00,00,00,05,\<br />
50,00,00,00,44,3e,41,bb,45,ba,a8,7a,6c,bd,92,68,f4,ad,64,8f,d5,e6,70,e9,00,\<br />
10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,79,09,78,b5,af,a1,\<br />
ed,d8,54,5e,32,f4,ff,1b,c4,5f,fd,d9,e0,4a,00,10,28,00,ff,07,03,00,01,06,00,\<br />
00,00,00,00,05,50,00,00,00,0a,d8,62,3a,d9,c6,0f,18,1b,65,b5,eb,d6,6d,2f,8b,\<br />
78,83,39,5c,00,10,28,00,f4,03,02,00,01,06,00,00,00,00,00,05,50,00,00,00,6e,\<br />
bf,1b,bb,45,ef,d2,b1,4a,3b,45,db,50,5b,43,27,04,58,d8,6b,00,10,14,00,50,00,\<br />
00,00,01,01,00,00,00,00,00,01,00,00,00,00,01,02,00,00,00,00,00,05,20,00,00,\<br />
00,20,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,00,00</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BFE\Parameters\Policy\Persistent\SubLayer]<br />
&#8220;{b3cdd441-af90-41ba-a745-7c6008ff2300}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,c0,00,00,\<br />
00,00,00,00,00,00,00,02,00,02,00,00,00,a0,00,00,00,04,00,02,00,00,00,00,00,\<br />
00,00,00,00,a0,00,00,00,01,10,08,00,cc,cc,cc,cc,90,00,00,00,00,00,00,00,00,\<br />
00,02,00,41,d4,cd,b3,90,af,ba,41,a7,45,7c,60,08,ff,23,00,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,0c,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,18,00,00,\<br />
00,00,00,00,00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,77,00,61,00,6c,00,\<br />
6c,00,41,00,50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,00,35,\<br />
00,30,00,31,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,35,37,\<br />
15,4b,49,10,80,44,aa,b4,d1,b9,bd,c0,37,10,00,00,00,00,00,00,00,00<br />
&#8220;{b3cdd441-af90-41ba-a745-7c6008ff2301}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,c0,00,00,\<br />
00,00,00,00,00,00,00,02,00,02,00,00,00,a0,00,00,00,04,00,02,00,00,00,00,00,\<br />
00,00,00,00,a0,00,00,00,01,10,08,00,cc,cc,cc,cc,90,00,00,00,00,00,00,00,00,\<br />
00,02,00,41,d4,cd,b3,90,af,ba,41,a7,45,7c,60,08,ff,23,01,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,0c,00,02,00,00,00,00,00,00,00,00,00,02,00,00,00,18,00,00,\<br />
00,00,00,00,00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,77,00,61,00,6c,00,\<br />
6c,00,41,00,50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,00,35,\<br />
00,30,00,31,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,ca,16,\<br />
cc,de,33,3f,46,43,be,1e,8f,b4,ae,0f,3d,62,00,00,00,00,00,00,00,00<br />
&#8220;{b3cdd441-af90-41ba-a745-7c6008ff2302}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,28,02,00,\<br />
00,00,00,00,00,00,00,02,00,02,00,00,00,a0,00,00,00,04,00,02,00,68,01,00,00,\<br />
08,00,02,00,a0,00,00,00,01,10,08,00,cc,cc,cc,cc,90,00,00,00,00,00,00,00,00,\<br />
00,02,00,41,d4,cd,b3,90,af,ba,41,a7,45,7c,60,08,ff,23,02,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,0c,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,\<br />
00,00,00,00,00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,77,00,61,00,6c,00,\<br />
6c,00,41,00,50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,00,35,\<br />
00,30,00,31,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,35,37,\<br />
15,4b,49,10,80,44,aa,b4,d1,b9,bd,c0,37,10,00,00,00,00,68,01,00,00,01,00,04,\<br />
8c,50,01,00,00,5c,01,00,00,00,00,00,00,14,00,00,00,02,00,3c,01,09,00,00,00,\<br />
00,10,18,00,ff,07,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,\<br />
10,18,00,ff,07,03,00,01,02,00,00,00,00,00,05,20,00,00,00,2c,02,00,00,00,10,\<br />
28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,f1,41,10,b8,36,fc,4d,\<br />
57,a8,ae,0b,70,25,21,04,42,84,4f,11,31,00,10,28,00,ff,07,03,00,01,06,00,00,\<br />
00,00,00,05,50,00,00,00,49,59,9d,77,91,56,e5,55,dc,f4,e2,0e,a7,8b,eb,ca,7b,\<br />
42,13,56,00,10,28,00,f4,03,02,00,01,06,00,00,00,00,00,05,50,00,00,00,44,3e,\<br />
41,bb,45,ba,a8,7a,6c,bd,92,68,f4,ad,64,8f,d5,e6,70,e9,00,10,28,00,ff,07,03,\<br />
00,01,06,00,00,00,00,00,05,50,00,00,00,79,09,78,b5,af,a1,ed,d8,54,5e,32,f4,\<br />
ff,1b,c4,5f,fd,d9,e0,4a,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,\<br />
00,00,00,0a,d8,62,3a,d9,c6,0f,18,1b,65,b5,eb,d6,6d,2f,8b,78,83,39,5c,00,10,\<br />
28,00,f4,03,02,00,01,06,00,00,00,00,00,05,50,00,00,00,6e,bf,1b,bb,45,ef,d2,\<br />
b1,4a,3b,45,db,50,5b,43,27,04,58,d8,6b,00,10,14,00,50,00,00,00,01,01,00,00,\<br />
00,00,00,01,00,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,01,01,00,00,00,\<br />
00,00,05,13,00,00,00<br />
&#8220;{9ba30013-c84e-47e5-ac6e-1e1aed72fa69}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,28,02,00,\<br />
00,00,00,00,00,00,00,02,00,02,00,00,00,a0,00,00,00,04,00,02,00,68,01,00,00,\<br />
08,00,02,00,a0,00,00,00,01,10,08,00,cc,cc,cc,cc,90,00,00,00,00,00,00,00,00,\<br />
00,02,00,13,00,a3,9b,4e,c8,e5,47,ac,6e,1e,1a,ed,72,fa,69,04,00,02,00,08,00,\<br />
02,00,01,00,00,00,0c,00,02,00,00,00,00,00,00,00,00,00,01,a0,00,00,18,00,00,\<br />
00,00,00,00,00,18,00,00,00,40,00,46,00,69,00,72,00,65,00,77,00,61,00,6c,00,\<br />
6c,00,41,00,50,00,49,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,33,00,35,\<br />
00,32,00,31,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,69,c9,\<br />
eb,1b,a5,61,32,47,a1,77,84,7a,08,17,86,2a,00,00,00,00,68,01,00,00,01,00,04,\<br />
8c,50,01,00,00,5c,01,00,00,00,00,00,00,14,00,00,00,02,00,3c,01,09,00,00,00,\<br />
00,10,18,00,ff,07,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,\<br />
10,18,00,ff,07,03,00,01,02,00,00,00,00,00,05,20,00,00,00,2c,02,00,00,00,10,\<br />
28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,f1,41,10,b8,36,fc,4d,\<br />
57,a8,ae,0b,70,25,21,04,42,84,4f,11,31,00,10,28,00,ff,07,03,00,01,06,00,00,\<br />
00,00,00,05,50,00,00,00,49,59,9d,77,91,56,e5,55,dc,f4,e2,0e,a7,8b,eb,ca,7b,\<br />
42,13,56,00,10,28,00,f4,03,02,00,01,06,00,00,00,00,00,05,50,00,00,00,44,3e,\<br />
41,bb,45,ba,a8,7a,6c,bd,92,68,f4,ad,64,8f,d5,e6,70,e9,00,10,28,00,ff,07,03,\<br />
00,01,06,00,00,00,00,00,05,50,00,00,00,79,09,78,b5,af,a1,ed,d8,54,5e,32,f4,\<br />
ff,1b,c4,5f,fd,d9,e0,4a,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,\<br />
00,00,00,0a,d8,62,3a,d9,c6,0f,18,1b,65,b5,eb,d6,6d,2f,8b,78,83,39,5c,00,10,\<br />
28,00,f4,03,02,00,01,06,00,00,00,00,00,05,50,00,00,00,6e,bf,1b,bb,45,ef,d2,\<br />
b1,4a,3b,45,db,50,5b,43,27,04,58,d8,6b,00,10,14,00,50,00,00,00,01,01,00,00,\<br />
00,00,00,01,00,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,01,01,00,00,00,\<br />
00,00,05,13,00,00,00<br />
&#8220;{9367171b-3264-4f09-a0e8-81b38c162f17}&#8221;=hex:01,10,08,00,cc,cc,cc,cc,20,02,00,\<br />
00,00,00,00,00,00,00,02,00,02,00,00,00,90,00,00,00,04,00,02,00,6c,01,00,00,\<br />
08,00,02,00,90,00,00,00,01,10,08,00,cc,cc,cc,cc,80,00,00,00,00,00,00,00,00,\<br />
00,02,00,1b,17,67,93,64,32,09,4f,a0,e8,81,b3,8c,16,2f,17,04,00,02,00,00,00,\<br />
00,00,01,00,00,00,08,00,02,00,00,00,00,00,00,00,00,00,06,00,00,00,17,00,00,\<br />
00,00,00,00,00,17,00,00,00,56,00,50,00,4e,00,20,00,52,00,65,00,63,00,6f,00,\<br />
6e,00,6e,00,65,00,63,00,74,00,20,00,53,00,75,00,62,00,6c,00,61,00,79,00,65,\<br />
00,72,00,00,00,00,00,e7,77,b9,38,a1,40,6a,44,bd,7f,6a,b5,98,0c,5d,16,00,00,\<br />
00,00,6c,01,00,00,01,00,04,8c,50,01,00,00,60,01,00,00,00,00,00,00,14,00,00,\<br />
00,02,00,3c,01,09,00,00,00,00,10,18,00,ff,07,0f,00,01,02,00,00,00,00,00,05,\<br />
20,00,00,00,20,02,00,00,00,10,18,00,ff,07,03,00,01,02,00,00,00,00,00,05,20,\<br />
00,00,00,2c,02,00,00,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,\<br />
00,00,f1,41,10,b8,36,fc,4d,57,a8,ae,0b,70,25,21,04,42,84,4f,11,31,00,10,28,\<br />
00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,49,59,9d,77,91,56,e5,55,\<br />
dc,f4,e2,0e,a7,8b,eb,ca,7b,42,13,56,00,10,28,00,f4,03,02,00,01,06,00,00,00,\<br />
00,00,05,50,00,00,00,44,3e,41,bb,45,ba,a8,7a,6c,bd,92,68,f4,ad,64,8f,d5,e6,\<br />
70,e9,00,10,28,00,ff,07,03,00,01,06,00,00,00,00,00,05,50,00,00,00,79,09,78,\<br />
b5,af,a1,ed,d8,54,5e,32,f4,ff,1b,c4,5f,fd,d9,e0,4a,00,10,28,00,ff,07,03,00,\<br />
01,06,00,00,00,00,00,05,50,00,00,00,0a,d8,62,3a,d9,c6,0f,18,1b,65,b5,eb,d6,\<br />
6d,2f,8b,78,83,39,5c,00,10,28,00,f4,03,02,00,01,06,00,00,00,00,00,05,50,00,\<br />
00,00,6e,bf,1b,bb,45,ef,d2,b1,4a,3b,45,db,50,5b,43,27,04,58,d8,6b,00,10,14,\<br />
00,50,00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,01,02,00,00,00,00,00,05,\<br />
20,00,00,00,20,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,00,00</p>
<p>&nbsp;</p>
<p>Now the BFE Service needs some registry changes to assign the proper permissions using regedit. In Regedit go to ‘HKLM\System\CurrentControlSet\Services\BFE\Paramaters\Policy’ and change the permission on this and all sub keys by adding ‘NT Service\BFE’ (on a domain computer make sure to change location to the local computer rather than the domain) to the permissions list and making sure the special permissions of “Query Value” “Set Value” “Create Subkey” “Enumerate Subkey” “Notify” and “Read control” are assigned like the following image.</p>
<div id="attachment_397" class="wp-caption alignnone" style="width: 241px"><a href="http://www.technologyanswers.net/blog/wp-content/uploads/2011/12/bfe.png"><img class="size-medium wp-image-397" title="bfe" src="http://www.technologyanswers.net/blog/wp-content/uploads/2011/12/bfe-231x300.png" alt="bfe service permissions" width="231" height="300" /></a><p class="wp-caption-text">bfe service</p></div>
<p>Reboot your computer and the Firewall and BFE services should work correctly now and your AV software should be happy. I know that ESET Smart Security, ESET NOD32, and AVG are all affected by these services not running and assume there are more.</p>
<p><strong><span style="color: #ff0000;">Please be warned that you can break your computer and that I nor Asset Technology take any responsibility if you break your computer  trying these repairs.</span></strong>  This is just documenting how I fixed some computers and passed the information along to my co-workers with good success.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technologyanswers.net%2Fblog%2Fmiscellaneous%2Fpesky-virus-infections%2F&amp;title=Pesky%20Virus%20infections" id="wpa2a_2"><img src="http://www.technologyanswers.net/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/miscellaneous/pesky-virus-infections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are You Listed?</title>
		<link>http://www.technologyanswers.net/blog/internet-marketing/are-you-listed/</link>
		<comments>http://www.technologyanswers.net/blog/internet-marketing/are-you-listed/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 01:22:38 +0000</pubDate>
		<dc:creator>Zary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=387</guid>
		<description><![CDATA[Find your company on the web, and make sure the information source has the right details]]></description>
			<content:encoded><![CDATA[<p>When you’re promoting the services, products, or influence your company provides, it’s important to remember that your target audience is going to be “checking you out”.</p>
<p>Whether you’re posting an event on Facebook, sharing a particularly delightful event on Twitter, or managing to enter another blog post (ahem!), people will often do a bit of searching to find out more about your business. Your visibility and the things people find about you and your firm will sometimes mean the difference between a closed sale or a missed opportunity.</p>
<p>This is the part where we tell you about how our Internet Marketing services are the greatest thing ever, right?  Nope.</p>
<p>This is where we tell you the even the most insignificant bit of information published about you and your company can be a great boon to your credibility. Asset Technology markets itself across many platforms, many sites, and uses many methods. We like to think we have our “ducks in a row”, so to speak.  Occasionally, however, we miss something, and it reminds us to pay more attention to minute details. Here’s a perfect example:</p>
<p>In today’s case of “how did we miss this?”, I discovered we weren’t listed in one of the biggest directories for businesses that you can find on the ‘net. This directory comes up in the top 10 in almost any search for a known business, big or small. As a matter of fact, this site is so big, it crawls the Internet and finds you, lists you in its directory, and publishes the info whether you’re an active participant or not.  So you’d think we’d be actively involved in listing our company with them, right?</p>
<p>Nope.  Didn’t even think of it.</p>
<p>I found out we missed this opportunity quite by accident.  I was “ego-surfing” for our company name, and discovered the listing by catching an odd keyword in the search results. Clicking the link, I discovered we hadn’t taken time out to research the reason this site had inaccurate information about us in its listings, and decided to fix it.  Here is the result:</p>
<p><a title="Asset Technology's Manta page listing" href="http://www.manta.com/c/mtgpztq/asset-technology-llc" target="_blank">http://www.manta.com/c/mtgpztq/asset-technology-llc</a></p>
<p>Now you can clearly see we’ve put some effort into this, simply to clarify what we do and where we are, but also to touch on the key element of marketing: Give them a reason to contact you.  I believe we’ve accomplished that by simply highlighting our affiliations, our skills, our products, and the areas we service.  The rest is gravy.</p>
<p>As you can learn from our oversight, there are plenty of places to brag about yourself and the wok you do, and there are even more where you can fly the company colors. But none of that can happen if you aren’t diligent about checking your company’s information out on the web.</p>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/internet-marketing/are-you-listed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Odd product flaw HP 4650 color laser printer</title>
		<link>http://www.technologyanswers.net/blog/miscellaneous/odd-product-flaw-hp-4650-color-laser-printer/</link>
		<comments>http://www.technologyanswers.net/blog/miscellaneous/odd-product-flaw-hp-4650-color-laser-printer/#comments</comments>
		<pubDate>Wed, 04 May 2011 05:03:09 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[4650N]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=383</guid>
		<description><![CDATA[I was trying to print an image full page and the printer jammed. The paper was stuck as it was exiting the fuser, about a half inch of paper crumpled up. I remove the paper, make sure there is no pieces in the fuser cartridge, close the printer and it proceeds to automatically reprint. Once [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to print an image full page and the printer jammed. The paper was stuck as it was exiting the fuser, about a half inch of paper crumpled up. I remove the paper, make sure there is no pieces in the fuser cartridge, close the printer and it proceeds to automatically reprint. Once again a jam, same situation, the paper is jammed at the fuser. I removed the fuser, the drum clean everything, blow out with air, check all of the rollers and cannot find a flaw. Auto reprint when I closed it back up and yet again a total fail. After a little while of doing some searching on Google, I found reference to this series printer having problems printing heavy/dark images at the top margin of the page. Turns out the toner sticks to the fuser roller and starts to wrap around rather than exiting the top of the printer. I cancel the print job and print a normal text page, no problem. I edit my image and cropped the top of the picture off which was a dark area of brown and black which I did not need, and what do you know, the image printed just fine.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technologyanswers.net%2Fblog%2Fmiscellaneous%2Fodd-product-flaw-hp-4650-color-laser-printer%2F&amp;title=Odd%20product%20flaw%20HP%204650%20color%20laser%20printer" id="wpa2a_4"><img src="http://www.technologyanswers.net/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/miscellaneous/odd-product-flaw-hp-4650-color-laser-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Don&#8217;t Know What&#8217;s Worse &#8211; You Tell Us!</title>
		<link>http://www.technologyanswers.net/blog/miscellaneous/we-dont-know-whats-worse-you-tell-us/</link>
		<comments>http://www.technologyanswers.net/blog/miscellaneous/we-dont-know-whats-worse-you-tell-us/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 00:31:41 +0000</pubDate>
		<dc:creator>Zary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Business - IT]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Government]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=380</guid>
		<description><![CDATA[Who else but the Feds can make regulatory compliance so much fun?]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had some requests recently to get involved in the servers of a few medical/health care firms, as well as some publicly-traded companies&#8217; networks and storage systems, both of which require certain protocols for compliance with federal laws.</p>
<p>Anyone who&#8217;s been working with a specialty practice or something as large as an HMO network knows that governmental requirements for storage and access to patient data are more stringent now than they have ever been &#8211; and that&#8217;s good.</p>
<p>The problem, as we see it, is not that there aren&#8217;t &#8220;cheat sheets&#8221; or access to the necessary information to be &#8220;in compliance&#8221; with the associated regulations, rather, that there are SO MANY different rules to follow, depending on the industry.  And that&#8217;s what bugs us.</p>
<p>So much, in fact, that we&#8217;re interested in what YOU think the most challenging compliance regulation is, and we want you to fill out the poll on our Facebook page:</p>
<p><a title="The Asset Technology Facebook Wall" href="http://www.facebook.com/AssetTechnology?sk=wall" target="_blank">http://www.facebook.com/AssetTechnology?sk=wall</a></p>
<p>Oh, and if you can, see if there&#8217;s a way to get all these government-types to play nicely with each other. It would really make this IT guy&#8217;s day.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/miscellaneous/we-dont-know-whats-worse-you-tell-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What AA Battery Lasts the Longest?</title>
		<link>http://www.technologyanswers.net/blog/tips-tricks/what-aa-battery-lasts-the-longest/</link>
		<comments>http://www.technologyanswers.net/blog/tips-tricks/what-aa-battery-lasts-the-longest/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 19:59:12 +0000</pubDate>
		<dc:creator>Zary</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=376</guid>
		<description><![CDATA[The AA battery that performs best is...]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered which brand of battery will last the longest?  In a test of AA batteries from several different makers (such as Rayovac, Energizer, Duracell), a test conducted at Worcester Polytechnic Institute concluded several very interesting things.</p>
<p>Dealnews features this article about it here:</p>
<p><a title="Dealnews Battery Test" href="http://dealnews.com/features/Test-Results-That-Will-Change-the-Way-You-Buy-Batteries-Forever/449005.html" target="_blank">http://dealnews.com/features/Test-Results-That-Will-Change-the-Way-You-Buy-Batteries-Forever/449005.html</a></p>
<p>While some manufacturer&#8217;s tout how great their battery is and how long it will last, the report indicates a couple of eyebrow-raising differences between battery types, including alkaline and lithium.</p>
<p>Our opinion notwithstanding, it&#8217;s sometimes just a matter of how you store your electronics when not in use that will dictate how long the batteries last.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/tips-tricks/what-aa-battery-lasts-the-longest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asset Technology Witnesses Drive-By Shooting in Phoenix&#8230;</title>
		<link>http://www.technologyanswers.net/blog/miscellaneous/asset-technology-witnesses-drive-by-shooting-in-phoenix/</link>
		<comments>http://www.technologyanswers.net/blog/miscellaneous/asset-technology-witnesses-drive-by-shooting-in-phoenix/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 20:48:29 +0000</pubDate>
		<dc:creator>Zary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Business - IT]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=360</guid>
		<description><![CDATA[We just had a drive-by shooting - of our building by Google!]]></description>
			<content:encoded><![CDATA[<p><strong>ASSET TECHNOLOGY JUST HAD A DRIVE BY!!!</strong></p>
<p>That’s right – our Phoenix office on Sheridan Street was passed by on multiple occasions this morning by a car that never stopped shooting. Fortunately, no one in the line of fire was hurt, and the driver and her car has been clearly identified.</p>
<p>Now, we know these pictures aren’t the best, but you can clearly make out the suspect vehicle’s camera on top (it’s painted Red), and the unmistakable vehicle wrap that delineates it as a vehicle that means to stick out while cruising neighborhoods.</p>
<p><span style="text-decoration: underline;">The suspect is no other than the notorious Google.</span></p>
<p>You’ve heard of Google’s “Street View”, right?  You know, the army of fuel-efficient cars with a long pole and “soccer ball” on top that drive around your city snapping photos of where stuff is?  <strong>You can read more about the concept and technology <a title="Google Street View on Wikipedia" href="http://en.wikipedia.org/wiki/Google_Street_View" target="_blank">here</a> and <a title="Google Street View - Official Site" href="http://maps.google.com/help/maps/streetview/" target="_blank">here</a>,</strong> but the bottom line is that we’ve been caught in the crossfire of Google’s assault on lack of visual proof that the Asset Technology office is part of Phoenix’s Coronado District. (They’re making a concerted effort to capture the view of the neighborhood that surrounds our renovated 1930’s church-turned-studio that houses our architecture partners as well as our IT team!)</p>
<p>In an effort to provide proof that the elusive Google cars DO exist, here are other photographs to prove it:</p>
<div id="attachment_361" class="wp-caption alignnone" style="width: 501px"><a href="http://www.technologyanswers.net/blog/wp-content/uploads/2011/03/Google-Street-View-1-e1301430743928.jpg"><img class="size-large wp-image-361 " title="Google Street View Car 1" src="http://www.technologyanswers.net/blog/wp-content/uploads/2011/03/Google-Street-View-1-e1301430743928-1024x581.jpg" alt="This car's shooting for you!" width="491" height="279" /></a><p class="wp-caption-text">Look out! Here comes Google&#39;s best shooter!</p></div>
<div id="attachment_366" class="wp-caption alignnone" style="width: 501px"><a href="http://www.technologyanswers.net/blog/wp-content/uploads/2011/03/Google-Street-View-Car-2-e1301431382145.jpg"><img class="size-large wp-image-366  " title="Google Street View Car 2" src="http://www.technologyanswers.net/blog/wp-content/uploads/2011/03/Google-Street-View-Car-2-e1301431382145-1024x538.jpg" alt="This car is begging to shoot you!" width="491" height="258" /></a><p class="wp-caption-text">Screamin&#39; around the corner to take another shot!</p></div>
<p>&nbsp;</p>
<p>What does this mean to us? Well, for one thing, we know we’re not the only ones being stalked, here.  It also means our Tucson office on Broadway Boulevard will also be a prime target since Google mentions it’s in several of our Arizona counties right now with their fleet of photo-taking machines.</p>
<p>If you see one in your neighborhood, be aware, and be fast with the photos!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/miscellaneous/asset-technology-witnesses-drive-by-shooting-in-phoenix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Informative Seminar by Robin Robins&#8230;</title>
		<link>http://www.technologyanswers.net/blog/miscellaneous/another-informative-seminar-by-robin-robins/</link>
		<comments>http://www.technologyanswers.net/blog/miscellaneous/another-informative-seminar-by-robin-robins/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 19:37:59 +0000</pubDate>
		<dc:creator>Zary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Business - IT]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[IT Technology]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=358</guid>
		<description><![CDATA[Boot Camp is the place for us - but is it for you?]]></description>
			<content:encoded><![CDATA[<p>We’re saddened to see another year’s conference come and go.  We had the opportunity to meet some great IT professionals, learn from industry leaders of IT and non-technology businesses, and gain insight into up-and-coming trends, which will be the talk of the business community in a very short time.</p>
<p>The Robin Robins Big Seminar (called “Boot Camp” and “Technology Marketing Speedway”) is our chance to get outside our business and understand that we’re not the only ones trying to keep our company headed in the right direction during the tumultuous events unfolding right now.  It’s been an odd decade, with many major companies disappearing and smaller ones being gobbled up by conglomerates interested primarily in the bottom line. Our goal is not just to survive, but thrive.</p>
<p>Our business is growing because we allow ourselves the opportunity to attend events and trainin that makes us better business owners and Technology Specialists.  Sure, we could use that money for other things (such as new laptops or cushy chairs), however, we’ve discovered there’s more to gain from investing in ourselves than in things that don’t return an investment.</p>
<p>That being said, if you are in the Information Technology field and own your own business, then you should consider attending events like this so you can become a stronger, more resilient company for the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/miscellaneous/another-informative-seminar-by-robin-robins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Conference Goes On!</title>
		<link>http://www.technologyanswers.net/blog/field/the-conference-goes-on/</link>
		<comments>http://www.technologyanswers.net/blog/field/the-conference-goes-on/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 19:35:59 +0000</pubDate>
		<dc:creator>Zary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[msp]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/field/the-conference-goes-on/</guid>
		<description><![CDATA[More than just a marketing toolkit, the Robin Robins conferences are great information all around!]]></description>
			<content:encoded><![CDATA[<p>The end of the week is here, but it&#8217;s not the end of the Robin Robins seminar. We&#8217;ve already heard from powerful speakers such as  Bill Rancic, Dick Ruhe, Sean Stephenson, Robert Stevenson, and Kent Erickson. Our seminar is currently featuring John Jantsch, and a little later Robin Robins herself will jump on stage and help us learn how to gain sales and profits in our business. Tomorrow we&#8217;ll see and hear from Nido Qubein and Ken Glickman before we jump on a plane and head home.</p>
<p>It&#8217;s been an adventure and we&#8217;ve met some great people at Robin&#8217;s Big Seminar, also known as Technology Marketing Speedway this year. Participation is high, the energy is good, and there are lots of great ideas being exchanged about how to improve our marketing efforts, realign our thinking about planning the direction of our business, and generally improve our daily business behavior.</p>
<p>If you haven&#8217;t taken part of a business marketing and growth seminar, then you should check out the Technology Marketing Toolkit website and see if it&#8217;s a good fit for your managed service or traditional IT business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/field/the-conference-goes-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here We Go!</title>
		<link>http://www.technologyanswers.net/blog/internet-marketing/here-we-go/</link>
		<comments>http://www.technologyanswers.net/blog/internet-marketing/here-we-go/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 15:15:29 +0000</pubDate>
		<dc:creator>Zary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Robin Robins]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/internet-marketing/here-we-go/</guid>
		<description><![CDATA[Today&#8217;s the big day &#8211; we&#8217;re off to Nashville for Robin&#8217;s Big Seminar, and this year it was sold out WAY ahead of time! Naturally, we planned ahead this year because we enjoyed and got so much out of last year&#8217;s event, and boy, we&#8217;re glad we did. The agenda&#8217;s posted on her site at [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s the big day &#8211; we&#8217;re off to Nashville for Robin&#8217;s Big Seminar, and this year it was sold out WAY ahead of time! Naturally, we planned ahead this year because we enjoyed and got so much out of last year&#8217;s event, and boy, we&#8217;re glad we did.</p>
<p>The agenda&#8217;s posted on her site at <a href="http://www.technologymarketingtoolkit.com">Robin Robin&#8217;s Website</a>, but since the flight is about to board, it&#8217;s best for you to check it out on your own.</p>
<p>Updates after we land, but first, a nap!</p>
<p>See ya on the ground!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technologyanswers.net%2Fblog%2Finternet-marketing%2Fhere-we-go%2F&amp;title=Here%20We%20Go%21" id="wpa2a_6"><img src="http://www.technologyanswers.net/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/internet-marketing/here-we-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloated Windows folder cleanup</title>
		<link>http://www.technologyanswers.net/blog/miscellaneous/bloated-windows-folder-cleanup/</link>
		<comments>http://www.technologyanswers.net/blog/miscellaneous/bloated-windows-folder-cleanup/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 08:05:07 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[disk cleanup]]></category>
		<category><![CDATA[msizap.exe]]></category>

		<guid isPermaLink="false">http://www.technologyanswers.net/blog/?p=346</guid>
		<description><![CDATA[On an older install of Windows the hard drive is probably pretty full. On culprit maybe orphaned installer msi files in the c:\windows\installer folder. Deleting files directly out of any windows folder could be dangerous and is not recommended. However there are ways that are safe. There is a tool from Microsoft &#8220;MSIzap.exe&#8221; which will [...]]]></description>
			<content:encoded><![CDATA[<p>On an older install of Windows the hard drive is probably pretty full. On culprit maybe orphaned installer msi files in the c:\windows\installer folder. Deleting files directly out of any windows folder could be dangerous and is not recommended. However there are ways that are safe. There is a tool from Microsoft &#8220;MSIzap.exe&#8221; which will do this when ran with these options: msizap.exe !G</p>
<p>Sadly Microsoft has removed this from being an easy download and is no longer sharing this tool directly. Fortunately they still use it and you can get it by downloading the Live One Care cleanup tool from here http://download.microsoft.com/download/4/c/b/4cb845e7-1076-437b-852a-7842a8ab13c8/OneCareCleanUp.exe and then extracting the msizap.exe using your favorite compression tool such as 7zip.</p>
<p>On the most recent computer I cleaned up using this tip I am sharing, I recovered 10GB of drive space on the computer. Good luck with your quest for more space.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technologyanswers.net%2Fblog%2Fmiscellaneous%2Fbloated-windows-folder-cleanup%2F&amp;title=Bloated%20Windows%20folder%20cleanup" id="wpa2a_8"><img src="http://www.technologyanswers.net/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technologyanswers.net/blog/miscellaneous/bloated-windows-folder-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
