<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" version="2.0">
  <channel>
    <title>Continuum Drift - Server Administration</title>
    <link>http://www.continuumconcepts.com/Blog/</link>
    <description>Continuum Concepts Dev Log</description>
    <language>en-us</language>
    <copyright>Continuum Concepts, LLC</copyright>
    <lastBuildDate>Fri, 26 Jun 2009 16:54:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.2.8279.16125</generator>
    <managingEditor>chris@continuumconcepts.com</managingEditor>
    <webMaster>chris@continuumconcepts.com</webMaster>
    <item>
      <trackback:ping>http://www.continuumconcepts.com/Blog/Trackback.aspx?guid=6d072487-bd9d-45c4-847f-71de79cf094c</trackback:ping>
      <pingback:server>http://www.continuumconcepts.com/Blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.continuumconcepts.com/Blog/PermaLink,guid,6d072487-bd9d-45c4-847f-71de79cf094c.aspx</pingback:target>
      <dc:creator>Chris</dc:creator>
      <wfw:comment>http://www.continuumconcepts.com/Blog/CommentView,guid,6d072487-bd9d-45c4-847f-71de79cf094c.aspx</wfw:comment>
      <wfw:commentRss>http://www.continuumconcepts.com/Blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6d072487-bd9d-45c4-847f-71de79cf094c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">They always seem to open maximized, glued
to the upper left-hand corner of my monitor. I hate that. After much googling, I found:<br /><br /><a href="http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/">http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/</a><br /><br /><a href="http://msdn.microsoft.com/en-us/library/ms632612%28VS.85%29.aspx">http://msdn.microsoft.com/en-us/library/ms632612(VS.85).aspx</a><br /><br />
and<br /><br /><a href="http://blogs.msdn.com/rds/archive/2008/09/02/specifying-the-ts-client-start-location-on-the-virtual-desktop.aspx">http://blogs.msdn.com/rds/archive/2008/09/02/specifying-the-ts-client-start-location-on-the-virtual-desktop.aspx</a><br /><br />
These settings work for me:<br /><br />
desktopwidth:i:1600<br />
desktopheight:i:1200<br />
session bpp:i:32<br /><br />
I have a 2560x1600 display, so I like my sessions to be 1600x1200.<br /><br />
winposstr:s:0,1,500,200,2560,1600<br /><br />
1st is always set to zero according to the MS Blog post.<br />
2nd is 1 because I like my remote sessions windowed. Often I have multiple connections
open at once.<br />
3rd is 500 because I want my window offset 500 pixels from the left of my primary
monitor.<br />
4th is 200 because I want my window offset 200 pixels from the top of my primary monitor.<br />
5th and 6th are kinda funny. They are supposed to represent the bottom right coordinate
of the window, so I would expect them to be the top left offset plus the window size.
Setting them to 2100 and 1400 should make the window fully sized given my window size
and offsets, but I guess it doesn't work that way. Maybe you have to compensate for
the frame of the window itself. I found that there is no harm at all in simply setting
the size to something larger than the window to assure that it is fully sized. So,
I set these values to the size of my largest display.<br /><br />
As the author of the first article mentions, you need to use a text editor that won't
corrupt the header of the RDP file. Notepad2 did NOT corrupt it, nor did BeyondCompare
3. TextPad 5.2 did corrupt it.<br /><br />
BeyondCompare 3 was a great way to fix the rest of my RDP files. I just pasted most
of the contents of my new, working file over to the files that needed to be fixed,
letting only the fulladdress and username fields remain.<br /><img width="0" height="0" src="http://www.continuumconcepts.com/Blog/aggbug.ashx?id=6d072487-bd9d-45c4-847f-71de79cf094c" /></body>
      <title>Remote Desktop Connection Does Not Remember Window Size or Position</title>
      <guid isPermaLink="false">http://www.continuumconcepts.com/Blog/PermaLink,guid,6d072487-bd9d-45c4-847f-71de79cf094c.aspx</guid>
      <link>http://www.continuumconcepts.com/Blog/2009/06/26/RemoteDesktopConnectionDoesNotRememberWindowSizeOrPosition.aspx</link>
      <pubDate>Fri, 26 Jun 2009 16:54:00 GMT</pubDate>
      <description>They always seem to open maximized, glued to the upper left-hand corner of my monitor. I hate that. After much googling, I found:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/"&gt;http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/ms632612%28VS.85%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms632612(VS.85).aspx&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
and&lt;br&gt;
&lt;br&gt;
&lt;a href="http://blogs.msdn.com/rds/archive/2008/09/02/specifying-the-ts-client-start-location-on-the-virtual-desktop.aspx"&gt;http://blogs.msdn.com/rds/archive/2008/09/02/specifying-the-ts-client-start-location-on-the-virtual-desktop.aspx&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
These settings work for me:&lt;br&gt;
&lt;br&gt;
desktopwidth:i:1600&lt;br&gt;
desktopheight:i:1200&lt;br&gt;
session bpp:i:32&lt;br&gt;
&lt;br&gt;
I have a 2560x1600 display, so I like my sessions to be 1600x1200.&lt;br&gt;
&lt;br&gt;
winposstr:s:0,1,500,200,2560,1600&lt;br&gt;
&lt;br&gt;
1st is always set to zero according to the MS Blog post.&lt;br&gt;
2nd is 1 because I like my remote sessions windowed. Often I have multiple connections
open at once.&lt;br&gt;
3rd is 500 because I want my window offset 500 pixels from the left of my primary
monitor.&lt;br&gt;
4th is 200 because I want my window offset 200 pixels from the top of my primary monitor.&lt;br&gt;
5th and 6th are kinda funny. They are supposed to represent the bottom right coordinate
of the window, so I would expect them to be the top left offset plus the window size.
Setting them to 2100 and 1400 should make the window fully sized given my window size
and offsets, but I guess it doesn't work that way. Maybe you have to compensate for
the frame of the window itself. I found that there is no harm at all in simply setting
the size to something larger than the window to assure that it is fully sized. So,
I set these values to the size of my largest display.&lt;br&gt;
&lt;br&gt;
As the author of the first article mentions, you need to use a text editor that won't
corrupt the header of the RDP file. Notepad2 did NOT corrupt it, nor did BeyondCompare
3. TextPad 5.2 did corrupt it.&lt;br&gt;
&lt;br&gt;
BeyondCompare 3 was a great way to fix the rest of my RDP files. I just pasted most
of the contents of my new, working file over to the files that needed to be fixed,
letting only the fulladdress and username fields remain.&lt;br&gt;
&lt;img width="0" height="0" src="http://www.continuumconcepts.com/Blog/aggbug.ashx?id=6d072487-bd9d-45c4-847f-71de79cf094c" /&gt;</description>
      <comments>http://www.continuumconcepts.com/Blog/CommentView,guid,6d072487-bd9d-45c4-847f-71de79cf094c.aspx</comments>
      <category>Development</category>
      <category>Server Administration</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.continuumconcepts.com/Blog/Trackback.aspx?guid=6aba3bab-ec1d-4d81-ba47-c9b081ac242d</trackback:ping>
      <pingback:server>http://www.continuumconcepts.com/Blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.continuumconcepts.com/Blog/PermaLink,guid,6aba3bab-ec1d-4d81-ba47-c9b081ac242d.aspx</pingback:target>
      <dc:creator>Chris</dc:creator>
      <wfw:comment>http://www.continuumconcepts.com/Blog/CommentView,guid,6aba3bab-ec1d-4d81-ba47-c9b081ac242d.aspx</wfw:comment>
      <wfw:commentRss>http://www.continuumconcepts.com/Blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6aba3bab-ec1d-4d81-ba47-c9b081ac242d</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">The Event Log shows: "Volume Shadow Copy
Service error: An internal inconsistency was detected in trying to contact shadow
copy service writers."<br /><br />
I noticed that if, at a command prompt, I ran "vssadmin list writers", I got nothing
back. I was under the impression that all the VSS-compatible writers should be listed,
such as SQL Server.<br /><br />
This was KILLING ME all morning. I'd been running backups just fine on this server
for the longest time, and it stopped working. I think it was related to my uninstallation
of Windows Desktop Search 4.0, but the KB article related to that didn't help. Maybe
it was some update? Other articles and forum posts suggesting that I stop the VSS
and SWPRV services and register a bunch of DLLs didn't help either.<br /><br />
Finally I found the solution. Well, it worked for me anyway. It was a variation of
a forum post I found in google's cache. Here's what I did:<br /><ol><li><b><font color="#008000">Remove the registry key "HKLM\Software\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}". <font color="#ff0000">You
should probably export it first so you can restore it if this doesn't work for you.</font></font></b></li><li><b><font color="#008000">Reboot.</font></b></li><li><b><font color="#008000">The key is re-created.</font></b></li><li><b><font color="#008000">"vssadmin list writers" returns several writers.</font></b></li><li><b><font color="#008000">The Backup Utility no longer hangs on "Preparing to backup
using shadow copy..." longer than maybe 20 seconds. The backup runs normally now!</font></b></li></ol><font color="#000000">This server is a VMWare virtual machine, in case that matters.<br /></font><p></p><img width="0" height="0" src="http://www.continuumconcepts.com/Blog/aggbug.ashx?id=6aba3bab-ec1d-4d81-ba47-c9b081ac242d" /></body>
      <title>Backup Utility Hangs on "Preparing to backup using shadow copy..." on Windows Server 2003 R2 x64 SP2 (Solved)</title>
      <guid isPermaLink="false">http://www.continuumconcepts.com/Blog/PermaLink,guid,6aba3bab-ec1d-4d81-ba47-c9b081ac242d.aspx</guid>
      <link>http://www.continuumconcepts.com/Blog/2009/02/02/BackupUtilityHangsOnPreparingToBackupUsingShadowCopyOnWindowsServer2003R2X64SP2Solved.aspx</link>
      <pubDate>Mon, 02 Feb 2009 19:49:44 GMT</pubDate>
      <description>The Event Log shows: "Volume Shadow Copy Service error: An internal inconsistency was detected in trying to contact shadow copy service writers."&lt;br&gt;
&lt;br&gt;
I noticed that if, at a command prompt, I ran "vssadmin list writers", I got nothing
back. I was under the impression that all the VSS-compatible writers should be listed,
such as SQL Server.&lt;br&gt;
&lt;br&gt;
This was KILLING ME all morning. I'd been running backups just fine on this server
for the longest time, and it stopped working. I think it was related to my uninstallation
of Windows Desktop Search 4.0, but the KB article related to that didn't help. Maybe
it was some update? Other articles and forum posts suggesting that I stop the VSS
and SWPRV services and register a bunch of DLLs didn't help either.&lt;br&gt;
&lt;br&gt;
Finally I found the solution. Well, it worked for me anyway. It was a variation of
a forum post I found in google's cache. Here's what I did:&lt;br&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;b&gt;&lt;font color="#008000"&gt;Remove the registry key "HKLM\Software\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}". &lt;font color="#ff0000"&gt;You
should probably export it first so you can restore it if this doesn't work for you.&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;&lt;font color="#008000"&gt;Reboot.&lt;/font&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;&lt;font color="#008000"&gt;The key is re-created.&lt;/font&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;&lt;font color="#008000"&gt;"vssadmin list writers" returns several writers.&lt;/font&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;b&gt;&lt;font color="#008000"&gt;The Backup Utility no longer hangs on "Preparing to backup
using shadow copy..." longer than maybe 20 seconds. The backup runs normally now!&lt;/font&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;font color="#000000"&gt;This server is a VMWare virtual machine, in case that matters.&lt;br&gt;
&lt;/font&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.continuumconcepts.com/Blog/aggbug.ashx?id=6aba3bab-ec1d-4d81-ba47-c9b081ac242d" /&gt;</description>
      <comments>http://www.continuumconcepts.com/Blog/CommentView,guid,6aba3bab-ec1d-4d81-ba47-c9b081ac242d.aspx</comments>
      <category>Server Administration</category>
    </item>
  </channel>
</rss>