Windows Longhorn - The next generation operating systems

Pages: 1, 2
free web hosting
Free Web Hosting > Computers & Tech > Operating Systems > Windows (All Versions)

Windows Longhorn - The next generation operating systems

currahee
The release was pushed back to 2006-2007 officially from 2005 due to work on Microsoft's Windows XP Service Pack 2.
With the push back to 2006, Microsoft has decided to axe the dev time and removed WinFS. Now they are facing pressure as WinFS was a main component of Windows that was highly anticipated. It basically a faster and more organized memory manager let's say and Microsoft removed it.
I have no clue where the fate of Longhorn lies.
And they're not Beta copies. Microsoft has not publicly announced a Beta. They're all alpha builds.

Reply

Trekkie101
You know with microsoft you can never tell but i think longhorn will get axed it is the most delayed piece of software ever.

Reply

dissipate
I'm really interested to know how much more stable and secure it will be compared to what we have now from Microsoft, and whether there will be hundreds of bug reports and fixes soon after its release.

Reply

currahee
Well XP Service Pack 2 had some Longhorn technology transferred to it such as the prevention of the buffer underrun attacks. As far as holes go dissipate, don't get too excited. Its still built on top of Windows NT which is quiet disappointing to me. Microsoft although its painful should really start making a new Windows core that can emulate Win9x/WinNT programs.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Recent Queries:-
  1. hack phpbb3 tutorial - 8.16 hr back. (1)
  2. phpbb 2.0.20 sql injection - 39.08 hr back. (1)
  3. phpbb migration tool transferring host - 39.41 hr back. (1)
  4. "smf 1.1.6 exploit" - 64.16 hr back. (1)
  5. phpbb 2.0.20 password reset exploit - 76.65 hr back. (1)
  6. cash with phpbb2 easy install - 102.29 hr back. (1)
  7. how to change phpbb2.0 title - 104.28 hr back. (1)
  8. how to remove windows longhorn - 145.42 hr back. (1)
  9. how to change yourdomain.com banner phpbb3 help - 161.83 hr back. (1)
  10. phpbb hr 2.0.22 - 210.86 hr back. (1)
  11. forum phpbb logo change by adsense - 221.37 hr back. (1)
  12. hack phpbb3 - 35.87 hr back. (2)
  13. could not connect to the database, see error message below. no error message given. phpbb postgresql - 244.52 hr back. (1)
  14. how do i transfer my phpbb forums over into my php nuke theme - 245.92 hr back. (1)
Similar Topics

Keywords : windows, longhorn, generation, operating, systems

  1. Why Still Windows But Ubuntu Linux
    Why still Windows but Ubuntu Linux (3)
  2. Multilevel Feedback Scheduling Algorithm
    A FLEXIBLE SCHEDULING ALGO WHICH IS EFFICIETLY RUN ON ANY OPERATING SY (0)
    before multilevel feedback scheduling algorithm , we used only multilevel scheduling algorithm which
    was not so flexible, but this one uses separate queue for handling the processes , it automatically
    adjust the priority of the process.If the priority is high and the process will be alloted to lower
    priority queue, then automatically it can switch to the higher priority queue . for example, one
    queue may implement round robin algorithm the other may use first come first serve algorithm , the
    allocation is based on the type of process i.e the process is either of cpu boun....
  3. How To Improve Windows.
    (7)
    Lets face facts Windows is currently the most used operating system in the world. That said, let us
    also admit that Windows is not the greatest OS out there either. (that would be Unix) So ignoring
    completely ones opinions of Windows let's imagine we had the power to chance Windows completely
    and were able to disregard previous Windows implementations (if you so choose ie the start menu) and
    Microsoft marketing techniques. How would you change Windows to make it better? For me the most
    fundamental change would be to make it more like Linux or OS X and have the kern....
  4. What Do You Guys Think Of Windows 7?
    The 'WoW' Starts 'NoW' (10)
    What do you guys think of windows 7? Screenshots Have been posted on wikipedia
    (www.wikipedia.org/wiki/Windows_7) and I Must admit Im Not really Impressed, Looks Like a dumbed
    down version of vista...? what are your Opinions?....
  5. How To Enable User Login Security On Windows Vista
    NOT User Account Control (0)
    How to enable User Secure Login on Windows Vista You may have worked in a business,
    educational or other network that uses Windows to log in. With or without being on a domain, most
    business environments "require" you to press the key combination of CTRL + ALT + DELETE prior to the
    log on prompt (the username, password and domain box). This is supposed to enhance login security to
    verify the authenticity of the login box (so that no other malicious software makes a similar box).
    This tutorial will show you how to enable this functionality on Windows XP Home Ed....
  6. Repairing Your Windows Environment
    (0)
    You have already seen people fully desperate because their Windows system cannot boot. Of course,
    they could bring their PC back to the shop and ask for a complete re-install, but they will loose
    their data. There is a way avoiding that. Of course they will still have to go back to the shop and
    have the thing repaired. But they can, before that, save their files. There are Windows LiveCD
    distros, you can boot on a CD which has an embedded Windows. Because you boot off the CD-rom, the
    hard disk is not embedded. And as you boot off a CD, there is no virus problem, at least....
  7. How To Change Your Windows User Environment Variables
    a step-by-step guideline (5)
    1. INTRODUCTION. Most of Microsoft very basic users are satisfied when the Windows installer
    installs each new software, automatically putting each file in the right place and making each
    Windows registry change. However, some new incoming software environment, mainly the ones from the
    open world, let you do some changes manually. For instance, if you install the java development
    software on your pc, you have to manually tell windows where the java binaries are. That means, if
    you type “javac” in a command shell window, Microsoft Windows has to know that javac.ex....
  8. Windows Xp, How To Re-enable Show All Possible Color
    (6)
    Few days before, I have used the power toys to rebuild my system icons. After that, all icons
    showed on the screen only with 256 color. Prior Windows XP, Windows 2000 have an option on the
    display applet that let me show all possible colors. Hmm..., Is there any way to restore the
    ability ? Thanks, P.S. If I switched to another resolution. It is fine. But once back, it lower
    the color to 256.....
  9. How To Make Both Windows Look Like Active At Same Time
    (9)
    Hi, I'am creating some UI that will have some floating windows like the code below. But by
    default, when one window was active, the other will lost focus and became gray in color. How can I
    made both look like active. Much like some graphics apps such as photoshop tool window. Thanks,
    CODE /** *   * **/ using System; using System.Windows.Forms; using System.Drawing; public
    class Program {     public static void Main(string args)     {         form1 AppMain = new form1();
            Application.Run(AppMain);     } } public class form1 : System.Windows.F....
  10. Windows Mobile 6.1 Games Folder
    (0)
    My games folder on my HTC Touch Diamond has 'disappeared'. Actually it shows on start menu
    but does not open original folder.Other games installed all show on the folder but the windows
    original games, eg teeter, cannot be seen anywhere. Opening the games folder from the program files
    is ok but the original games not there, opening games folder from start up menu(which cannot be
    removed either) does not open anything.Any solutions please??!!!!!....
  11. Second Generation Microsoft, Google, And Pick The Cat Captchas Broken
    (5)
    A CAPTCHA cracking company called Xrumer (botmaster.net) is claiming to have broken the latest
    Microsoft CATPCHA and the Google CAPTCHA
    (http://it.slashdot.org/article.pl?no_d2=1&sid=08/10/02/1415205)
    (http://it.slashdot.org/article.pl?no_d2=1&sid=08/10/01/2243241).....
  12. Windows Black Edition
    (11)
    Which version of windows is microsoft releasing after Vista?I heard that it is releasing microsoft
    windows black /. Does anybody know about it?....
  13. Windows 7
    (12)
    when will microsoft release windows7? does it have any cool features or new feature? can anyone tell
    me more about this ? thanks.......
  14. Image Problems With Windows 2000
    (10)
    Hi, since a while i got two problems related with images files in my Windows 2000 machine, both are
    very closely related because them happen with Windows Explorer and with Internet Explorer 6. The
    problems are: Windows Explorer Thumbnails Preview : The problem with this option of the View menu
    is that it doesn't show any thumbnail preview of any image in my hole computer, i verify this
    problem for jpg, jpeg, gif, png or bmp files, but it works fine and generate the thumbnail previews
    for html files. IE Save as... dialog and JPG files extension : Every time that....
  15. Extremely Slow Hdd Operations On Windows Xp
    (9)
    On the first of this month I benchmarked my system running on Win XP using FreshDiagnose. The Hard
    Disk Benchmark showed 32 MB/s Write Speed & 40 MB/s Read Speed for my first Hard Drive & 35 MB/s by
    51 MB/s for the second. Since yesterday all the operations on the first HDD (360 GB) have become
    extremely slow. A ~700 MB file copy operation on the same drive which used to take less than a
    minute, now requires 7-10 minutes. I tried re-fitting the SATA & power cables for the drives but
    that didn't help. The other drive (80 GB) is working fine. A dying drive is out of th....
  16. How To Install Ubuntu On Windows
    (5)
    QUOTE So, you are a Windows user and you've heard about Ubuntu everywhere and now you want
    to install it on your computer (just to see if what you've heard about it is true or not) and
    you don't know how to do it? Look no further, here’s your help! This guide will teach you
    how to install the latest version of Ubuntu (7.04 codename Feisty Fawn) on your PC in no more than
    10 minutes (depending on your computer specs). Are you ready? Let's start! First things first,
    you need to download the Ubuntu 7.04 i386 ISO image from here. This will take som....
  17. Help! Usb Flash Drive
    windows doesn't recognize it anymore... (12)
    So my uncle asks me to format his computer and install windows and stuff. So I did like I do with my
    PC every six months. No problems at all, everything was working. So I proceeded to install drivers,
    which I had already on my flash drive, a 2GB PNY flash drive. But, for some reason, the usb drive
    was not recognized by windows XP on my uncle's PC, and I tried again on another port. No luck. I
    was thinking maybe all the usb ports were broken or something... but then I went to my desktop and
    proceeded to connect my usb drive to burn the drivers on to a CD. And what&#....
  18. Windows Or Mac?
    (31)
    Which do you prefer? Windows or Mac?....
  19. 100 Reasons To Use Windows Vista
    No, really?? (13)
    Recently, I have received an "Exploring Windows" email from Microsoft, which led me to an
    interesting link called 100 Reasons You'll be speechless. Thought it was related to Windows
    Vista, and it was. Here are some of my opinions: 1. It makes using your PC a breeze, if Windows is
    responding most of the time. Also, many users have complained about User Account Control, which say
    that it makes using the PC not a breeze. I haven't tried it yet, but from others' point of
    view, it seems to be intrusive and annoying. 2. Your music may be a click away from your re....
  20. Photoshop Is Sooo Last Generation ;)
    (4)
    This is a funny as hell video about MS Paint, made by Macenstein, a group of bored Mac users with
    too much time on their hands. This is the same news outlet that brought you the unspecified Pizza
    restaraunt that went bankrupt after moving onto Vista. The funniest quotes from this video: "The
    future is right around the corner" "The future is now" "The future is in the past" Check out the 3D
    Pipes screensaver in the background /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
    alt="wink.gif" /> http://www.youtube.com/watch?v=Hxx2KcPWWZg Now, to be fair, ....
  21. Blue Screen - irql_not_less_or_equal
    computer OS Windows problem booting (35)
    Hi , My computer AMD64 256mb RAM / 80GB HDD / Windows XP Professional recently started showing a
    blue screen while starting .. QUOTE A problem has been detected and windows has been shut down
    to prevent further damage to your computer . IRQL_NOT_LESS_OR_EQUAL (blah blah blah ... )
    Technical Information: *** STOP: 0x0000000A (oxFB07D354, ox000000FF, ox00000001, ox804E2E41)
    Initially, if I restarted it would not come the next time. It used to come only randomly. But
    later it started coming more often, and now it did not start for quite a few times con....
  22. Using Same Serial # On Multiple Copies Of Windows
    (18)
    I heard it is possible to run more than one computers on the same serial of Windows. I also heard
    that it can be registered and use all the functions of any legal copy of Windows. Lets say I have 4
    computers in my house and don't want to pay $800 for windows on each one if I build them all
    myself. I can just put same serial on all of them. But I heard this is also breaking the EULA
    agreement with Microsoft which redeems this being illegal or improper use of windows. I would like
    to hear your sides on this, or the whole truth behind this. If so does this mean somebody....
  23. How Can I Delete Old Files In Windows Xp ?
    HELP!!! (22)
    I've just reinstall my system. But I can't delete old profiles in C:\Documents and Settings
    . I have the Admin right, of course. But... the system don't allow me to delete the files.
    I need to free up some space on my hard disk. (That folder's size is up to 12GB)....
  24. A Note To All Illegal Windows Xp Owners
    (50)
    Hi, all illegal Windows XP users WILL NOT be able to download any updates or software from Microsoft
    website. Automatic Updates will no longer work, because Microsoft will have to ask for your Software
    identification.....
  25. How To Make Your Windows Look Like A Mac
    Windows Xp only (24)
    Ok Fans of macs I have done my reserch and checked it twice and I now present my tutorial on how to
    make your windows XP desktop look like a Mac operating system. For those who think its really hard
    your wrong and without any more jiber jaber lets get started. Step 1: The Downloads Ok for this
    to work your going to need some items to make it work. The first one is the skin to make your
    windows look like a mac. Its called Panther you can download it here . Second your gonna need a doc
    for your programs. The best free one out there is Yz's dock and you can download....
  26. Anyone Know Of Any Good Image Editing Software?
    for windows. (24)
    so.. does anyone know of any good image editing software? something similar to photoshop i guess or
    psp? that has a lot of options and things to do ......
  27. How To Increase Windows Shutdown Speed
    when you enabled “clear Page File at shu (40)
    How to increase Windows shutdown speed when you enabled “clear Page File at shutdown”? /blink.gif'
    border='0' style='vertical-align:middle' alt='blink.gif' /> Note that making incorrectly changes
    to the registry may damage your system; please back up any valued data on your computer. 1) Go to
    Start menu > Run > and type regedit and click OK. 2) Find following address: HKEY_LOCAL_MACHINE \
    SYSTEM \ CurrentControlSet \ Control \Session Manager \ Memory Management 3) In right side right
    click on “ClearPageFileAtShutdown”, select Modify and make value of “1”, and Exit ....
  28. Generation Gap
    Does it exist?? (3)
    What is a generation gap?? According to the Oxford Dictionary it is a difference in attitudes
    between people of different generations. The key word here is "ATTITUDES". Now attitude is A way of
    thinking or feeling about someone or something. Thus this gives us a clearer picture of what a
    generation gap means and when it occurs." A generation gap occurs when older & younger people
    don't understand each other because of their difference in opinion, experience and nature". I
    for one feel that this difference is definitely existing in our society today. Let me explain. ....
  29. Porting Mods For Php-nuke/bbs Systems
    What is a Ported Mod (1)
    Basically a ported mod is a modification that was written for a specific message board or somethinfg
    of that sort. In My World I port mods that are originally intended to work with the phpbb or
    phpbb2 message boards and make them compatible with the PHP-Nuke CMS (Content Management System)
    One of my greatest mods which I believe I could also port to this system which is an Invision or
    (IPB) Invision Power Board(Trial) v2.0.0 PF 3 © 2005 IPS, Inc. as stated in the footer of this
    board. I have now decided to port some mod for that board also because the "Plain Ja....
  30. What Is The Use Of Service Packs For Windows?
    (18)
    Hi there. Who of you has service packs and what are they good for? Does it worth the huuuuuge
    download (keep in mind I have a 56k connection)? I said I wasn't going to update it but I got a
    video editing program and it asks me to have Service Pack 1 installed and that made me reconsider my
    choice... Thanks.....

    1. Looking for windows, longhorn, generation, operating, systems






*SIMILAR VIDEOS*
Searching Video's for windows, longhorn, generation, operating, systems
Similar
Why Still Windows But Ubuntu Linux - Why still Windows but Ubuntu Linux
Multilevel Feedback Scheduling Algorithm - A FLEXIBLE SCHEDULING ALGO WHICH IS EFFICIETLY RUN ON ANY OPERATING SY
How To Improve Windows.
What Do You Guys Think Of Windows 7? - The 'WoW' Starts 'NoW'
How To Enable User Login Security On Windows Vista - NOT User Account Control
Repairing Your Windows Environment
How To Change Your Windows User Environment Variables - a step-by-step guideline
Windows Xp, How To Re-enable Show All Possible Color
How To Make Both Windows Look Like Active At Same Time
Windows Mobile 6.1 Games Folder
Second Generation Microsoft, Google, And Pick The Cat Captchas Broken
Windows Black Edition
Windows 7
Image Problems With Windows 2000
Extremely Slow Hdd Operations On Windows Xp
How To Install Ubuntu On Windows
Help! Usb Flash Drive - windows doesn't recognize it anymore...
Windows Or Mac?
100 Reasons To Use Windows Vista - No, really??
Photoshop Is Sooo Last Generation ;)
Blue Screen - irql_not_less_or_equal - computer OS Windows problem booting
Using Same Serial # On Multiple Copies Of Windows
How Can I Delete Old Files In Windows Xp ? - HELP!!!
A Note To All Illegal Windows Xp Owners
How To Make Your Windows Look Like A Mac - Windows Xp only
Anyone Know Of Any Good Image Editing Software? - for windows.
How To Increase Windows Shutdown Speed - when you enabled “clear Page File at shu
Generation Gap - Does it exist??
Porting Mods For Php-nuke/bbs Systems - What is a Ported Mod
What Is The Use Of Service Packs For Windows?
advertisement




Windows Longhorn - The next generation operating systems