Generate a list of Windows startup programs using the command line

One of the first ports of call (at least for me) when troubleshooting performance issues on standalone PC’s is to have a look at the start-up programs using ‘msconfig.exe.’ While msconfig.exe is fine for IT Pros it’s not the most friendly of things for the average end user.

I was recently helping out a friend over IM and explaining the concepts and working out which entries to remove was taking a long time. I did some research and found this handy command.

wmic startup get caption,command,description > outputfile

Simply get the person at the other end to run this command and then they can send you the full list for you to inspect.

Forthcoming Events on Campus

I will be preseting a brief introduction to Windows PowerShell at this month’s Super Mondays event in the Beehive (Old Library Building) on the 23rd at 18:00. These events are growing rapidly and well worth attending – the topics are usually diverse enough that there should be something of interest to everyone. See SuperMondays.org for the full line-up and the Upcoming link if you’re attending. I hope to see you there.

The postponed VBUG Newcastle developer event on “Parallel Programming in .NET (VS2010)” with Eric Nelson has now been rearranged for Tuesday 24th February at 18:30 in Claremont Tower room 118. Sign up at:
http://www.vbug.co.uk/Events/February-2009/VBUG-NEWCASTLE-REARRANGED–Parallel-programming-in-NET-VS2010-with-Eric-Nels.aspx

Updated: Vista is so protective…

A bit of a gotcha with using the Active Directory Users and Computers tool on Vista is that it (very sensibly) protects the objects you create from accidental deletion but (very annoyingly) doesn’t inform you that it’s done this. If you are using the AD Tools on Vista and you suddenly find that you can’t delete something you created, then check the Object tab on the object in question. If the “Protect Object from Accidental Deletion” box is checked as shown here within the red circle:

* You will need to select ‘View’ from the menu bar and then check ‘Advanced features’ first. *

Active Directory object

… you’ll need to uncheck it before you can delete or move it.

Updated: Installing Remote Server Administration Tools (RSAT)

Introduction:

Remote Server Administration Tools (RSAT) are an excellent set of tools for managing Windows Servers and Active Directory environments from a desktop machine.

Prerequisites

Windows Vista Business, Enterprise or Ultimate Editions
Windows Vista SP1
Administrator Account on local machine.

1. Browse to \\campus\software\ISS\Public\ActiveDirectoryTools\WinVistaAdminTools you can also download the tool from Microsoft [x86 or x64]

2. Choose either the x86 or x64 version.

3. Run the MSU File within the folder.

RSAT Install

4. When the install is complete you need to enable the RSAT Features. Go to Control Panel and select ‘Programs and Features’ > ‘Turn Windows Features on or off’

5. Select the features you want to install and click OK.

Features

6. There are a number of fixes required for the RSAT tools in order to reveal missing tabs and speed up the operation of the tool. Choose \\campus\software\ISS\Public\ActiveDirectoryTools\WinVistaAdminTools\32bit\fixes or \\campus\software\ISS\Public\ActiveDirectoryTools\WinVistaAdminTools\64bit\fixes as appropriate and run each of the hotfixes as applicable to your chosen installation of RSAT (32-bit or 64-bit). Inside the folder named ‘FixMissingRemoteInstallTab’ you need to run fix_rsatXX (x64 or x86) – this registers dlls. Note that you will need to run the fixes as an administrator.

9. The tools can then be found under ‘Administrative Tools’ in the Control Panel. You will need to right click and ‘Run as administrator’ if you are not logged on with your s-id.

.Net Developer Event Cancelled

[UPDATE] This event has now been rearranged for Tuesday 24th February. Sign up at:
http://www.vbug.co.uk/Events/February-2009/VBUG-NEWCASTLE-REARRANGED–Parallel-programming-in-NET-VS2010-with-Eric-Nels.aspx

Unfortunately, due to the weather causing flight cancellations, the VBUG Newcastle event on 3rd February, which was announced here: https://blogs.ncl.ac.uk/blogs/index.php/wit/2009/01/21/developer_event_parallel_programming_in_ has had to be cancelled.

The event will be rearranged for a later date which will be posted on this blog.