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

  • 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...
  • vLite detail screenshots for producing a Lite install of Vista – For Windows Vista Magazine

    I recently built a Lite version of Vista using vLite . While most of the settings are simple enough to understand I’ve put up the screen shots that I used to build my slimed down Vista. First you need to select the compatibility options Then you need to step through the settings. Items ticked are REMOVED from the install of Vista. The rest is up for you to choose again. Have fun David
  • Invalid certificate issued to localhost.localdomain when remotely access SBS 2008 from a Windows PC

    This is another question I was recently asked. One particular user noticed that the certificate they saw when accessing their server from the internet did not match that when accessing from the LAN. The certificate looked something like this: This was a little strange as when the system was accessed from the intranet, all things appeared fine. The culprit for them was the SBS 2003 self signed certificate on the same machine. By removing the certificate and then installing the correct new one things got better. To remove the old certificate, start MMC.exe and accept the UAC prompt. Now press Ctrl+M to add a new snap-in and select Certificates and when asked, add for the user account . The do the same again, but select Certificates and Computer Account and hit OK to accept the current computer. Now expand out Personal Certificates and remove any SBS 2003 self signed certificates. To load the new certificates open a browser inside your SBS 2008 network and point to http://companyweb/Lists/Announcements/DispForm.aspx...
  • Connect Manager for VPNs into SBS 2008 …er, not really, with CMAK information too

    [updated with “roll your own” information and how to make a 32-bit version of the exe file] I love it when people challenge me to solve a question and today’s prize goes to Simon (thank-you for the questions Simon) who asked me where Connection Manager was on SBS 2008? You remember Connection Manager right, to auto configure the VPNs… Well, the instructions in SBS 2008 are a little less simple. Rather than downloading a pre-configured tool you now need to roll your own. The reasoning, which is quite sound, is that you can access almost everything via the Remote Web Workplace, but for some things, you want a VPN and the way to get it can be found here - http://technet.microsoft.com/en-us/library/cc513974.aspx If you want to create a Connection Manager Install for SBS 2008 you need to add the CMAK to the SBS 2008 install. Go to Server Manager and click to add a feature. Install the CMAK by pressing Next. To start the kit, go to the Start Menu, Administrator Tools and then select Connection...

(c)David Overton 2006-23