<?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>gHacks technology news &#187; windows-2000</title>
	<atom:link href="http://www.ghacks.net/tag/windows-2000/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 15:55:11 +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>Secure Windows Services Configuration</title>
		<link>http://www.ghacks.net/2009/03/16/secure-windows-services-configuration/</link>
		<comments>http://www.ghacks.net/2009/03/16/secure-windows-services-configuration/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:34:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[configure services]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[security-software]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[windows services]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[windows-2000]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11251</guid>
		<description><![CDATA[I just spend most of the morning installing Windows XP on a computer system. While the installation itself takes some time the configuration afterwards is surely the most time consuming part of the process. Windows XP comes with many services enabled that are usually not needed by most users and that can allow hackers to [...]]]></description>
			<content:encoded><![CDATA[<p>I just spend most of the morning installing Windows XP on a computer system. While the installation itself takes some time the configuration afterwards is surely the most time consuming part of the process. Windows XP comes with many services enabled that are usually not needed by most users and that can allow hackers to attack the computer system. One of the first tasks after the installation is therefor to tighten up the operating system&#8217;s services.</p>
<p>This can be done manually. If you have installed a lot of Windows operating systems you know the process in and out. If you are a new inexperienced user you might want to use a software for that task. A good and reliable program for that task that is compatible with both Windows 2000 and Windows XP is <a href="http://ntsvcfg.de/ntsvcfg_eng.html">Configure NT</a>.</p>
<p>Configure NT is a a batch script that can be used to secure Windows services easily. It comes with several switches depending on the configuration of the current operating system. The program will prompt for user input after installation, the available choices are:</p>
<p><span id="more-11251"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/windows_services-500x254.gif" alt="windows services" title="windows services" width="500" height="254" class="alignnone size-medium wp-image-11252" /></p>
<ul>
<li>(1) <strong>LAN</strong> This switch tries closing all open Ports. Some services (&#8221;automatic updates&#8221;, &#8220;scheduler&#8221;) and SMB will remain unchanged. Use this option if you still need network drives or -printer.</li>
<li>(2) <strong>Standard</strong>	Other than (1), SMB will be deactivated. On W2K-systems all ports are being closed. On WinXP you must disable the scheduler to close all ports. Some services (&#8221;automatic updates&#8221;, &#8220;scheduler&#8221;) will remain unchanged.</li>
<li>(3) <strong>ALL</strong> 	Does make all changes as recommended on www.ntsvcfg.de. So all services + SMB are being disabled. (this option is recommended to &#8220;harden&#8221; your workstation)</li>
<li>(4) <strong>Restore </strong> Restore the last changes made. A warning message might appear during writing to the registry. Please ignore this message by clicking OK. </li>
</ul>
<p>Option 1 is probably the option that most users should start with to secure their Windows Services. The website contains additional information and a checklist to verify that the system has been secured. Advanced users will probably still use the manual approach as they have more control over the Windows Services configuration.</p>

	Tags: <a href="http://www.ghacks.net/tag/configure-services/" title="configure services" rel="tag">configure services</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/security-software/" title="security-software" rel="tag">security-software</a>, <a href="http://www.ghacks.net/tag/services/" title="services" rel="tag">services</a>, <a href="http://www.ghacks.net/tag/windows-services/" title="windows services" rel="tag">windows services</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/windows-2000/" title="windows-2000" rel="tag">windows-2000</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/windows-services-manager/" title="Windows Services Manager (July 1, 2009)">Windows Services Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/03/20/windows-registry-watcher/" title="Windows Registry Watcher (March 20, 2009)">Windows Registry Watcher</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/30/use-dreamscene-on-windows-xp/" title="Use Dreamscene On Windows XP (November 30, 2008)">Use Dreamscene On Windows XP</a> (14)</li>
	<li><a href="http://www.ghacks.net/2009/10/19/remove-fake-antivirus-software-programs/" title="Remove Fake Antivirus Software Programs (October 19, 2009)">Remove Fake Antivirus Software Programs</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/16/secure-windows-services-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Surun beats all Sudo like applications in Windows</title>
		<link>http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/</link>
		<comments>http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:33:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[surun]]></category>
		<category><![CDATA[windows-2000]]></category>
		<category><![CDATA[windows-nt]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3784</guid>
		<description><![CDATA[If you ever tried to work in Windows NT systems as a limited user you surely have encountered wondrous things like having no permission to change the Windows clock and especially when installing applications. Working as a limited user on the other hand increases system security because malicious code will run with the same privileges [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever tried to work in Windows NT systems as a limited user you surely have encountered wondrous things like having no permission to change the Windows clock and especially when installing applications. Working as a limited user on the other hand increases system security because malicious code will run with the same privileges which as the name implies are rather limited.</p>
<p>An owner of a computer surely wants to install software on it even if he is running as a limited user. This is where the problem starts. The Run As command can be used to run applications as a different user. The major problem is that you have to provide the username and password for that user to be able to run the selected application. This data can be easily logged by a keylogger.</p>
<p>Surun uses its own Windows service that adds the user to the group of administrators during program start and removes him automatically from that group again. The user, not the administrator, will be asked on a secure desktop that only services may access if he wants to run the program and if he confirms that the application will be started. Programs are started with a right-click and the selection of Run as Administrator.</p>
<p><span id="more-3784"></span><a href="http://translate.google.com/translate?u=http%3A%2F%2Fkay-bruns.de%2Fwp%2Fsoftware%2Fsurun%2F&#038;langpair=de%7Cen&#038;hl=de&#038;safe=active&#038;ie=UTF-8&#038;oe=UTF-8&#038;prev=%2Flanguage_tools">Surun</a> comes with lots of settings and a huge configuration. Each application that was once started with Surun can be added to a list of applications that are started without the prompt from then on.</p>

	Tags: <a href="http://www.ghacks.net/tag/administrator/" title="administrator" rel="tag">administrator</a>, <a href="http://www.ghacks.net/tag/sudo/" title="sudo" rel="tag">sudo</a>, <a href="http://www.ghacks.net/tag/surun/" title="surun" rel="tag">surun</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-2000/" title="windows-2000" rel="tag">windows-2000</a>, <a href="http://www.ghacks.net/tag/windows-nt/" title="windows-nt" rel="tag">windows-nt</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/11/update-windows-without-microsoft/" title="Update Windows without Microsoft (February 11, 2007)">Update Windows without Microsoft</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/30/drop-my-rights-for-increased-security/" title="Drop my Rights for increased security (December 30, 2006)">Drop my Rights for increased security</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/windows-vista-critics-love-windows-mojave/" title="Windows Vista Critics Love Windows Mojave (July 26, 2008)">Windows Vista Critics Love Windows Mojave</a> (44)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Update Windows without Microsoft</title>
		<link>http://www.ghacks.net/2007/02/11/update-windows-without-microsoft/</link>
		<comments>http://www.ghacks.net/2007/02/11/update-windows-without-microsoft/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 08:04:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[autopatcher]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[wga]]></category>
		<category><![CDATA[windows-2000]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/11/update-windows-without-microsoft/</guid>
		<description><![CDATA[I recently received an email from one of my readers who asked if there would be a secure way to update a Windows XP installation that already had service pack 2 installed with the latest patches issues by Microsoft in the months after the second service pack was released. His main concerns were about WGA, Windows Genuine Advantage. He did not like the fact that data was sent from his computer to Microsoft.]]></description>
			<content:encoded><![CDATA[<p>I recently received an email from one of my readers who asked if there would be a secure way to update a Windows XP installation that already had service pack 2 installed with the latest patches issues by Microsoft in the months after the second service pack was released. His main concerns were about WGA, Windows Genuine Advantage. He did not like the fact that data was sent from his computer to Microsoft.</p>
<p>Fortunately for him there is indeed an easy method to upgrade Windows XP without contacting a Microsoft server at all. This of course is only half the truth, some software products like IE7 and Windows Media Player 11 contact Microsoft during installation. You can either use one of the techniques described in my posts to avoid this or choose to not install those programs.</p>
<p><span id="more-1191"></span> The current <a href="http://www.autopatcher.com/" title="autopatcher">Autopatcher</a> file size is about 350 megabytes in size for Windows XP and can be downloaded from the Autopatcher homepage. I suggest you use a torrent or a mirror to ease the load on the main servers. You also find versions for Windows 2000 and 2003.</p>
<p>Download the full Autopatcher release for your language and after that the smaller update for January. Install both on your computer and run the application afterwards. The difference between full and lite versions is that some third party products (e.g. Java from Sun) have been removed from the package, all Microsoft patches are still inside.</p>
<p>Autopatcher scans your system and displays a list of patches that could be installed. The following categories exist:</p>
<ol>
<li>Microsoft Windows &#8211; Critital Updates</li>
<li>Microsoft Windows &#8211; Recommended Updates</li>
<li>Microsoft Windows &#8211; Updated Components</li>
<li>Microsoft Windows Genuine Advantage</li>
<li>Windows Addons</li>
<li>Registry Tweaks</li>
</ol>
<p>The first three are automatically (partially) selected. I would advise to check the patches manually and remove everything that seems unnecessary. Click on Update after you have made your selections and Autopatcher will update your system.</p>
<p>Autopatcher is great if you have to update more than one operating system. Instead of downloading all the patches several times you do it once. Great time saver.</p>

	Tags: <a href="http://www.ghacks.net/tag/autopatcher/" title="autopatcher" rel="tag">autopatcher</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/patches/" title="patches" rel="tag">patches</a>, <a href="http://www.ghacks.net/tag/wga/" title="wga" rel="tag">wga</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-2000/" title="windows-2000" rel="tag">windows-2000</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/25/microsoft-admits-1-false-positives-rate-by-wga-checks/" title="Microsoft admits 1% false positives rate by WGA checks (January 25, 2007)">Microsoft admits 1% false positives rate by WGA checks</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/windows-vista-critics-love-windows-mojave/" title="Windows Vista Critics Love Windows Mojave (July 26, 2008)">Windows Vista Critics Love Windows Mojave</a> (44)</li>
	<li><a href="http://www.ghacks.net/2008/03/09/windows-update-error-services-not-running/" title="Windows Update Error services not running (March 9, 2008)">Windows Update Error services not running</a> (16)</li>
	<li><a href="http://www.ghacks.net/2007/12/31/windows-genuine-advantage-validation-cracked-by-eth0/" title="Windows Genuine Advantage Validation Cracked by Eth0 (December 31, 2007)">Windows Genuine Advantage Validation Cracked by Eth0</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/11/update-windows-without-microsoft/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
