Microsoft Windows 7 "Wishlist" Leaked
Cassius Corodes is one of many readers to point out that a recent "wishlist" of new Windows development features is floating around the net. This list was supposedly leaked from Microsoft and contains some of their key development features for the next version of Windows. Given that the next new Windows release is bound to be a long way off I would recommend seasoning this news with a hefty dose of sodium chloride.
Why was your post modded informative, and not funny?
Because modding it informative is funny.
We live, as we dream -- alone....
Showing them! Hiding extentions is the number one reason why trojans sent as attachments named "invoice.pdf.exe" are at all able to succeed!
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PagingFiles", multi-string value, defaults to something like "C:\pagefile.sys 512 1024". If you want more than one page file insert a null character between them.
If you want to do things by-the-book, you can use pagefilescript.vbs which happens to be in the %systemroot%/system32 directory in XP, 2003, and probably Vista. Info here.
How can I believe you when you tell me what I don't want to hear?
First of all, it's called the page file, not the swap file. This isn't Unix and this isn't Windows 3.x. If you're going to pretend to know something about this aspect of Windows, you'd do well to at least use the correct name.
Second, and far more importantly -- You do not get fragmentation in the page file unless the page file is resized, and the only time the page file gets resized is when you consume ALL your physical memory, and ALL the memory in the page file. On a system with 1 GB of memory (which will be given a 1.5GB page file), you will have 2.5 GB of memory that you have to fill up first. Windows XP & later will display a pop-up balloon when this happen.
Fragmentation NEVER HAPPENS OTHERWISE. Why is this such a major concern to you?
Third, separate logical partitions for the page file is a bad idea because it significantly lowers the performance of paging operations. Regardless of whether you use all the physical memory in your machine or not, the page file is utilised to store data that hasn't been used recently, thus freeing more physicla memory for cacheing stuff that is used more often. Performance suffers because now the disk heads have to move further into the disk in order to get the page file. On a freshly-installed Windows system, the page file gets placed near the beginning of the disk (in the fastest portion), close to the operating system files that are likely candidates for ongoing file operations.
Consider that Mac OS X doesn't use a separate partition for its swap files, either. Speaking of which, why does Windows still use a variable sized swap file? I lock it down to 2x RAM or 4GB. Fourth, this is a bad idea because you are almost certainly not going to want to use a system that is so heavily loaded that you will need to use up to 300% of your total system memory. It's bad enough when you're running 20% over physical, isn't it? Now you're just wasting vast amounts of hard drive space for no particularly good reason. And how about moving IE's temp files somewhere else? Okay, you can still set permissions on the folder, but get it out of the user's profile. Why? Is there a sound technical reason for this? The IE temporary files (and indeed the user's general-purpose temp directory) is in a disposable area of the profile directory structure... it isn't part of the "roaming" profile. I spend 15 extra minutes just getting the directories and swap arranged correctly every time I set up someone's Windows machine. You're wasting their time and yours doing the wrong thing. Stop that and you'll be happier.
If you want to really understand how Windows works, do yourself a big favour and go pick up a copy of Windows Internals by Russinovich and Solomon. Yeah, that's the same Russinovich who discovered the Sony rootkit a couple of years ago, so, chances are he knows what he's talking about.
No, I think it's more to do with the fact that if you link to an article in your post, no matter what you say, no matter what the article says, as long as the article looks cromulent, you will be modded informative.
You know, there is a difference between trolling and pointing out the flaws in your reasoning. Just saying.