<?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>Eric-Taylor.com &#187; How To</title>
	<atom:link href="http://eric-taylor.com/category/my-blog/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric-taylor.com</link>
	<description>Design &#124; Develope &#124; Deploy</description>
	<lastBuildDate>Sun, 12 Dec 2010 08:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How To: Fix explorer.exe from restarting.</title>
		<link>http://eric-taylor.com/2008/01/the-all-famous-windows-xp-explorerexe-killer/</link>
		<comments>http://eric-taylor.com/2008/01/the-all-famous-windows-xp-explorerexe-killer/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 02:49:46 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[explorer.exe]]></category>
		<category><![CDATA[killer]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/2008/01/02/the-all-famous-windows-xp-explorerexe-killer/</guid>
		<description><![CDATA[Through out my job of being a computer technician I always seem to come across the famous Windows XP explorer.exe killer. You know the one. As soon as you log into your account, explorer.exe starts (you see the task bar, and all the icons) and just as suddenly you saw them, they disappear just like [...]]]></description>
			<content:encoded><![CDATA[<p>Through out my job of being a computer technician I always seem to come across the famous Windows XP explorer.exe killer. You know the one. As soon as you log into your account, explorer.exe starts (you see the task bar, and all the icons) and just as suddenly you saw them, they disappear just like that. Then, out of no where they appear again, but to, disappointingly disappear again.</p>
<p>Most of the time it can be a nasty little bugger to get removed, and most anti-virus and anti-spyware software doesn&#8217;t remove or fix the problem. That is because the bug likes to hide using different techniques.</p>
<p>So today I wanted to share all the types of explorer.exe killers I have found, and how I fix the problem.</p>
<p><strong>Before we begin:</strong></p>
<p>I just want to say before I get started on letting you know how to fix this problem, is the trick to fixing this issue, has more to do with identifying which technique the bug is using, or if it even a bug at all. Explorer.exe can also start to do the same thing if an update didn&#8217;t take correctly. So, make sure that it wasn&#8217;t an update that killed off Explorer.exe first before assuming it&#8217;s a bug. If you think it was an update problem, I suggest reading <a title="Microsoft support" href="http://support.microsoft.com/kb/883791">this article.</a></p>
<p><strong>The Killer Driver:</strong></p>
<p>The first type of explorer.exe killer I find is simply a bug that installs a startup driver that kills that restarts the explorer.exe process any time it starts up. It is one of the easiest to spot, and is easy to fix. The first process is to find what drivers are being loaded, and which one it is that it is. What I recommend to do is to start up into safe mode (Reboot, hold F8, select Safe Mode). The reason we want to startup into safe mode is safe mode only starts the operating system with the minimum startup items, services, and drivers. So if we indeed do have a startup driver that is causing the issue, we should be able to login into Safe Mode and not have any explorer.exe problems.</p>
<p>First thing is to optimize the machine, so lets have you startup Msconfig. Go to Start &gt; Run &gt; Type in &#8220;msconfig&#8221; and hit enter.</p>
<p>In the window that appears choose the startup tab, and choose to disable all. Now go over the the &#8220;services&#8221; tab, and check the box to hide all non-microsoft services. Click &#8220;Apply&#8221; and hit &#8220;Ok&#8221;.</p>
<p>What we have done is cleaned out your startup and services, so if by chance the bug is one of those, we have stopped it from starting up, typically it isn&#8217;t going to do the trick, but will cover all our bases.</p>
<p>Now lets download a quick tool. <a title="Find loaded drivers." href="http://www.nirsoft.net/utils/driverview.html">Download link</a>. This tool will allow us to see what drivers are currently loaded in Windows.</p>
<p>Reboot your system into Normal mode and run the program. Scroll through the list of drivers that are loaded, and see if you find any with any description or file type that is blank. If a driver has blank information, it may be the file we are looking for. Once you have found one, do a search for it, and delete the .sys file.</p>
<p><strong>The .DLL File:</strong></p>
<p>The majority of the time, this problem comes from a .DLL file. I would say about 90% of the machines I have worked on with this problem comes from a bad .dll file in hidden in the Windows or System32 directory. The technique I use to find the file we want to look for  is a simple process as long as you have the right tools. First, we need a tool to help us watch system processes.</p>
<p>Go ahead and download <a title="Process Explorer link" href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a>.  Process Explorer will allow you to watch system processes, and see what files, directories, etc they are calling for.</p>
<p>Once you have that up and running, make sure that you have the program running when explorer.exe is currently crashing and restarting. What you want to do is watch Process Explorer for the explorer.exe startup, and see if any other processes start up along side of it.</p>
<p>Typically what I see is explorer.exe starts up, then you have x process open up, and explorer.exe quits, and then x process quits. When x process starts up we want to hurry and take a look at what .dll files it is calling for. Once you have that info, go to the location of the file while being booted into a Live CD. and change the x.dll file to x.dll.bak. This way, if by changing the file messes up your system, you can go back and change it back to x.dll.</p>
<p>On the other hand, if it fixes the problem, you can go in and completely remove the file all together.</p>
<p>I know I didn&#8217;t get really to technical here and I apologize. If you have any questions or other techniques please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2008/01/the-all-famous-windows-xp-explorerexe-killer/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>How To: Get more power out of 10.5&#8242;s screen sharing.</title>
		<link>http://eric-taylor.com/2007/12/how-to-get-more-power-out-of-105s-screen-sharing/</link>
		<comments>http://eric-taylor.com/2007/12/how-to-get-more-power-out-of-105s-screen-sharing/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 00:16:56 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/2007/12/15/how-to-get-more-power-out-of-105s-screen-sharing/</guid>
		<description><![CDATA[One of 10.5’s new features that I use quite often is the built-in screen sharing. You can use screen sharing from iChat, which is great for family tech support, but I’m referring specifically to screen sharing in the Finder. With multiple machines in the house, I often want to see the screen on a given [...]]]></description>
			<content:encoded><![CDATA[<p>One of 10.5’s new features that I use quite often is the built-in screen sharing. You can use screen sharing from iChat, which is great for family tech support, but I’m referring specifically to screen sharing in the Finder. With multiple machines in the house, I often want to see the screen on a given machine while seated at another. In the pre-10.5 days, this was doable, and not overly difficult—you had to click a couple buttons to enable things, then run a VNC viewer app to make the connection. But with 10.5, the viewer is now built into the system. Screen sharing is based on Apple’s full Remote Desktop package, which offers more control over exactly how remote screens are shared. Luckily for us, Apple left at least some of that functionality in the more-limited screen sharing application—it’s just disabled by default.<span id="more-155"></span></p>
<p>First, here’s a potentially easier way to share the screens of other Macs on your network. First, realize that the screen sharing feature is just an application. It resides in /System/Library/CoreServices, under the tricky name of Screen Sharing. Find it now, and drag it onto your Dock, or into your sidebar, or your toolbar—whichever you prefer for quick launch access.</p>
<p>Now you can launch Screen Sharing directly from the Finder, without first selecting a machine in the SHARED section of the sidebar. When you do, a dialog box appears onscreen, asking for the remote machine’s address. Great, you’re thinking, now I have to type in a machine’s IP address to connect to it? This is progress? No, not yet it’s not. Quit Screen Sharing if you launched it, switch to Terminal, and copy and paste this line:</p>
<blockquote>
<pre><code>defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1</code></pre>
</blockquote>
<p>Now launch Screen Sharing again, and revel in the new Bonjour Browser window that allows you to pick which machine you’d like to connect to from a list:</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-sharemacs2.png" alt="share browser" /></p>
<p>You can now pick your machines from a list of all Macs on the network. (And if there are any other Bonjour-compatible operating systems that support VNC (the technology behind screen sharing), I would expect they’d show up here as well, but I can’t test that assumption.) If you click the Add to My Computers box, the machine you connect to will be added to that section of the browser window, making future access a bit easier (think of it as a Favorites section).</p>
<p>Now that connecting is easier, let’s add even more functionality to the program. Again, quit Screen Sharing if it’s running, and then pop back into Terminal. If you’ve presently got a screen sharing session open, close it. Then copy and paste the following lines into Terminal, then press Return:</p>
<blockquote>
<pre><code>defaults write com.apple.ScreenSharing \
'NSToolbar Configuration ControlToolbar' -dict-add 'TB Item Identifiers' \
'(Scale,Control,Share,Curtain,Capture,FullScreen,GetClipboard,SendClipboard,Quality)'</code></pre>
</blockquote>
<p>That’s all one long line, so feel free to copy and paste directly to Termianl. When you launch Screen Sharing again, you’ll see six new buttons on your toolbar. (If you can’t see the toolbar, use View -&gt; Show Toolbar to make it visible.)</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-sharebar2.png" alt="toolbar" /></p>
<p>So what do these new buttons do? Here’s a quick rundown on each.</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-button1.png" alt="button1" align="left" /></p>
<p>Switch between controlling the remote Mac (the default) and simply observing the other machine.</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-button2.png" alt="button2" align="left" /></p>
<p>Switch between allowing the remote Mac’s keyboard and mouse to be used (the default) and locking them out.</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-button3.png" alt="button3" align="left" /></p>
<p>This button will lock the other Mac’s screen, displaying an all-black background, a <strong>huge</strong> lock icon, and the text you enter after clicking this button. Note that there’s a minor bug here; you’ll actually see the name of a variable that Apple left in the text field, too—so if you type “Using remotely,” the displayed message will be “Using remotelylockedByString.” This button is off by default, meaning the other Mac’s screen displays what you’re doing.</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-button4.png" alt="button4" align="left" /></p>
<p>Click this button to capture the remote Mac’s screen to a local file. You’ll capture the full screen, and the system will ask you to pick a name and save location for the file.</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-button5.png" alt="button5" align="left" /></p>
<p>Toggle between windowed (the default) and full screen modes. In full screen mode, the toolbar floats in the top left of the screen. To exit full screen mode, click the “X” button on the toolbar.</p>
<p class="imageLT"><img src="http://images.macworld.com/images/weblogs/graphics/131094-button6.png" alt="button6" align="left" /></p>
<p>Not really a button at all, this is the quality slider. If you’re finding that screen updates are going slowly, for instance, you can reduce the quality—all the way down to a badly dithered black-and-white representation—to speed things up. <script type="text/javascript"> <!-- function bookmarkPop(url){ 	window.open(url,"_blank"); } //--> </script></p>
<p id="tools">&nbsp;</p>
<p>You might run into the occasional glitch with some of these features—like the extra text displayed in the lock screen mode—but for the most part, they work quite well. You can customize the toolbar as you would in any app, too. Feel free to use Command-drag to rearrange the icons, for instance. The only thing you can’t do is drag the default set back into the toolbar. If you do that, you’ll lose all your custom buttons. Obviously, that’s also the easiest way to undo this hint; just pick View -&gt; Customize Toolbar, and then drag the default set up onto the toolbar. But after trying screen sharing with these new features, I have no intent to give up the added functionality!</p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2007/12/how-to-get-more-power-out-of-105s-screen-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Bypass Windows Genuine Validation (UPDATED)</title>
		<link>http://eric-taylor.com/2006/04/how-to-bypass-windows-genuine-validation-updated/</link>
		<comments>http://eric-taylor.com/2006/04/how-to-bypass-windows-genuine-validation-updated/#comments</comments>
		<pubDate>Fri, 28 Apr 2006 05:19:33 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[MicroSucks]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Shorts]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/2006/04/27/how-to-bypass-windows-genuine-validation-updated/</guid>
		<description><![CDATA[Back in October 12, 2005, I wrote a post on how to bypass Microsoft&#8217;s Windows Genuine Validation. I would just like to remind everyone that are is still ways of getting around this nuicence, and there will always will be. Let me remind some people or inform thoughs that already don&#8217;t know&#8230; Microsoft’s Windows Genuine [...]]]></description>
			<content:encoded><![CDATA[<p>Back in October 12, 2005, I wrote a post on how to bypass Microsoft&#8217;s Windows Genuine Validation. I would just like to remind everyone that are is still ways of getting around this nuicence, and there will always will be. Let me remind some people or inform thoughs that already don&#8217;t know&#8230;</p>
<blockquote><p>Microsoft’s Windows Genuine Validation is basically code that is slipped onto your PC when you update Windows. If you have automatic updates on, it was even more hidden because Microsoft won’t tell you what they are putting on your computer until it’s there. Anyways…what it does is checks your version of Windows XP for a Genuine CD key. So if you have a pirated version of Windows XP on your computer, it is going to tell that your version isn’t genuine. If it isn’t a genuine version of Windows XP, you will not be able to receive any of the updates (like anyone does update anyways).</p></blockquote>
<p>For those who just can&#8217;t find life without Windows updates (Ya, there are times you need them.) here is the newest, and updated way around it. This will also include the new update of Microsofts&#8217; of making annoying reminders that are copies are not &#8220;genuine&#8221;.</p>
<p><strong>How To: Turn off the annoying WGA reminders- </strong></p>
<p>This is so simple that It makes me wonder why Microsoft did it in the first place. When you load into a user, you will recieve a bubble on your taskbar, along with a icon. When right clicked, you get a &#8220;Change Notifications Settings&#8221; menu choice. Click on it. It will take you to the Microsoft site, and you will be given a check box to turn off the reminders that you aren&#8217;t running a genuine version of windows.</p>
<p>Like I said simple.</p>
<p><strong>How To: Get Windows Updates With Non-Genuine Version of Windows- </strong></p>
<p>Well, the way to get around WGA has changed since October of 2005, but if you have been checking out the <a href="http://eric-taylor.com/2005/10/12/how-to-bypass-microsoft%e2%80%99s-windows-genuine-validation/">original post</a> I made, you would notice it still gets alot of activity.</p>
<p>The fix is the same as in the recent comments. It is a registery fix, and I&#8217;ll let you in on it.</p>
<p><em>Instructions- </em></p>
<p>1- Go to the Windows Updates page, and download all updates <strong>including windows genuine valdiation.</strong></p>
<p>(You will know that you are ready to move on to step two when you go back to the Windows Updates page again, click &#8220;custom&#8221; or &#8220;express&#8221;, and you recieve a page that notifies you that your version of Windows is not Genuine. If this happens move on to step two.)</p>
<p>2- Go to start, run, and type in regedit</p>
<p>3- Locate yourself to HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ policies \ EXT \ CLSID</p>
<p>(HKLM= HKEY LOCAL MACHINE)</p>
<p>4. There will be two files, one has no value, and the other one should be set to 1.<br />
Change the file value data that is “1″ to “0″.<br />
5. Open windows update.</p>
<p>6. Select which way you want to go (either custom or express) it doesn’t matter at this point.</p>
<p>7. You will be asked to reinstall the Validation tool. It now thinks you don&#8217;t have Windows Genuine Validation installed, but you do. DON’T CLICK THE BUTTON! DON&#8217;T CLOSE THE PAGE! DON&#8217;T REFRESH THE PAGE! Instead…put the registry data variable string that you deleted back in with a value of &#8220;1&#8243;. Once you have the value set back to &#8220;1&#8243; close regedit and return back to your open Windows Update window.<br />
8. Click back and then click the update method of choice (Custom or Express) and voila! It works!</p>
<p><strong> Deleteing it completely. (Advanced)-</strong><br />
End the process wgatray.exe in Windows TaskManager and restart Windows XP in safe mode. Now delete the following files:</p>
<blockquote><p>Delete WgaTray.exe from c:\windowss\ystem32<br />
Delete WgaTray.exe from c:\windows\system32\dllcache</p>
<p><img src="http://photos1.blogger.com/blogger/3709/485/1600/wgatray%20files.jpg" alt="" /></p></blockquote>
<p>Start Windows Registry editor and delete the folder &#8220;WGALOGON&#8221; located in the following location:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows NT\CurrentVersion\WinlogonNotify. Delete all references in your registry to WgaTray.exe</p>
<blockquote><p>Another alternative suggest that three files are installed Windows XP System Folder:</p>
<p>\WINDOWS\system32\WgaLogon.dll<br />
\WINDOWS\system32\WgaTray.exe<br />
\WINDOWS\system32\LegitCheckControl.dll</p>
<p>The wgatray.exe process makes the check for genuine windows software. You can disable WGA by removing the execute bit on WgaLogon.dll. That way, winlogon can&#8217;t call it as a notification package at boot, and since WgaLogon is responsible for running and maintaining WgaTray.exe, no more tray popups either.</p>
<p>To change the execute bit of WgaLogon.dll, first turn off Simple File Sharing. Now right click the file in Windows Explorer and open the Security Tab. Hit the Advanced button, uncheck the Inherit box at the bottom, hit the Copy button, then hit OK. Go through each listed user/group and remove the &#8220;Read &amp; Execute&#8221; permission for that file, leaving the &#8220;Read&#8221; permission as-is.</p>
<p>Hit OK to apply the permission changes and close the file properties dialog. Restart the machine. You can now turn &#8220;Use simple file sharing&#8221; back on, if you want.</p>
<p>A third alternative posted on the internet suggest that users clear the content of file data.dat located in the following directory:<br />
C:\Documents and Settings\All Users\Application Data\Windows Genuine Advantage\data</p>
<p>Save the data.dat empty file and change the attributes to &#8220;Read Only&#8221; &#8211; Restart you computer. Or start your PC in Safe Mode and delete the following files from Windows system32 folder &#8211; wgalogon.dll spmgs.dll wgatray.exe The WGA setup file is in C:\WINDOWS\SoftwareDistribution\ Download\6c4788c9549d437e76e1773a7639582a</p>
<p>If you don&#8217;t use &#8220;Fast User Switching&#8221;, you can disable the Windows XP Welcome Screen if you are logged in as an Administrator. This will remove the initial WGA Warning Screen:</p>
<p>1. Click on Start -&gt; Control Panel -&gt;User Accounts<br />
2.  Click on &#8220;Change the way users log on or off&#8221;<br />
3. Uncheck &#8220;Use the Welcome Screen&#8221; &#8211; Choose Apply<br />
4. Close the User Accounts window and the Control Panel<br />
5. The next time you reboot your computer, the classic login prompt will be used</p></blockquote>
<p>I just want to report that I don&#8217;t believe the javascript code line in the address bar method works anymore. Neither can you disable WGA in your browser. That is basically what you are doing in the registery. You are making it seem like you didn&#8217;t have WGA, hence &#8220;0&#8243;, downloaded it and passed as genuine, hence the change to &#8220;1&#8243;.</p>
<p>I&#8217;m sure Microsoft will come out with more updates to WGA, and we&#8217;ll find ways around it. So if you have problems, just come check out this post comments and I&#8217;m sure will have the fix.</p>
<p>Also, you can download the new pirated version of Windows XP Pro SP2 that is out on torrent. That has a fix on it so it looks genuine to Windows all the time. I suggest if you are going to reformat, you download that image and use it on the reinstall.</p>
<p>Good luck my fellow Windows piraters!</p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2006/04/how-to-bypass-windows-genuine-validation-updated/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Windows hidden &#8220;taskkill&#8221;-er</title>
		<link>http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/</link>
		<comments>http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 06:12:42 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Eric's Stories]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[MicroSucks]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/2006/03/21/windows-hidden-taskkill-er/</guid>
		<description><![CDATA[There comes a time&#8230; okay let me start that again. There are multiple times, almost every stinking hour, when on a windows machine when some program locks up and the task manager doesn&#8217;t seem to do what it is made to do&#8230; END TASKS. Do not fret though my fellow windows zombies, there is a [...]]]></description>
			<content:encoded><![CDATA[<p>There comes a time&#8230; okay let me start that again. There are multiple times, almost every stinking hour, when on a windows machine when some program locks up and the task manager doesn&#8217;t seem to do what it is made to do&#8230; END TASKS.</p>
<p>Do not fret though my fellow windows zombies, there is a tool that windows has added that is very secret. I have no clue why it is secret, cuz everyone should know this. Maybe its not a secret, but more of just not talked about, but anyways its called &#8220;taskkiller&#8221;.</p>
<p>The consecpt is easy enough, good into taskmanager, find the name of the task that won&#8217;t quit, and write it down. Then open up Notepad and type something like this</p>
<p><code>@echo off<br />
taskkill/im NAMEOFTASK.exe /f</code></p>
<p>and save as a .bat (Batch file)<br />
In place of the NAMEOFTASK type in what you wrote down earlier, and run the batch file, and ta da! Instant end of the task.</p>
<p>Hopes this helps some of you techs out there that have been emailing me <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>P.S. Incase you are wondering a breakdown of the code to get the meaning, here it is.</p>
<p><strong>taskkill</strong>= the .exe that runs to kill the task<br />
<strong>/im</strong>= the image name of the task to be killed<br />
<strong>/f</strong>= to force the kill</p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To: Secure Windows XP</title>
		<link>http://eric-taylor.com/2006/01/how-to-secure-windows-xp/</link>
		<comments>http://eric-taylor.com/2006/01/how-to-secure-windows-xp/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 18:23:16 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Eric's Stories]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[MicroSucks]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/?p=70</guid>
		<description><![CDATA[Securing Windows XP can be a real chore if you do not know what you are doing, but there are some really easy ways to protect yourself. As we all know, Microsoft’s OS (Windows) is really insecure and easily hacked. Microsoft, in my opinion, doesn’t tell there users enough about the operating system, hence making [...]]]></description>
			<content:encoded><![CDATA[<p>Securing Windows XP can be a real chore if you do not know what you are doing, but there are some really easy ways to protect yourself. As we all know, Microsoft’s OS (Windows) is really insecure and easily hacked. Microsoft, in my opinion, doesn’t tell there users enough about the operating system, hence making new users prone to virus, spyware, and hijacking.</p>
<p>So here are some really easy things to do on your computer help protect your computer.</p>
<p><strong>1-Changing your boot sequence, and setting BIOS password.</strong></p>
<p>A person can easily still all the data on your hard drive by sticking in a live CD, like Knoppix, loading it up, and taking anything they want. They do this by putting in the CD to the drive, restarting your computer, changing the boot sequence to CD first, and booting their CD. When the user is in, they can take you SAM.SAM file (Windows Password File), crack it, and know your passwords.</p>
<p>It is really easy to fix this problem, but keep in mind, this will only discourage the hacker, or make slow him down, but it is not impossible to get around… like any other type of security.</p>
<blockquote><p>Restart your computer and wait until the boot diagnostic screen tells you that you can enter the CMOS Config. To enter the CMOS config, hold down the key your boot diagnostic screen says, it will most likely be the DEL, F2, or F12 key.<br />
Once you have entered CMOS, get to your boot loader page (all CMOS Configs are different, so I can’t really say where you will find it on your CMOS) Once located, change the setup to: FIRST= Hard Drive, SECOND= Floppy Drive, THIRD= CD Drive.<br />
Now go in CMOS and find your “Set Supervisor Password” and password protect CMOS so a hacker can not change your boot sequence.<br />
Save all changes</p>
</blockquote>
<p>It is as easy as that, but remember the CMOS password will only slow down the hacker, or discourages him, if he really wants to get into the CMOS, he must pull the battery from the motherboard, or reset the CMOS by using the jumper on the motherboard.</p>
<p><strong>2-Saving only NT Hash passwords</strong></p>
<p>Microsoft for some reason saves two password hash files when you save a password to say… your user. You get a LM hash file, and a NT hash file. The difference is that NT hash is newer, and more secure, and LM hash has been used since Windows 3.1.</p>
<p>The funny thing is that you DO NOT need the LM hash at all! Your computer will run perfectly fine with out it, making your computer more secure.</p>
<p>So let’s get rid of that nasty LM hash <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<blockquote><p>Log in as an Administrator<br />
Go to the “Start” menu and click on “Run”<br />
In the “Open:” text box type in “regedit” and click okay.<br />
On the left hand side of the window you will see a tree menu, click on the folder HKEY_LOCAL_MACHINE.<br />
Then click on SYSTEM, then CurrentControlSet, then Control, and then Lsa.<br />
On the right side you will see the register file called “nolmhash”, double click and open that.<br />
Change the “Value data:” to 0, and hit OK.</p>
</blockquote>
<p>That wasn’t so bad now was it?<br />
<strong><br />
3- CTRL+ALT+DEL Real User Check</strong></p>
<p>Some virus are coded to automatically login and begin to execute their code, we can easily stop them but screwing up there login code by making a user push CTRL+ALT+DEL, before logging in. In addition to that, we can change the login from the click and point to a user, to typing the in the Username, hence making your computer more secure (because the hackers won’t know your username).</p>
<p>In addition, say you have a little kid brother, or sister, and they love to screw with your computer. By doing the Real User Check, you can make it harder for them to login.</p>
<blockquote><p>Log in as an Administrator<br />
Go to the “Start” menu and click on Control Panel. (You may have to type “Control Panel” in your address bar in a explorer window if you do not see it on your start menu)<br />
Go to “User Accounts” Under “Pick a task…” click on “Change the way users log on or off”<br />
Uncheck “Use the Welcome Screen”.</p>
</blockquote>
<p>You will now be switched back to the classic login, which is more secure.</p>
<p><strong>4-Make a Lock Screen Shortcut</strong></p>
<p>It is just one of the many human urges we get when we see someone else’s computer, or user logged in and unattended to. One just loves to get on and dink around with another’s stuff to screw it up.</p>
<p>It is so easy just to log off, but we don’t want to because that means closing apps. and when logging back on we would have to load all of are startup items again. So make a handy shortcut right on your desktop that you can easily click and lock the screen allowing no one to make any changes to your computer while not having to close any apps.</p>
<blockquote><p>Right click on the desktop and click on New> Shortcut.<br />
A wizard will come up and ask you to “Type the location of the item:” Point it to your Windows/System32/rundll32.exe (example: C:\WINDOWS\system32\rundll32.exe) Click Next<br />
Name the shortcut something like… Lock Screen<br />
YOU’RE DONE! That easy!</p>
</blockquote>
<p>Well that was simple.</p>
<p>I hope you found all these tips helpful and trust me, it really does help. Questions are comments may be posted.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2006/01/how-to-secure-windows-xp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DHS Shows How To Use Hacking Tools</title>
		<link>http://eric-taylor.com/2006/01/department-of-homeland-security-video-shows-you-how-to-use-hacking-tools/</link>
		<comments>http://eric-taylor.com/2006/01/department-of-homeland-security-video-shows-you-how-to-use-hacking-tools/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 15:06:25 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/?p=66</guid>
		<description><![CDATA[The January 4, 2006 Dept. of Homeland Security Daily Infrastructure Report Highlighted a free online video and that shows the viewer the exact tools and procedures they need to hack into a person&#8217;s computer. read more]]></description>
			<content:encoded><![CDATA[<p>The January 4, 2006 Dept. of Homeland Security Daily Infrastructure Report Highlighted a free online video and that shows the viewer the exact tools and procedures they need to hack into a person&#8217;s computer.</p>
<p><a href="http://www.dhs.gov/interweb/assetlibrary/DHS_Daily_Report_2006-01-04.pdf">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2006/01/department-of-homeland-security-video-shows-you-how-to-use-hacking-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Hack Deep Freeze and Vision</title>
		<link>http://eric-taylor.com/2005/10/how-to-hack-deep-freeze-and-vision/</link>
		<comments>http://eric-taylor.com/2005/10/how-to-hack-deep-freeze-and-vision/#comments</comments>
		<pubDate>Wed, 12 Oct 2005 23:16:17 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/?p=55</guid>
		<description><![CDATA[Another resent question I have received from my fellow students is “How do I get around Deep Freeze?�? It isn’t something that I can just tell a person while running around the track at school during PE class. So, Eric comes to your rescue again and explains it all, but first, if you are on [...]]]></description>
			<content:encoded><![CDATA[<p>Another resent question I have received from my fellow students is “How do I get around Deep Freeze?�? It isn’t something that I can just tell a person while running around the track at school during PE class. So, Eric comes to your rescue again and explains it all, but first, if you are on a school computer and your teacher has Vision installed, you may want to do some stuff before reading this article so he/she can’t see what you’re doing. <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>There is a couple ways of stopping Vision. First, go to C:\Program Files\Master Solution you should see a folder inside called Vision, open it and see a program called MEUCONF, open it and hit “Run Manually�?, and that should solve that problem.</p>
<p>Another way is by simple unplugging the RJ45 connector from the NIC (Or in English, disconnect the wire coming from the networking card.)</p>
<p><strong>FOR WINDOWS 95/98/ME:</strong><br />
Deep Freeze is a VxD (Virtual Device Driver) found in C:\Windows\System\Iosubsys\persifrz.vxd.<br />
So the only way for hacking it is using a boot-disk and deleting the file. Yes…there is more files in C:\program~1\hypert~1\deepfre~1 but those are obsolete to us. They have nothing to do with what we are doing.</p>
<blockquote><p><em>Note:</em> persifrz.vxd IS Deep Freeze. Hence, deleting it will kill it completely <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
<p>If you can’t boot from the floppy because your boot order is not setup that way, and your teacher has password-protected the bios, you can always 1-pull the battery out of the motherboard 2- move the “reset jumper�? by the bios to reset it.<br />
<strong><br />
FOR WINDOWS 2K/XP:</strong><br />
You need to delete 2 drivers and 1 service (I’m sure you can figure out the the paths)</p>
<p>DepFrzLo.sys (kernel driver)<br />
DepFrzHi.sys (filesystem driver)<br />
dfserv.exe (service)<br />
frzstate.exe (password dialog)<br />
persis00.sys (password file and &#8220;on/off switch&#8221;)</p>
<p>You should be good to go.</p>
<p>You should take Questions/Comments to the “Comments�? section of this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2005/10/how-to-hack-deep-freeze-and-vision/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>How To: Exploit Windows to Your Own Advantage</title>
		<link>http://eric-taylor.com/2005/10/how-to-exploit-windows-to-your-own-advantage/</link>
		<comments>http://eric-taylor.com/2005/10/how-to-exploit-windows-to-your-own-advantage/#comments</comments>
		<pubDate>Wed, 12 Oct 2005 14:52:13 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[MicroSucks]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/?p=53</guid>
		<description><![CDATA[Finding myself always being asked questions at school about hacking, security, and how to exploit the faults in the schools server, and not being able to answer them because of the simple fact that I’m in Cyber Corp (Geek Squad of the School, like the cyber police.) and how I could get in trouble for [...]]]></description>
			<content:encoded><![CDATA[<p>Finding myself always being asked questions at school about hacking, security, and how to exploit the faults in the schools server, and not being able to answer them because of the simple fact that I’m in Cyber Corp (Geek Squad of the School, like the cyber police.) and how I could get in trouble for letting the information out. It suddenly struck me that I should post these hacks, security issues, and exploits on “MY BLOG!!!? Yup…finally hit me that I could tell you everything you wanted to know about how to crack passwords, and why I hate Microsoft so much…are you ready?</p>
<p>One of the most annoying things about Windows is that in order to have a decent experience, you need to reformat and reinstall Windows once every 6 months at most, or you will have to endure the pain and suffering of all hell breaking loose on your computer, once a year. The reasons behind this are long and complex to an extent, but primarily they stem from the fact that Windows requires software manufacturers to repeatedly overwrite various shared components with their own custom versions, hence making them vulnerable. To make matters worse, software writers are allowed to pitch files all over your hard drive. On a good day an uninstaller will seek and destroy the majority of these files. So the uninstallers, if they don’t fail outright, leave a lot of junk behind. All of this leads to awful performance over time, and an increasing number of crashes and other crap. Since MicroSucks is so stupid and won’t get rid of there registries, and I have no clue why they hold on to them, spyware and viruses are easily tucked away hidden, until you do a spyware search.</p>
<p>So, you are going to reinstall Windows if you know what’s good for you. But if you are like most computer people, you took that stack of manuals and documentation that came with your computer and put it in a safe place, such as a fire, the trash, or even sold it on Ebay for that money you needed to pay that guy off for the bet you placed. Needless to say, that Windows serial number is long gone, or at the very least it is inconveniently located on the back of the machine partying with the elephant sized dust bunnies that have gathered in the darkness. But fear not my little hackers, code crackers, slackers, Eric has an answer! Windows being about as secure as the US-Mexico border will cough up the goods with a little persuasion from <a href="http://www.magicaljellybean.com/keyfinder.shtml">Keyfinder</a>. Best of all, it won’t cost you anything to regain this valuable string of letters and numbers. Of course, I am sure some people will put it to more nefarious purposes. You bad wittle kiddies. <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' /> </p>
<p>Speaking of nefarious (cool word huh), have you ever forgotten your administrative password for Windows (or maybe you need to break into your bosses email before he reads that email you accidentally sent to the whole company while drunk on Saturday night documenting his affair with the less-than-runway-super-sized-model, or for us younger tots, you want to show your teacher up for that “F? he/she gave you for proving him/her wrong)? Have no fear, MicroSucks comes to your rescue…again, with a handy knowledgebase article explaining just how one might go about this. (OK, this is another reason why MicroSucks… sucks, they tell you how to retrieve passwords on there own OS, which we all know only leads to the cause of havoc.) <a href="http://support.microsoft.com/?kbid=321305">How to log on to Windows XP if you forget your password or your password expires</a></p>
<p>I know there is still a lot of unanswered questions, and I know a lot of people want to know how I make my “programs? (*cough*viruses) and I know that people want to know how to successfully use NET commands non-remotely, and remotely, but I’m not going to answer those right now, I’ll leave you wanting more <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . If you have questions or comments, or need to know how to do something else, let me know in the comments. Until next time, enjoy! <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2005/10/how-to-exploit-windows-to-your-own-advantage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Bypass  Windows Genuine Validation</title>
		<link>http://eric-taylor.com/2005/10/how-to-bypass-microsoft%e2%80%99s-windows-genuine-validation/</link>
		<comments>http://eric-taylor.com/2005/10/how-to-bypass-microsoft%e2%80%99s-windows-genuine-validation/#comments</comments>
		<pubDate>Wed, 12 Oct 2005 14:51:54 +0000</pubDate>
		<dc:creator>Eric Taylor</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[MicroSucks]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://eric-taylor.com/?p=54</guid>
		<description><![CDATA[I know this is posted around in other places, and this “fix�? has been around ever since the beginning of September, but people still ask me if there is anyway they can get around stupid MicroSucks Windows Genuine Validation services when updating there pirated version of Windows XP. Yes, there is most defiantly a way, [...]]]></description>
			<content:encoded><![CDATA[<p>I know this is posted around in other places, and this “fix�? has been around ever since the beginning of September, but people still ask me if there is anyway they can get around stupid MicroSucks Windows Genuine Validation services when updating there pirated version of Windows XP. Yes, there is most defiantly a way, and I do know it. Let’s first discuss a few things.</p>
<p>1. What is Microsoft’s Windows Genuine Validation?</p>
<p>2. Why did Microsoft do that?</p>
<p>3. How do I bypass it.</p>
<p>Microsoft’s Windows Genuine Validation is basically code that is slipped onto your PC when you update Windows. If you have automatic updates on, it was even more hidden because Microsoft won’t tell you what they are putting on your computer until it’s there. Anyways…what it does is checks your version of Windows XP for a Genuine CD key. So if you have a pirated version of Windows XP on your computer, it is going to tell that your version isn’t genuine. If it isn’t a genuine version of Windows XP, you will not be able to receive any of the updates (like anyone does update anyways).</p>
<p>Microsoft did that because of the fact that they THINK they can stop people from paying for that OS. No one pays for it because of the hell Microsoft puts us through with their OS.</p>
<p>The fact of the matter is that Microsoft thinks they are smart, and they can stop us from pirating versions of there crappy operating system. Once you see the steps of bypassing this you will believe me when I say that “MICROSUCKS SUCKS!!!�?</p>
<p><em>Instructions:</em></p>
<p>Go to the Windows Update page. DO NOT CLICK THE “Custom�? or “Express�? buttons yet!</p>
<p>Copy and paste the following line into the address bar of your browser.</p>
<blockquote><p>javascript:void(window.g_sDisableWGACheck=&#8217;all&#8217;)</p></blockquote>
<p>Press Enter (THE PAGE SHOULDN’T CHANGE!)</p>
<p>Now you may click on one of the buttons “Custom�? or “Express�?</p>
<p>Told you it was so easy that it would make you go crazy. As you can see, it’s a simple JavaScript, by typing that into the browser and hitting enter; you disable that part of the code. <img src='http://eric-taylor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strike><strong>UPDATED:</strong> You may not be able to bypass using that javascript code, but don&#8217;t worry there is another way. In IE go to Tools -&gt; Manage Add-ons -&gt; &#8220;Add-ons that have been used by IE&#8221; -&gt; Windows Genuine Advantage and check &#8220;disable&#8221;. Apply, hit Okay and reload the Microsoft Windows Update page.</strike></p>
<p><strike><strong>UPATED AGAIN: </strong>Because of recent changes of IE and Windows tring to secure paying customers before they release Vista, Microsoft has made these previous ways of getting around not possible, but do not fear, here is the new way.</strike></p>
<p><strike>1- Download all updates including windows genuine valdiation</strike></p>
<p><strike>2- Go to start, run, and type in regedit</strike></p>
<p><strike>3- Locate yourself to HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ policies \ EXT \ CLSID</strike></p>
<p><strike>4. There will be two files, one has no value, and the other one should be set to 1.<br />
Change the file value data that is “1″ to “0″.</strike></p>
<p><strike>5. Open windows update.</strike></p>
<p><strike>6. Select which way you want to go (either custom or express) it doesn’t matter at this point.</strike></p>
<p><strike>7. You will be asked to reinstall the Validation tool. DON’T DO IT! Instead…put the registry data variable string that you deleted back in with a value of 1</strike></p>
<p><strike>8. Click back and then click the update method of choice and voila!</strike></p>
<p><strike>There you go.</strike></p>
]]></content:encoded>
			<wfw:commentRss>http://eric-taylor.com/2005/10/how-to-bypass-microsoft%e2%80%99s-windows-genuine-validation/feed/</wfw:commentRss>
		<slash:comments>107</slash:comments>
		</item>
	</channel>
</rss>

