I have been avoiding it for a long time. I know batch files, and VB script so well that I am not in the mood to learn a totally different scripting language. As each day passes Microsoft is slowly phasing out their support for VB Script. Eventually Power Shell will be the only way to […]
I got a question from Jonathan: Hi! I have a feature request (For Network Administrator). Is it possible to add classic search when windows desktop search is installed by default? I prefer classic search, as do my users, though the desktop search is more useful for email, the majority of my users search for files […]
Last week I wrote how to FTP the contents of a folder by just using a batch file. We had a few good suggestions on how to improve that script. Listening to those suggestions, I have come up with this updated version: @echo off rem =============================== rem = FTP Script Made by = rem = […]
I have a group of log files that I need to upload every day to an archival server. For a long time I have been doing this by hand. I wanted a way to do this without using any extra software – just the default tools available in windows. I found a clean solution that […]
I got a question this week from a reader: Steve, we have a locked down environment and I have just about everything set the way I want it, but I still need to find a way of keeping users from deleting their Internet Explorer history. Sometimes we need to do a review of their computer […]
Last week I wrote about a free tool from Microsoft for synchronizing files. I asked you if you had any tools that made your life easier – my inbox was filled with suggestions. One of the free tools that really caught my eye was Microsoft Network Monitor. I have been using Ethereal for a long […]
I had lunch last week with my good friend Brett. We were talking about synchronizing, and backing up files. I went on a long rant about how much I liked robocopy. After I finished talking about robocopy, he told me about SyncToy from Microsoft. SyncToy? I had never heard of it. The one drawback with […]
I have been playing with Windows 7 again. While reading through a few Windows 7 blogs, I came across an article that described how to change the Logon background in Windows 7. If you have not had a chance to see Windows 7, this is what the default logon background looks like: Very similar to […]
I can’t thank everyone enough for their bug reports and suggestions. We have fixed every bug submitted, and implemented most of the feature requests. Keep sending them to support@intelliadmin.com or write a comment in this blog entry One of the ideas was to put the edit computer list right on the find form. Here is […]
by Steve Wiseman on May 13, 2009 · 0 comments
in Command Line,Microsoft,Sysinternals,Tools,Utility,Windows,Windows 2000,Windows 2008,Windows 7,Windows Vista,Windows XP
Since 2000 every version of Windows uses object reuse protection. When you create a file, the space on the hard drive for that file will be zeroed out. Another way of looking at this is when a file is created, Windows will make it impossible to see what was there before. But what about right […]