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

  • Turn off Ctrl-Alt-Del in Windows 8

    This is a very quick one.  I saw the videos and saw that Ctrl-Alt-Del was turned off in Windows 8.  While this can be done by setting the local security policy, it can also be done via command prompt.  This is no different to other versions of Windows. If you search for cmd and then right click it to select Run as Administrator Then once cmd is running, use this command (it is all one line) to turn off C-A-D as a requirement: REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableCAD /t REG_DWORD /d 1 /f To turn it back on, use this command: REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableCAD /t REG_DWORD /d 0 /f   That is it.   ttfn   David
  • 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 create a VPN on Windows Vista to connect to a Windows Server, such as SBS 2008

    I was going to include this in the book, but decided it was not quite the right subject matter, so I've decided to post it on the blog. SBS 2003 had a pre-defined tool for VPNs. The tool exists in SBS 2008 to produce the same tool, but you have to configure it by hand. This is covered in this blog entry here . If you are on a client machine and you need create a VPN connection, or you are a user and want to create a VPN on Windows Vista, follow this guide. Start at the Start menu . Press the Connect To button to start the process. You will be told that you are already connected to a network, but you will need to create a new connection. Do this by selecting the Set up a connection or Network option and press Connect . In the Choose a connection option screen, select the Connect to a workplace option and press Next . Now select Use my Internet connection (VPN) . The Internet address is that for your remote server. If you are using Small Business Server 2008 (SBS 2008) this will likely be "remote."...
  • Hyper-V Management console stops working after a month or so with error “Cannot connect to the RPC service on Computer ‘xxx’. Make sure your RPC service is running.

    [updated with net accounts command 20/2/2009] This can help diagnose and resolve the issue if like me, it was running fine and then it suddenly stops about 4-5 weeks after it all got started. My initial thought was that some update had changed things as the blog post here documented the initial setup where the same error was seen. The error once again looked like this: However checking all the same firewall and other settings revealed nothing. Finally I discovered that the user I had created had a password setting that meant the password had expired. Simple, yet checking from the command line is a right royal pain. To fix, these were the commands I used: net user <username> “<new or existing passsword>” /active:yes /expires:never /passwordchg:no net accounts /maxpwage:unlimited Simple, yet the cause of so much time trying to fix. Hopefully this will solve it for you too. Thanks David Technorati Tags: Microsoft , Hyper-V , Error , User , Password
  • 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