Jump to content

tain

Super Moderator
  • Posts

    3,623
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by tain

  1. Here is a tool that lets you view this in effect and make changes:

    Known Folders Browser 1.0 (for Vista and Beyond)

    http://weblogs.asp.net/kennykerr/archive/2006/11/02/Known-Folders-Browser-1.0-_2800_for-Vista-and-Beyond_2900_.aspx

    Are you finding all the “special folders” in Windows Vista a bit overwhelming? Which are real folders and which are virtualized? Which are profile-specific and which are common to all users? Which are rooted and which are relative? I did too at first.

    Previous versions of Windows included the concept of “special folders”. Each version of Windows published more of these special folders in terms of constant special item identifier list values, or CSIDLs for short. Functions are provided for getting and setting the folder given a CSIDL value. Managed code can access the subset of these known at the time that a particular version of the .NET Framework was written through the Environment.SpecialFolder enumeration. My Special Folders Browser tool allows you to visually browse the list of special folders known to the .NET Framework.

    It has however become apparent that a better mechanism is required for managing the growing list of well-known folders and Microsoft has provided just such as mechanism in Windows Vista. Windows Vista introduces a new registry of known folders that can be enumerated and manipulated with much greater control. I had planned to write an article for my Windows Vista for Developers series on the Known Folders API but it just hasn’t seemed interesting enough to write about. Do let me know if this interests you and I may reconsider. I did however write a tool to visualize the known folders and simplify the management of these folders.

    Known Folders Browser 1.0 visually displays the known folders on your computer and provides the following notable features:

    Visualizes folder relationships by nesting relative folders beneath parent folders

    Displays folder icons, tooltips and other localized information

    Displays detailed folder properties (for developers)

    Context menus with handy options

    Commands for:

    Opening in Explorer (or Command Window on Server Core)

    Changing a folder’s path

    Copying a folder’s path to the clipboard

    Known Folders Browser 1.0 is provided in both x86 and x64 versions. The x86 build will also run on Windows x64 but you may prefer to run the x64 image natively, as I do. It’s also useful to run both versions since the known folders may point to different system folders depending on whether your application is x86 or x64 native.

    KnownFoldersBrowser.exe (x86)

    KnownFoldersBrowser.exe (x64)

    Latest version: 1.0.2

  2. Perhaps this will suit you?

    http://lifehacker.com/5898632/netspeedmonitor-keeps-your-network-activity-in-the-taskbar-shows-you-bandwidth-reports-on-demand

    NetSpeedMonitor Keeps Your Network Activity in the Taskbar, Shows You Bandwidth Reports On Demand

    Windows: If you're worried that some application may be eating into your bandwidth in the background, or just want to keep closer tabs on the bandwidth your computer is using, NetSpeedMonitor is a handy systray utility that lives in your taskbar and shows you at any given time what your actie upload and download speeds are, which applications are using your network connection, what their endpoints are, and can run daily, weekly, monthly, or annual bandwidth reports whenever you need them. Plus, it's free.

    There are plenty of tools that will tap your network connection so you can keep an eye on it, but NetSpeedMonitor doesn't require additional drivers, and it integrates perfectly with Windows, running quietly in the background while you do other things. Your up/down speeds are shown in the taskbar, and you can right-click on the app at any time to see which running programs are using your connection—useful for rooting out a rogue app or some malware that's sending data even when everything else is supposed to be closed down.

    The app is also useful if you're worried about how much bandwdith you're using. Even though it can only report on one connection on one computer, if you do most of your browsing on that one system, it can give you an idea of how much data you're consuming every day, week, or month. NetSpeedMonitor isn't exactly new, but it is useful. Plus, it's completely free, and available for Windows XP, Windows Vista, Server 2003, and Windows 7, and comes in both 32-bit and 64-bit flavors. Used it before? Have an alternative? Let us know your preferred app in the comments below.

×
×
  • Create New...