Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Windows XP » Windows Server » Storage   (RSS)
Simply put, flash memory will enable a revolution in improving computer performance in daily utilization scenarios. Your computer will boot up faster. It will launch applications significantly faster. (Hey, it will shutdown faster as well.) The problem Read More...
On Windows XP, it's simple. Just run this command and you are done: schtasks /create /TN defrag /RU "NT AUTHORITY\SYSTEM" /SC weekly /TR "defrag %systemdrive%" Read More...
I always thought about writing a post about physical-to-virtual migration strategies in combination with VSS, but I never got to it. So it's not surprising that others started to uncover this trail :-) One particular technique in this area is described Read More...
Whoohoo! Windows backup is there. Proeminently: http://www.microsoft.com/windowsvista/features/default.aspx#wvC2 They also mention the Shadow Copy (aka Previous Versions). This is a standard feature now in Windows Server 2003, which is invaluable for Read More...
Let's assume that you want is to write some simple code that writes to a text file. A few assumptions: 1) You need avoid corruptions of any kind. 2) Either all of your writes have to make it to the disk, or none of them. 3) The file is updated serially Read More...
Once in a while, you might encounter this tool in some Microsoft-provided SDKs, or Resource Kits, for example in the Windows Resource Kit, the Exchange Report Toolkit, and others. But this tool never came with any relevant documentation. It just displays Read More...
A good comment in one of my previous posts : >>> Any idea how to get a Volume Name ( \\?\Vol{GUID }) or drive letter for a given disk XX + partition XX? i.e. If I have a partition table for DiskDrive0 I need to find out what volume/drive letter Read More...
Aaron Stebner noted that it is possible to configure Windows to always use short file names. This is a legacy feature left over from the Windows 95 land. Sometimes, you just have to run some old MS-DOS applications. These apps will get confused about Read More...
I just read recently a post on the newsgroups - someone wanted to backup her PST file. The problem is that Outlook keeps this file open all the time, therefore we are unable to just copy this file once in a while. Argh... A cute little script Fortunately, Read More...
 
Page view tracker