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
  • 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 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...
  • Office Live Workspace Update for Windows Vista to enable "Open From" and "Save to" menu items in Office Word, Excel and PowerPoint

    One little feature that others might have missed with the new release of Office Live Workspace is the two nifty buttons for Office to enable direct access from the Office Live Workspace Update for Windows Vista The Office Live Workspace Update installs three Windows Vista updates (KB945435, KB945145, KB933860) and one Office 2007 update to ensure optimal performance on Windows Vista when using Microsoft Office Word, Excel, and PowerPoint with Office Live Workspace. The update improves the performance of opening and saving Workspace documents from these Office programs. In some cases, the update also resolves problems with "Open from Office Live" and "Save to Office Live" functions of the Office Live Add-in . This update is only needed for computers running Windows Vista. Download details: Office Live Workspace Update for Windows Vista ttfn David Technorati Tags: Live , Office Live Small Business , Office Live , Office Live Workspace , Vista , Windows Vista , Save to , Open From
  • Latest news, events and downloads in the Security world from Microsoft - Windows Server 2008, Mobile, employee habits, Antigen, IPSEC, ForeFront, NAP, XP Firewall, System Center

    Each month the TRM blog product this great summary of the Microsoft world in various product areas. The blog can be found here http://blogs.technet.com/trm/ News Help your customers securely deploy Windows Server 2008 with the Windows Server 2008 Security Guide! http://go.microsoft.com/fwlink/?LinkId=92550 Every day, adversaries attempt to invade your customers’ networks and access their servers—to bring them down, infect them with viruses, or steal information about customers or employees. Your customers are looking to Microsoft and Windows Server® 2008 to help them address these threats. To assist customers in taking full advantage of the rich security features in Windows Server 2008, Microsoft has developed the Windows Server 2008 Security Guide. The Windows Server 2008 Security Guide provides IT professionals with best practices, predefined security templates, and an automated deployment tool to help strengthen the security of servers running Windows Server 2008. Supporting Your Family, Friends, and Neighbours...
  • How to repair the .NET Framework 2.0 and 3.0 on Windows Vista

    My boss had some problems on his PC after installing some tools onto it and upon further diagnosis it appeared to be that the .Net Framework had been corrupted. We did all the usual things of looking in "Add/Remove Programs" etc, adding service packs etc all to no avail. I then came across this blog entry and a fix started to come to light How to repair the .NET Framework 2.0 and 3.0 on Windows Vista Since the Windows Vista public launch in January 2007, I have been receiving questions about how to repair the .NET Framework 2.0 and 3.0 to try to resolve various bugs. As I previously described here , the 2.0 and 3.0 versions are installed as OS components on Windows Vista and do not appear in the Programs and Features (formerly known as Add/Remove Programs) control panel. Many of the customers I have heard from have tried to use the .NET Framework cleanup tool , but it does not list the .NET Framework 2.0 as a valid removal option when it is run on Windows Vista. This is by design - the cleanup tool does...
  • How to modify the Windows Vista Aurora, bubbles, mystify and ribbons screensaver hidden settings

    I saw this and thought I would share it for those who want to customise the screen savers that ship with Vista. Windows Vista Aurora Screensaver Hidden Settings For those of you who are using Windows Vista, you may have noticed that the screen savers that are included do not contain any settings. Actually, they do , but Microsoft didn't include options dialogs for them. Long Zheng posted the settings for the Bubbles, Mystify, and Ribbons screensavers back in September before Windows Vista officially shipped. But he didn't post the settings for Aurora . Through a little bit of digging and guess work, I've uncovered one registry key that actually works for customizing the Aurora screensaver. Let's get started, shall we? Kristan Kenney: Confessions of a Windows Enthusiast : Windows Vista Aurora Screensaver Hidden Settings ttfn David Technorati Tags: Vista Tweaks , Windows Vista , Vista
  • How to start a VPN automatically on boot with Windows

    My dad was asking me about a branch office solution where clients connected to the AD controller, but needed to VPN to get to the AD. My preferred option is to either have a VPN on the router or a DC in the branch office, but failing both of those, perhaps this is the answer? Starting a VPN automatically on boot with Windows XP I recently needed to figure out how to make a Windows XP machine connect to a particular VPN automatically on reboot, before anyone logged into the machine. I eventually managed to assemble bits and pieces of information floating around the net into a working solution to the problem, but it wasn’t completely addressed in any single location, so I thought I’d stick the details in my blog for other people to Google and use (if you found this blog entry useful, please add a comment and let me know!). The first thing I tried was to look for a property I could set on the VPN network connection to tell Windows that I wanted this connection to start automatically when the machine boots. I couldn...
  • Microsoft Windows security tools, Server 2008 readiness, step-by-step guides, virtualisation updates, synctoy beta, VHDs and LOTS on the new Terminal Services

    This is an extract from the TRM blog which can be found here http://blogs.technet.com/trm/ . I have removed the KB article list and some items which I don't think are relevant to small business / ISV partners, however the full info can be found on the blog page too. News Microsoft Security Assessment Tool 3.0 The Microsoft Security Assessment Tool (MSAT) is a risk-assessment application designed to provide information and recommendations about best practices for security within an information technology (IT) infrastructure. http://go.microsoft.com/?linkid=7623431 Start your Microsoft Windows 2008 Readiness Right Here Focus on readiness for Windows Server 2008 now, and you can be the one who stands out when initiatives happen - and when promotion decisions are made. Let Microsoft Learning resources give you the head start you need to transition your skills and credentials to the latest Windows Server technologies - from free elearning clinics and free ebook downloads. http://go.microsoft.com/?linkid=7623432...
  • Videos on Vista usage - Checking for updates, Backup options, Offline file options, How to use security in Internet Explorer, Sharing files

    I have documented some of these before, but now all of them are here. - How to backup information in Vista using Restore Previous Versions, writing to DVDs and the built in backup tools - How to use Windows Updates to get patches for the system - How Internet Explorer 7 and Vista protect you - just remember to say no!! - How to take files offline in Vista and Outlook (for SharePoint files) - Sharing files using Windows Messenger ttfn David Technorati Tags: Vista
  • And another great thing about Windows Home Server - Vista gives instant searches on all files on the home server shares

    Someone asked today why Windows Home Server has the Windows Desktop Search tool on the box and the reply that came back I thought was worth of a blog entry. When you connect to a share on Windows Home Server (eg \\homeserver\music ) and do a search in the top right corner, then your Vista PC will search the WDS index and not the actual files, meaning that I can search by 400 albums for anything related to Disney in about 1/4 of a second :-) Nice! ttfn David Technorati Tags: Windows Home Server , Vista , Windows Desktop Search
  • How to enable / disable / change the Task Manager on Windows Vista

    This question was asked in the forum, but after a bit of research I thought I would share this more broadly. Here is what I discovered: There is a group policy object to enable / disable task manager You can also replace the file that gets run when Task Manager is requested, but this is done using the debug options Group Policy to enable / disable For the Group Policy options, a quick search on Live Search takes me to http://www.infopackets.com/channels/en/windows/gazette/2003/20030821_enable_taskmanager_for_windows_2000_and_xp.htm which basically points to: Open Regedit Go to HKEY_CURRENT_USER -> Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System. Look for: DisableTaskMgr. Click on REG_DWORD. Value: 1=Enable this key (disables TaskManager) Value: 0=Disable (actually enables TaskManager) Replace Task Manager with another program Then for the how to replace the program you basically need to set the options for taskmgr.exe to replace it with another program using the debug options. This means...
  • New Windows Live suite live - and this is how to install on Windows x64

    I am sure many of you have seen that we launched a new wave of the Live suite (Windows Live Writer - which I am using right now, Messenger, Sign-in Assistant, Family Safety, Mail, Toolbar and Photo Gallery - which also uploaded videos to MSN Soapbox). If you want to more about these cool product, go to http://get.live.com/wl/all where it tells you that this is what you get: Connect Hotmail: Next-generation e-mail on the Web Mail: Multiple e-mail accounts on your desktop Messenger: Connect, share, and make every conversation count Find Search: Say hello to the next generation of search Toolbar: Think outside the search box Gallery: Personalize your Windows Live experience Share Spaces: Your blog, your photos, your social network SkyDrive: Password-protected online storage and sharing Photo Gallery: Edit and share photos and videos Writer: Easily publish pictures, videos, and other rich content to your blog Protect OneCare Family Safety: Help keep your kids safe online Get it together Windows Live Home: Start here...
  • Tool to modify UAC behaviour in Vista using Group Policy - BeyondTrust Privilege Manager

    I am one of those people who always leaves UAC enabled - I like to see when something (*cough* - Adobe Update - *cough*) wants to execute with admin privilege on my system and then get the choice as to whether to allow it or not. However, not everyone likes the choices that are presented by default with the GPOs ( Group Policy Objects ). Coming to the rescue are tools to help enhance these offerings, such as the Privilege Manager from BeyondTrust. Sometimes people forget that Microsoft is a platform for others to build on and this is no different. Their product enables pre-defining the responses to UAC based on a number of variables. While I have NOT tried the product, it is getting good reviews. You can however download an eval copy for free if you so desire. One thing to bear in mind is that when a tool like this is used, you weaken security - why, well, even if you use a SHA1 hash to work out if an application is safe or not, a clever hacker will use plugins, dll's etc to attack that product - it does not...
  • Want to know what is happening on your network, packet for packet - get Microsoft Network Monitor 3.1

    I saw this had been published and thought I would share - it is an amazing tool that I use for diagnosis all the time. Reading http://www.ditii.com/2007/07/03/network-monitor-31-released/ it also reminded me that this includes traces on wireless networks!! Microsoft Network Monitor 3.1 Network Monitor 3.1 is a protocol analyzer. It allows you to capture network traffic, view and analyze it. Version 3.1 is an update and replaces Network Monitor 3.0. Network Monitor 3.x is a complete overhaul of the previous Network Monitor 2.x version. Supported Operating Systems: Windows Server 2003; Windows Server 2003 x64 editions; Windows Vista; Windows XP; Windows XP 64-bit It is suggested that you have a CPU of 1GHz or greater, 1G or greater of Memory and 25 Megs of available Hard Disk space, plus room for capture files. Supports Vista 64 bit as well as 32 bit. Instructions Network Monitor 3.1 can co-exist with Netmon2.x. NM3.1 installs in %program files%\Microsoft Network Monitor 3, so there is no conflict. But it will require...
  • 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...
  • How to get rid of the installer / configuration dialog when running Office 2007 and Office 2003 on the same system - for Vista and other versions of Windows

    I have been asked this many times following up on the blog entry Installing Office 2003 and Office 2007 on the same system where once people have removed the problem with the End User Licensing Agreement (EULA) appearing every time they start Office they then get the dialogs below every time they switch between Word 2007 and Word 2003. when starting Word 2003 when starting Word 2007 The fix to the problem is very simple as it turns out - simply run the following commands (by pressing the Windows Key+R or typing it into the Start/Run command box. Use the line with Office\11.0 if you have Office 2003 installed and Office\12.0 if you have Office 2007 installed. You can use both if you have both installed : reg add HKCU\Software\Microsoft\Office\11.0\Word\Options /v NoReReg /t REG_DWORD /d 1 reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t REG_DWORD /d 1 That is it. Office 2007 might want to have one more spin round the block with it's configuration dialog box, but that should be it. ttfn...
  • How to use the new Security features in Vista and Internet Explorer to stop malware (spyware and viruses) from infecting your computer - all in a Video presented with Silverlight

    The Video I have delivered a number of Vista and Office demos over my time, so I decided to record a number of them for others to borrow, use, learn from or anything else they choose. This video covers the following subjects in enough detail for people to hopefully understand what they need to know on how to use these features in Windows Vista and understand how to be a little safer online: Phishing protection in Internet Explorer ActiveX blocking in Internet Explorer Windows Defender in Windows Vista To see the video played using Silverlight (just try it) click here *. I am hoping that in the near future that the WMV file will be available at new bCentral - the UK Small Business Center on MS.com. At the moment it is not available there, but a copy can be found here * it will take a few moments to open if you have Silverlight installed and require you to download Silverlight if you don't, but it is a 1MB download How I made it I simply ran through part of my normal demo talking as I went. When presenting to...
  • How to copy files to a DVD / CD, Use the recycle bin, Use previous versions for files and Use the built in Vista backup tools - all in a Video presented with Silverlight

    The Video I have delivered a number of Vista and Office demos over my time, so I decided to record a number of them for others to borrow, use, learn from or anything else they choose. This video covers the following subjects in enough detail for people to hopefully understand what they need to know on how to use these tools: Use of the recycle bin Use of shadow copies to undo changes to a document Use of the DVD writing tools to copy and update files on a DVD Use of the built in Vista Backup tools To see the Backup Video played using Silverlight (just try it) click here *. If you want to download it as a WMV file then head over to the new bCentral - the UK Small Business Center on MS.com - It should appear on this page soon. * it will take a few moments to open if you have Silverlight installed and require you to download Silverlight if you don't, but it is a 1MB download How I made it I simply ran through part of my normal demo talking as I went. When presenting to an audience it is easy to correct anything...

(c)David Overton 2006-23