22 March, 2011 at 11:45 am
by Phil Wiffen · Filed under Desktop Deployment, Miscellaneous
If you’re deploying Microsoft Office Professional Plus 2010 with a MAK key, and you want to avoid the user seeing the Microsoft Office Activation Wizard when they first start up an Office application, follow these instructions:
- Run the Office 2010 Customization Tool (OCT)
- Open up your customised MSP file
- Go to: Setup > Add installations and run programs > Add…
- Then enter the information as seen in the image below.
- Target: [SystemFolder]\cscript.exe
- Arguments: “C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs” /act

- Don’t forget to save your MSP!
This will activate Office immediately after it is installed, so that it won’t pop up the Activation Wizard when the user first runs Office. Think of this as either a kind of pre-activation or post-activation of Office 2010.
This guide makes the following assumptions:
- You know how to load OCT (Office Customization Toolkit)
- You are deploying 32-bit Office onto 64-bit Windows
- You deploy Office 2010 at Deployment time using Microsoft Deployment Toolkit (although, for this to work, you don’t have to).
- You deploy Office 2010 using a MAK key.
- You store your MSP file in the \Updates\ within the Office 2010 installation files on the MDT share (again, for this to work, you don’t have to).
I found this info after hopelessly searching around, finally coming across this page on Microsoft Technet.
Permalink
24 January, 2011 at 9:52 am
by Phil Wiffen · Filed under Miscellaneous
Can’t find the Customisation Wizard for Adobe Reader 10?
You’ll find it here: ftp://ftp.adobe.com/pub/adobe/acrobat/win/10.x/10.0.0/misc/
Share and enjoy
Permalink
9 January, 2011 at 11:35 am
by Phil Wiffen · Filed under Android
Want to set an alarm but don’t want the standard (annoying) alarm tones on Android?
Try this:
- Plug your phone into your computer and mount it as a Disk drive.
- Once it’s mounted, browse to the SD card on your Laptop (On mine it appears as E:)
- Browse to E:\Media\audio\
- Add a new folder called: alarms
- Add your mp3 or wav files into the alarms folder.
- Disconnect your phone
You can now choose your custom, personal, alarm sounds when setting an alarm
Permalink
22 October, 2010 at 1:37 pm
by Phil Wiffen · Filed under Miscellaneous, Virtualisation
Yet another “not entirely obvious” VMware thing
If you want to use the VMware vCenter Converter from within the vSphere Client you need to:
- Install vCenter Converter on the vSphere vCenter Server (It’s an option on the vSphere vCenter installer)

- Now log onto your vSphere Client and go to:
- Plugins > Manage Plugins > Install vCenter Converter Client
- Once installed, right click on any ESX host, or ESX Cluster and choose “Import Machine…” from the bottom of the context menu.

- That’s it. The vCenter Converter wizard will then pop up
Note: This is tested and working on VMware vSphere 4.1. Let us know how you get on with other versions of vSphere!
Permalink
25 August, 2010 at 2:14 pm
by Phil Wiffen · Filed under Miscellaneous
This guide will run through how to remotely turn on and activate TPM in the BIOS on a Dell PC using the Dell Client Configuration ToolKit
Setup
First we need to install the Dell Client Configuration Toolkit (CCTK) on the target system.
To do this:
- Log onto the target system via RDP
- Grab the CCTK MSI file
- Install the CCTK onto the target system
Making Configuration Changes
On the target system:
- Log onto the target system via RDP
- Open up a Command Prompt
- Navigate to: C:\Program Files\Dell\CCTK\
- If you’re running 32-bit OS, go into X86 folder
- If you’re running 64-bit OS go into X86_64 folder
- From here, run the relevant command…
- To enable and activate TPM on the target system:
cctk --tpm=on
cctk --tpmactivation=activate
- Reboot, and TPM will be enabled
Bootnote
This process was tested and confirmed working on a Dell Latitude E6410 running Windows 7 32-bit. Let us know in the comments if it works for you too!
More Resources
There’s a page from Dell which covers more background here: http://www.delltechcenter.com/page/Dell+Client+Configuration+Toolkit
Permalink