Microsoft Windows Vista Community Forums - Vistaheads
FREE Anti Rootkit Software for Vista Users




Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.


Registry Mechanic - Free Scan Now

Why I Love Vista

microsoft.public.windows.vista.general



Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Reply
  #1 (permalink)  
Old 02-16-2007
cquirke (MVP Windows shell/user)
 

Posts: n/a
Re: Why I Love Vista
On Wed, 14 Feb 2007 17:43:50 GMT, "Mr. I.M. Puss" <warpkat@yomama.net>
>Saucy Lemon wrote:


>> And Linux, otherwise known as a quagmire of widely scattered and
>> terribly inconsistent config files, is decidely neither user nor
>> hardware friendly.


All of the PC stuff (and I think this applies to Mac to some extent
too) is deeply-rooted in past decisions. It's like looking at the old
Mississippi and wondering why it takes a particular meandering turn
when it would be more efficient to go straight, and the answer goes
back to the first trickle of rain as the earth cooled.

Linux, and UNIX before it, feels like a system written by coders for
coders (much as could be said for the C language). There are all
these disparate tools with ad-hoc names and parameter sets that will
drive you mad if you come into these things "cold" in 2007.

The rawest side of the DOS era was similar, mind. Fire up a few
DOS-era archivers and compare their syntax for consistency :-)

That's why, looking back, Linux may feel like a confusing grab-bag of
loose bits. The hardware story's different; that is more a matter of
whether the Linux development resources can keep up with hardware
evolution; the answer seems to be "barely". I don't see that as a
"fault" of Linux in that the same resources could do better; it's just
life as a minority platform. At least you don't have "Apple Tax".

>I seem to recall my laptop crashing (Windows XP) one fine day while I
>was working on a document - because the registry got corrupt.


Registry hives don't just "get corrupt" for no reason, even as far
back as Win95. Like the swap file, the hives have always been quite
well-defended against anything that tries to open them as files.

Hardware issues run below that level of abstraction, and thus
invalidate it. It's meaningless to speak of blocked access to files
when the process of addressing raw sectors as parts of files is
deranged. Your mileage sounds more like a hardware error that crashed
the system and took out the registry, probably at the same time.

>Couldn't recover except to reinstall the system


It might have been possible to recover by using a fallback registry
copy, either via Windows' own backup systems, or your own...

Win95xx: One copy (.DA0) made at boot, so add your own
Win98/SE/ME: last 5 copies as RB*.CAB files
XP: copies within Restore Point snapshot data, dependent on SR
Vista: Dunno yet... ask me next month :-)

>even from a System Restore


Well, SR is not what I'd have tried first. I'd have:
- verified hardware (MemTest86, HD Tune from Bart CDR boot)
- verified or repaired file system (NTFS tools are weak here, alas)
- formally excluded malware, also via Bart CDR boot
- extracted spare hives from SR points, again via Bart
- swap these into place and test via RunScanner for crashes
- when working, try Safe Cmd boot, etc.

See...

http://cquirke.blogspot.com/2006/07/...-safeboot.html

...on a similar sort of quest.

>The config files in Linux are separate for one reason: The system
>itself won't crash unless you do something stupid to the kernel - it's
>separate - and it doesn't need to be bothered by the likes of Symantec
>or McAfee. Come to think of it, Linux doesn't need anti-virus


....yet...

>but that's yet another thread...


Yup. Let's keep it that way, for now.

>X is separate. KDE is separate. Gnome is separate. Other utilities
>like SSH are separate. If any of those crash, it's simply a matter of
>fixing the problem for the component, which often does not take forever
>nor would it require a 'reinstallation' of the OS.


That's the design intent, yes - but bad design (and I have a hunch you
will wave the same example as I would) can screw that up.

Windows once did separate the GUI from the kernel; it was called
Windows 3.yuk + DOS :-)

The reason we don't fondly remember that as a success story, is
because the cut-line between the two was drawn in the wrong place.

In *NIX, the kernel has all the memory and process management needed
to handle modern realities, whereas X is just the GUI shell driver.

In DOS/Win3.yuk, the logic needed to properly manage modern apps as
multitasking processes and protected memory allocations was built into
Windows, making the link between this and the kernel far kludgier.

>IE - it's so tightly integrated into the OS that even a simple toolbar
>takes it down and botches the rest of the system (read: ad popups).


Generally, I haven't seen popups do that. The problem with popups is
that the web site has been given the power to automate the OS, and
that IMO is a very bad call, made worse by the ability to pop up
dialog boxes that are not obviously from the Internet in appearance,
so that fake "system" dialogs can be launched from web sites.

But I agree; I dislike the design that ytakes an unbounded (i.e.
extensible) rich edge-facing exploit surface, and welds it deep down
in the kernel. I'd far rather have Firefox out there, at arms-length
from the core, so it can be amputated or replaced as needed.

>You Windows guys seem to think having all of your eggs in one basket is
>the coolest thing since sliced bread - until the basket drops. Then
>you're crying and whining like babies about losing documents and other
>important files as a result.


Actually no; some of us draw pretty much the same conclusions as you
do, and push for the same sort of changes. The "whiners", as you call
them, are a different type of user that you have yet to see on Linux;
folks with no interest in computers who just want to "do stuff".

>Compare that to the convenience of booting up with a Linux LiveCD (which
>I've used to recover files from Windows systems) because Microsoft
>doesn't offer it - and building one based on Windows is against the
>licensing terms, if I'm not mistaken.


Now there's another issue where many of us feel the same way as you
do, and are trying to kick butt to get things changed.

Until the Vista era, you were right: MS were asleep at the wheel,
denying users the tools to formally manage their own PCs.

It didn't matter in Win9x, because there was always DOS mode to fall
back on as a mOS. Combined with Odi's LFN Tools, you could do most
things that needed to be done from there.

WinME made artificially more difficult, so I just kicked it's ass back
into shape via the third of these DOS mode retrofit strategies...

http://cquirke.mvps.org/9x/me-dos.htm

....while most folks just relied on boot diskettes as their only way
back into systems that had to be formally maintained.

XP could be treated in much the same way, as long as you avoided NTFS;
install a Win98SE DOS mode first, then install XP, and access the DOS
mode via the NTLDR-mediated Boot.ini boot menu.

But a better approach was Bart PE, which gave us for free what MS
refused to give us as paying customers. That's what I currently use.

Bart PE overcomes NTFS, > 137G and registry access barriers, as a
DOS-based solution could not.

Vista is both good news and bad news. The bad news is that there's a
new and ?incompatible NTFS that Bart may trip over, and that the
registry is no longer compatible with RunScanner. The good news is
that MS's licensing sphincter has loosened up on WinPE.

So now everyone can get WinPE 2.0 in various ways.

A stripped-down version is present in every standard Vista DVD, which
now goes beyond XP's Recovery Console non-OS to launch a command
prompt from which other apps can be launched (i.e. now it IS an OS)

You can get the full WinPE 2.0 as part of WAIK, which for technical
reasons has to be downloaded from within BDD 2007. And OEMs still
have access to WinPE the old way, via the OPK.

Installation and setup:
- Bart PE: small free download, one GUI dialog to build CDR
- WinPE: 800M+ WAIK download, loose CLI tools to build CDR
UI when booted:
- BartPE: nu2menu (GUI menu) as native shell, others 3rd-party
- WinPE: cmd.exe CLI prompt as shell, can run others as apps
Plugins for other apps:
- Bart PE: .INF-based with XML UI menu integration
- WinPE: tricky...I haven't figured it yet
Base OSs:
- Bart PE: XP SP2, Server 2003, not Vista
- WinPE: XP, Server 2003, Vista32, Vista64
Patches and network safety:
- Bart PE: baseline SP level only, no firewall
- WinPE: can include up to date patches, fireall present
Bootability:
- Bart PE: CDR or DVDR only, tho otrhers claim better
- WinPE: CDR. DVDR, USB stick
Eject boot disk:
- Bart PE: no, tho some claim to have cracked this limitation
- WinPE: yes, as WinPE runs from RAM disk
Hot-swap USB:
- Bart PE: discovered at boot only; can swap SD cards in reader
- WinPE: yes, can hot-swap flash drives and SD cards

If you look at the above, a strategy suggests itself:
- WinPE as bootable mOS for Vista/XP
- Bart PE as bootable mOS for XP
- Bart also as a "second disk" toolset from WinPE boot

That's the way I'll be going. The last hurdle is the ability to shell
inactive HD installation's registry hives, as the RunScanner plugin
does for Bart PE; without this, Vista can't be as well maintained.

One can also use various Linux "Live CD" as a mOS for XP and perhaps
Vista, but this hasn't been useful in my experience, because:
- I don't have Linux skills
- the Linux CDRs I tried were flaky and prone to locking up
- poor, wobbly, or absent writeable NTFS support
- no ability to shell the inactive registry hives

The ones I tried were a Knoppix-based BitDefender, which never once
completed a scan of all files without crashing or locking up. As I
currently use 8 av scanners and 3 anti-spyware scanners more
effectively from Bart, I haven't been back to see if things improved.

>Given the choice between using Windows and Linux, I'll choose Linux any
>day unless I'm forced to use Windows. The only reason I use Windows on
>my laptop is because Broadcom won't make the WiFi spec available for
>their chipsets - let alone a binary-only driver


Generally, one uses what one knows best how to use. Circumstances
drove me to use Linux before I found Bart, but I bounced off it.

I think there are few folks who learn more than one platform deeply
enough to compare them fairly; I'm sure 99% of what I dislike about
Linux is simply because I don't know or understand Linux well enough
to use it effectively. The impression I come away with, is that
current platforms are more alike (shaped by the same necessities out
of the same resources) than different, once you get past UI how-to.

>So tell me - why is it you think Microsoft decided to make the registry
>so vulnerable to corruption?


I don't think they have.

At the level of abstraction where it is meaningful to speak of "the
registry files", it's really hard to corrupt a registry, as opposed to
integrating settings within it that will stop Windows from working.

If you invalidate the level of abstraction at which it is meaningful
to speak of "files", let alone "registry files", then all bets are
off; nothing MS can do at the OS level can address that.



>--------------- ---- --- -- - - - -

Saws are too hard to use.
Be easier to use!
>--------------- ---- --- -- - - - -

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-16-2007
Paul-B
 

Posts: n/a
Re: Why I Love Vista
cquirke (MVP Windows shell/user) wrote:

>
> Installation and setup:
> - Bart PE: small free download, one GUI dialog to build CDR


Many, many thanks for the info on Bart PE. This is going to be *so*
useful to me.

--
Paul-B
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-16-2007
Alias
 

Posts: n/a
Re: Why I Love Vista
DevilsPGD wrote:
> In message <ucsSdxKUHHA.4784@TK2MSFTNGP03.phx.gbl> Alias
> <aka@masked&anonymous.es> wrote:
>
>> Saucy Lemon wrote:
>>> So don't let me hold you back from scooting off to COLA.

>> Sigh. As predictable as the tide.

>
> What do you honestly expect?
>
> You whine and complain constantly about issues that no member of this
> newsgroup can assist. You constantly point out how the grass is greener
> elsewhere, yet you sit on the brown side of the fence moaning.
>
> If you believe the grass truly is greener, jump ship and be happy.


I am posting using Ubuntu. I also use XP and will -- if and when it gets
ready for prime time, buy Vista.

Usually I am not looking for assistance but posting my opinion for the
benefit of those interested. If you don't like what I post, plonk me or
use self control and don't read my posts.

Alias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2007
Shane Nokes
 

Posts: n/a
Re: Why I Love Vista
Wow wrong on all accounts.

Vista activation has never been cracked.

Show me a single method of cracking activation.

Note I didn't say show me how to use an illegally running KMS server to
become activated. I want you to show me a crack for the OS itself. Those
illegal KMS servers cant run forever you know.

Show me how OneCare failed, one security company said that it didn't pass
their test 100% of the time, what they failed to mention is that it did pass
99.1% which to me says that it's awesome.

Ok show me on a system that isn't trying to use modified files to try to
bypass activation where the activation app fails. I dare you.

Many readers suggest blah blah blah, yeah and Miss Cleo was a psychic who
was investigated for fraud, but the readers/viewers/callers loved her.

Freaking duh man, people are stupid, you haven't realized this?

There are some facts for you.


You did mention facts. Let's state a few bad ones here:

- Vista activation got cracked.
- Microsoft's own antivirus fails to protect it.
- How can you activate Vista if the component it uses to activate it
crashes?
- Many readers suggested that Vista really makes only sense, if you
build a system from scratch or at least wipe your hard drive and go
through a clean install. (from www.tgdaily.com)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-16-2007
DevilsPGD
 

Posts: n/a
Re: Why I Love Vista
In message <#NkmMgbUHHA.4028@TK2MSFTNGP02.phx.gbl> Alias
<aka@masked&anonymous.es> wrote:

>Usually I am not looking for assistance but posting my opinion for the
>benefit of those interested. If you don't like what I post, plonk me or
>use self control and don't read my posts.


As you wish.
--
Insert something clever here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-16-2007
Alias
 

Posts: n/a
Re: Why I Love Vista
Shane Nokes wrote:
> Wow wrong on all accounts.
>
> Vista activation has never been cracked.
>
> Show me a single method of cracking activation.
>
> Note I didn't say show me how to use an illegally running KMS server to
> become activated. I want you to show me a crack for the OS itself.
> Those illegal KMS servers cant run forever you know.
>
> Show me how OneCare failed, one security company said that it didn't
> pass their test 100% of the time, what they failed to mention is that it
> did pass 99.1% which to me says that it's awesome.
>
> Ok show me on a system that isn't trying to use modified files to try to
> bypass activation where the activation app fails. I dare you.
>
> Many readers suggest blah blah blah, yeah and Miss Cleo was a psychic
> who was investigated for fraud, but the readers/viewers/callers loved her.
>
> Freaking duh man, people are stupid, you haven't realized this?
>
> There are some facts for you.
>
>
> You did mention facts. Let's state a few bad ones here:
>
> - Vista activation got cracked.
> - Microsoft's own antivirus fails to protect it.
> - How can you activate Vista if the component it uses to activate it
> crashes?
> - Many readers suggested that Vista really makes only sense, if you
> build a system from scratch or at least wipe your hard drive and go
> through a clean install. (from www.tgdaily.com)
>
>


To whom are you replying?

Alias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-16-2007
Shane Nokes
 

Posts: n/a
Re: Why I Love Vista
Mr. I.M. Puss is the person I'm replying to. He had a bunch of other
useless crap so I just trimmed what I was replying to directly.

The easy way to find that out is to collapse replies above mine until that
branch ends

"Alias" <aka@masked&anonymous.es> wrote in message
news:u5sp6lfUHHA.1200@TK2MSFTNGP02.phx.gbl...
> Shane Nokes wrote:
>> Wow wrong on all accounts.
>>
>> Vista activation has never been cracked.
>>
>> Show me a single method of cracking activation.
>>
>> Note I didn't say show me how to use an illegally running KMS server to
>> become activated. I want you to show me a crack for the OS itself.
>> Those illegal KMS servers cant run forever you know.
>>
>> Show me how OneCare failed, one security company said that it didn't pass
>> their test 100% of the time, what they failed to mention is that it did
>> pass 99.1% which to me says that it's awesome.
>>
>> Ok show me on a system that isn't trying to use modified files to try to
>> bypass activation where the activation app fails. I dare you.
>>
>> Many readers suggest blah blah blah, yeah and Miss Cleo was a psychic who
>> was investigated for fraud, but the readers/viewers/callers loved her.
>>
>> Freaking duh man, people are stupid, you haven't realized this?
>>
>> There are some facts for you.
>>
>>
>> You did mention facts. Let's state a few bad ones here:
>>
>> - Vista activation got cracked.
>> - Microsoft's own antivirus fails to protect it.
>> - How can you activate Vista if the component it uses to activate it
>> crashes?
>> - Many readers suggested that Vista really makes only sense, if you
>> build a system from scratch or at least wipe your hard drive and go
>> through a clean install. (from www.tgdaily.com)
>>
>>

>
> To whom are you replying?
>
> Alias


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-16-2007
Alias
 

Posts: n/a
Re: Why I Love Vista
Shane Nokes wrote:
> Mr. I.M. Puss is the person I'm replying to. He had a bunch of other
> useless crap so I just trimmed what I was replying to directly.
>
> The easy way to find that out is to collapse replies above mine until
> that branch ends


Or you could include all or part of the message you're replying to.

Alias
>
> "Alias" <aka@masked&anonymous.es> wrote in message
> news:u5sp6lfUHHA.1200@TK2MSFTNGP02.phx.gbl...
>> Shane Nokes wrote:
>>> Wow wrong on all accounts.
>>>
>>> Vista activation has never been cracked.
>>>
>>> Show me a single method of cracking activation.
>>>
>>> Note I didn't say show me how to use an illegally running KMS server
>>> to become activated. I want you to show me a crack for the OS
>>> itself. Those illegal KMS servers cant run forever you know.
>>>
>>> Show me how OneCare failed, one security company said that it didn't
>>> pass their test 100% of the time, what they failed to mention is that
>>> it did pass 99.1% which to me says that it's awesome.
>>>
>>> Ok show me on a system that isn't trying to use modified files to try
>>> to bypass activation where the activation app fails. I dare you.
>>>
>>> Many readers suggest blah blah blah, yeah and Miss Cleo was a psychic
>>> who was investigated for fraud, but the readers/viewers/callers loved
>>> her.
>>>
>>> Freaking duh man, people are stupid, you haven't realized this?
>>>
>>> There are some facts for you.
>>>
>>>
>>> You did mention facts. Let's state a few bad ones here:
>>>
>>> - Vista activation got cracked.
>>> - Microsoft's own antivirus fails to protect it.
>>> - How can you activate Vista if the component it uses to activate it
>>> crashes?
>>> - Many readers suggested that Vista really makes only sense, if you
>>> build a system from scratch or at least wipe your hard drive and go
>>> through a clean install. (from www.tgdaily.com)
>>>
>>>

>>
>> To whom are you replying?
>>
>> Alias

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-01-2007
myComputer
 

Posts: n/a
Why I Love Vista
I love Vista because:

While my PC is rebooting I can do all the things I might not normally
do while I am trying to work:

1. Wash my face and brush my teeth.
2. Do my reps with free weights.
3. Wash the dishes.
4. Read a chapter in my current book.
5. Go through the mail that I normally do on the weekeneds.

At times, you can do all of the above while your waiting and I have a
relatively new PC with 1.5gb RAM.

I love the fact that I get to reboot so often.
1. After you uninstall software.
2. After you install new software.
3. When your wireless connection just goes away; never did this even
once on XP.
4. PC simply stops responding. Can't recall if I ever saw this on XP.

Sure wish I could get my money back!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-01-2007
Mickey Segal
 

Posts: n/a
Re: Why I Love Vista
<myComputer> wrote in message
news:sls4t2p1lq7vv4b55hhbrh4m1g0ro7url3@4ax.com...
> While my PC is rebooting I can do all the things I might not normally
> do while I am trying to work:


This kind of stuff happens much more often after a plain upgrade than after
a clean install, both of which you can do from an upgrade copy. If you do a
plain upgrade first you can re-do it as a clean install. If you don't do a
clean install, at least create a new profile - it makes a huge difference.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Love VISTA Gary MCSE microsoft.public.windows.vista.general 18 03-01-2007 03:32
RE: Why some of us Love Vista =?Utf-8?B?VmlzdGEgUmVhZHk=?= microsoft.public.windows.vista.general 1 03-01-2007 02:06


All times are GMT +1. The time now is 03:38.


Purchase Trend Micro Internet Security 2008 for $4

Spam Filter for Outlook and Outlook Express

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82