XP Users Are Willing To Give Windows 7 a Chance
Harry writes "PC World and Technologizer conducted a survey of 5,000 people who use Windows XP as their primary operating system. Many have no plans to leave it, and 80% will be unhappy when Microsoft completely discontinues it. And attitudes towards Vista remain extremely negative. But a majority of those who know something about Windows 7 have a positive reaction. More important, 70 percent of respondents who have used Windows 7 say they like it, which is a sign that Windows 7 stands a chance of being what Vista never was: an upgrade good enough to convince most XP users to switch."
They arrived at 7 for the version number in this way: Windows 1.0, 2.0, and 3.0 lines are self-explanatory. The NT4 and Windows 95/98/ME family were all part of the 4.x version of Windows. Win2000 and XP were 5.x, so naturally Vista was 6.0. That leaves us at 7 for the new Windows.
Does Windows 7 have more DRM or less than Windows XP? I think my decision to switch will be primarily biased along that criteria.
You can do everything in 7 that you could do in XP (i.e. there are no new restrictions on existing stuff). On the other hand, it has new DRM for stuff which you can't handle without supporting some - such as BluRay.
.NET Runtime optimization is actually one of the neater technologies in the MS world. In short, it's compiling native language libraries for commonly used interfaces that would have to be run in a VM. All you need to do is leave the computer alone for a short while so it can chug through. You can explicitly command it to finish the queued compilation tasks per the instructions here.
When it's working properly that's about the just of it - however my machine (a 2.5ghz Quad core with 4gb ram) had nearly a week of being left alone to chug through, with 3 or 4 reboots in between - didn't ever finish up. I also tried the stated command since it was suggested in a google query I had made, but it didn't clear anything up.
"People who think they know everything are very annoying to those of us who do."-Mark Twain
I put the RC up on a 64-bit machine a week or two ago and I've been generally pretty pleased with it. Seems much faster than Vista, the new taskbar is pretty handy and it stays more or less out of my way. No driver problems either (so far).
I never advised a single client to upgrade to Vista (I didn't hate Vista, but didn't think it was a worthwhile upgrade either), but I think I will be comfortable advising some clients to upgrade to Windows 7.
-B-
Here you go. Found it at the bottom of the RSAT forum page from MS. RSAT for Windows 7
Trying to become famous by taking photos. Visit my homepage please.
They more than likely have used it on some special demo machine with the specs and thorough setup to make it usable. Just like Mojave, when users try it in a custom environment designed to make them like it, they'll like it. But that's not what they're getting on their Compaq POS-9000.
Yeah, it's not like the beta and the RC1 have been publicly available for months now...
To back up Freon, I've been using XP x64 since its release, as my primary (home, gaming) OS.
There are no driver issues. Even my no-name webcam works.
So this will bring back the text and reduce the size of the icons.
You've either never read my comment or are incredibly stupid.
The complete lack of text on the task bar means I have to learn what each icon represents and then have to mouse over it or open the item to figure out what it actually is. In XP or Vista I can just look at the task bar and figure out which server's I've RDP's and SSH'd into, what page my browser is on, any IM's demanding my attention and who they are from. I'm going to lose a crap load of productivity from this alone and probably some hair as well. There are good reasons we favour text based language over a pictogram or hieroglyphic language, complex text is far easier to read.
There are your words exactly as you typed them. You mention the lack of text and when I point out your incompetence, you try to sneak in the icon size bit in your response. Nice try, but you lose.
You really didnt read my comment. I have no idea how you reached this conclusion. This is something the OS does not need my interaction for. Secondly those are two different idea's, one the OS is not following my commands (deciding for itself how I want my network set up) the second is an unnecessary interruption (annoyance).
Then I suggest that you learn to use English correctly. Paragraphs are used to combine like ideas and information. If they were supposed to be two completely separate ideas, then you should have written it differently.
In addition, it's "ideas" not "idea's" because it is not being used as a possessive in your statement.
Because that's a really unbiased sample there.
The vast majority of people do not care about altering the Windows start up sound. They are quiet happy with right clicking a picture and selecting "make this picture my background". You don't work with regular end users do you, most do not even care about the background hence the default rolling hills XP picture is so prevalent.
All samples are going to be biased and I can only speak from my experience if I am to remain honest. I do, however, like how you magically have this unbiased insight into the minds of "the vast majority of people" so that you are able to know exactly what they want and are able to speak for them all.
Like most AC's you lack a clue. Both of these statements are not true.
Translation: You have no real argument so you attack the credibility of the statement based solely upon the name it was posted under.
So tell me, is mjwx your true birth name? Or perhaps you had it legally changed to that? Wait, what's that? Your alias is makes you just as anonymous as I am? Well there is a revelation!
By the way, you might want to take a look at this and this. So where is that supreme lead on gaming performance that you said XP had?
Microsoft could just implement it properly, like Sudo under Ubuntu. There is no reason that any program ever should pop up in front of what I am doing, let alone dim the whole screen to completely kill my train of thought. UAC should wait in the background until dealt with, it can draw attention to itself in the task bar, in the same way an MSN chat window would.
Sorry but no. If I am doing something that warrants a UAC popup, then I am going to fully expect it and it is not annoying. If something else is doing something to trigger a UAC then it's a possible security breach and I WANT an annoying popup that will get my attention no matter what I am doing.
Congratulations on being the minority on slashdot, if you don't ever re-install the OS on your machine or learn to switch out the one on there for a newer (or older, Vista -> XP) one then you most certainly aren't the norm here, I might even go as far as to say, you simply don't belong here.
Speak for yourself. For me, this is Year 5 of the Linux Desktop, and my "seething" at Microsoft has long since cooled to "very occasionally annoyed when forced to look at someone's Windows box".
Il n'y a pas de Planet B.
Just a tip: you can run (and build) POSIX apps (including bash, ssh/sshd, svn, gcc, and even things like httpd or window managers) in Windows without Cygwin. There's a POSIX-compliant subsystem for the NT kernel (just as the Win32 API that people are used to is implemented as a subsystem on top of NT). It's only available in the higher Windows editions, but it's faster and better integrated than Cygwin, and avoids a lot of Cygwin's silly restrictions (executables needing a .exe or similar extension, for example).
The subsystem is called SUA (Subsustem for UNIX Applications) and is enabled from the "Turn Windows features on or off" window (you can find it using Start search).
To use it you'll want to install Interix, a basic operating environment that includes a couple shells, a collection of standard utilities, and a working build toolchain. The link to download this will be in the Start menu after enabling SUA, or you can find it online.
Once you've got Interix installed, you can install a package manager and a bunch of pre-compiled binaries (including all the ones listed above, and hundreds more) from http://suacommunity.com/ (you can also get a more detailed version fo these instructions there). It will also offer to install an X server, which is handy if you want to run graphical apps locally or from a server.
For the record, I'm not officially associated with Interix or suacommunity.com in any way aside from being a forum member on the latter, but I've found this little-known feature of Windows to be one well-worth telling people about.
There's no place I could be, since I've found Serenity...
To the best of my knowledge, nobody has been getting "special demo machine[s]" with Win7. It's hardware requirements are pretty easily met by any desktop and the vast majority of laptops from the last 2 years, even including many netbooks. You can build a new computer for about $500 that will exceed Win7's requirements in every aspect by at least a factor of 2x, but honestly you probably don't need to. Hell, I've got a severely underpowered (ultra-low voltage, essentially extreme underclocking) tablet PC, and Win7 runs fantastically on it.
There's no place I could be, since I've found Serenity...
With Linux, often the assumption is made that you are running a similar configuration as the developer, and critical libraries may be missing and the response is just "well, you should have that already".
No.
All packages that are built from source automatically detect your libraries and will build whatever works with them -- as long as you install development packages if you use anything built from source. If libraries are missing, you just install them.
All packages that are provided for Debian or Ubuntu already refer to all dependencies, so unless you go out of your way to install them "the Windows way" (download package in a browser, use dpkg from command line to install it, instead of using a repository), everything happens automatically.
All packages that have their own installers, carry libraries with themselves (this is what all Windows installers do).
The only things that don't fit into those categories that I have seen recently are truly ancient applications that are a massive pain in the neck to install on any OS, Unix equivalents of DOS applications. Last example of this that I have seen was Xilinx FPGA Editor -- it insisted on Motif and portmap, did not recognize screen number, and was not packaged for Ubuntu, so I had to configure such an environment for it manually.
Well, I don't, and now I have to scour the web to find the missing libraries - which also aren't in the repositories - in order to install an app.
If they are binary Debian/Ubuntu packages, that's because libraries are in the maintainer's repository along with them. You NEVER "scour the web" for Linux libraries' binaries. The only way to produce a valid Debian package that depends on a library is to have another package with that library and refer to it -- so consistency is maintained.
If they are only available as source tarballs (what by now only applies to bleeding-edge development stuff), you see all their names in the output of ./configure, look up the repository, and only if they are not there you may have to look for them elsewhere -- usually in a README file that you forgot to read in the first place.
The difference between Linux and Windows is, in Linux if you want to do anything outside of what Debian, or Ubuntu, or Fedora
Or it's in Ubuntu Launchpad PPA for that package, where you can get pretty much everything that ever was released as open source and is somewhat maintained by someone. Or in a private repository.
think you should need to do you have to hack it. Hacks and workarounds are the norm in Linux, and don't tell me it's not because I've used it off and on for the last 15 years.
If installing from manufacturer/developer's package is a "hack", then all Windows applications require hacks to be installed as well.
Contrary to the popular belief, there indeed is no God.
Personally I liked Vista when it came out, mostly for the eye candy. I'm a very visual person, and I had just bought a new 20" monitor, so I wanted something that looks good. XP was looking dated. I was going to switch to either Ubuntu or Vista - I like Linux, but I haven't really used it much. Vista was more familiar, and it was good enough, so that's what I went with. I've been using it since the day it came out. But Vista did have some major bugs, the most annoying having to do with file copying, both local and network. All the file copy bugs are fixed in Win 7. The behavior when merging folders is the same, though.
:)
1) Windows 7 still does ask you if you want to merge the folders, and if any of the files are the same, it asks you what you want to do: overwrite, copy but rename one of them so you have both, or skip the file. Personally I like this setup - even though I'm a power user, I'm not perfect, I still accidentally almost overwrite files that I didn't intend to all the time. Vista and Win 7 also provide you with a thumbnail view of the files when asking you if you want to overwrite - a nice touch when you're not sure if the files are the same even though they have the same name. Personal preference, I guess. I much prefer this behavior than the XP way. Also much improved is the fact that if one of the files you want to copy can't be copied (like if it's in use), the whole file copy operation won't stop - it will just fail that one file and go on to the next. XP's instant failure of the whole copy operation if one file is in use drives me nuts.
2) The folder left behind after a move - definitely one of the most annoying bugs in Vista. One particular annoyance of mine was that if you tried to move any folder named VIDEO_TS - i.e. the contents of a dvd, it wouldn't let you - period. You had to re-create the folder in the new location, and copy the individual video files to the new folder, then delete the old folder. And frequently it would show a few of the video files in the old folder, and you couldn't delete them - but they'd disappear on reboot. All of that is fixed in Win 7.
3) Vista had a bug where some network file copies took FOREVER. And sometimes they just hung, requiring a hard reboot. Network file copies in the Win 7 RC work just as fast as XP though (there were still some issues with this in the beta, but the RC fixed it.)
3) Windows auto-setting folders to type "Media" - I think it still works like this, but there is an option in Folder Preferences to turn this off (I did.) And it actually remembers the setting if you set a folder to a certain type. I agree, this has been broken since at least Win95. They finally fixed it.
4) Vista also had an annoying way of, if there were any media files in a folder, and you click into it and it starts creating thumbnails - if you then tried to move the folder, it would wait until it finished creating the thumbnails, THEN move your files. Win 7 stops creating the thumbnails and just moves the folders. I had turned off the auto-create thumbnail functionality in Vista because it was so annoying and slow. I've turned it back on in Win 7 - it doesn't slow you down like it did in Vista.
5) DRM - well I never did run into any DRM issues in Vista myself (unless the copying VIDEO_TS folder issue above was related to DRM). However, I don't have a Blu-Ray or HD-DVD drive, and I don't see getting one any time soon. However, I do have a 55" HDTV with Vista running Media Center, connected with HDMI (but no HDCP on anything.) I "find" all kinds of HD video on the internet (Matroska mostly), and every other format you can think of, and Vista and Win 7 have never stopped me from playing anything I want. I use Zoom Player, it can play anything if you install the CCCP codec pack. AnyDVD works fine in Vista (haven't tried it in Win 7) for removing advertising, region protection, and encryption, and so does CloneDVD2. Never understood what the "Vista has DRM!" people were g
Drop shadows help distinguish the window border, without making the border itself ginormous. By being sort of pseudo-3D, they tap into a part of our brain that's used to dealing with real 3D objects, and make it very easy for us to tell what's part of the window we're looking at, and what's part of another window.
Again, not important, but useful.
A similar example might be the fact that when I get a modal dialog box, that actually intends to block me from doing anything with its parent window until I deal with it, the entire parent window is darkened. Efficient to do with compositing, and does actually give me visual feedback for something I need to know, but not really worth the effort.
On the other hand, people are making good points that dropping 2D support and adding exclusively 3D, since you need 3D anyway, is probably a good thing. I just don't see it as a deal-breaker, certainly if it's the only advantage an OS has -- it's why I didn't use Vista.
Don't thank God, thank a doctor!