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
  • My Top Tips for Windows 8 so far–closing windows, dual booting, using the keyboard and mouse

    Hi, I loaded Windows 8 Consumer Preview with some concerns about how the new interface would impact me.  As a keyboard user, the Developer Preview just didn’t do enough for me, however Windows 8 is now my primary home OS and I’m loving it.  What is more, my daughter is once again asking to have it (as she wants “Snap”) for her applications. So my top tips are: How to close a Metro Application There are two ways to do this – dragging the open application from the top of the screen to the bottom – you will see something like the screen below (top half is once it is grabbed and the bottom half is as it is dragged to the bottom of the screen). The second way to do this is to hover in the top left corner and one Metro application will show.  However if we now scroll down the left edge the other open applications will show.  We can now right click on one of those and select close. It is also worth noting that we can also snap the application to the left or right hand side of the screen too. Of course...

(c)David Overton 2006-23