Profile_bird

Hey there! r_keith_hill is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving r_keith_hill's tweets.

Already using Twitter
from your phone? Click here.

r_keith_hill

  1. Bought an MP3 player & a 3D gaming console broke out. #ZuneHD 3D games - nice! BTW if you're tilt is wacky - Settings->About->Reset Accel.
  2. @VSEditor @shanselman @jaykul - there is a new WPF-based syntax editor from Actipro - looks nice :-) http://tinyurl.com/yeldo29
  3. @VSEditor @shanselman @jaykul, FWIW the Actipro syntax editor is pretty darn nice - http://tinyurl.com/y8aj6ua even though it's WinForms.
  4. @james_knott Test-Path hklm:<PathToKey>
  5. @StevenMurawski Thanks! It's such a nicer forum than plain ol' NNTP plus I like the software developer slant.
  6. @jeffhandley Like it or not, #Powershell is more secure out of the box this way. Don't want Grandma running 'I Love You.ps1' on Windows 7.
  7. #PowerShell suggestion to add members to objects using language syntax - $obj.+NewProp = 42; If u like vote on it http://tinyurl.com/ycgdc2s
  8. @Zikes #PowerShell is a revolutionary step in shell/script engines. Give it some time and see if this helps grokking it http://bit.ly/IJAPh
  9. RT @jsnover: New blog post: http://tinyurl.com/yb9o62v - Windows Server 2008 R2 Rocks!
  10. @thirteenpapers See if this helps you with PowerShell - it's a free ebook/PDF http://bit.ly/IJAPh
  11. Just upgraded to a Motorola SurfBoard Extreme (docsis 3.0) - now getting ~21 Mbits down and 3.4 Mbits up. Muhwahahahah!!!
  12. RT @JeffHicks: New Blog Post: Get Profiles: Keith Hill posted a bit of PowerShell code a few days ago that pique.. http://bit.ly/4Agp4f
  13. @jbtrexler See if this helps with coming up the #PowerShell learning curve - http://bit.ly/IJAPh
  14. @Jaykul Looking at echoargs in the debugger, the quotes are never there. Perhaps the native app doesn't need the quotes at this point??
  15. @Jaykul That approach doesn't work. Tried it. #fail I wish it would be that easy. :-( See my comment on your workaround on MS Connect.
  16. @karlprosser Don't need a machine - it's called gardening/farming. ;-)
  17. RT @Lee_Holmes: Blogged: Why is Get-ChildItem so slow? http://bit.ly/3kaY5L
  18. Annoyed with parameter quoting issues calling EXEs from #PowerShell? Then please vote up this MS Connect bug http://tinyurl.com/y9yptlu
  19. @peelman Dunno - New-EventLog Application MyApp; Write-EventLog Application MyApp 999 Error "Kaboom!" - doesn't seem too hard. ;-)
  20. @peelman If you're on PowerShell v2 look at the Write-EventLog cmdlet - it's pretty simple.