January 29th, 2007

Jim Holmes and James Avery‘s book “Windows Developer Power Tools” now has a companion website. WinDevPowerTools is a simple, yet interesting website. Once you register you can create your own toolbox letting you share with others those utilities you find useful. You can then browse via the tag cloud and “love” those tools you think worthy.
Right now it appears that only Jim and James can add tools (they’re working on getting the ones from their book up). I think a tool submission page would really be useful. Letting users submit tools would add to the overhead of the site of course, and I’m not sure if the authors are willing or able to take the responsibility. Even though currently the only method of getting a tool added is to email James. So maybe it would actually free him up more. However, I think a user based submission method could really add to the usefulness of the site. There’s a definite feeling of community trying to be built (after all one of the authors helped organize CodeMash), freeing up the tool submission process would really increase that. Maybe that’s coming down the road.
The site opens up the possibility for some interesting statistical profiling. Adding the ability to add some user specific profile information (i.e. industry, location, etc) could lead to some interesting information beyond the current “Most Loved Tools”. I’d be interested to see what tools were in how many toolboxes broken down by industry, location, or even age group. Right now you just submit desired nick, email, and desired password. Which may be a big plus to some people, but limits any of the interesting reporting that would be possible. Of course any demographic information should be totally optional.
One of the hallmarks of the developer community is the sharing of information, a site like this could definitely help with disseminating information on tools. I could see sites created for Mac and Linux very easily (maybe with companion books?), with a unified toolbox between the sites. Especially with the number of open source cross platform tools.
WDPT is a site just starting out, but with the possibility of being very useful to the Windows developer community, sort of a FreshMeat for the rest of us with a bit of social networking for spice. Be sure to check it out!
Topics: Uncategorized |
1 Comment »
January 25th, 2007
I found out that the Sysinternals Suite has been published by Mark Russinovich via MSDN Blogs, ironically there’s no mention on his blog about this release. Anyway, Sysinternals stuff has always been good, but the Suite page doesn’t list the contents of the download. It only contains this vague description:
This file contains the individual troubleshooting tools and help files. It does not contain non-troubleshooting tools like the BSOD Screen Saver or NotMyFault.
So in the interest of community involvement, for your reading pleasure, here are the contents of the Suite:
- accesschk: return access rights by user or group
- accessenum: shows you who has access to what
- adrestore: undelete active directory objects
- autologon: autologon utility
- autoruns: view system startup info in a gui
- autorunsc: command line version of the above
- bginfo: create backgrounds with system info
- cacheset: control the Cache Managers working set size
- clockres: find timer resolution
- contig: by file defragmenter
- ctrl2cap: makes the capslock a control key
- dbgview: display DbgPrint calls
- diskext: Display volume disk-mappings
- diskmnt: diskmonitor for NT
- diskmon: monitor disk access
- diskview: disk sector utility with GUI
- du: disk usage
- efsdump: encrypted file information
- filemon: monitor file access
- handle: show open file handles
- hex2dec: convert hex to decimal
- junction: Create NTFS symlinks
- ldmdump: dump the logical disk managers database
- listdlls: show loaded dlls
- livekd: realtime kernel debug
- loadord: display device load order
- logonsessions: lists active logins
- movefile: move inuse files on next reboot
- newsid: change a computer SID
- ntfsinfo: file system info
- pagedfrg: defrag page file and registry.
- pendmoves: show file moves scheduled for next reboot
- physmem: physical memory viewer
- pipelist: view current pipes
- portmon: Monitor port activity
- procexp: Process Explorer, monitor running proccess
- ProcFeatures: process information
- Procmon: monitor file system, registry, and processes
- psexec: execute processes remotely
- psfile: show remotely opened files
- psgetsid: display SID of computer or user
- psinfo: get system info
- pslist: process info
- pskill: kill processes
- psloggedon: whose logged on?
- psloglist: dump event logs
- pspasswd: change passwords
- psservice: control services
- psshutdown: shutdown/reboot a computer
- pssuspend: suspend a process
- regdelnull: deletes nondeletedable registry keys
- reghide: creates hidden registry keys
- regjump: go straight to a registry key
- regmon: monitor registry activity
- rootkitrevealer: scan for rootkits
- sdelete: DoD compliant secure delete
- shareenum: scan file shares for security holes
- sigcheck: File version and signature checker
- streams: view alternate NTFS streams
- strings: strings utility
- sync: flush data to disk
- tcpvcon: console version of tcpview
- tcpview: view open sockets
- volumeid: set labels on FAT or NTFS drives
- whois: whois service
- winobj: object manager viewer
- zoomit: zoom and draw on the screen
These are all great utilities, now that you know what’s in it, grab the Suite from Microsoft!
Topics: Uncategorized |
1 Comment »