DavidOverton.com
This site is my way to share my views and general business and IT information with you about Microsoft, IT solutions for ISVs, technologists and businesses, large and small.  

Browse by Tags

  • Loading SP1 beta onto a Hyper-V R2 system

    I was keen to play with the Hyper-V R2 Service Pack 1 features, so I decided to download and install it, however I could not find anything that was not for Windows 7 or Windows Server (as opposed to Hyper-V Server).  After asking internally I was pointed to what I needed.  The process was fairly simple:   Download the SP1 beta from the Microsoft site and ensure you answer the questions correctly as an IT Pro to ensure you get the opportunity to download.  You will need to update both your Windows 7 / Windows Server client to manage the system as well as the Hyper-V Server, so you might need to download both the x86 and x64 versions as Hyper-V Server is x64 only. Remove the language packs that are not supported by the beta from the Hyper-V Server. To do this you will need to log into the console and run the LPKSETUP.exe program and remove anything that is not as part of the download package (English, French, German, Japanese, and Spanish) Run the SP1 update on the Hyper-V Server Run the SP1...
  • How to put Windows 7 (either purchased ISO or DVD) onto a USB stick for faster installation or installation onto a Netbook without a DVD drive

    I've had to tell a few people about this recently, so I thought I should actually write a blog post on this.  The options are very simple and easy. Buy Windows 7 on DVD and use or buy a 4GB (or larger) USB Stick and then make a USB stick bootable and copy the files to the stick.  Details on how to make it bootable can be found here - http://www.techmixer.com/install-windows-vista-from-bootable-usb-flash-memory-drive/ .  You literally copy all the files from the DVD to the USB stick for this to work. To do this, enter this command into the run box (press Windows-Key + R) or a command prompt window - robocopy d:\ e:\ /s - this assumes that the DVD drive is D: and that the USB stick is E: - change them as required. Buy Windows 7 as an ISO from the Microsoft store ( http://emea.microsoftstore.com/uk/ ) and use the Microsoft tool from http://store.microsoft.com/Help/ISO-Tool to copy this to a USB stick (as mentioned above) buy a USB DVD Drive (not my preferred option) I hope this helps.   David...
  • What are the legal options for Licensing Windows 7 or Windows Vista? Or how to avoid mis-licensing

    I’m often told that Microsoft licensing is complex, but what I actually find are that this either translates to “I have too many choices - ahhhh!” or “I can’t license in the way I want to” or “I can’t find the information I want to”. Option 1 is always going to happen – the more choice, the more complexity in making the right choice. Option 2 is often “I don’t want to buy lose licenses, why do I have to..” and Option 3 is poor communications on the part of Microsoft. To help with the Option 3 situation there is a new guide on the Microsoft Partner portal that explains one of the areas I’m often asked about – i.e. Windows client licensing. It is really simple. Here are the rules in summary (non-legally binding and please read the guide for full details): A PC has to licensed with a Full retail product (FPP, bought from a shop) or supplied with an OEM license (the OEM option can’t be used after the PC has been bought...
  • How to copy or archive files by year using the command line and robocopy

    I got this question via e-mail and decided I would post the answer here in a blog. (Updated 16th Feb 2017 with a typo correction) I want transfer all files created in Office Word 2003 by year (annual batchs - ex: 2005, 2006, etc.) to external HD. How can to do this? I will appreciate your answer. Edgar To do this via the command line you can use Robocopy which is present in Windows Vista and Windows 7. If you have Windows XP download the Server 2003 Resource Toolkit and install it. Robocopy will be part of the install and found in the install directory. The actual command would look like this and would need to be entered into a command prompt: for /L %x in (2009,-1,2000) do robocopy source destination \%x *.doc? /maxage:%x0101 /minage:%x1231 /s To break it down a bit.. for /L %x in (2009,-1,2000) do This creates a counter from 2009 up in steps of -1 (or down in steps of 1) until 2000 is reached. Each time the counter changes it is set into %x, so %x will become 2009, 2008 and so on. It then executes the command...
  • How to get the Office Assistant in Office 2003 (clippy) to work in Windows Vista, i.e. remove the "Not enough memory" error messages

    [updated 24th January 2009 with new download location for x64 systems] [updated 31st December 2009 with Windows 7 information] I have been asked this question several times and finally dug into the system to make it work. N.B. while this will work with Windows 7 the "agent" will have a pink background. Given the age of this technology it is unlikely to be fixed. The solution The Office Assistant relies on some "agent" technologies. To fix this we need to install the agent technologies and then copy a DLL across. Since I was playing around it is possible that there is an extra step or two that is not actually needed, but since this is a small process and simple to do I don't think it will do any harm. What is more, I was not about to rebuild a system, load Vista and Office 2003 just to see if I could remove a 10 second step :-) Download the MSAgent technology from http://www.microsoft.com/msagent - select the CORE files, so for me that was this item - Download the Microsoft Agent core components...

(c)David Overton 2006-23