slight.frost.byte                          Login
Jan
19

Windows 7 as a universal remote for your media

Channel 10 just posted an interview we did about a month ago about the Windows 7 Play To feature that I work on, which lets you easily push music, pictures, video, or recorded tv to other network-connected displays or speakers around your house. Check it out:


Or, you can view it directly from within your media player.

Play To is available on the right-click menu of media items selected within Windows Media Player and Windows Explorer, and also from the playlist area within Windows Media Player. Media items can be selected from within your own media library, or a shared media library on your home network. I plan on writing about this feature in much more detail soon, so stay tuned.

Digg This

Posted in windows 7 | No Comments »

Jan
16

Update your Windows 7 system rating

Some internal components make use of the system rating (processor/memory/graphics/disk/etc.) to determine whether a machine is capable enough for certain features (such as media transcoding and transparent windows). Update your system rating quickly from a command prompt by typing: winsat formal

winsat

Posted in useful tidbits, windows 7 | No Comments »

Jan
16

Windows 7 jump lists speed network playback

Some of you may not have realized that if you commonly play music (or pictures/video/recorded tv) from a shared library within Windows Media Player, those items are offered up in the jump list along with frequent media content from your local library. This is really great for laptop users who store their media on a centralized media server (Windows or standards-based digital media server found in most NAS devices). Without having to open WMP and browse the shared library, I can simply play my favorite music with a single click!

wmp_shared_library

wmp-jump-list

Posted in windows 7 | No Comments »

Jan
16

Changing boot options in Windows 7 & Vista

I self host Windows 7 everyday; except I have the luxury of more recent builds than the general public. However, to ensure I can discuss features and bugs as beta testers see them, I have both the beta and the most recent build (give or take a week) installed. To differentiate between the builds I wanted to rename what is presented in the boot screen. Since Vista, boot.ini is no longer an option, so here is how to accomplish the rename:

From an administrative command prompt, type bcdedit. This will list all the installed operating systems known by the boot manager. To change one of the attributes (such as the description), you need to know the identifier. Copy the identifier value (from the output of bcdedit.exe) for the OS you want to change the description for, then:

bcdedit /set ID_YOU_COPPIED description “Win7 Rocks”

If you want to change which OS is started by default:

bcdedit /default ID_YOU_COPPIED

bcdedit

Posted in windows vista, useful tidbits, windows 7 | No Comments »

Jan
12

Will a static TCP/IP change work in Windows 7?

I was very happy to see a subtle change in the Windows 7 networking configuration settings that validates a static change to TCP/IP settings. By default, If you decide to manually enter any of IP address, Subnet mask, Default gateway, or DNS server address, Windows 7 will do a validation test to make sure what you entered hasn’t broken connectivity. You can easily disable this if you are testing or don’t care to validate the changes.

This subtle change will go a long way for those who have to support their friends and family over the telephone :) Is anyone really making static changes to their TCP/IP settings these days? Certainly not for casual users.

tcpip

Posted in useful tidbits, windows 7 | No Comments »

Jan
12

Keyboard window management in Windows 7

Many of you have already seen the new window management features in Windows 7, such as Aero Peek and the ability to snap windows to the top/bottom/left/right to maximize, minimize, and dock. However, you probably don’t know that Windows 7 provides keyboard shortcuts to improve window management further.

  1. Windows key + Up arrow = maximize working window
  2. Windows key + Down arrow = minimize working window (or restore a maximized window)
  3. Windows key + Left arrow = dock working window to the left
  4. Windows key + Right arrow = dock working window to the right
  5. Windows key + Space = Peek at the desktop

 

For folks with multiple monitors, you can move windows between those monitors by using the Shift key:

  1. Windows key + Shift + Left arrow = move the working window one monitor to the left
  2. Windows key + Shift + Right arrow = move the working window one monitor to the right

 

desktop_peek

Posted in useful tidbits, windows 7 | No Comments »

Jan
8

How to change Messenger behavior in Windows 7

I’ve heard mixed feelings about the new Windows Live Messenger behavior when running on Windows 7; specifically, how the application stays docked in the Taskbar while running in the background.

messenger_superbar

The nice thing about the application always being in the new taskbar is the ability to more quickly interact with commonly used features. A Windows 7 jump list gives you fast access to common tasks for the application, such as changing your presence, accessing your Windows Live mail, etc. This is great if you’re a frequent user of the application.

messenger_jumplist

However, if you’re like me and are not a frequent user of the application, having Windows Live Messenger always on your Taskbar even though you didn’t choose to pin it there, is a bit of an annoyance. You might prefer the previous behavior where the application runs quietly in the background within the notification area until an event comes in; or if you choose to open the application. To do this, navigate to where you installed Windows Live Messenger (usually %ProgramFiles%\Windows Live\Messenger\), right-click on msnmsgr.exe and choose properties. From the Compatibility tab, specify the application should run in compatibility mode for Windows Vista.

messenger_compatibility

Voila! Windows Live Messenger is tucked nicely away in the fly-out list for applications running in the notification area. Events happen the same way whether you run the application in compatibility mode, or in the default mode as part of the Taskbar. Even better, when you decide to use the application, the great new experience is revealed (the icon is displayed in the Taskbar; light-up notifications, jump list and all).

messenger_taskbar

 messenger_alert

Posted in useful tidbits, windows 7 | No Comments »

May
29

Being Deliberate About Disclosure

In past Windows releases, Microsoft came out of the gate hot and heavy during early development stages to talk about features, new capabilities for developers to harness, and how the ecosystem can benefit from new hardware support. This approach may seem positive on the surface in terms of translucency for both consumers and the ecosystem of hardware and software partners; however, the downside is significant, largely resulting in confusion or distraction.

Causing the Windows ecosystem to be unproductive in their investments is irresponsible and in the end hurts end users the most. The lack of solid video and sound drivers at general Vista availability are perhaps the best examples.

With the release of Windows 7, Microsoft is being deliberate about what is disclosed publicly and when. Everything discussed will be actionable for the ecosystem so they too can make deliberate investments. If all goes as expected, consumers will have a very clear and consistent message about what Windows 7 is about and what features they can expect.

This approach will no doubt come with mixed emotions, so I’m eager to hear what you think the right balance is between deliberate disclosure and open translucency.

Posted in microsoft, windows 7 | No Comments »