<?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>Ticklish Techs &#187; administration</title>
	<atom:link href="http://www.ticklishtechs.net/tag/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ticklishtechs.net</link>
	<description>a mostly .NET but also some other cool techs blog</description>
	<lastBuildDate>Wed, 05 Jan 2011 21:44:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Don&#8217;t respect .inf-files too much</title>
		<link>http://www.ticklishtechs.net/2010/01/19/dont-respect-inf-files-too-much/</link>
		<comments>http://www.ticklishtechs.net/2010/01/19/dont-respect-inf-files-too-much/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 23:50:55 +0000</pubDate>
		<dc:creator>Wolfram Bernhardt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/19/dont-respect-inf-files-too-much/</guid>
		<description><![CDATA[When I get a new laptop that always triggers a little cascade in my home network. I have three machines: An older laptop serves as a server, a quadcore desktop pc provides gaming power and the a newer laptop accompanies me wherever I go. Some day ago I replaced the old server laptop (with WinXP) [...]]]></description>
			<content:encoded><![CDATA[<p>When I get a new laptop that always triggers a little cascade in my home network. I have three machines: An older laptop serves as a server, a quadcore desktop pc provides gaming power and the a newer laptop accompanies me wherever I go.</p>
<p>Some day ago I replaced the old server laptop (with WinXP) by a newer one, now running Win7.&#160; My printer (<a href="http://www.brother.de/g3.cfm/s_page/65190/s_level/24390/s_product/DCP120CG1">Brother DCP-120C</a>) is a little aged now and it’s not a network printer. So I attached it to the server (via USB) and thus it’s accessible in the entire network.</p>
<p>Attaching the printer to Win7 worked flawlessly. Importing the printer (which involves copying the drivers) to another Win7-machine was not a problem either.</p>
<p>But my quadcore still runs WinXP and wouldn’t accept the drivers from the Win7-server. Instead a dialog asks me to provide the appropriate driver manually.</p>
<p>Okay, so I downloaded the latest DCP-120C-drivers for WinXP, unzipped them and guided XP to the .inf-files. XP said: “No, I can’t see the right drivers.”</p>
<p>Unfortunately there is no way to force WinXP to use certain printer-drivers. So I spend ten minutes playing the old yes-no-game before I took a look at the .inf-file. I have never dealt with .inf-files a lot but I noticed this line:</p>
<p><font face="Courier New">     <br /></font><font face="Courier New"><strong>&quot;Brother DCP-120C Printer&quot;&#160;&#160; = BRDP120C.PPD, BrotherDCP-120C65FA</strong>       <br /></font></p>
<p>Hmm… okay… it is there. My Brother DCP-120C Printer. Fine. Why doesn’t WinXP recognize it? I found another .inf-file in the driver-package with these line:</p>
<p><font face="Courier New">     <br /></font><font face="Courier New"><strong>&quot;Brother DCP-120C USB Printer&quot;&#160;&#160; = BRDP120C.PPD…        <br /></strong></font></p>
<p>Hmm… now the name is DCP-120C <strong>USB</strong> Printer. Do the funny name string make any dfference? I took a closer look at the printer device that was recognized by my server:</p>
<p><a href="http://www.ticklishtechs.net/wp-content/uploads/2010/01/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.ticklishtechs.net/wp-content/uploads/2010/01/image_thumb1.png" width="121" height="129" /></a> </p>
<p>Okay, nice, there is no “Printer” in the name… can it be… well… I copied the line in the .inf-file and replaced “Printer” by “USB”:</p>
<p><font face="Courier New"><strong>&quot;Brother DCP-120C Printer&quot;&#160;&#160; = BRDP120C.PPD, BrotherDCP-120C65FA</strong>       <br /></font><font face="Courier New"><strong>&quot;Brother DCP-120C USB&quot;&#160;&#160; = BRDP120C.PPD, BrotherDCP-120C65FA</strong> </font></p>
<p><font face="Courier New"></font></p>
<p>Bingo! That did the trick. </p>
<p>When accessing printers installed on other network computers, the printer drivers really seem to be recognized by their name. That hurts a bit, but knowing it may help solving driver problem from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ticklishtechs.net/2010/01/19/dont-respect-inf-files-too-much/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Workstation demands Administrator rights &#8211; even if you have those</title>
		<link>http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/</link>
		<comments>http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:53:09 +0000</pubDate>
		<dc:creator>Wolfram Bernhardt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/</guid>
		<description><![CDATA[Whenever I move my system to a new laptop I create a virtual machine from my old system. Sometimes it is easier to access stuff I forget to copy from a running system than from mounted backup devices. To create virtual machines from a running system I use VMWare Workstation, which outperforms VirtualPC by far [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I move my system to a new laptop I create a virtual machine from my old system. Sometimes it is easier to access stuff I forget to copy from a running system than from mounted backup devices.</p>
<p>To create virtual machines from a running system I use <a href="http://www.vmware.com/products/workstation/">VMWare Workstation</a>, which outperforms VirtualPC by far (imho).</p>
<p>Some days ago I tried to create a VM from a Win7/64 system. I was quiet surprised when VMWare Workstation told me, I needed Administrator rights:</p>
<p><a href="http://www.ticklishtechs.net/wp-content/uploads/2010/01/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.ticklishtechs.net/wp-content/uploads/2010/01/image_thumb.png" width="474" height="405" /></a> </p>
<p>&#160;</p>
<p>So what – I have administrative rights. But the Workstation didn’t believe me. Since that held me from moving to my new laptop I was really p*ssed.</p>
<p><a href="http://communities.vmware.com/thread/232530;jsessionid=AA54EA753EB5F4F329275A1F7112657F">Luckily some smart guy found this solution.</a></p>
<p>I think this is clearly a bug, but so far VmWare Workstation demand Administrator-rights in the literal sense: It only accepts, when you are logged in as THE Administrator:</p>
<ul>
<li>start <font face="Courier New">c:\Windows\system32\cmd.exe</font> from explorer using &quot;execute as administrator&quot;. </li>
<li>type <font face="Courier New">net user Administrator /active:yes</font></li>
<li>logoff &amp; reboot </li>
<li>login as Administrator </li>
<li>create your image </li>
<li>Complain at <a href="http://www.vmware.com/support/contacts/file-sr.html">VMWare</a>. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

