<?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>Admins Goodies &#187; windows-xp</title>
	<atom:link href="http://adminsgoodies.com/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 23 May 2013 16:33:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>WSUS and cloned drives</title>
		<link>http://adminsgoodies.com/wsus-and-cloned-drives/</link>
		<comments>http://adminsgoodies.com/wsus-and-cloned-drives/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 17:33:37 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/wsus-and-cloned-drives/</guid>
		<description><![CDATA[When I add new machines built with cloned drives to the network the fact that they have the same SID doesn&#8217;t present any problems, except for WSUS, which shows only one instance of the clones, normally the last one added, rather than each instance. With newsid no longer being readily available how do others manage this? Alternatively, I&#8217;d be very grateful if someone who still has a copy of newsid can share it with me. [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>When I add new machines built with cloned drives to the network the fact that they have the same SID doesn&#8217;t present any problems, except for WSUS, which shows only one instance of the clones, normally the last one added, rather than each instance. With <code>newsid</code> no longer being readily available how do others manage this? Alternatively, I&#8217;d be very grateful if someone who still has a copy of <code>newsid</code> can share it with me.</p>
<p>So far I&#8217;ve only done the cloning with Windows XP, so can&#8217;t say yet if the same problem exists with later versions, although I&#8217;ll be doing this with Windows 7 in a couple of weeks.</p>
<p>Before anyone asks why I don&#8217;t use Microsoft&#8217;s &#8220;approved&#8221; method of cloning, these machines have a lot of applications that need to be installed and configured correctly, which doesn&#8217;t work properly, if at all, with <code>sysdiff</code> or <code>sysprep</code>. Despite the &#8220;official&#8221; statement that <code>newsid</code> never really worked, those of us who have used it know differently.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/9278/john-gardeniers" target="_blank">John Gardeniers</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>The SID isn&#8217;t the problem. Windows keeps a &#8220;Client ID&#8221; by which it identifies itself to WSUS. Your image has this ID, so all the machines made from it also have the same ID. The easiest fix is to delete the registry entry from the image itself, otherwise you just have to delete it from each computer the image is written to.</p>
<p><code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate</code> will contain 2 or 4 entries:</p>
<pre class="prettyprint"><code>SusClientId
SusClientIdValidation
 and optionally
PingID
AccountDomainSid
</code></pre>
<p>Delete the <code>Sus</code> prefixed entries. restart the Windows Update service if its a running computer.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/33417/chris-s" target="_blank">Chris S</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/463373/wsus-and-cloned-drives" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/wsus-and-cloned-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent Hamachi service stop when Remote Desktop disconnects on Windows XP?</title>
		<link>http://adminsgoodies.com/how-to-prevent-hamachi-service-stop-when-remote-desktop-disconnects-on-windows-xp-2/</link>
		<comments>http://adminsgoodies.com/how-to-prevent-hamachi-service-stop-when-remote-desktop-disconnects-on-windows-xp-2/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 17:36:01 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[remote-desktop]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[windows-service]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-to-prevent-hamachi-service-stop-when-remote-desktop-disconnects-on-windows-xp-2/</guid>
		<description><![CDATA[I have a Windows XP SP2 machine with Hamachi service running. Usually I connect to it using Remote Desktop, and when I disconnect I can&#8217;t connect to it again because the Hamachi VPN is down. How to prevent the Hamachi service to stop? I am sure that Hamachi is configured as an automatic service. Asked by Jader Dias When I stopped to close the window through the X button, and started to Disconnect, then the [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have a Windows XP SP2 machine with Hamachi service running. Usually I connect to it using Remote Desktop, and when I disconnect I can&#8217;t connect to it again because the Hamachi VPN is down. How to prevent the Hamachi service to stop? </p>
<p>I am sure that Hamachi is configured as an automatic service.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/958/jader-dias" target="_blank">Jader Dias</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>When I stopped to close the window through the X button, and started to Disconnect, then the  problem not occurred again.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/958/jader-dias" target="_blank">Jader Dias</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/7107/how-to-prevent-hamachi-service-stop-when-remote-desktop-disconnects-on-windows-x" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-to-prevent-hamachi-service-stop-when-remote-desktop-disconnects-on-windows-xp-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>random reboot windows xp workstation with no BSOD or log in event viewer of issue</title>
		<link>http://adminsgoodies.com/random-reboot-windows-xp-workstation-with-no-bsod-or-log-in-event-viewer-of-issue/</link>
		<comments>http://adminsgoodies.com/random-reboot-windows-xp-workstation-with-no-bsod-or-log-in-event-viewer-of-issue/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 16:33:17 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/random-reboot-windows-xp-workstation-with-no-bsod-or-log-in-event-viewer-of-issue/</guid>
		<description><![CDATA[i have a workstation in an industrial environment that reboots twice a day with no visible indication of an issue having occured. i have done analysis on the programs being used etc at the time but it is random. the event viewer shows nothing, there is no bsod or minidump either. there is no indication after reboot that your system had an issue or it recovered from a serious problem. looking for a list of [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>i have a workstation in an industrial environment that reboots twice a day with no visible indication of an issue having occured.</p>
<p>i have done analysis on the programs being used etc at the time but it is random. the event viewer shows nothing, there is no bsod or minidump either. there is no indication after reboot that your system had an issue or it recovered from a serious problem.</p>
<p>looking for a list of best practices for checking stuff out in proper order. we have already done memtest and looked for loose connections and bad power plugs/power bars. everything is pretty stable. is there a tool that can record events as they happen so we can see what was working at the timestamp period when the system rebooted. we know usually when it has rebooted since the event viewer shows certain system resources starting up again. </p>
<p>thanks for any advice and if more clarification is needed i would more than happy to provide.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/90428/dasko" target="_blank">dasko</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You say this is an industrial environment &#8211; is it quite dusty where the PC is?</p>
<p>We have some PCs in our warehouse, and we had something similar happen a while ago with one of them. We went through the exact same steps you have done (test/change plugs, power cables, memtest etc) and these were all fruitless.</p>
<p>In our case, we opened the case up and it was full of fluff and dust that had obviously been building up for a while. We pulled all the fluff out of the box and gave it a good blasting with air in a can and it&#8217;s been fine since.</p>
<p>All I can imagine is that there was some clump of fluff either shorting something out or breaking a connection, causing the motherboard to instantly power the machine off as a safety mechanism. That would also explain why Windows wasn&#8217;t logging events, as the motherboard was taking the power out from underneath it.</p>
<h2>Edit</h2>
<p>Since you say this is only 2 weeks old, I don&#8217;t imagine it&#8217;s dust. Have you considered a faulty PSU? That would also explain the lack of blue screens and memory dumps.</p>
<p>If you bought the machine, I would just return it as faulty &#8211; they&#8217;ll probably class it as dead on arrival.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/33884/ben-pilbrow" target="_blank">Ben Pilbrow</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/204224/random-reboot-windows-xp-workstation-with-no-bsod-or-log-in-event-viewer-of-issu" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/random-reboot-windows-xp-workstation-with-no-bsod-or-log-in-event-viewer-of-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Group Policy &#8211; Can I alter with VBscript?</title>
		<link>http://adminsgoodies.com/windows-group-policy-can-i-alter-with-vbscript/</link>
		<comments>http://adminsgoodies.com/windows-group-policy-can-i-alter-with-vbscript/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 16:33:57 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[group-policy]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[windows-xp-sp3]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/windows-group-policy-can-i-alter-with-vbscript/</guid>
		<description><![CDATA[First of all I&#8217;m not an expert in either Windows or Group Policy scripting but one of my tasks is to configure XP machines which are destined to be NOT network. Consequently I&#8217;ve used VBScript to change Registry settings but now I have some settings in the Group Policy which I currently configure by hand but want to script these or automate it in someway. Could anyone tell me if I can make changes to [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>First of all I&#8217;m not an expert in either Windows or Group Policy scripting but one of my tasks is to configure XP machines which are destined to be NOT network. Consequently I&#8217;ve used VBScript to change Registry settings but now I have some settings in the Group Policy which I currently configure by hand but want to script these or automate it in someway.</p>
<p>Could anyone tell me if I can make changes to the Group Policy using VBscript or do I need to use something else?</p>
<p>I found <a href="http://searchwindowsserver.techtarget.com/news/1233442/Scripting-School-Managing-Group-Policy-with-VBScript" rel="nofollow">this</a> page which outlines some possibilities but there&#8217;s not much detail and I can&#8217;t yet find follow up articles.</p>
<p>** Additional Information **</p>
<p>Using gpedit.msc I currently manually set the following settings in the GUI:</p>
<ol>
<li>Computer Configuration &gt; Administrative Templates &gt; System &gt; Logon &gt; Always wait for the network at computer startup and logon</li>
<li>Computer Configuration &gt; Administrative Templates &gt; System &gt; Turn Off Autoplay</li>
<li>Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; User Rights Assignment &gt; Access this computer from the network</li>
<li>Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; User Rights Assignment &gt; Deny access to this computer from the network</li>
<li>Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; User Rights Assignment &gt; Deny logon locally</li>
<li>Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; User Rights Assignment &gt; Logon Locally</li>
<li>Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; Security Options &gt; Network access: Shares that can be accesses from the network</li>
</ol>
<p>I want to be able to script these changes using VBScript or some other means (.NET perhaps?)</p>
<p>I have found that for a couple of the above settings I can alter them directly in the registry but the changes are not seen in the Group Policy editor (gpedit.msc)</p>
<div class="author">Asked by <a href="http://serverfault.com/users/106585/kerubu" target="_blank">Kerubu</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>It&#8217;s possible, yes.</p>
<p>Not really advisable, because the supported and recommended way to do this is through the <code>gpedit.msc</code> tool (or GPOs on a domain).  As a result, doing it with a script is semi-documented at best, and you do run into some oddities trying.</p>
<p>If you&#8217;re still determined to try, theses settings are really just registry keys.  If can figure out which keys are changed, it&#8217;s trivial to script something up to import all those registry keys and end up with the desired configuration.  I&#8217;d just use a batch file, honestly.</p>
<p>The problem you&#8217;ll run into, however, is that these changes need to be saved to <code>%SYSTEM ROOT%\System32\GroupPolicy\User\Registry.pol</code> to be enforced as local group policy, and I don&#8217;t know of a good scripted solution to that, so the common workaround is to set this up the way you want on a second machine, and copy the <code>%SYSTEM ROOT%\System32\GroupPolicy\User</code> folder and files to your target machines.</p>
<p>I personally find the whole thing to be such a pain that I&#8217;d rather set up a small domain than go through that process to apply automate applying local group policy.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/118258/hopelessn00b" target="_blank">HopelessN00b</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/434365/windows-group-policy-can-i-alter-with-vbscript" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/windows-group-policy-can-i-alter-with-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot logon to Windows on a domain. (cloned version works fine)</title>
		<link>http://adminsgoodies.com/cannot-logon-to-windows-on-a-domain-cloned-version-works-fine/</link>
		<comments>http://adminsgoodies.com/cannot-logon-to-windows-on-a-domain-cloned-version-works-fine/#comments</comments>
		<pubDate>Tue, 25 Sep 2012 16:33:42 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/cannot-logon-to-windows-on-a-domain-cloned-version-works-fine/</guid>
		<description><![CDATA[I have a Windows XP system that I cloned in June. Since then I have been using the cloned HDD (which was new). This morning I put the original drive back into the machine, and attempted to login to it. It got this message :- &#8220;Windows cannot connect to the domain, either because the domain controller is down or otherwise unavailable, or because your computer account was not found. Please try again later. If this [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have a Windows XP system that I cloned in June. Since then I have been using the cloned HDD (which was new).</p>
<p>This morning I put the original drive back into the machine, and attempted to login to it. It got this message :-<br />
&#8220;Windows cannot connect to the domain, either because the domain controller is down or otherwise unavailable, or because  your computer account was not found. Please try again later. If this message continues to appear, contact your system administrator for assistance.&#8221;</p>
<p>I tried my account, an ex-employee who left before me, and another colleague attempted to login as well. All Fail with the above message.</p>
<p>Using the cloned (newer HDD) drive works fine.</p>
<p>I logged in as local Administrator, and the Domain Controller is pingable from this machine. I also mapped a network share using my network logon ID, and password, and created a file on the network.</p>
<p>The System Administrator (small company, not much network management experience) hasn&#8217;t seen this before.</p>
<p>Thanks in advance of your assistance.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/12972/cometbill" target="_blank">cometbill</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Though Chris McKeown is correct about the fix, he is incorrect about the cause of this problem.</p>
<p>It is most probable that you&#8217;re seeing this issue because the machine SID Active Directory uses to identify a machine is different between the cloned drive and the original drive.  Removing and rejoining the domain should fix the issue, however, I&#8217;d advise changing the machine name to something slightly different so you don&#8217;t encounter this issue again.  (And, in general, it&#8217;s usually best to take a disk image or clone <em>before</em> joining a machine to a domain, not after, to avoid experiencing this issue altogether.)</p>
<div class="author">Answered by <a href="http://serverfault.com/users/118258/hopelessn00b" target="_blank">HopelessN00b</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/431341/cannot-logon-to-windows-on-a-domain-cloned-version-works-fine" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/cannot-logon-to-windows-on-a-domain-cloned-version-works-fine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple XP machines bluescreening simultaneously</title>
		<link>http://adminsgoodies.com/multiple-xp-machines-bluescreening-simultaneously/</link>
		<comments>http://adminsgoodies.com/multiple-xp-machines-bluescreening-simultaneously/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 16:33:39 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[bsod]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/multiple-xp-machines-bluescreening-simultaneously/</guid>
		<description><![CDATA[What, other than magic, could cause multiple similarly configured XP Pro machines (non-domain joined, windows update disabled, no scheduled tasks) to bugcheck within 15 minutes of each other? The error message recorded in the event log is reproduced below: Error code 10000050, parameter1 bc6ffff0, parameter2 00000000, parameter3 bf84cd45, parameter4 00000000. Note: Windows update being disabled is not my choice. These are not under my control and are used in factory automation. Note: I have considered [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>What, other than magic, could cause multiple similarly configured XP Pro machines (non-domain joined, windows update disabled, no scheduled tasks) to bugcheck within 15 minutes of each other?  The error message recorded in the event log is reproduced below:</p>
<p>Error code 10000050, parameter1 bc6ffff0, parameter2 00000000, parameter3 bf84cd45, parameter4 00000000.</p>
<p>Note: Windows update being disabled is <em>not</em> my choice.  These are not under my control and are used in factory automation.</p>
<p>Note: I have considered a power anomaly, but there are many other similarly configured machines that had no apparent issues.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/13677/mitch" target="_blank">Mitch</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>I think the first thing to do is to look up the reason for the bluescreens &#8211; I swear by <a href="http://www.resplendence.com/whocrashed" rel="nofollow">whocrashed</a> and <a href="http://www.nirsoft.net/utils/blue_screen_view.html" rel="nofollow">bluescreen</a> view &#8211; these either interpret or look up the precise errors easily. I&#8217;d look at each system seperately &#8211; It might be a co-incidence that these systems crashed together. If its a one off incident it may not be worth following up on &#8211; else, well thats the right place to start.</p>
<p>Once you&#8217;ve looked at individual systems <em>then</em> hunting down a common cause is easier.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/33193/journeyman-geek" target="_blank">Journeyman Geek</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/418502/multiple-xp-machines-bluescreening-simultaneously" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/multiple-xp-machines-bluescreening-simultaneously/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP software restrictions policy, disable message dialog every time software is restricted.</title>
		<link>http://adminsgoodies.com/xp-software-restrictions-policy-disable-message-dialog-every-time-software-is-restricted/</link>
		<comments>http://adminsgoodies.com/xp-software-restrictions-policy-disable-message-dialog-every-time-software-is-restricted/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 16:33:26 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[group-policy]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/xp-software-restrictions-policy-disable-message-dialog-every-time-software-is-restricted/</guid>
		<description><![CDATA[I have created some &#8220;Additional Rules&#8221;, in &#8220;Software Restriction Policies&#8221;. The rules work as expected, but I get a dialog message box every time they disallow the specified application. How can I disable this message box from being displayed? Is this possible? For specific &#8220;Additional Rules&#8221;? If not even a blanket configuration, preventing all these type of messages is acceptable. They are almost worse than the software my &#8220;Additional Rules&#8221; prevents from executing. I would [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have created some &#8220;Additional Rules&#8221;, in &#8220;Software Restriction Policies&#8221;.  The rules work as expected, but I get a dialog message box every time they disallow the specified application. </p>
<p>How can I disable this message box from being displayed?  Is this possible?  For specific &#8220;Additional Rules&#8221;?  If not even a blanket configuration, preventing all these type of messages is acceptable.  They are almost worse than the software my &#8220;Additional Rules&#8221; prevents from executing.</p>
<p>I would very much appreciate any help, regarding my question. </p>
<div class="author">Asked by <a href="http://serverfault.com/users/77571/techzilla" target="_blank">TechZilla</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Windows XP does not have this feature build-in, as far as I&#8217;ve read during investigation. </p>
<p>A 3rd party solution is required, and although I never found one as described, I&#8217;m sure one exists.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/77571/techzilla" target="_blank">TechZilla</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/388737/xp-software-restrictions-policy-disable-message-dialog-every-time-software-is-r" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/xp-software-restrictions-policy-disable-message-dialog-every-time-software-is-restricted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring IIS site to use HTTPS</title>
		<link>http://adminsgoodies.com/configuring-iis-site-to-use-https/</link>
		<comments>http://adminsgoodies.com/configuring-iis-site-to-use-https/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 16:33:32 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[iis5]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/configuring-iis-site-to-use-https/</guid>
		<description><![CDATA[I am working on a REST API which I have currently deployed on a Win XP Professional SP2 development machine running IIS 5.1. The site is currently being hosted on port 81 and being accessed via HTTP. I would now like to configure the site to stop using HTTP and use HTTPS only. I have developed a self-signed certificate using the SelfSSL.exe tool from the 6.0 Resource Kit Tools and set the Common Name to [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I am working on a REST API which I have currently deployed on a Win XP Professional SP2 development machine running IIS 5.1. The site is currently being hosted on port 81 and being accessed via HTTP. I would now like to configure the site to stop using HTTP and use HTTPS only.</p>
<p>I have developed a self-signed certificate using the <code>SelfSSL.exe</code> tool from the <a href="http://www.microsoft.com/en-gb/download/details.aspx?id=17275" rel="nofollow">6.0 Resource Kit Tools</a> and set the <code>Common Name</code> to be the IP of my server (as it&#8217;s a local development machine it has no domain name). I have also already configured the site to use SSL using the <a href="http://support.microsoft.com/?id=324069" rel="nofollow">How To Set Up an HTTPS Service in IIS</a> tutorial as my guide. </p>
<p>However, whenever I try to access a resource in the API via HTTPS I get a 404.</p>
<p>Any ideas?</p>
<p><strong>Binding Configuration</strong></p>
<p><img src="http://i.stack.imgur.com/8MXjN.png" alt="IIS Bindings"></p>
<p><strong>SSL Configuration</strong></p>
<p><img src="http://i.stack.imgur.com/Rh1pk.png" alt="SSL Configuration"></p>
<p><strong>Fiddler Response</strong></p>
<pre><code>HTTP/1.1 404 Not Found
Date: Tue, 10 Jul 2012 14:06:35 GMT
Server: Apache/1.3.41 (Unix) mod_auth_pam/1.1.1 DAV/1.0.3 mod_ssl/2.8.31 OpenSSL/0.9.8g
Set-Cookie: iomega=194.205.46.74.58091341929195981; path=/
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain; charset=utf-814 
404 - Page Not Found
0
</code></pre>
<div class="author">Asked by <a href="http://serverfault.com/users/18060/james" target="_blank">James</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>OK,</p>
<p>Based on your Fiddler it looks like you might actually have an Apache box listening on port 443.  It can be easy to overlook, especially if it was bundled with another piece of software.  Run the following command, see if port 443 is being listened to and what program is listening on it.  This should help us figure out if IIS is indeed controlling that port of if some other program is.</p>
<blockquote>
<p>netstat -aon | findstr 0.0:443</p>
</blockquote>
<div class="author">Answered by <a href="http://serverfault.com/users/42617/brent-pabst" target="_blank">Brent Pabst</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/405978/configuring-iis-site-to-use-https" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/configuring-iis-site-to-use-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event Log time when Computer Start up / boot up</title>
		<link>http://adminsgoodies.com/event-log-time-when-computer-start-up-boot-up/</link>
		<comments>http://adminsgoodies.com/event-log-time-when-computer-start-up-boot-up/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 16:33:40 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[eventviewer]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/event-log-time-when-computer-start-up-boot-up/</guid>
		<description><![CDATA[Client OS &#8211; Window XP Domain Controller:- Window server 2008 Standard R2 I had one Window XP system, i want to find out when the system has started or boot ( at what time and at which date ). I don&#8217;t know which parameter / word should i search in Event Log. For finding out shutdown time, i simply find the word &#8220;Shutdown&#8221; in Event Log. Can you guide me which word should i find [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Client OS &#8211; Window XP</p>
<p>Domain Controller:- Window server 2008 Standard R2</p>
<p>I had one Window XP system, i want to find out when the system has started or boot ( at what time and at which date ). I don&#8217;t know which parameter / word should i search in Event Log.</p>
<p>For finding out shutdown time, i simply find the word &#8220;Shutdown&#8221; in Event Log.</p>
<p>Can you guide me which word should i find for finding Start up or boot time</p>
<div class="author">Asked by <a href="http://serverfault.com/users/122490/param" target="_blank">Param</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Look up the following event in EventViewer ( System )</p>
<p>6009 and 6005 same time stamp, system just started.</p>
<p>6013 &#8211; system has been up for a day or more, time in seconds.</p>
<p>6006 &#8211; the system was rebooted or shutdown.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/124890/pintu" target="_blank">pintu</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/401961/event-log-time-when-computer-start-up-boot-up" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/event-log-time-when-computer-start-up-boot-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How would I create a PDF print server?</title>
		<link>http://adminsgoodies.com/how-would-i-create-a-pdf-print-server/</link>
		<comments>http://adminsgoodies.com/how-would-i-create-a-pdf-print-server/#comments</comments>
		<pubDate>Wed, 23 May 2012 20:33:38 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[print-server]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[windows-server-2003]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-would-i-create-a-pdf-print-server/</guid>
		<description><![CDATA[I have some old workstations with WindowsXP that I can install pretty much anything on, an office with about 80 people, a wintel environment, an existing Server 2003 file/printer server, and everybody wants to be able to print PDFs, preferably in color, and preferably with the option to add password encryption to those PDFs. Oh, and license costs for Adobe&#8217;s PDF print server are prohibitive. I&#8217;d rather not have to write code, I&#8217;m more of [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have some old workstations with WindowsXP that I can install pretty much anything on, an office with about 80 people, a wintel environment, an existing Server 2003 file/printer server, and everybody wants to be able to print PDFs, preferably in color, and preferably with the option to add password encryption to those PDFs. Oh, and license costs for Adobe&#8217;s PDF print server are prohibitive.</p>
<p>I&#8217;d rather not have to write code, I&#8217;m more of a scripter than a programmer in capability. So PHP or Perl based solutions would probably be a preference, though I&#8217;m willing to try anything a few times.</p>
<p>Optimally, I&#8217;d like a system where the PDF processing is handled by one (or more) of these old workstations. A shared PDF Printer on the print server that anybody could install would direct jobs sent to it to this old workstation which would process the files, creating the PDF and adding security if so requested, and then drop the resulting file out into the personal network directory of whoever printed the file.</p>
<p>File names aren&#8217;t important, to prevent dealing with duplicates I&#8217;d rather they simply be a string based on date and time.</p>
<p>What sort of libraries or scripts are out there that I should look at? If you&#8217;ve done something like this, how&#8217;d you do it? What should I stay away from and why?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/76309/music2myear" target="_blank">music2myear</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You can install <a href="http://www.pdfforge.org/" rel="nofollow">PDFCreator</a> on one of the computers, then share it out. The other computers will have to Connect to the Shared Printer (which can be done by script or GPO, or manually). Install it in the Server mode, it will walk you through most of the configuration. And it&#8217;s free (beer).</p>
<p>Configure Auto-Save with the network directory you want the files dumped to (unless you want the user to have to choose a location every time). You can also configure Save settings to give it a unique name (lots of other settings too, but these two are the most important IMHO).</p>
<div class="author">Answered by <a href="http://serverfault.com/users/33417/chris-s" target="_blank">Chris S</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/318460/how-would-i-create-a-pdf-print-server" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-would-i-create-a-pdf-print-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
