<?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>Information Technology For Dummies &#187; Sofware</title>
	<atom:link href="http://project-880.com/category/sofware/feed" rel="self" type="application/rss+xml" />
	<link>http://project-880.com</link>
	<description>Making everything more easier with your IT Knowledge</description>
	<lastBuildDate>Tue, 13 Dec 2011 17:18:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Clean and Repair Stuxnet</title>
		<link>http://project-880.com/sofware/how-to-clean-and-repair-stuxnet</link>
		<comments>http://project-880.com/sofware/how-to-clean-and-repair-stuxnet#comments</comments>
		<pubDate>Mon, 01 Nov 2010 00:19:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=162</guid>
		<description><![CDATA[How to Remove  Stuxnet Virus
Continuing the previous article Close Up with Stuxnet, in this article I will try to write about how to clean and repair Stuxnet virus.
If  Stuxnet already [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>How to Remove  Stuxnet Virus</strong></h1>
<p>Continuing the previous article <strong><a href="http://project-880.com/sofware/close-up-with-stuxnet" target="_blank">Close Up with Stuxnet</a></strong>, in this article I will try to write about how to clean and repair Stuxnet virus.</p>
<p>If  Stuxnet already succeeded to infiltrate your computer, Stuxnet will make some files as follows :</p>
<p><strong>1. </strong>C:\WINDOWS\system32\winsta.exe<br />
Winsta.exe files created by this Stuxnet, will enlarge to the remaining disk space, and will causing<br />
your hard drive becomes full (usually will attack the C drive or OS system).<br />
<strong>2. </strong>C:\WINDOWS\system32\drivers\mrxcls.sys, and<br />
<strong>3. </strong>C:\WINDOWS\system32\drivers\mrxnet.sys</p>
<p>File mrxcls.sys and mrxnet.sys an active file used by Stuxnet to infect computers and other devices connected (such as USB flash / removable disk).</p>
<p>In addition to making files above, Stuxnet also will infect some the following important file system :</p>
<ol>
<li>Svchost: this files related to network connections, with infected this file Stuxnet will be make the network disconnected.</li>
<li>LSASS: when this file is infected will make the computer slowly, hangs and restarts.</li>
<li>Spoolsv: If the file is infected will be that the computer cannot print.</li>
</ol>
<p>When the third file system above it has infected by Stuxnet, computer will automatically run slow or hangs, and if your computer have connected to the network, your connection will be disconnected.</p>
<p>Stuxnet also will make modifications to your computer registry, some register changed are:</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MRxCls<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MRxNet<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MRxNet<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MRxCls<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MRXCLS<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MRXNET<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MRXCLS<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MRXNET</p>
<p>Obtained from several sources that I have read and from some case that has ever addressed the following steps is effective enough to clean or remove the virus Stuxnet :</p>
<p><strong>1. </strong><strong>Clean and Remove Stuxnet virus with removal tools from Dr Web CureIT.</strong> Download and run removal tools from Dr Web CureIt, you can download this tool at <span style="color: #0000ff;"><strong><span style="text-decoration: underline;">http://www.freedrweb.com/download+cureit/</span></strong></span></p>
<p><strong>2. </strong><strong>Fix computer registry</strong><br />
Fix the windows registry that has been modified by a virus Suxnet, with copy the script below, use WordPad or Notepad and save it with name repair.inf</p>
<p>[Version]<br />
Signature=&#8221;$Chicago$&#8221;<br />
Provider=Project-880<br />
[DefaultInstall]<br />
AddReg=UnhookRegKey<br />
DelReg=del</p>
<p>[UnhookRegKey]<br />
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, ShowSuperHidden,0&#215;00010001,1<br />
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, SuperHidden,0&#215;00010001,1<br />
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, HideFileExt,0&#215;00010001,0<br />
HKLM, SOFTWARE\CLASSES\batfile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\comfile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\exefile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\piffile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\regfile\shell\open\command,,,&#8221;regedit.exe &#8220;%1&#8243;&#8221;<br />
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, &#8220;Explorer.exe&#8221;</p>
<p>[del]<br />
HKLM, SYSTEM\CurrentControlSet\Services\MRxCls<br />
HKLM, SYSTEM\CurrentControlSet\Services\MRxNet<br />
HKLM, SYSTEM\ControlSet001\Services\MRxCls<br />
HKLM, SYSTEM\ControlSet002\Services\MRxNet<br />
HKLM, SYSTEM\CurrentControlSet\Services\Enum\Root\LEGACY_MRXClS<br />
HKLM, SYSTEM\CurrentControlSet\Services\Enum\Root\LEGACY_MRXNET<br />
HKLM, SYSTEM\ControlSet001\Services\Enum\Root\LEGACY_MRXClS<br />
HKLM, SYSTEM\ControlSet002\Services\Enum\Root\LEGACY_MRXNET</p>
<p>Run repair.inf file by right clicking this file name on file explorer then select install and restart your computer.</p>
<p>To prevent the rest of the trojan tries to be active again, clear the temporary files using software such as ATF Cleaner or using Microsoft Windows program application Disk Clean-Up.</p>
<p><strong>3. </strong><strong>Prevention of virus attack again</strong></p>
<p>To prevent a virus infects a computer again, you can use the following script:</p>
<p>@echo off<br />
del /f c:\windows\system32\winsta.exe<br />
rem rd c:\windows\system32\winsta.exe<br />
md c:\windows\system32\winsta.exe<br />
del /f c:\windows\system32\drivers\mrxnet.sys<br />
rem rd c:\windows\system32\drivers\mrxnet.sys<br />
md c:\windows\system32\drivers\mrxnet.sys<br />
del /f c:\windows\system32\drivers\mrxcls.sys<br />
rem rd c:\windows\system32\drivers\mrxcls.sys<br />
md c:\windows\system32\drivers\mrxcls.sys<br />
attrib +r +h +s c:\windows\system32\winsta.exe<br />
attrib +r +h +s c:\windows\system32\drivers\mrxnet.sys<br />
attrib +r +h +s c:\windows\system32\drivers\mrxnet.sys</p>
<p>Save this file with the name &#8220;winsta.bat&#8221;, then run this file by double click on this file name.<br />
For optimal cleaning and prevent the virus infects a computer, scan your computer again using the antivirus that has been updated and can recognize this virus very well.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/how-to-clean-and-repair-stuxnet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Close Up with Stuxnet</title>
		<link>http://project-880.com/sofware/close-up-with-stuxnet</link>
		<comments>http://project-880.com/sofware/close-up-with-stuxnet#comments</comments>
		<pubDate>Sun, 24 Oct 2010 15:20:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=160</guid>
		<description><![CDATA[Some Information about Stuxnet
Security experts said Stuxnet is cyber weapons, which was created as a tool of terrorism
in cyberspace, which until now still not known who was behind the attack [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>Some Information about Stuxnet</strong></h1>
<p style="text-align: justify;"><img class="alignleft size-thumbnail wp-image-139" title="Antivirus_Stuxnet" src="http://project-880.com/wp-content/uploads/2010/09/Antivirus_Stuxnetjpg-150x150.jpg" alt="Antivirus_Stuxnet" width="150" height="150" />Security experts said <strong>Stuxnet</strong> is cyber weapons, which was created as a tool of terrorism</p>
<p style="text-align: justify;">in cyberspace, which until now still not known who was behind the attack Stuxnet. There are rumors, saying that the virus is designed to attack large industrial systems, and nuclear sites in Iran is one of the objectives of this virus attacks. If the rumor is true, then it is possibility that a virus has been created with an intervention by a country or institutions that have substantial funds which has the intended  to infiltrate another country&#8217;s national security system.</p>
<p style="text-align: justify;"><strong>How to Stuxnet can infected a computer ?</strong><br />
- This virus spreads via USB thumb drive storage device that has been infected, by exploiting vulnerabilities in Microsoft Windows operating system.<br />
- This virus will spread in share network that has a acces level full.</p>
<p style="text-align: justify;"><strong>How about widespread Stuxnet ? </strong><br />
From the research that has been done by a computer security firm Symantec, shows that countries affected by this virus attack on August 6 is, Iran with a number of computers infected 62.867 computers, Indonesia 13.336 computers, India&#8217;s computer 6.552, the United States 2.913 computer, Australia  2.436 computers, England 1.038 computers, Malaysia 1.013 computers , and Pakistan 993 computers.</p>
<p><strong>Who was first identified this virus attack ?</strong><br />
Belarus Companies Virusblokada is the first was identified this virus in mid-June.<strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align: justify;"><strong>How much harm could be caused by this virus?</strong><br />
These viruses will steal the victim&#8217;s computer information, it was reported that when a virus attacks the SCADA system, the virus can take over the machine control system. In a modified variant of this virus were reported, in the Vista operating system will causes the hard disk becomes full.</p>
<p style="text-align: justify;">Therefore some information about Stuxnet. In the next article I will try to write how to prevent and eliminate this virus from your computer.<strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/close-up-with-stuxnet/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to know your computer has been attacked by Virus</title>
		<link>http://project-880.com/sofware/how-to-know-your-computer-has-been-attacked-by-virus</link>
		<comments>http://project-880.com/sofware/how-to-know-your-computer-has-been-attacked-by-virus#comments</comments>
		<pubDate>Sun, 17 Oct 2010 10:26:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=152</guid>
		<description><![CDATA[All computer users wouldn&#8217;t like if there is a virus infecting your computer. Computer viruses are usually quiet and move from one computer to another.
Viruses move or attack computers in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-156" title="Sign Of Computer Attackec by Virus" src="http://project-880.com/wp-content/uploads/2010/10/Sign-Of-Computer-Attackec-by-Virus.jpg" alt="Sign Of Computer Attackec by Virus" width="150" height="112" />All computer users wouldn&#8217;t like if there is a virus infecting your computer. Computer viruses are usually quiet and move from one computer to another.<br />
Viruses move or attack computers in various ways, for example, by email, USB storage devices, Internet and networking on the local computer.<br />
For that as one of the precautions to prevent computer virus infects your computer, you must know what the signs or indicators if the virus has invaded your computer.</p>
<p>Here are the signs that usually occur when viruses attack your computer:<br />
-          You will feel your computer runs slower than usual.<br />
-          Computer suddenly stopped or not responding, and often occurs.<br />
-          Computer suddenly restart or crash, and this happened within a few minutes.<br />
-          Computer suddenly restart and can not run normally again.<br />
-          Computer applications can not run normally.<br />
-          Hard drive or disk drive can not be accessed.<br />
-          Printing activity does not work correctly.<br />
-          Often appears strange and unusual error message.<br />
-          Frequently appear damage dialog box.<br />
-          Function ctrl alt del on microsoft windows has been disable.<br />
-          Same as the previous on command Regedit and MSConfig can not be done.<br />
-          Original folders on your computer has been hidden and replaced with virus files.<br />
-          On Tools Menu, folder options in windows explorer has been missing.<br />
-          Appears files with folder icon but it’s has type file exe.</p>
<p>The things above are common symptoms that occur when a computer infected by computer viruses, but could have some of the above happened because of interference on your computer hardware or software. It is recommended to prevent virus attacks to the computer, you should always make your data definition AntiVirus keep to up-date and do not forget to make backups regularly all your important data.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/how-to-know-your-computer-has-been-attacked-by-virus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Data Recovery is so important</title>
		<link>http://project-880.com/sofware/why-data-recovery-is-so-important</link>
		<comments>http://project-880.com/sofware/why-data-recovery-is-so-important#comments</comments>
		<pubDate>Fri, 08 Oct 2010 17:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>
		<category><![CDATA[Data Recovery]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=149</guid>
		<description><![CDATA[Why Data Recovery is so important
As you know now we are living in the a world of technology with almost every job are being performed by computers. It can you imagine [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>Why Data Recovery is so important</strong></h1>
<p><img class="alignleft size-thumbnail wp-image-150" title="Data Recovery" src="http://project-880.com/wp-content/uploads/2010/10/Data-Recovery-150x150.jpg" alt="Data Recovery" width="150" height="150" />As you know now we are living in the a world of technology with almost every job are being performed by computers. It can you imagine what if when you are working in the deadline project suddenly your computer system displays a blank screen?  “The data which appears to be lost and inaccessible, don’t panic actually your data is not will lost forever. The lost data can be recovered with data recovery software and services.”</p>
<p><strong>Data Recovery</strong> is defined as a scientific approach followed to get back the lost and inaccessible data. This can be made possible through data recovery software utilities and services.</p>
<p>1. Data Recovery software effectively recovers and repair files, databases, storage media, corrupt partitions and brings back your data safely. The recovery software are helpful and effectively recovers back your lost, deleted data, which can be easily purchased through on-line sale transactions.</p>
<p>2. Data Recovery Services are usually performed when the software to recover data is unable to recover your data or the complexity of the damage to data is to such an extent that specialized attention of the data recovery technician is required. This generally happens in cases when your hard drive or storage media indicates the following symptoms:</p>
<p>- Clicking noise from the hard disk drive</p>
<p>- Drive not recognized by the BIOS</p>
<p>- Fire and water damage</p>
<p>- Hard disk component failure</p>
<p>- Computer is not bootable and many other undefined reasons.</p>
<p>The specialist data recovery service providers offer services to recover data from hard disks of desktops and laptops, RAIDs, Tape media, Pen drives, Zip drives, Compact disks, DVDs, Digital Cards, Memory Cards etc where data gets lost due to Logical and Physical crashes.</p>
<p>Data recovery services are the most efficient and economical way to recover your data and files. If you choose for data recovery services you can be assured that you will get back your data.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/why-data-recovery-is-so-important/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some steps to make your computer safe from Viruses</title>
		<link>http://project-880.com/sofware/some-steps-to-make-your-computer-safe-from-viruses</link>
		<comments>http://project-880.com/sofware/some-steps-to-make-your-computer-safe-from-viruses#comments</comments>
		<pubDate>Sat, 02 Oct 2010 17:53:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>
		<category><![CDATA[Virus Computer]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=147</guid>
		<description><![CDATA[Some steps to make your computer safe from Viruses
As you all has know computer today have become a central to our lives. But unfortunately computer are also has vulnerable to [...]]]></description>
			<content:encoded><![CDATA[<h1><strong><img class="alignleft size-thumbnail wp-image-106" title="computer-virus11" src="http://project-880.com/wp-content/uploads/2010/04/computer-virus11-150x150.jpg" alt="computer-virus11" width="150" height="150" />Some steps to make your computer safe from Viruses</strong></h1>
<p>As you all has know computer today have become a central to our lives. But unfortunately computer are also has vulnerable to attack from a variety of sources, with viruses being one of the most malicious and troublesome. Even though  the virus written with simply code, but must still vigilant  because the virus has probability to make damage the files on your computer, or it may act as a way for a hacker to access your personal data on your computer.</p>
<p>Clearly, if you want to keep your computer and the information safe from these kinds or threat, you&#8217;ll must take steps to keep your computer safe from viruses. This means getting security and utilities software, such as an <strong>antivirus </strong>program, firewall etc.<br />
here below is some simple steps to make your computer safe form virus :</p>
<p>1. Understand viruses. One saving grace of viruses is that, like the programs you install on your computer, they generally can&#8217;t do anything until they are run by you. Unfortunately, some of the more clever viruses are designed to trick the user into running them without realizing that is a threat exists. For example, in the earlier days of email, it was fairly common for people&#8217;s email programs to automatically save and run attachments in emails; if that attachment was a virus, then that virus was basically allowed to infect the user&#8217;s computer as soon as they checked their email.<br />
Sometimes a virus may be hidden inside another program that appears entirely benign. In this case, it&#8217;s important to have antivirus software that can spot the hidden threat and neutralize it before it does any damage.<br />
2. Get yourself high-quality virus protection software. Without any antivirus software, the user is saddled with the responsibility for detecting viruses and preventing them from damaging their computer. Even the most savvy computer user would find this a time-consuming and formidable task. (It may not be able to undo everything, particularly if files were deleted or if the virus transmitted personal information to identity thieves or other malicious characters.)<br />
3. Keep your antivirus software up to date. Although the latest antivirus software can protect your computer from an enormous inventory of existing viruses, it won&#8217;t necessarily be able to safeguard your computer from any new viruses that are developed. For this reason, companies that produce antivirus software often include a one-year subscription to keep your antivirus up-to-date so that it can recognize any new viruses that may manifest.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/some-steps-to-make-your-computer-safe-from-viruses/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Advantages of Microsoft Windows 7</title>
		<link>http://project-880.com/sofware/some-advantages-of-microsoft-windows-7</link>
		<comments>http://project-880.com/sofware/some-advantages-of-microsoft-windows-7#comments</comments>
		<pubDate>Sat, 25 Sep 2010 16:07:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=142</guid>
		<description><![CDATA[Some Advantages of Microsoft Windows 7
Some of us may already use (OS) from Microsoft&#8217;s latest operating system, but carefully Have we realized this one was different OS versions of Microsoft&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>Some Advantages of Microsoft Windows 7</strong></h1>
<p><img class="alignleft size-thumbnail wp-image-143" title="Advantages of Microsoft Windows 7" src="http://project-880.com/wp-content/uploads/2010/10/Advantages-of-Microsoft-Windows-7-150x150.jpg" alt="Advantages of Microsoft Windows 7" width="150" height="150" />Some of us may already use (OS) from Microsoft&#8217;s latest operating system, but carefully Have we realized this one was different OS versions of Microsoft&#8217;s previous output. Failure of Microsoft in Vista seems to be a lesson for the latest output is not experiencing similar things and more successful than the record of spectacular success of Windows XP.<br />
Let us dismantle surplus from the previous version of  <strong>Microsoft Windows</strong> 7</p>
<p>Microsoft has claimed that Windows is an operating system that is designed to suit the tastes of users who want a computer that is simple and convenient, but can work with a fast, lightweight, no fuss, a little click, easy to use and not complicated.<br />
Comparison of Windows XP, Vista and Windows 7</p>
<p>Here are the benefits of Windows 7 which is claimed by new boss Bill Gates, Microsoft&#8217;s successor, Steve Ballmer:</p>
<p>1. Finding files fast<br />
To find the file is not too difficult and time consuming. Do I just click on the Start menu and type in the search box what will be searched. Once open, select what you want and quickly be realized.</p>
<p>2. Seeing all the windows with ease<br />
At a time when many windows open, sometimes we confused the name or contents. Windows 7 to help you see him easily with just a peek of the taskbar. The trick with flying-Lift cursor over an icon from an open window will appear the name of the icon and the program.</p>
<p>3. Secretly peeked your desktop<br />
Many times we have to close the window one by one to see the desktop. This feature helps you peek Peek Aero desktop without touching the window. How to cast your cursor over a square box on the bottom right corner. Click above to minimize all open windows. When the desktop screen opens, click Nagi to show again.</p>
<p>4. Finding what you want very easily<br />
Jump List in Windows 7 helps you search for files, songs, pictures, or other documents in the desktop quickly. This reduces the wasted time you find a document that operated yesterday. This feature is no start menu and taskbar. With 1 click, you can view websites that are often used in Internet Explorer 8. You can attract and remove a file from the Jump List.</p>
<p>5. Compare 2 windows<br />
Snap Feature to help us look back at the window with better and easier to compare two documents to each other. How to draw a window to one side of the screen. When the mouse pointer to the other side, the window will snap half of the screen. To extend it vertically, drag the border to the edge of the screen. When the mouse pointer on the edge, the window will snap to the vertical penuh.Satu Click D</p>
<p>6. One Click Can All<br />
With the pin feature, you can access the taskbar with one click. Hover the cursor over your favorite program and drag it to the taskbar. Or right click on it and select &#8220;pin&#8221; in the Taskbar. Your program will be a pin. To open, click on the Taskbar icon. You can open the pin with another program at the time.</p>
<p>7. Set-up Wireless Easy<br />
With Windows 7 wireless set-up much easier. You can add others, including network printers and digital media players. You do this by launching the wizard &#8220;Add a Device&#8221; and then type the pin location on mobile devices.</p>
<p>8. Surf the Internet with Fast, Safe and Easy<br />
Internet Explorer 8 makes use of the Internet so more quickly, safely and easily. Through the web slices, you can keep track of specific information. It&#8217;s easier to follow than an auction on eBay or the latest news from ESPN. With instant contact search on the internet explorer, the results can be followed in real time. The search results are also equipped with the SmartScreen, the filter that protects you from spam, viruses and other. While InPrivate help you explore the virtual world of privacy after closing the browser.</p>
<p>9. Personalise Your Computer<br />
With Windows 7, you&#8217;re not too hard to make the computer more personal. You do this by right click on desktop then click personalize to choose from many themes of interest or turn the desktop back into the slide show your favorite photos. Click on Gadgets to add information that is often needed on the desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/some-advantages-of-microsoft-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virus Stuxnet will Replace Conficker position</title>
		<link>http://project-880.com/sofware/virus-stuxnet-will-replace-conficker-position</link>
		<comments>http://project-880.com/sofware/virus-stuxnet-will-replace-conficker-position#comments</comments>
		<pubDate>Wed, 01 Sep 2010 01:25:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=138</guid>
		<description><![CDATA[Virus Stuxnet will Replace Conficker  position
Virus Stuxnet a dangerous virus turned out to have the potential to replace Conficker, because there are more dangerous than Conficker Stuxnet.
&#8220;Virus Stuxnet actually has [...]]]></description>
			<content:encoded><![CDATA[<h1>Virus Stuxnet will Replace Conficker  position</h1>
<p><img class="alignleft size-thumbnail wp-image-139" title="Antivirus_Stuxnetjpg" src="http://project-880.com/wp-content/uploads/2010/09/Antivirus_Stuxnetjpg-150x150.jpg" alt="Antivirus_Stuxnetjpg" width="150" height="150" /><strong>Virus Stuxnet</strong> a dangerous virus turned out to have the potential to replace Conficker, because there are more dangerous than Conficker Stuxnet.</p>
<p>&#8220;Virus Stuxnet actually has emerged since some time ago and the newly emerging again in recent days,&#8221; said Regional Manager of Symantec&#8217;s Consumer Product Marketing Asia Pacific David Hall.</p>
<p>&#8220;Nevertheless,&#8221; Hall added, &#8220;Stuxnet could replace Conficker because it is much more dangerous.&#8221;</p>
<p>if  we see from the dangerous level of the virus, virus Stuxnet  have possibility to replace Conficker  who has make horrendous many computer users in a few years ago.</p>
<p>&#8220;However, today the computer users need not worry because many antivirus companies,  has try to always make update they technology so that the antivirus can be overcome Stuxnet virus. That&#8217;s  included Norton Internet Security 2011, that had just launched,&#8221; Hall said.</p>
<p>As reported earlier, Stuxnet has be suspected to sabotage the cripple nuclear industris systems that exist in Iran. This is after 60 percent Stuxnet successful attack computer systems in the state, Symantec predicted 18 percent of computers in Indonesia have been infected Stuxnet.</p>
<p>Currently, malware is predicted to have infected approximately 45,000 computers in the worldwide. Siemens AG, a company that designs systems to target the virus, said if Stuxnet has infected 15 power plant control systems, including water filtration systems, oil drilling, electricity and nuclear power.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/virus-stuxnet-will-replace-conficker-position/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuxnet / Winsta, virus that makes your space hard-disk low</title>
		<link>http://project-880.com/sofware/stuxnet-winsta-virus-that-makes-your-space-hard-disk-low</link>
		<comments>http://project-880.com/sofware/stuxnet-winsta-virus-that-makes-your-space-hard-disk-low#comments</comments>
		<pubDate>Sun, 01 Aug 2010 05:13:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=119</guid>
		<description><![CDATA[Stuxnet &#8211; Winsta, Malware virus that makes your Low Disk Space
For those of you who use internet, you should be careful if you try to visit a website address which is [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="text-decoration: underline;">Stuxnet &#8211; Winsta, Malware virus that makes your Low Disk Space</span></h1>
<p>For those of you who use internet, you should be careful if you try to visit a website address which is indicated as have pornographic content, or for you who always visiting cracking site for download software crack, because without you realize when you try to use the crack code,  it will be could cause turned out the file that actually contains a trojan script &#8220;<strong>Stuxnet or Winsta</strong>&#8220;.</p>
<p>If you&#8217;ve already run the file, the &#8220;Stuxnet&#8221; will managed to infect a computer, and will make some files as follows:<br />
-    C: \ WINDOWS \ system32 \ winsta.exe<br />
-    C: \ WINDOWS \ system32 \ drivers \ mrxcls.sys<br />
-    C: \ WINDOWS \ system32 \ drivers \ mrxnet.sys</p>
<p>File &#8220;winsta.exe&#8221; made will swell for the rest of the existing hard disk space, it will be causing the hard drive becomes full (usually the C drive or system of the OS).  While the file is a file mrxnet.sys and  mrxcls.sys actively used to infect other computers and devices that are connected ( like USB flash or removable drive ).</p>
<p>Actually Winssta.exe is the original files of Windows that is useful for WinStation Monitor, which is one of the tools from Microsoft that is used in Windows 2000 to monitor Terminal Services client session. Location of these files should also be located at C: \ ProgramFiles \ Resources \ winsta.exe. For further information on the following article you can see at <span style="color: #0000ff;"><span style="text-decoration: underline;">http://support.microsoft.com/kb/320190</span></span></p>
<p>Some of the symptoms and effects that occur if you are infected with a trojan &#8220;Stuxnet&#8221; is as follows:</p>
<p>- Hard-disk computers in the network suddenly fully and your will get a warning &#8220;Low Disk Space&#8221;. Winsta.exe will growing and make adjust the remaining disk space you have (the C drive or system OS).</p>
<p>- The notification from windows system which informs that the rest of your disk space is empty will appears.</p>
<p>- Because of your disk space is empty, so you can not store data again or you can run certain programs that require hard drive space / use the cache.</p>
<p>- The computer will seem to hang or slow, if you are connected to network, you will be disconnected from the network, because some windows system files that become victims of infections are:</p>
<ol>
<li>Svchost: files relating to network connections, with this file to infect the network will be disconnected.</li>
<li>Lsass: making slow and the computer hangs and restarts itself, this was done by infecting files.</li>
<li>Spoolsv: can not print data via a printer, this is done with this file to infect.</li>
</ol>
<p>Trojan Virus &#8220;Stuxnet&#8221; It spreads by exploiting usb storage or full access network. Trojan infected computer will do automatically, because by creating execution files which name,<br />
~ WTR [random_numbers]. Tmp<br />
The steps that must be done to make cleaning a virus is as follows:</p>
<p>-          Clean the virus removal tools using Dr.Web CureIt. You can download the following link:<br />
<span style="color: #0000ff;"><span style="text-decoration: underline;">http://www.freedrweb.com/download+cureit/</span></span></p>
<p>-          Fix the windows registry is already in the modification of the virus with the following steps:</p>
<p>Copy this script to use WordPad or Notepad :</p>
<p><em>[Version]</em><br />
<em>Signature=&#8221;$Chicago$&#8221;</em><br />
<em>Provider=Project-880.com</em><br />
<em>[DefaultInstall]</em><br />
<em>AddReg=UnhookRegKey</em><br />
<em>DelReg=del</em><br />
<em>[UnhookRegKey]</em><br />
<em>HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, ShowSuperHidden,0&#215;00010001,1</em><br />
<em>HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, SuperHidden,0&#215;00010001,1</em><br />
<em>HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, HideFileExt,0&#215;00010001,0</em><br />
<em>HKLM, SOFTWARE\CLASSES\batfile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;</em><br />
<em>HKLM, SOFTWARE\CLASSES\comfile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;</em><br />
<em>HKLM, SOFTWARE\CLASSES\exefile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;</em><br />
<em>HKLM, SOFTWARE\CLASSES\piffile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;</em><br />
<em>HKLM, SOFTWARE\CLASSES\regfile\shell\open\command,,,&#8221;regedit.exe &#8220;%1&#8243;&#8221;</em><br />
<em>HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, &#8220;Explorer.exe&#8221;</em><br />
<em>[del]</em><br />
<em>HKLM, SYSTEM\CurrentControlSet\Services\MRxCls</em><br />
<em>HKLM, SYSTEM\CurrentControlSet\Services\MRxNet</em><br />
<em>HKLM, SYSTEM\ControlSet001\Services\MRxCls</em><br />
<em>HKLM, SYSTEM\ControlSet002\Services\MRxNet</em><br />
<em>HKLM, SYSTEM\CurrentControlSet\Services\Enum\Root\LEGACY_MRXClS</em><br />
<em>HKLM, SYSTEM\CurrentControlSet\Services\Enum\Root\LEGACY_MRXNET</em><br />
<em>HKLM, SYSTEM\ControlSet001\Services\Enum\Root\LEGACY_MRXClS</em><br />
<em>HKLM, SYSTEM\ControlSet002\Services\Enum\Root\LEGACY_MRXNET</em><br />
<em> </em></p>
<p>Save the file with the name &#8220;repair.inf&#8221;. Use the Save as type option to Text Document in order to avoid mistakes. Right-click the file &#8220;repair.inf&#8221; then select &#8220;Install&#8221;, then restart your computer. Clean temporary files, this in order to prevent the rest of the trojan is trying to become active again. Use tools like &#8220;ATF Cleaner&#8221; or use the windows feature is &#8220;Disk Clean-Up.&#8221;</p>
<p>Next step use the following script to prevent the virus infected your computer again :</p>
<p><em>@echo off</em><br />
<em>del</em><em> /f c:\windows\system32\winsta.exe</em><br />
<em>rem rd c:\windows\system32\winsta.exe</em><br />
<em>md c:\windows\system32\winsta.exe</em><br />
<em>del</em><em> /f c:\windows\system32\drivers\mrxnet.sys</em><br />
<em>rem rd c:\windows\system32\drivers\mrxnet.sys</em><br />
<em>md c:\windows\system32\drivers\mrxnet.sys</em><br />
<em>del</em><em> /f c:\windows\system32\drivers\mrxcls.sys</em><br />
<em>rem rd c:\windows\system32\drivers\mrxcls.sys</em><br />
<em>md c:\windows\system32\drivers\mrxcls.sys</em><br />
<em>attrib +r +h +s c:\windows\system32\winsta.exe</em><br />
<em>attrib +r +h +s c:\windows\system32\drivers\mrxnet.sys</em><br />
<em>attrib +r +h +s c:\windows\system32\drivers\mrxnet.sys</em></p>
<p>Save the file with the name &#8220;winsta.bat&#8221;. Use the Save as type option to Text Document in order to avoid mistakes. then run the file by double clicking on it.</p>
<p>&#8211; reference : vaksin.com</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/stuxnet-winsta-virus-that-makes-your-space-hard-disk-low/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Deadliest Computer Virus in the World Now</title>
		<link>http://project-880.com/sofware/10-deadliest-computer-virus-in-the-world-now</link>
		<comments>http://project-880.com/sofware/10-deadliest-computer-virus-in-the-world-now#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:50:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=105</guid>
		<description><![CDATA[1.Storm Worm
First appeared in 2006, called &#8220;Storm Worm&#8221; because it spreads via email, entitled &#8220;230 dead as storm batters Europe&#8221;. Storm worm Trojan programs are included in the house, several [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-106" title="computer-virus11" src="http://project-880.com/wp-content/uploads/2010/04/computer-virus11.jpg" alt="computer-virus11" width="250" height="251" /><strong>1.Storm Worm</strong><br />
First appeared in 2006, called &#8220;Storm Worm&#8221; because it spreads via email, entitled &#8220;230 dead as storm batters Europe&#8221;. Storm worm Trojan programs are included in the house, several versions of this <strong>virus</strong> can make the computer become bots.</p>
<p><strong>2. Leap-A/Oompa- A</strong><br />
Mac that has a concept of security through obscurity, Mac believe thea system can’t be infected by a virus of cause of  the OS system is a closed. But in the year 2006, Leap-A virus or commonly known as Oompa-A appears and spreads via iChat on the Mac. Having a Mac attack, the virus will search for contacts via iChat and send messages to each contact. The message will contain a form of corrupt JPEG file. It&#8217;s not dangerous, but this proved that the Mac OS systems are not immune to the virus.</p>
<p><strong>3. Sasser and Netsky</strong><br />
Creator by German children aged 17 years, Sven Jaschan. Sasser attack Microsoft Windows. Sasser does not spread via email. The virus is usually spread through the network. This will create a computer virus could not be shutdown without unplug the power. Netsky spread via email with a 22 Kb file attachments and Windows network. Sven Jaschan Finally caught but he&#8217;s not jail, was only given probation 1 year 9 months, because at that time still under the age of 18.</p>
<p><strong>4. MyDome (Novarg)</strong><br />
This virus is making a backdoor on the OS. Computer was first known attack on first February by doing DDoS. Then reported back to attack on the 12th of Feb, after that the virus stopped spreading and start creating backdoors. MyDoom spreads via email.</p>
<p><strong>5.SQL Slammer / Sapphire</strong><br />
Appeared in January in the year 2003, spread quickly via the Internet. This virus has also been a U.S. Bank ATMs crash, the collapse of Seattle&#8217;s 911 service, and Continental Airlines.</p>
<p><strong>6.Nimda</strong><br />
Reported attacks in 2001, call Nimda taken from opposite the word &#8220;admin&#8221;. These viruses spread very quickly, according to TruSecure CTO Peter Tippett, Nimda only takes 22 minutes to make the Top Ten Virus at the time. The main target of this virus is Internet servers, Nimda spread through Internet network by creating a backdoor into the OS.</p>
<p><strong>7.Code Red &amp; Code Red II</strong><br />
Appear summer 2001, attacks Windows 2000 &amp; NT OS. This virus will create a buffer becomes full so make the memory becomes full.</p>
<p><strong>8.The Klez</strong><br />
This virus was first known infected on 2001, this virus spreads via email by conducting continuous replication, and sent to all email addresses in the victim&#8217;s address book. This virus makes the victim computer becomes very slow and can also turn off the antivirus application</p>
<p><strong>9.ILOVEYOU</strong><br />
This virus started spreading in the Philippines, these virus classified as worm virus, which has the ability to do her own replication. ILOVEYOU spread via email, with the title &#8220;love letters&#8221; from a secret admirer. His original file LOVE-LETTER-FOR-YOU.TXT. vbs. VBS stands for Visual Basic Scripting. Creator Onel de Guzman was from the Philippines.</p>
<p><strong>10.Melissa</strong><br />
This virus was made in 1999 by David L. Smith, created with Basic program, exactly with Microsoft Word macros. This virus spreads via email with the document &#8220;Here is That document you asked for, do not show it to anybodey else.&#8221;. When this file will be opened or clicked it will automatically run the virus replication and automatically send a pass up to the top 50 in the address book of an email. Smith was jailed 20 months and fined $ 5,000 and prohibited from accessing the computer without supervision.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/10-deadliest-computer-virus-in-the-world-now/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ending support for Windows Vista RTM, Windows XP SP2, and Windows 2000</title>
		<link>http://project-880.com/sofware/ending-support-for-windows-vista-rtm-windows-xp-sp2-and-windows-2000</link>
		<comments>http://project-880.com/sofware/ending-support-for-windows-vista-rtm-windows-xp-sp2-and-windows-2000#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sofware]]></category>

		<guid isPermaLink="false">http://project-880.com/?p=100</guid>
		<description><![CDATA[As already announced earlier in the year 2008, the support for Windows XP Service Pack 2 (SP2) and Windows 2000 will expire on July 13, 2010, while for Windows Vista [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-medium wp-image-103" title="death" src="http://project-880.com/wp-content/uploads/2010/03/death-300x217.jpg" alt="death" width="300" height="217" />As already announced earlier in the year 2008, the support for Windows XP Service Pack 2 (SP2) and Windows 2000 will expire on July 13, 2010, while for Windows Vista Release to Manufacturing (RTM) will expire on April 13, 2010. After this date, public support for this product will be end, and Microsoft will no longer provide or support services, and security updates at the same time, Windows 2000 Server also will stop the service Extended Support for Windows Server 2003 and Windows Server 2003 R2 will move services from Mainstream Support to Extended Support, which will end on July 14, 2015.</p>
<p style="text-align: justify;">Microsoft recommends that users of Windows XP SP2, Server 2000 or 2000 client to upgrade to the latest OS such as Windows 7, Windows Server 2003 and Windows Server 2008. Is this a sign that our favorite Windows XP will soon be a memory?</p>
<p style="text-align: justify;">For personal users may be only the cost and installation techniques, which will serve as a consideration in deciding to do this, but not so for corporate users.</p>
<p style="text-align: justify;">To do this on the Company is not as easy as you imagine, the companies need to think and prepare about :</p>
<ol>
<li> 1. License purchase costs, whether it is to purchase a new license or upgrade license fees for</li>
<li>For the server should also note his license call</li>
<li>Human resources or IT staff who will perform the system upgrade</li>
<li>Compatibility hardware drivers and system applications that previously used.</li>
<li>Time to upgrade, keep in mind as well as to upgrade the system to do backups of all documents as well and email users.</li>
</ol>
<p style="text-align: justify;">For companies that have large funds may be this is not be a problem, but what about for small companies, I hope Microsoft can provide a good solution for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://project-880.com/sofware/ending-support-for-windows-vista-rtm-windows-xp-sp2-and-windows-2000/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

