Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Windows Server » Windows XP   (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...
So, you think that your password is secure? Let's see: does it contain a mixture of uppercase/lowercase letters, punctuation marks and digits? Yes? Well, even in this case, your password might be still completely insecure. Read ahead why... To understand 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...
As previously published here , this is a quick-and-dirty method to get yourself in a relatively safe position: 1) Click Start, click Run, type "regsvr32 -u %windir%\system32\shimgvw.dll" (without the quotation marks), and then click OK. 2) Restart the 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...
Here it is: http://research.microsoft.com/os/singularity/ There are several interesting ideas in this new operating system. It's not just an "OS written in managed code". There are a new set of techniques in modern software development: contracts, verifiability 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...
Even with all this new wave of .NET stuff, I still find myself in the XXI century doing good old COM programming - and I enjoy doing it... So is anyone still interested in blog posts around COM programming? (especially around COM servers, COM security, Read More...
Everyone knows how to write CMD scripts. And this is the reason why we have so many messy CMD scripts around. Unfortunately, I haven't seen anywhere some guidelines on how to write clear, maintenable batch files. So here is my take: 1) Think about discovery Read More...
A few days ago, a customer told me that he encountered a weird error while using NTBackup to backup the system. The error text looked like this in backup log: Media name: "System State.bkf created 8/29/2005 at 5:38 PM" Volume shadow copy creation: Attempt Read More...
New speech-related utilities here . A new addition is BuildAppLex: BuildAppLex Speech Utility for Microsoft Speech Technologies BuildAppLex.exe is a command-line tool that allows you to create an Application Lexicon, using the Speech API. It takes one Read More...
A sneaky error The following post summarizes my personal experience with a subtle COM error. CO_E_SERVER_EXEC_FAILURE (0x80080005) is an error which can be randomly returned by CoCreateInstance() if you are using an out-of-process COM server. As far as Read More...
I keep forgetting this all the time, so I cut & paste the necessary data in my blog so I will not where to look for it next time :-) Note that the memory limits have changed between Windows Server 2003 RTM and SP1, especially for 64-bit support. The Read More...
More Posts Next page »
 
Page view tracker