<?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>diginc &#187; Microsoft</title>
	<atom:link href="http://diginc.us/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://diginc.us</link>
	<description>\'dij-iŋk\</description>
	<lastBuildDate>Thu, 19 May 2011 14:49:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Autostart a Virtualbox VM in Windows 7 the Easy Way</title>
		<link>http://diginc.us/microsoft/2011/autostart-a-virtualbox-vm-in-windows-7-the-easy-way/</link>
		<comments>http://diginc.us/microsoft/2011/autostart-a-virtualbox-vm-in-windows-7-the-easy-way/#comments</comments>
		<pubDate>Thu, 19 May 2011 04:34:28 +0000</pubDate>
		<dc:creator>diginc</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://diginc.us/?p=235</guid>
		<description><![CDATA[I&#8217;ve seen a few tutorials out there about setting up a headless Virtualbox service in windows in order to autostart a VM and wasted a few hours of my life following pages of instructions ending in giving up. I recently &#8230; <a href="http://diginc.us/microsoft/2011/autostart-a-virtualbox-vm-in-windows-7-the-easy-way/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen a few tutorials out there about setting up a headless Virtualbox service in windows in order to autostart a VM and wasted a few hours of my life following pages of instructions ending in giving up.  I recently reinstalled windows 7 on my home HTPC/Server and wanted a linux VM to autostart whenever Windows decided to run updates and auto restart.  I swore I wouldn&#8217;t attempt the awful services method again and would insead follow the principle of keep it simple stupid.  </p>
<p>My only caveat in setting up this autostarting headless VM was that Windows 7 remain password protected when it started up (task scheduler&#8217;s on start trigger function didn&#8217;t prove much help with this goal BTW)&#8230;a little less simple but I managed to keep it under 3 steps somehow, mostly thanks to superuser&#8217;s superb knowledge base and some luck googling.  Keep in mind I have a single user setup on this windows 7 machine.  Multiple users might require you force the machine to always logon to your VirtualBox/Startup script user by default after a reboot&#8230;so you&#8217;ve been warned.  Here&#8217;s how it&#8217;s done: </p>
<ol>
<li>download <a href="http://www.ntwind.com/software/utilities/hstart.html">hstart</a> (see README)
<li>Remove/un-check the &#8220;User must enter a username and password to use this computer&#8221; checkbox option from Start -> Run -> `control userpasswords2` (But wait&#8230;didn&#8217;t you just say&#8230;YES KEEP READING)</li>
<li>write a batch script in your startup folder containing (psudocode): C:/hstart.exe /NOCONSOLE &#8220;VMBoxHeadless.exe -start-vm &#8216;your-vm-name&#8217;&#8221; followed by &#8220;rundll32.exe user32.dll,LockWorkStation&#8221;</li>
</li>
</ol>
<p>The name VMBoxHeadless is a bit misleading since you still have a cmd window to leave open as long as you want your VM running if you run it through a batch script, that&#8217;s where hstart comes in.  Then you have to tell windows to logon automatically instead of waiting for the user to enter a username/password.  Finally your batch script run VMBoxHeadless through hstart and then just re-locks your computer afterwards and you have a primed and ready VM waiting for you upon restart.  If your VM name has spaces it might require escaped quotes or single quotes around it, I used a hyphen in my name so I didn&#8217;t have to deal with that problem.</p>
<p>Here&#8217;s an eaxmple batch script</p>
<p>C:\Users\HTPC\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\hstart a-serv headless.bat:</p>

<div class="wp_codebox"><table><tr id="p2352"><td class="code" id="p235code2"><pre class="winbatch" style="font-family:monospace;"><span style="color: #ff0000;">&quot;E:\scripts\hstart64.exe&quot;</span> <span style="color: #66cc66;">/</span>NOCONSOLE <span style="color: #ff0000;">&quot;C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe -startvm a-serv&quot;</span> 
rundll32.exe user32.dll,LockWorkStation</pre></td></tr></table></div>

<p>References (yay superuser!)<br />
<a href="http://superuser.com/questions/120875/what-is-the-best-way-to-hide-a-command-prompt-window">What is the best way to hide a command prompt window?</a><br />
<a href="http://superuser.com/questions/21179/command-line-cmd-command-to-lock-a-windows-machine">Command line cmd command to lock a windows machine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diginc.us/microsoft/2011/autostart-a-virtualbox-vm-in-windows-7-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Synchronize save games between windows computers.  Cloud save games with Dropbox. [Minecraft/Dragon Age]</title>
		<link>http://diginc.us/microsoft/2011/synchronize-save-games-between-windows-computers-cloud-save-games-with-dropbox-minecraftdragon-age/</link>
		<comments>http://diginc.us/microsoft/2011/synchronize-save-games-between-windows-computers-cloud-save-games-with-dropbox-minecraftdragon-age/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 07:06:17 +0000</pubDate>
		<dc:creator>diginc</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://diginc.us/?p=226</guid>
		<description><![CDATA[Steam Cloud in games like Valve&#8217;s Half Life franchise and Torchlight is really handy for synchronizing save games across laptops/desktops or work computers. But I want it in more games! So I did it my self with some easy symbolic &#8230; <a href="http://diginc.us/microsoft/2011/synchronize-save-games-between-windows-computers-cloud-save-games-with-dropbox-minecraftdragon-age/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Steam Cloud in games like Valve&#8217;s Half Life franchise and Torchlight is really handy for synchronizing save games across laptops/desktops or work computers.  But I want it in more games!  So I did it my self with some easy symbolic links and a <a href="http://db.tt/hzfiGnk">Dropbox account</a> (signup for one now using my link if you don&#8217;t have one yet).  Here are two quick examples of how you would make Minecraft and Dragon Age: Origins saves go to your dropbox rather than your user account tied to your computer.  You&#8217;ll have to do this on each computer you want to syncronize save games to the cloud.  Keep in mind, if you don&#8217;t know what you&#8217;re doing and screw up you might loose your saves by trying this so here&#8217;s your warning: <strong>Back up your save folders before running the below commands</strong>.  </p>
<p>I&#8217;m writing the symbolic link commands so they are as copy pastable as possible, for multiple windows releases.  If all else fails, use the full path rather than the environment variable (%APPDATA%, %HOMEPATH%).</p>
<p>Lets Begin, first make a folder in your dropbox folder called &#8216;Game Saves&#8217; to house your new save games.  Then within this new saves folder make a folder for your games, (e.g. Minecraft/Dragon Age)</p>
<p>Now you need to know where your save game folder is for each game, we&#8217;ll start with Minecraft.  In either windows XP, Vista, or 7 you can just go to your Start button, Run (or windows+R shortcut) and enter `%APPDATA%\.minecraft\` and you&#8217;ll see the saves folder.  Move it to some place safe or just rename it to &#8220;saves_backup&#8221;.  Then you want to put another copy of the `saves` folder in your newly crated `Dropbox\Game Saves\Minecraft\` folder. [Note: Copying a large Minecraft saves folder can take a while because of the massive amount of tiny files used by Minecraft]</p>
<p>After that&#8217;s done successfully, open another Run prompt from the Windows Start menu and this time type in `cmd`.  In the black DOS command prompt that opens enter this (Note you may need to change the Dropbox path if yours is &#8220;My Dropbox&#8221; or customized)</p>

<div class="wp_codebox"><table><tr id="p2266"><td class="code" id="p226code6"><pre class="winbatch" style="font-family:monospace;">mklink <span style="color: #66cc66;">/</span>D <span style="color: #ff0000;">&quot;%APPDATA%\.minecraft\saves&quot;</span> <span style="color: #ff0000;">&quot;%HOMEPATH%\Dropbox\Save Games\Minecraft\saves&quot;</span></pre></td></tr></table></div>

<p>For Dragon Age: Origins you should find your save games in `%HOMEPATH%\Documents\BioWare\Dragon Age`.  Move and or backup the Characters folder.  Then copy the Characters folder to `Dropbox\Game Saves\Dragon Age Origins\`</p>

<div class="wp_codebox"><table><tr id="p2267"><td class="code" id="p226code7"><pre class="winbatch" style="font-family:monospace;">mklink <span style="color: #66cc66;">/</span>D <span style="color: #ff0000;">&quot;%HOMEPATH%\Documents\BioWare\Dragon Age\Characters&quot;</span> <span style="color: #ff0000;">&quot;%HOMEPATH%\Dropbox\Save Games\Dragon Age\Characters&quot;</span></pre></td></tr></table></div>

<p>Just to reiiterate the fact you have to change your path, here is another command I had to run using a different dropbox path (one computer used &#8216;My Dropbox&#8217;, the other just used &#8216;Dropbox&#8217; for some reason).</p>

<div class="wp_codebox"><table><tr id="p2268"><td class="code" id="p226code8"><pre class="winbatch" style="font-family:monospace;">mklink <span style="color: #66cc66;">/</span>D <span style="color: #ff0000;">&quot;%HOMEPATH%\Documents\BioWare\Dragon Age\Characters&quot;</span> <span style="color: #ff0000;">&quot;%HOMEPATH%\My Dropbox\Save Games\Dragon Age\Characters&quot;</span></pre></td></tr></table></div>

<p>This concept is easily applied to any game.  Just change the paths to match where that game&#8217;s saved files folder are located; usually they&#8217;re in my `documents/my saves`, or` my docuemnts/publisher name`, or one of application data&#8217;s folders.</p>
]]></content:encoded>
			<wfw:commentRss>http://diginc.us/microsoft/2011/synchronize-save-games-between-windows-computers-cloud-save-games-with-dropbox-minecraftdragon-age/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spamato vs SpamBayes [Win7]</title>
		<link>http://diginc.us/microsoft/2009/spamato-vs-spambayes-win7/</link>
		<comments>http://diginc.us/microsoft/2009/spamato-vs-spambayes-win7/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:51:54 +0000</pubDate>
		<dc:creator>diginc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Spamato]]></category>
		<category><![CDATA[SpamBayes]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://diginc.us/?p=132</guid>
		<description><![CDATA[Which spam prevention product wins: SpamBayes vs Spamato? SpamBayes is the clear winner in my mind. I used Spamato with my outlook 2007 first and recently switched to Spambayes because Spamato simply wouldn&#8217;t work with Windows 7 even after going &#8230; <a href="http://diginc.us/microsoft/2009/spamato-vs-spambayes-win7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Which spam prevention product wins: <a href="http://spambayes.sourceforge.net/">SpamBayes</a> vs <a href="www.spamato.net">Spamato</a>?  SpamBayes is the clear winner in my mind.</p>
<p>I used Spamato with my outlook 2007 first and recently switched to Spambayes because Spamato simply wouldn&#8217;t work with Windows 7 even after going through an enormous hassle of <a href="http://saranspot.blogspot.com/2009/02/installing-dotnet-framework-11-on.html">hacking Microsoft&#8217;s .NET Framework 1.1 installer</a> to get it to install in Windows 7.</p>
<p>I&#8217;m really glad I switched, SpamBayes has amazing accuracy when trained with your Spam/Ham folders.  It even has a &#8216;Junk Suspects&#8217; folder which has caught all (1 or 2) my ham messages which is mistook for spam.  I don&#8217;t think any Ham has ended up in the Junk folder unless it was an automated mail/newsletter and those quickly stopped going to junk after useing the &#8216;recovering from spam&#8217; toolbar button to improve training.</p>
<p>I used Spamato for more than a year and it works fairly well, I liked it and recommended it to others.  Every time I recommended it to a non technical person I cringed a little bit after remembering the fact that it requires a couple, not so simple to explain over the phone, prerequisites.</p>
<p>The finite accuracy seems better in SpamBayes and the installation is definitely a hell of a lot easier than Spamato.  </p>
]]></content:encoded>
			<wfw:commentRss>http://diginc.us/microsoft/2009/spamato-vs-spambayes-win7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007: None of the Authentication Methods Supported By This Client Are Supported By Your Server</title>
		<link>http://diginc.us/microsoft/2009/outlook-2007-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/</link>
		<comments>http://diginc.us/microsoft/2009/outlook-2007-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 22:17:04 +0000</pubDate>
		<dc:creator>diginc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Bug by Design]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[Outlook 2k7]]></category>
		<category><![CDATA[SMTP Authentication]]></category>

		<guid isPermaLink="false">http://diginc.us/?p=42</guid>
		<description><![CDATA[Can&#8217;t send from certain locations and keep having to turn on/off outgoing server SMTP Authentication in outlook 2007? You might see this error too: &#8220;None of the Authentication Methods Supported By This Client Are Supported By Your Server&#8221; My Answer: &#8230; <a href="http://diginc.us/microsoft/2009/outlook-2007-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t send from certain locations and keep having to turn on/off outgoing server SMTP Authentication in outlook 2007?  You might see this error too: &#8220;<strong>None of the Authentication Methods Supported By This Client Are Supported By Your Server</strong>&#8221;</p>
<p>My Answer:  Goto Email Accounts, Change the problem account, More Settings, Outgoing Server tab, and check outgoing server require authentication and choose &#8220;Log on to incoming mail server before sending mail&#8221; instead of &#8220;Use same settings as incoming&#8221; &#8211; Outlook 2007 is the first and only mail program to require any of our mail servers to use this setting.  So far I&#8217;ve only confirmed the problem to be on older sendmail servers.  There can be other solutions to this error message but this is one I find most often resolves it.</p>
<p>The Question:  As a systems administrator I take calls for our tech support queue and one user called with a really odd problem.  Basically it&#8217;s detailed here:</p>
<p>http://thepursuitofalife.com/outlook-2007-error-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/</p>
<p>Like the above link describes the user would have to disable SMTP auth in certain locations (That&#8217;s a workaround, not the solution), even though all our servers require SMTP authentication.  The above link eventually shares the true solution but it&#8217;s buried under many comments thanking the poster for the work around.  So I decided to help fellow googlers by making this post.</p>
<p>Update: Comments about other people&#8217;s experience with this error made me want to add my further experience with it.  I&#8217;ve seen this error a lot more often since I first made this post and am convinced it&#8217;s really some sort of bug with Outlook 2007.  Some people cannot get rid of the error and have to continually switch between &#8220;Log on to incoming mail server before sending mail&#8221; and &#8220;Use same settings as incoming&#8221; to keep outlook sending correctly.   Whereas if they switch to Windows Mail (The Vista and Windows 7 equivalent of outlook express) they never need to do anything but set &#8216;use same settings as incoming&#8217; and never have any problem sending.  If it&#8217;s not a &#8217;2007 Bug&#8217; then it&#8217;s definitely a Outlook 2007 incompatibility with certain MTAs &#8211; specifically (maybe just older) sendmail &#8211; our postfix servers don&#8217;t seem to have this bug, but like I just said only 2007 has this incompatibility so you can&#8217;t entirely blame sendmail.</p>
]]></content:encoded>
			<wfw:commentRss>http://diginc.us/microsoft/2009/outlook-2007-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8211; What I do after installing</title>
		<link>http://diginc.us/microsoft/2009/windows-7-what-i-do-after-installing/</link>
		<comments>http://diginc.us/microsoft/2009/windows-7-what-i-do-after-installing/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:23:02 +0000</pubDate>
		<dc:creator>diginc</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://diginc.us/?p=25</guid>
		<description><![CDATA[I thought I&#8217;d make a list of applications I usually need after a fresh windows install and what order I install them in. Since this time I&#8217;m using Windows 7 (W7) Beta I&#8217;ll be commenting about major differences I take &#8230; <a href="http://diginc.us/microsoft/2009/windows-7-what-i-do-after-installing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d make a list of applications I usually need after a fresh windows install and what order I install them in.  Since this time I&#8217;m using Windows 7 (W7) Beta I&#8217;ll be commenting about major differences I take notice of about W7 along the way too &#8211; I&#8217;ve had tastes of Vista before so I know my way around their new control panel and other menu changes.  Note I&#8217;m running the 64-bit version so some of my links are to 64-bit apps/drivers.</p>
<p>Windows 7 bugged me about anti virus right away so I grabbed that first&#8230;<br />
<span id="more-25"></span><br />
<a href="http://free.avg.com/">AVG Free</a><br />
<a href="http://ie7.com/">Firefox 3</a><br />
Nvidia video drivers, found out they&#8217;re integrated in windows update for W7 Beta.<br />
<a href="http://www.uvnc.com/download/">UltraVNC</a> (for work)<br />
<a href="http://store.steampowered.com/about/">Steam</a> (For Team Fortress 2 and Left 4 Dead)<br />
Set my workgroup to reach my samba shares (control panel > system > change settings > workgroup)</p>
<p>W7 Then bugged me about a product key so I registered a windows live account and they emailed me one after a few steps through their site (Looks like they haven&#8217;t run out of their 2.5M keys yet)</p>
<p>While I was browsing some websites I noticed something foreign to me&#8230;ads, I realized I had forgotten the holy grail of Firefox addons, <a href="https://addons.mozilla.org/en-US/firefox/addon/1865">adblock+</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/1136">Filterset.g</a>.  Continuing my application installs&#8230;</p>
<p><a href="http://asia.creative.com/support/downloads/download.asp?MainCategory=1&#038;nRegionFK=&#038;nCountryFK=&#038;nLanguageFK=&#038;sOSName=Windows+Vista+64-bit&#038;region=2&#038;Product_Name=X-Fi+XtremeMusic&#038;Product_ID=14066&#038;modelnumber=&#038;driverlang=1033&#038;OS=27&#038;drivertype=0&#038;x=18&#038;y=9">Creative SBX-Fi Drivers</a><br />
<a href="http://www.foobar2000.org/">Foobar 2000</a> (music)<br />
<a href="http://www.videolan.org/vlc/">VLC</a> (video)<br />
<a href="http://www.cccp-project.net/">CCCP</a> (Video Codecs &#038; MPC)<br />
<a href="http://www.logitech.com/index.cfm/434/180&#038;cl=us,en?osid=13">Logitech G15</a> Keyboard Drivers.<br />
<a href="http://www.ventrilo.com/download.php">Ventrilo</a><br />
<a href="http://www.rarlab.com/download.htm">WinRar</a> (surprised I didn&#8217;t need it before now!)<br />
<a href="http://www.foxitsoftware.com/pdf/rd_intro.php">Foxit Reader</a> (Free Adobe Acrobat replacement &#038; improvement)<br />
<a href="http://www.geocities.com/davidayton/CDisplay">CDisplay</a> (aka Comic Book Reader)</p>
<p>I then &#8220;unpinned&#8221; Window Media Player and Internet Explorer from W7&#8242;s new taskbar and pinned Foobar and FF3 instead.  The new taskbar is a nice merger of quick launch icons and task bars applications.  </p>
]]></content:encoded>
			<wfw:commentRss>http://diginc.us/microsoft/2009/windows-7-what-i-do-after-installing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: diginc.us @ 2012-02-06 00:52:09 -->
