Back in March 2006, while evaluating the Microsoft Windows Vista February CTP (Community Technology Preview), build 5380, I wrote an article titled “Vista’s Recycled Applets Should Have Been Polished,” in which I admonished Microsoft for not putting any effort into improving or adding new features to the standard Windows applets: Notepad, WordPad, Paint, and Calculator.
While those applets never changed between the Windows Vista CTP and the RTM (Release to Manufacturing) versions, I was really happy to find that in the Beta 2 version of Windows 7, three of the four standard Windows applets have indeed been endowed with some new features and updated user-interface components.
In this issue of the Microsoft Windows Vista and Windows 7 Report, I’ll show you what’s new in these applets.
Be ready for new and improved applets in Windows 7
Search
Wednesday, February 25, 2009
Wednesday, February 18, 2009
Use Bootsect to extract Vista or Windows 7 from a dual-boot configuration
I recently dug out one of the spare hard drives that I use on my test system to see what was on it. I discovered that it contained a dual-boot configuration consisting of Microsoft Windows XP and a late beta version of Windows Vista. The original boot partition of the drive contained XP, and Vista was installed on a second partition. Of course, this meant that Vista had installed its Windows Boot Manager and its Boot Configuration Data system on the boot partition.
I wanted to get rid of the Vista partition as well as its Windows Boot Manager system so that I could use XP and have access to the full hard disk. My first thought was to simply reformat the hard disk and then reinstall XP; however, the more I thought about that plan of action, the more it sounded like too much work. I was about to remove that particular hard disk and try another from the box when I remembered something about the Bootsect command.
After doing a bit of investigation, I found what I was looking for — the instructions listing the complete command line for using the Bootsect command to remove the Windows Boot Manager and its Boot Configuration Data system from the boot partition and replace it with XP’s NTLDR boot management system. Taking the next step, I discovered that the same command line will also work to remove Windows 7 Beta from a dual-boot configuration with XP.
In this Microsoft Windows Vista and Windows 7 Report, I’ll show you how to use the Bootsect command to extract Windows Vista or Windows 7 Beta from a dual-boot configuration.
I wanted to get rid of the Vista partition as well as its Windows Boot Manager system so that I could use XP and have access to the full hard disk. My first thought was to simply reformat the hard disk and then reinstall XP; however, the more I thought about that plan of action, the more it sounded like too much work. I was about to remove that particular hard disk and try another from the box when I remembered something about the Bootsect command.
After doing a bit of investigation, I found what I was looking for — the instructions listing the complete command line for using the Bootsect command to remove the Windows Boot Manager and its Boot Configuration Data system from the boot partition and replace it with XP’s NTLDR boot management system. Taking the next step, I discovered that the same command line will also work to remove Windows 7 Beta from a dual-boot configuration with XP.
In this Microsoft Windows Vista and Windows 7 Report, I’ll show you how to use the Bootsect command to extract Windows Vista or Windows 7 Beta from a dual-boot configuration.
Tuesday, February 10, 2009
Take advantage of tools to monitor memory usage in Windows 7
Ever since I discovered how to use the Windows 9x’s Resource Meter to keep track of system resources and prevent system crashes caused by depleting system resources when running more than one application at a time, I’ve made good use of Windows monitoring tools.
Over the years Microsoft has vastly improved the primitive Resource Meter and increasingly made it easier to see what is going on with the operating system’s use of memory. With Windows 7, I’ve discovered some slight, but notable, changes in the way that memory usage is reported on the Performance tab of the Task Manager. I have also noticed a very nice chart in the new Resource Monitor that provides very detailed information on physical memory usage at a glance.
In this issue of the Windows Vista and Windows 7 Report, I’ll take a closer look at the changes on Task Manager’s Performance tab and investigate the Physical Memory usage chart.
Over the years Microsoft has vastly improved the primitive Resource Meter and increasingly made it easier to see what is going on with the operating system’s use of memory. With Windows 7, I’ve discovered some slight, but notable, changes in the way that memory usage is reported on the Performance tab of the Task Manager. I have also noticed a very nice chart in the new Resource Monitor that provides very detailed information on physical memory usage at a glance.
In this issue of the Windows Vista and Windows 7 Report, I’ll take a closer look at the changes on Task Manager’s Performance tab and investigate the Physical Memory usage chart.
Tuesday, February 3, 2009
Get rid of old device drivers hidden in Vista
In a recent edition of the Microsoft Windows Vista and Windows 7 Report, “Troubleshoot Vista System Drivers More Efficiently with These Tools,” I told you that while many of the most common driver problems have been solved, you may still incur strange or erratic problems related to drivers in Vista. I then showed you a couple of tools (Driver Query and Driver View) that you can use to gather information on device drivers. However, I was reminded that Windows Vista retains old drivers even if you upgrade or change hardware.
For example, Vista knows that removable USB devices aren’t always connected, but it retains the drivers so that they will be ready the next time you connect the device. So what happens to that driver if you never connect that device to your computer again?
Over time these unused, but still installed, drivers can cause problems if they inadvertently become enabled. They can cause hardware conflicts or just cause the system to behave erratically. Fortunately, in addition to using the tools described in the previous article, when you’re troubleshooting a problem in Vista that you suspect is related to a driver, you can locate and remove any old and unused drivers by enabling a special feature in Device Manager that allows it to display non-present devices.
In this issue of the Windows Vista and Windows 7 Report, I’ll show you how to use this special feature in Device Manager.
For example, Vista knows that removable USB devices aren’t always connected, but it retains the drivers so that they will be ready the next time you connect the device. So what happens to that driver if you never connect that device to your computer again?
Over time these unused, but still installed, drivers can cause problems if they inadvertently become enabled. They can cause hardware conflicts or just cause the system to behave erratically. Fortunately, in addition to using the tools described in the previous article, when you’re troubleshooting a problem in Vista that you suspect is related to a driver, you can locate and remove any old and unused drivers by enabling a special feature in Device Manager that allows it to display non-present devices.
In this issue of the Windows Vista and Windows 7 Report, I’ll show you how to use this special feature in Device Manager.
Thursday, January 29, 2009
Explore the Problem Steps Recorder in Windows 7
If you’ve ever worked a help desk and become extremely frustrated while trying to coax an end user into accurately describing the problem that has been encountered, you are going to love a new tool in Microsoft Windows 7 called the Problem Steps Recorder. When started, this new tool will essentially record each and every step a user takes and document the entire operation in both screen captures and step-by-step details. When stopped, the Problem Steps Recorder will save the recorded information as a compiled HTML file and package it up in a ZIP file that the end user can then e-mail to the help desk.
In this issue of the Windows Vista and Windows 7 Report, I’ll introduce you to the Problem Steps Recorder in Windows 7.
In this issue of the Windows Vista and Windows 7 Report, I’ll introduce you to the Problem Steps Recorder in Windows 7.
Wednesday, January 21, 2009
More user options with User Account Control in Windows 7 Beta
In Windows Vista, Microsoft introduced User Account Control (UAC), which is designed to mitigate the impact of malware by locking down the desktop (the Secure Desktop feature) and displaying a notification dialog box that warns you of a possible unauthorized operation and prompts you to confirm or deny the operation.
This system will prevent unauthorized applications from automatically installing as well as prevent users from inadvertently making detrimental changes to system settings.
In Vista, UAC is very strictly controlled — you either have it on and in full-force protection mode or you disable it completely and fend for yourself; there is no middle ground. This extreme level of security is often mentioned as a big source of users’ extreme dislike of Vista.
In order to improve UAC’s image while still providing this type of security, Microsoft has modified UAC in Windows 7 Beta to give more control to the user when deciding how UAC works. In this Windows Vista Report, I’ll take a closer look at the new UAC features shown in Windows 7 Beta.
More user options with User Account Control in Windows 7 Beta
This system will prevent unauthorized applications from automatically installing as well as prevent users from inadvertently making detrimental changes to system settings.
In Vista, UAC is very strictly controlled — you either have it on and in full-force protection mode or you disable it completely and fend for yourself; there is no middle ground. This extreme level of security is often mentioned as a big source of users’ extreme dislike of Vista.
In order to improve UAC’s image while still providing this type of security, Microsoft has modified UAC in Windows 7 Beta to give more control to the user when deciding how UAC works. In this Windows Vista Report, I’ll take a closer look at the new UAC features shown in Windows 7 Beta.
More user options with User Account Control in Windows 7 Beta
Wednesday, January 14, 2009
Explore the new Taskbar features in Windows 7 beta
I downloaded the Windows 7 beta over the weekend and have spent the last couple of days putting it through the paces. And, even though it is only at the first Beta stage, I must say that I’m pretty impressed with what I have experienced so far. At this point, Windows 7 appears to be a solid and stable operating system with all the features that you would expect in a beta 2 or release candidate version.
There are a lot of things in the Windows 7 operating system that are pretty much the same as in Vista, but there are also a lot of new and exciting features and changes. Regardless of how stable this version seems, it is still a beta, so I won’t really tackle any performance issues — I’ll wait until we get closer to the real deal. In this edition of the Windows Vista Report, I’ll take a look at one of the features in Windows 7 that really jumped out at me — the new Taskbar.
There are a lot of things in the Windows 7 operating system that are pretty much the same as in Vista, but there are also a lot of new and exciting features and changes. Regardless of how stable this version seems, it is still a beta, so I won’t really tackle any performance issues — I’ll wait until we get closer to the real deal. In this edition of the Windows Vista Report, I’ll take a look at one of the features in Windows 7 that really jumped out at me — the new Taskbar.
Subscribe to:
Posts (Atom)