Entries Tagged 'Vista' ↓

Free up disk space after Vista SP1

When you update to Vista SP1 the installer saves backups of your system files in case you want to uninstall. If you’re like me, you have no plans to roll back SP1 at this point.

Microsoft has Conveniently included an SP1 Cleanup tool with the SP1 installer. This utility removes the backup drivers and system files from your hard drive.

On a 32bit system the utility can be found under
%SystemRoot%\System32\vsp1cln.exe
I’m not sure if there is an X64 version.

For me this utility freed up about 0.8 GB, but I’ve heard that it can be much more depending on your system configuration. If you use it let us know how you did.

Registration is open for PDC2008

Registration is open for PDC2008, should be a great event. The registration site hints at some announcements about Win7.

PDC2008

Vista Sidebar Gadget using Silverlight

Vista Sidebar Gadget SilverlightI found a great post by Ben Hall while researching sidebar gadgets. It’s an overview of sidebar gadget creation with Silverlight. He also shares some hints on debugging since you can’t see JS errors in the sidebar and it also suppresses alert dialogs.

Making Your WPF Apps Power-Aware

Andre Michaud has posted an interesting article at MSDN on how to make your Windows Presentation Foundation apps power aware.

There’s a good bit about the differences in power management between XP and Vista, how to detect the OS, how to access the PowerBroadcast messages, and how to create custom events based on this info.

As mobile computers become increasingly prevalent, battery life has become more important. Hardware manufacturers are aware of this and design mobile devices with battery consumption in mind. But can the same be said for your software? If not, maybe you should begin to think about coding software that is power-aware. Both Windows® XP and Windows Vista™ provide system information to enable your applications to do just that. In this article, I provide a starting point from which developers can understand power awareness in their Windows Presentation Foundation applications.