<?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:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Gaute's .net weblog - Windows Server</title>
    <link>http://gaute.amende.no/</link>
    <description>thoughts on programming and computer related stuff</description>
    <language>en-us</language>
    <copyright>gaute</copyright>
    <lastBuildDate>Sun, 08 Feb 2009 17:59:30 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>gaute@amende.no</managingEditor>
    <webMaster>gaute@amende.no</webMaster>
    <item>
      <trackback:ping>http://gaute.amende.no/Trackback.aspx?guid=bc11a90e-99fb-48fc-bf57-128ff1864ad4</trackback:ping>
      <pingback:server>http://gaute.amende.no/pingback.aspx</pingback:server>
      <pingback:target>http://gaute.amende.no/PermaLink,guid,bc11a90e-99fb-48fc-bf57-128ff1864ad4.aspx</pingback:target>
      <dc:creator>Gaute Magnussen</dc:creator>
      <wfw:comment>http://gaute.amende.no/CommentView,guid,bc11a90e-99fb-48fc-bf57-128ff1864ad4.aspx</wfw:comment>
      <wfw:commentRss>http://gaute.amende.no/SyndicationService.asmx/GetEntryCommentsRss?guid=bc11a90e-99fb-48fc-bf57-128ff1864ad4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">A while back I decided I wanted to try
Windows 7 Beta, but since I had Windows Server 2008 installed already, I decided to
try Windows Server 2008 R2 instead and just upgrade my existing installation.<br /><br />
So I did an upgrade on my work laptop, a HP Compaq 6910p. The upgrade went without
any problems. I have been using the machine every day for about 6 weeks now, and not
one bluescreen and I can't remember having any other problems either. The only "problem"
I had, is after upgrading, I had to do the same hacks to get bluetooth working again
as I did on Server 2008.<br /><br /><b>Conclusions:</b><br /><br />
I'm very happy with Windows Server 7 or 2008 R2. Things have only become better since
Vista and Server 2008. I must say I don't notice any performance differences, but
I hope they will come after a fresh install. I have been using the OS every day in
my job as a programmer, and there has been no complications. I think this is the best
OS I have ever used. 
<br /><p></p><img width="0" height="0" src="http://gaute.amende.no/aggbug.ashx?id=bc11a90e-99fb-48fc-bf57-128ff1864ad4" /></body>
      <title>Updating to Windows Server 2008 R2</title>
      <guid isPermaLink="false">http://gaute.amende.no/PermaLink,guid,bc11a90e-99fb-48fc-bf57-128ff1864ad4.aspx</guid>
      <link>http://gaute.amende.no/UpdatingToWindowsServer2008R2.aspx</link>
      <pubDate>Sun, 08 Feb 2009 17:59:30 GMT</pubDate>
      <description>A while back I decided I wanted to try Windows 7 Beta, but since I had Windows Server 2008 installed already, I decided to try Windows Server 2008 R2 instead and just upgrade my existing installation.&lt;br&gt;
&lt;br&gt;
So I did an upgrade on my work laptop, a HP Compaq 6910p. The upgrade went without
any problems. I have been using the machine every day for about 6 weeks now, and not
one bluescreen and I can't remember having any other problems either. The only "problem"
I had, is after upgrading, I had to do the same hacks to get bluetooth working again
as I did on Server 2008.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Conclusions:&lt;/b&gt;
&lt;br&gt;
&lt;br&gt;
I'm very happy with Windows Server 7 or 2008 R2. Things have only become better since
Vista and Server 2008. I must say I don't notice any performance differences, but
I hope they will come after a fresh install. I have been using the OS every day in
my job as a programmer, and there has been no complications. I think this is the best
OS I have ever used. 
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://gaute.amende.no/aggbug.ashx?id=bc11a90e-99fb-48fc-bf57-128ff1864ad4" /&gt;</description>
      <comments>http://gaute.amende.no/CommentView,guid,bc11a90e-99fb-48fc-bf57-128ff1864ad4.aspx</comments>
      <category>Windows Server</category>
    </item>
    <item>
      <trackback:ping>http://gaute.amende.no/Trackback.aspx?guid=0d310d04-8b74-4ef6-b6e3-da92b7bee665</trackback:ping>
      <pingback:server>http://gaute.amende.no/pingback.aspx</pingback:server>
      <pingback:target>http://gaute.amende.no/PermaLink,guid,0d310d04-8b74-4ef6-b6e3-da92b7bee665.aspx</pingback:target>
      <dc:creator>Gaute Magnussen</dc:creator>
      <wfw:comment>http://gaute.amende.no/CommentView,guid,0d310d04-8b74-4ef6-b6e3-da92b7bee665.aspx</wfw:comment>
      <wfw:commentRss>http://gaute.amende.no/SyndicationService.asmx/GetEntryCommentsRss?guid=0d310d04-8b74-4ef6-b6e3-da92b7bee665</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Often I have had problems logging in to
remote desktops because the two user sessions Microsoft allows you to have are occupied.
This is very annoying and until Windows Server 2008, you got no choice to log of the
other users. There is however a smart little command line tool to do this.<br /><br />
To see logged in users, type: qwinsta /server:SERVERNAME<br />
To log out an existing session, type: rwinsta /server:SERVERNAME SESSIONNAME<br /><br />
Here is an example from my machine:<br /><pre><span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;">C:\Users\gm&gt;qwinsta
/server:kraftwerk SESSIONNAME USERNAME ID STATE TYPE DEVICE services 0 Disc console
1 Conn rdp-tcp#0 gm 2 Active rdpwd rdp-tcp 65536 Listen</span></pre><pre><span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;">C:\Users\gm&gt;rwinsta
/server:kraftwerk rdp-tcp#0</span></pre><p></p><img width="0" height="0" src="http://gaute.amende.no/aggbug.ashx?id=0d310d04-8b74-4ef6-b6e3-da92b7bee665" /></body>
      <title>Remote desktop - Kill other connections</title>
      <guid isPermaLink="false">http://gaute.amende.no/PermaLink,guid,0d310d04-8b74-4ef6-b6e3-da92b7bee665.aspx</guid>
      <link>http://gaute.amende.no/RemoteDesktopKillOtherConnections.aspx</link>
      <pubDate>Tue, 09 Dec 2008 17:35:12 GMT</pubDate>
      <description>Often I have had problems logging in to remote desktops because the two user sessions Microsoft allows you to have are occupied. This is very annoying and until Windows Server 2008, you got no choice to log of the other users. There is however a smart little command line tool to do this.&lt;br&gt;
&lt;br&gt;
To see logged in users, type: qwinsta /server:SERVERNAME&lt;br&gt;
To log out an existing session, type: rwinsta /server:SERVERNAME SESSIONNAME&lt;br&gt;
&lt;br&gt;
Here is an example from my machine:&lt;br&gt;
&lt;pre&gt;&lt;span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;"&gt;C:\Users\gm&amp;gt;qwinsta
/server:kraftwerk SESSIONNAME USERNAME ID STATE TYPE DEVICE services 0 Disc console
1 Conn rdp-tcp#0 gm 2 Active rdpwd rdp-tcp 65536 Listen&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;"&gt;C:\Users\gm&amp;gt;rwinsta
/server:kraftwerk rdp-tcp#0&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://gaute.amende.no/aggbug.ashx?id=0d310d04-8b74-4ef6-b6e3-da92b7bee665" /&gt;</description>
      <comments>http://gaute.amende.no/CommentView,guid,0d310d04-8b74-4ef6-b6e3-da92b7bee665.aspx</comments>
      <category>Windows Server</category>
    </item>
    <item>
      <trackback:ping>http://gaute.amende.no/Trackback.aspx?guid=d11cb424-586d-422b-8c70-bba0498cfe1b</trackback:ping>
      <pingback:server>http://gaute.amende.no/pingback.aspx</pingback:server>
      <pingback:target>http://gaute.amende.no/PermaLink,guid,d11cb424-586d-422b-8c70-bba0498cfe1b.aspx</pingback:target>
      <dc:creator>Gaute Magnussen</dc:creator>
      <wfw:comment>http://gaute.amende.no/CommentView,guid,d11cb424-586d-422b-8c70-bba0498cfe1b.aspx</wfw:comment>
      <wfw:commentRss>http://gaute.amende.no/SyndicationService.asmx/GetEntryCommentsRss?guid=d11cb424-586d-422b-8c70-bba0498cfe1b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">This week I finally got around to install
Windows Server 2008 on my laptop. I have a HP Compaq 6910p laptop, which is a good
laptop with 64 bit dual core processor and 4 gb of RAM.<br /><br />
Since I have a 64-bit CPU and have been running Vista 64 for some time without any
problems, I installed the 64 bit enterprise edition.<br /><br />
I followed the blogpost: <a href="http://blogs.msdn.com/vijaysk/archive/2008/02/11/using-windows-server-2008-as-a-super-desktop-os.aspx">Using
Windows Server 2008 as a SUPER workstation OS</a> to get the OS configured. Which
got me pretty far, but not all the way there.<br /><br />
For drivers I downloaded the Vista drivers from HP's support page. They worked good
except for the bluetoouth driver. But apparently, Microsoft has decided that bluetooth
is not for servers, so there is no support. Both my bluetooth mouse and keyboard works
with the supplied dongle, but not with the built in device.<br /><br />
I also turned of Internet Explorer Enhanced Security, which is nice on a production
server, but extremly annoying on your desktop. This is done in Server Manager - Security
Information - Configure IE ESC.<br /><br />
I also use virtual pc's a bit and figured Hyper-V would be cool instead of Virtual
PC or Virtual Server, but when I activated this, the sleep function on my laptop no
longer worked. I did find a good hack for <a href="http://markharrison.co.uk/blog/2008/09/sleep-hibernate-with-hyper-v.htm">enabling
sleep with Hyper-V</a>. Works ok, but it's not 100% ideal solution.<br /><br />
The current version of Live Messenger would not install either<b></b>, but the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=D78F2FF1-79EA-4066-8BA0-DDBED94864FC&amp;displaylang=en">MSI-version
of Messenger 8.1</a> would install. Apparantly you can also copy the installed files
from a Vista machine to get newer versions running, but I haven't tried.<br /><br />
Visual Studio 2008, SQL Server 2008, Office 2007, Firefox, Daemon tools all installed
wihout any problems.<br /><br /><b>Final thoughts<br /></b>All in all, I am very happy with my transition to Server 2008. It seems faster
than Vista, and the fact that you have to turn all the bloat on instead of the opposite
makes it great.<br /><br />
Update: I got bluetooth devices working using this blog post: <a href="http://www.gilkirkpatrick.com/Blog/post/Installing-the-Microsoft-Bluetooth-Stack-on-Windows-Server-2008.aspx">Installing
the Microsoft Bluetooth Stack on Windows Server 2008</a><br /><p></p><img width="0" height="0" src="http://gaute.amende.no/aggbug.ashx?id=d11cb424-586d-422b-8c70-bba0498cfe1b" /></body>
      <title>Installing Windows Server 2008 on a HP Compaq 6910p laptop</title>
      <guid isPermaLink="false">http://gaute.amende.no/PermaLink,guid,d11cb424-586d-422b-8c70-bba0498cfe1b.aspx</guid>
      <link>http://gaute.amende.no/InstallingWindowsServer2008OnAHPCompaq6910pLaptop.aspx</link>
      <pubDate>Fri, 31 Oct 2008 13:45:09 GMT</pubDate>
      <description>This week I finally got around to install Windows Server 2008 on my laptop. I have a HP Compaq 6910p laptop, which is a good laptop with 64 bit dual core processor and 4 gb of RAM.&lt;br&gt;
&lt;br&gt;
Since I have a 64-bit CPU and have been running Vista 64 for some time without any
problems, I installed the 64 bit enterprise edition.&lt;br&gt;
&lt;br&gt;
I followed the blogpost: &lt;a href="http://blogs.msdn.com/vijaysk/archive/2008/02/11/using-windows-server-2008-as-a-super-desktop-os.aspx"&gt;Using
Windows Server 2008 as a SUPER workstation OS&lt;/a&gt; to get the OS configured. Which
got me pretty far, but not all the way there.&lt;br&gt;
&lt;br&gt;
For drivers I downloaded the Vista drivers from HP's support page. They worked good
except for the bluetoouth driver. But apparently, Microsoft has decided that bluetooth
is not for servers, so there is no support. Both my bluetooth mouse and keyboard works
with the supplied dongle, but not with the built in device.&lt;br&gt;
&lt;br&gt;
I also turned of Internet Explorer Enhanced Security, which is nice on a production
server, but extremly annoying on your desktop. This is done in Server Manager - Security
Information - Configure IE ESC.&lt;br&gt;
&lt;br&gt;
I also use virtual pc's a bit and figured Hyper-V would be cool instead of Virtual
PC or Virtual Server, but when I activated this, the sleep function on my laptop no
longer worked. I did find a good hack for &lt;a href="http://markharrison.co.uk/blog/2008/09/sleep-hibernate-with-hyper-v.htm"&gt;enabling
sleep with Hyper-V&lt;/a&gt;. Works ok, but it's not 100% ideal solution.&lt;br&gt;
&lt;br&gt;
The current version of Live Messenger would not install either&lt;b&gt;&lt;/b&gt;, but the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=D78F2FF1-79EA-4066-8BA0-DDBED94864FC&amp;amp;displaylang=en"&gt;MSI-version
of Messenger 8.1&lt;/a&gt; would install. Apparantly you can also copy the installed files
from a Vista machine to get newer versions running, but I haven't tried.&lt;br&gt;
&lt;br&gt;
Visual Studio 2008, SQL Server 2008, Office 2007, Firefox, Daemon tools all installed
wihout any problems.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Final thoughts&lt;br&gt;
&lt;/b&gt;All in all, I am very happy with my transition to Server 2008. It seems faster
than Vista, and the fact that you have to turn all the bloat on instead of the opposite
makes it great.&lt;br&gt;
&lt;br&gt;
Update: I got bluetooth devices working using this blog post: &lt;a href="http://www.gilkirkpatrick.com/Blog/post/Installing-the-Microsoft-Bluetooth-Stack-on-Windows-Server-2008.aspx"&gt;Installing
the Microsoft Bluetooth Stack on Windows Server 2008&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://gaute.amende.no/aggbug.ashx?id=d11cb424-586d-422b-8c70-bba0498cfe1b" /&gt;</description>
      <comments>http://gaute.amende.no/CommentView,guid,d11cb424-586d-422b-8c70-bba0498cfe1b.aspx</comments>
      <category>Windows Server</category>
    </item>
  </channel>
</rss>