<?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>Geeky way of doing things</title>
	<atom:link href="http://www.geekyway.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekyway.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 May 2012 02:26:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How do I remove text enhance from Internet Explorer?</title>
		<link>http://www.geekyway.com/how-do-i-remove-text-enhance-from-internet-explorer/</link>
		<comments>http://www.geekyway.com/how-do-i-remove-text-enhance-from-internet-explorer/#comments</comments>
		<pubDate>Mon, 07 May 2012 02:26:18 +0000</pubDate>
		<dc:creator>Muhammad Afruzur Rahman</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Text Enhance]]></category>

		<guid isPermaLink="false">http://www.geekyway.com/?p=73</guid>
		<description><![CDATA[I have been struggling with removing Text Enhance malware for over a month. No matter what I did, it seems to not work. Here are some of the methods I tried: Run Microsoft Anti-malware signature package Run adware Run CCleaner Run Spybot Used different methods of removing add on from Internet Explorer Click the Tools [...]]]></description>
			<content:encoded><![CDATA[<p>I have been struggling with removing Text Enhance malware for over a month. No matter what I did, it seems to not work. Here are some of the methods I tried:</p>
<ol>
<li>Run Microsoft Anti-malware signature package</li>
<li>Run adware</li>
<li>Run CCleaner</li>
<li>Run Spybot</li>
<li>Used different methods of removing add on from Internet Explorer</li>
</ol>
<ul>
<ul>
<li>Click the Tools button , and then click Manage add-ons.</li>
<li>Under Show, click All add-ons.</li>
<li>Select the Text Enhance plugin from the list of software, and click disable.</li>
</ul>
</ul>
<p><span style="text-decoration: underline;"><strong>None of these worked.</strong></span></p>
<p><span style="text-decoration: underline;"><strong>What worked?</strong></span></p>
<p>I removed <strong>CodecC</strong> from Add Remove program.</p>
<p><span style="text-decoration: underline;"><strong>Here is a bit more details that may help you:</strong></span></p>
<p>There are many different versions of Text Enhance malware. Here are some of the variance that you may want to look for when trying to uninstall from Add Remove programs from your control panel.</p>
<ul>
<li>Codecv 1.0RewardsrcadeSuite</li>
<li>Vid-Saver</li>
<li>TheBflix Class</li>
<li>Bflix1.0</li>
<li>TheBflix</li>
<li>TheBflix5.0</li>
<li>CodecM</li>
<li>Codec-V (Video Player, Win Trojan Known Location: C:\ProgramData\Codec-V)</li>
<li>Notepad++</li>
<li>Better Links</li>
<li>Vuze (Not the P2P client)</li>
<li>Downloadnsave</li>
<li>Installed Class</li>
<li>wxDfast</li>
<li>SiteAdvisor (This is the same name as a McAfee product, do not disable McAfee)</li>
<li>I Want This</li>
<li>BeCool</li>
<li>Facetheme</li>
<li>Yontoo</li>
<li>Protector by IB2.0.0.412</li>
<li>CodecC 1.0 (Quicktime, Video)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.geekyway.com/how-do-i-remove-text-enhance-from-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deleting a local user profile on Terminal Server 2008 – Very tricky and a bit complicated than deleting it from Server 2003</title>
		<link>http://www.geekyway.com/deleting-local-user-profile-terminal-server-2008/</link>
		<comments>http://www.geekyway.com/deleting-local-user-profile-terminal-server-2008/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 16:42:00 +0000</pubDate>
		<dc:creator>Muhammad Afruzur Rahman</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.geekyway.com/?p=58</guid>
		<description><![CDATA[One of the last resort in fixing a user issue on a terminal server environment is to delete user profiels in order to start with a clean slate. That proved to be very difficult for me than I anticipated in a Terminal Server 2008 environment. I used server 2003 beforeand it was not as pain [...]]]></description>
			<content:encoded><![CDATA[<p>One of the last resort in fixing a user issue on a terminal server environment is to delete user profiels in order to start with a clean slate. That proved to be very difficult for me than I anticipated in a Terminal Server 2008 environment. I used server 2003 beforeand it was not as pain as this. Server 2003 all you had to do is just delete the user profile and ask the user to log back in. With that mind set here goes the story.</p>
<p>It is very easy to think a local user profile on Windows Server 2008, Windows Vista and Windows 7 directory is located under C:\Users directory(if you are using your Server 2003 knowledge). Behind the scene technicality is a bit different. Windows Server 2008, Windows Vista, Windows 7, contrary to common belief, actully keeps track of all the profiles that gets created in the registry key “<strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList</strong>.” Each of the profiles that is stored lcoally (happens in terminal server 2008 environment as well) a subkey is created.  If you are not sure which profile you are looking for you should be able to see the username of each profile when you click on each SID.</p>
<p><strong>What I did that caused the headache?</strong></p>
<p>What happens if you delete the user profile directory below C:\Users\”Username” without modifying the registry? Well that is exactly what caused the headch for me. After deleting the profile, when the user logged in Windows displays a balloon tip (see the figure 1) indicating that Windows could not load the user profile and that the user was logged on with a temporary profile. As you know, temporary profile is the last option available to Windows to log you in if it can not load your profile properly. After you log off, all the changes are lost.</p>
<div class="wp-caption alignnone" style="width: 308px"><img src="http://www.geekyway.com/wp-content/pictures/server2008_eventid1511/eventid-1511.JPG" alt="" width="298" height="133" /><p class="wp-caption-text">Figure: Event ID 1511</p></div>
<p style="text-align: left;"><strong>So how do you really delete a profile?</strong></p>
<p>Follow  one or the other options below:</p>
<ol>
<li>Well make sure you delete the profile directory AND the subkey from the rigstry.</li>
<li> Go to start &gt; run and type in sysdm.cpl. From there go to Advanced Tab, then to Settings on User Profiles and delete the profile you want to delete from there.</li>
</ol>
<div class="wp-caption alignnone" style="width: 390px"><img title="User Settings" src="http://www.geekyway.com/wp-content/pictures/server2008_eventid1511/usersettings.JPG" alt="" width="380" height="100" /><p class="wp-caption-text">Figure: User Settings</p></div>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span id="_marker"> <strong>Too late, I already deleted the profile, now what?</strong></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;">Not to worry. Windows is really smart (!). If windows finds an orphan ProfileList subkey matching a userprofile’s SID without an associated profile directory (C:\Users\”username”) it backs up the ProfileList subkey with a.bak extention. Just remove the one that corresponds to your troubled profile.</p>
<p>This was also the reason why if you don’t delete this none of the trobuelshooting will show up because the balloon tip needs to go first. Only way it will go is by deleting .bak subkey.</p>
<p>This does not apply to any machines with Server 2003 because it uses simplistic approach. If a ProfileList registry exists but directory does not, it just recreates the new profile and overrides the data.</p>
<p>Anyways, as much as I like windows server 2008, at the same time I have to wonder why Microsoft made this change! Maybe because they thought some users will find temporary profile very useful?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekyway.com/deleting-local-user-profile-terminal-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Because of an error in data encryption, this session will end&#8221; &#8211; error on Windows Server 2008</title>
		<link>http://www.geekyway.com/remoteapp-symantec-end-point/</link>
		<comments>http://www.geekyway.com/remoteapp-symantec-end-point/#comments</comments>
		<pubDate>Tue, 26 May 2009 18:17:56 +0000</pubDate>
		<dc:creator>Muhammad Afruzur Rahman</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[norton symantec]]></category>

		<guid isPermaLink="false">http://www.geekyway.com/?p=36</guid>
		<description><![CDATA[I am using Dell PowerEdge 2950 with NetXtreme II NIC with Windows Server 2008 (not R2). It was working perfectly. I enabled RemoetApp, created RDP, also enabled Remote Desktop to allow our users to connect from anywhere. Good thing is it is still in testing environment. I didn’t have any security software installed on it [...]]]></description>
			<content:encoded><![CDATA[<p>I am using Dell PowerEdge 2950 with NetXtreme II NIC with Windows Server 2008 (not R2). It was working perfectly. I enabled RemoetApp, created RDP, also enabled Remote Desktop to allow our users to connect from anywhere. Good thing is it is still in testing environment. I didn’t have any security software installed on it so I proceeded to install whatever I had available to me which was Symantec EndPoint 64 bit edition for Windows Server 2008.<br />
Sure enough like any other installation, the installation process went well. I ran live update with no hitch. Then it asked me to reboot. After that, I started to get the following error:<br />
“Because of an error in data encryption, this session will end. Please try connecting to the remote computer again.” – Just like the screen shot below.</p>
<div class="wp-caption alignnone" style="width: 410px"><a href="http://www.geekyway.com/wp-content/pictures/seperroron2008/encryptionerroronsepand2008.jpg"><img title="Encryption Error" src="http://www.geekyway.com/wp-content/pictures/seperroron2008/encryptionerroronsepand2008.jpg" alt="" width="400" height="141" /></a><p class="wp-caption-text">Encryption Error after installing Symantec EndPoint on Windows Server 2008</p></div>
<p>As soon as you press ok, it just closes the program. I tried it with RemoteApps, Remote Desktops and also using the RDP clients I created for each program. Trying to locate information, I came across many useful hints but mostly about Windows Server 2003.<br />
I tried to change registry keys but none of them worked for me. If you want to try those solutions go ahead but please know that it may inadvertently cause some other issues. Then I found another solution that I wanted to try which basically talks about “Large Send Offload on IPv4.” This was a unique solution because I thought it was brilliant. So I followed the following steps:<br />
1.   Went to the server room (because I can’t connect remotely even as administrator)<br />
2.   Logged onto the Server.<br />
3.   Then find your active “Local Area Connection Status” window.<br />
4.   Click on Properties<br />
5.   Click on Advanced tab and you will see something like the screen shot below:</p>
<dl class="wp-caption alignnone" style="width: 410px;">
<dt class="wp-caption-dt"><a href="http://www.geekyway.com/wp-content/pictures/seperroron2008/step5.jpg"><img class="alignnone" title="Encryption Error Solution" src="http://www.geekyway.com/wp-content/pictures/seperroron2008/step5.jpg" alt="Encr" width="400" height="463" /></a></dt>
</dl>
<p>6.   Select Large Send Offload v2 (IPv4) and on the Value field select disable just like the screen shot below:</p>
<div class="wp-caption alignnone" style="width: 410px"><a href="http://www.geekyway.com/wp-content/pictures/seperroron2008/step6.jpg"><img title="Encryption Error Solution" src="http://www.geekyway.com/wp-content/pictures/seperroron2008/step6.jpg" alt="" width="400" height="463" /></a><p class="wp-caption-text">Encryption Error Solution</p></div>
<p>Press ok and you should be back in business.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekyway.com/remoteapp-symantec-end-point/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

