<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Services on Anything About IT</title><link>https://www.verboon.info/tags/services/</link><description>Recent content in Services on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 19 Apr 2012 20:02:48 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/services/index.xml" rel="self" type="application/rss+xml"/><item><title>Windows Services, what changed from Windows 7 to Windows 8</title><link>https://www.verboon.info/2012/04/windows-services-what-changed-from-windows-7-to-windows-8/</link><pubDate>Thu, 19 Apr 2012 20:02:48 +0000</pubDate><guid>https://www.verboon.info/2012/04/windows-services-what-changed-from-windows-7-to-windows-8/</guid><description>&lt;p&gt;Nearly 3 years ago I wrote a blog post about the &lt;a href="https://www.verboon.info/index.php/2009/04/windows-services-what-changed-from-vista-to-windows7-part1/"&gt;Windows Services changes between Windows Vista and Windows 7&lt;/a&gt;. Assuming that we won’t see any big changes with regard to Services when Windows 8 will be released I repeated the exercise by looking at what has changed between Windows 7 Enterprise and the Windows 8 Consumer Preview Build.&lt;/p&gt;
&lt;p&gt;To obtain the services data from each system, i executed the following PowerShell command:&lt;/p&gt;</description></item><item><title>Optimizations for Virtualized Windows 7 clients</title><link>https://www.verboon.info/2010/07/optimizations-virtualized-windows-7-clients-2/</link><pubDate>Fri, 30 Jul 2010 13:18:51 +0000</pubDate><guid>https://www.verboon.info/2010/07/optimizations-virtualized-windows-7-clients-2/</guid><description>&lt;p&gt;Just found these two blog posts that describe some Registry and Services optimizations when running Windows 7 as a virtual client.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://virtualfeller.com/2010/07/23/windows-7-registry-optimizations-for-virtual-desktops/"&gt;Windows 7 Registry Optimizations for Virtual Desktops&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://virtualfeller.com/2010/06/24/windows-7-optimization-disable-services-2/"&gt;Windows 7 Optimization – Disable Services&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="http://virtualfeller.com/"&gt;Daniel Feller&lt;/a&gt; for sharing this&lt;/p&gt;</description></item><item><title>Windows 7 Service Triggers</title><link>https://www.verboon.info/2010/03/windows-7-service-triggers/</link><pubDate>Tue, 23 Mar 2010 20:46:22 +0000</pubDate><guid>https://www.verboon.info/2010/03/windows-7-service-triggers/</guid><description>&lt;p&gt;When taking a closer look at the Services in Windows 7 you will notice that many of them are configured to start manually but will be started when needed. For more details read my earlier posts &lt;a href="https://www.verboon.info/index.php/2009/04/windows-services-what-changed-from-vista-to-windows7-part1/"&gt;Windows Services, what changed from Vista to Windows7 Part1&lt;/a&gt; and &lt;a href="https://www.verboon.info/index.php/2009/04/windows-services-what-changed-from-vista-to-windows7-part2/"&gt;Windows Services, What changed from Vista to Windows7 – Part2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The technology behind starting Services when needed is called Service Triggers that were introduced with Windows 7 and Windows Server 2008 R2. If you want the full inside scoop on Service Triggers I recommend that you read through the content listed below.&lt;/p&gt;</description></item><item><title>ToolTip: Windows Services Dependency Viewer</title><link>https://www.verboon.info/2010/01/tooltip-windows-services-dependency-viewer/</link><pubDate>Fri, 01 Jan 2010 21:56:42 +0000</pubDate><guid>https://www.verboon.info/2010/01/tooltip-windows-services-dependency-viewer/</guid><description>&lt;p&gt;During my periodic visit on CodePlex I came across the Windows Services Dependency Viewer utility. The tool provides access to the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Windows service dependent and antecedent services&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Services grouped by process&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Service details (from Win32_Service WMI class)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Service process details (from Win32_Process WMI class&lt;/p&gt;
&lt;p&gt;This tool might come in handy once you start changing a specific Service’s startup mode.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;The Windows Services Dependency Viewer can be downloaded from &lt;a href="http://svcdependencyviewer.codeplex.com/"&gt;here&lt;/a&gt; Additional documentation can be found &lt;a href="http://svcdependencyviewer.codeplex.com/documentation"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Windows Services, What changed from Vista to Windows7 - Part2</title><link>https://www.verboon.info/2009/04/windows-services-what-changed-from-vista-to-windows7-part2/</link><pubDate>Thu, 23 Apr 2009 17:45:18 +0000</pubDate><guid>https://www.verboon.info/2009/04/windows-services-what-changed-from-vista-to-windows7-part2/</guid><description>&lt;p&gt;In part one of “&lt;a href="https://www.verboon.info/index.php/2009/04/windows-services-what-changed-from-vista-to-windows7-part1/"&gt;Windows Services, What changed from Vista to Windows7&lt;/a&gt;”  I highlighted the new, renamed and removed services that come with Windows7.&lt;/p&gt;
&lt;p&gt;Some Services are not quite new, but are now just installed by default. One example is the ActiveX Installer Service.&lt;/p&gt;
&lt;p&gt;The below table lists those Services where the startup mode was changed from Automatic (Vista) to manual (Win7).&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image-thumb4.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;Note that the “Status” for some Services on your system might be different. The list was produced right after having installed both the  Windows Vista and Windows7 client within Hyper-V guest machines.&lt;/p&gt;</description></item><item><title>Windows Services, what changed from Vista to Windows7 Part1</title><link>https://www.verboon.info/2009/04/windows-services-what-changed-from-vista-to-windows7-part1/</link><pubDate>Tue, 21 Apr 2009 23:34:52 +0000</pubDate><guid>https://www.verboon.info/2009/04/windows-services-what-changed-from-vista-to-windows7-part1/</guid><description>&lt;p&gt;Today I took a closer look at the Windows Services running on Windows7. A lot of the performance improvements with Windows7 are related to the way how and when services are being loaded so i thought it’s worth to see what’s happening there.&lt;/p&gt;
&lt;p&gt;I first installed a Windows 7 build 7077 and a Windows Vista SP1 client on my Hyper-V server. Because I am primarily interested in what’s happening in an enterprise environment, both clients were joined to a domain.&lt;/p&gt;</description></item></channel></rss>