Does anyone if it is possible to create a bandwith monitor sidebar gadget and if so has anyone got any examples I could look at.
Regards
Ian
Does anyone if it is possible to create a bandwith monitor sidebar gadget and if so has anyone got any examples I could look at.
Regards
Ian
Bandwidth Monitor
ANB_149
Tryston02
Hi
I looed at the one from http://gallery.live.com/liveItemDetail.aspx li=06a12595-25f3-4a14-9725-0bc6cd5d9872&l=1 but it doesnt see my NIC card and looking at some of the reviews, I am not the only one.
Looks as though this is not going to be as easy as I first thought.
May have to re think the project through
Ian
Sen_p_kumar
An Administrator on Vista isn't an Administrator - it's a standard user. You can change that in the users section under the control panel I believe.
If that doesn't work, you can log on as the actual Administrator by doing the following (this worked in beta2, I've not tried it on RTM):
1. From the Start menu, go to "All Programs", "Accessories"
2. Right-click on "Command Prompt" and choose "Run as Administrator"
3. In the resulting Command window, run "regedit"
4. Create the following value, type DWORD (32 bit), value 1
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\Administrator
5. From the command prompt enter: "net user Administrator /Active:yes"
6. Reboot, and now you can logon to the Administrator account
Amelie s
We've tried getting acccess to this sort of information before via WMI and ran into security issues, likewise the sysmon.ocx ActiveX COM can't access it unless you're running as Administrator. SNMP is an option, I don't know if you'll run into security issues with that. You'll need to either code your own ActiveX COM or file a freeware one.
For some strange reason, Microsoft restricted access to performance stats to Administrators only. So you've got a problem from the start!
EPT on XCESS
Hi
Running the sidebar as Administrator does make the monitor work but after a reboot you have to exit the sidebar and run it again as an Administrator. Is there a way to make the sidebar run as Administrato on boot up.
What's confusing me is that I only have 1 account setup on the PC which is supposed to be st to Administrator.
Am I missing something
Ian
Buddhist
hetscrack
GaryMcC
Install WMI Tools and run WMI CMI Studio, see if you can get access to the WMI entries as the current user (click on the Binoculars icon to search for it). I suspect you can't.
Read this, see if it helps. The main WMI documentation is here, which mentions Vista - you've probably already read it though.
Wser
I found this on MSDN
http://msdn2.microsoft.com/en-us/library/aa826699.aspx
I tried changing the permission in DCOM & WMI to allow everyone everything but still can't read all the WMI data.
There must be someway to "Trust" yourself to read the Perf Data
airwalker2000
EGShaw
kevinj
I was just trying to get it to work as non-admin by changing the permissions for WMI, doesn't seem to work though
Admin is fine.
davco
http://gallery.live.com/liveItemDetail.aspx li=06a12595-25f3-4a14-9725-0bc6cd5d9872&l=1