Feb 15, 2010
Removing .svn files with Windows PowerShell
Get-ChildItem -Include .svn -Recurse -Force | ForEach-Object { del $_.FullName -Recurse -Force }
Feb 11, 2010
Create a console for persistent filters in Windows 2000 Server's Event Viewer
When you close the Event Viewer console in Windows 2000 Server, any filter you may have set is lost. In this tip, Jim Boyce tells how to create a default setting for the Event Viewer, customizing your most frequently used filters.
Subscribe to:
Posts (Atom)