Recommended Posts

If they could I would rather them merge all the settings across everything into one. For example, changing file permissions dialogue has many different windows that pops up, viewing wifi saved wifi password also opens up a separate box etc.

 

 

I thought he meant that by combining the two, that all settings would be shared between the two. I must have misread his comment . . .

 

one control panel instead of two that what i meant 

 

would be even better if they merge other stuff like you said ians18

I would love it if they added everything to PC Settings since the interface seems to be much more consistent than the Control Panel with its various dialog boxes, windows, et cetera . . .

 

I agree, since PC Settings is new they can add things to it instead of trying to clean up Control Panel, probably easier and quicker to just add to the other.  Besides, once you can have PC Settings in a window on the desktop the need to keep control panel around drops a bit more.

My thoughts on the use of the word Threshold:

Microsoft has a quite strict software development lifecycle (SDL) guidance.

VB6 is not going to run on Win 9 - Paul Yuknewicz Group Program Manager has made this clear statement:
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi 

 

The VB6 runtime was last shipped in Windows 8.1 and will be supported for the lifetime of Windows 8.1. Support and interop are great tools to move forward incrementally.

Next: it seems quite obvious that .net framework 2.0 will not run on Win 9

.net 2.0 is a component of an Operating system, it is last shipped within Win8.1. The security-support is directly tied with Win 8.1.

Win 8.1 is security-supported until April 2024.

There are guidlines that as an win32-app-developer you should divide the executable path from your data-path

c:\program file(x86)\yourprogram\

c:\programdata\yourprogram\

This is currently not enforced. You can write "not optimal" programs which load data from the same path as the executable lies.
For example the Android-SDK or Eclipse are doing exactly this.
Those programs do not strictly divide executable and data.

But this is a prerequisite for a good "Refresh your Operating System"-Experience.

And Microsoft is looking a little jealous at IOS.
They have an IOS-eco-system where the devices are "updated or phased out" so all iphone 4 and iphone 5 have the same IOS-version.
With this eco-system the App-Developers are forced to follow the cadence.

As brad already mentions there is no Win 9 / Win 10 / Win 11.

There is something like an "API-Level" similar to the API-Level  in Android.
2.3.3 is API 10

4.0.1 is API 14

4.0.4 is API 15 and so on.

 

This is a lot easier to maintain.

 

Microsoft has deprecated "sprintf_s" in 2005 and it is still running perfectly smooth.

 

They have to hit the lazy app-developers or nobody is following. They could cut down a lot of bloatware inside Windows if they enforce their deprectaion-guidance.
They released the Surface Pro and the reviewers are crying about the big footprint of the OS-installation.

And there is a lot of time between deprecation (some of the things where released in 2003 or 2004) and the release of Win 9.

I think that we will see a tidied up Windows 9 but not everybody will be happy with this.

Faikee posted a screenshot yesterday - there was a rectangle one line under the cortana feature.
I am quite shure that this is the new Photosynth / Kinect / 3d scanning feature ( Google Project Tango / Intel Realsense Project Cynthiana / Pelican Imaging ).

They want to make the Nokia Storyteller-App more immersive and want to combine it with Photosynth.

 

My two cents - I enjoy reading this thread,

Thomas

 

So, with Win9 going to allow Modern apps to be windowed, does that mean the Modern Calculator, Photo Viewer, etc will completely replace the OS versions of Calculator, Photo Viewer, etc? Because that would make sense to me. I don't see why Win8 needs to have such redundancy as it is.

  • Like 2

So, with Win9 going to allow Modern apps to be windowed, does that mean the Modern Calculator, Photo Viewer, etc will completely replace the OS versions of Calculator, Photo Viewer, etc? Because that would make sense to me. I don't see why Win8 needs to have such redundancy as it is.

Hopefully, but who knows? They should integrate the Microsoft Mathematics 4.0's graphing functionality into the Calculator app as well as GeoGebra's functionality. Notepad also needs a Modern UI counterpart maybe with Notepad++ functionality. Lastly, much needed is a good iMovie, iPhoto, and Garageband competitor. A Microsoft enjoyment suite. Wishful thinking though. 

So, with Win9 going to allow Modern apps to be windowed, does that mean the Modern Calculator, Photo Viewer, etc will completely replace the OS versions of Calculator, Photo Viewer, etc? Because that would make sense to me. I don't see why Win8 needs to have such redundancy as it is.

 

I don't see why not?  No need to have two versions of the same apps, might as well drop the old desktop ones and push the modern ones going forward.

Tks to @NaiveUser in MDL, MS China just teased about win9 on their official site, then removed shortly afterwards:

 

source: http://www.cnbeta.com/articles/324529.htm

 

29_1k1mk7vgW.jpg

 

Translation : The newest OS Windows 9 from MS is about to be released, everybody make a guess, the start menu on bottom left corner will appear or not? :)

Tks to @NaiveUser in MDL, MS China just teased about win9 on their official site, then removed shortly afterwards:

 

source: http://www.cnbeta.com/articles/324529.htm

 

 

 

Translation : The newest OS Windows 9 from MS is about to be released, everybody make a guess, the start menu on bottom left corner will appear or not? :)

Lindows 9?

Hope the news on IFA Berlin tomorrow is about Win Threshold, maybe the announcement with a Preview at the end of the month

Maybe they'll show us some bits???

My thoughts on the use of the word Threshold:

Microsoft has a quite strict software development lifecycle (SDL) guidance.

VB6 is not going to run on Win 9 - Paul Yuknewicz Group Program Manager has made this clear statement:

http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi 

Next: it seems quite obvious that .net framework 2.0 will not run on Win 9

.net 2.0 is a component of an Operating system, it is last shipped within Win8.1. The security-support is directly tied with Win 8.1.

Win 8.1 is security-supported until April 2024.

There are guidlines that as an win32-app-developer you should divide the executable path from your data-path

c:\program file(x86)\yourprogram\

c:\programdata\yourprogram\

This is currently not enforced. You can write "not optimal" programs which load data from the same path as the executable lies.

For example the Android-SDK or Eclipse are doing exactly this.

Those programs do not strictly divide executable and data.

But this is a prerequisite for a good "Refresh your Operating System"-Experience.

And Microsoft is looking a little jealous at IOS.

They have an IOS-eco-system where the devices are "updated or phased out" so all iphone 4 and iphone 5 have the same IOS-version.

With this eco-system the App-Developers are forced to follow the cadence.

As brad already mentions there is no Win 9 / Win 10 / Win 11.

There is something like an "API-Level" similar to the API-Level  in Android.

2.3.3 is API 10

4.0.1 is API 14

4.0.4 is API 15 and so on.

 

This is a lot easier to maintain.

 

Microsoft has deprecated "sprintf_s" in 2005 and it is still running perfectly smooth.

 

They have to hit the lazy app-developers or nobody is following. They could cut down a lot of bloatware inside Windows if they enforce their deprectaion-guidance.

They released the Surface Pro and the reviewers are crying about the big footprint of the OS-installation.

And there is a lot of time between deprecation (some of the things where released in 2003 or 2004) and the release of Win 9.

I think that we will see a tidied up Windows 9 but not everybody will be happy with this.

Faikee posted a screenshot yesterday - there was a rectangle one line under the cortana feature.

I am quite shure that this is the new Photosynth / Kinect / 3d scanning feature ( Google Project Tango / Intel Realsense Project Cynthiana / Pelican Imaging ).

They want to make the Nokia Storyteller-App more immersive and want to combine it with Photosynth.

 

My two cents - I enjoy reading this thread,

Thomas

 

That'd be cool. But I doubt it. They had the chance of deprecating everything, like the Explorer, WDM, WOW64, older runtimes, the registry and huge parts of the Kernel. Though they didn't. I'm sure that all those who were / are whining about Metro / Modern UI forced Microsoft to revive something that could have been dead in W9. I wished for W9 to have the Desktop Experience as an optional feature similar to Windows Server. That would have stopped malware once and for all and reduced the amount of damage a non-tech user could do to his / her system. Before installing that legacy-component, every user would have to acknowledge that system stability and the security of data could be compromised by this step.

 

Anyways - don't wanna mourn about spilled milk - I doubt they'll drop the availability of said runtimes. Even if they'll do that, I'm sure you'll only have to copy some dlls and a few registry keys to revive that functionality.

Watched WW last night and MJF talked a bit about Windows 365, said she's been told it's a new way to test out different builds, so far they've been doing it internally but that it could expand as a public program.  Think about how websites/servies test new things, push out new changes to the UI or add a feature to select users while most others don't see the changes.  It's the same idea, so she's saying.   You'll have a group of testers/members/partners or however they do it, and MS will push out different builds with different things to test how users react to them instead of pushing out something to everyone in one go.  

 

Don't know if this will be public really or just for partners but it doesn't sound like what most people thought it would be, she's saying MS has zero plans to do Windows 365 subscriptions like they have now with Office for consumers.

  • Like 2

Watched WW last night and MJF talked a bit about Windows 365, said she's been told it's a new way to test out different builds, so far they've been doing it internally but that it could expand as a public program.  Think about how websites/servies test new things, push out new changes to the UI or add a feature to select users while most others don't see the changes.  It's the same idea, so she's saying.   You'll have a group of testers/members/partners or however they do it, and MS will push out different builds with different things to test how users react to them instead of pushing out something to everyone in one go.  

 

Don't know if this will be public really or just for partners but it doesn't sound like what most people thought it would be, she's saying MS has zero plans to do Windows 365 subscriptions like they have now with Office for consumers.

Tks George P, and now she says win365 exists? lmao.

 

btw, forget about the rest of talks, just loads of crap. :)

Either way I like the idea here, if it's like she's saying and the public could sign up for it as a rolling beta test/preview for new builds then I'm all for it.  Like what they have going on right now for the Xbox One basically.

 

Or if it's actually a real subscription plan and you get say, multiple OS installs, say 2-5 PCs and every future update to Windows as long as you keep paying then even that sounds good, I've got 3, maybe 4, PCs that i'd use something like that for and have them upgraded and up to date while now they're not, 2 are on Win8.1, one is on Win7 and one is on Vista still.  :P

Either way I like the idea here, if it's like she's saying and the public could sign up for it as a rolling beta test/preview for new builds then I'm all for it.  Like what they have going on right now for the Xbox One basically.

 

Or if it's actually a real subscription plan and you get say, multiple OS installs, say 2-5 PCs and every future update to Windows as long as you keep paying then even that sounds good, I've got 3, maybe 4, PCs that i'd use something like that for and have them upgraded and up to date while now they're not, 2 are on Win8.1, one is on Win7 and one is on Vista still.  :p

ATM little is known about "Project Windows 365", only it exists as listed in the MS guy's FB profile posted in OP, in contrary to what MJF said "the card is not on the table" and "fake list is fake".

 

As I posted earlier, the guy said the Win365 team is developing "something" that could make win365 "similar but different" with Office 365, so ATM I wouldn't speculate on its mechanism. :)

Tks George P, and now she says win365 exists? lmao.

 

btw, forget about the rest of talks, just loads of crap. :)

 

Want to point out where she says Windows 265 is fake or doesn't exist? She said the LIST was fake, NOT Windows 365.

 

Also, do you have a source for all that being "loads of crap"? An actual source, not a FB friend.

MS is not Apple. They don't have the luxury of breaking backwards compatibility with decades old API's, hanging their partners and app developers out to dry, losing untold millions worth of contracts, and forcing users to abandon perfectly usable devices. Apple can do that because they have no enterprise presence and a captive cult audience who've been brainwashed into upgrading every year, so they can hold back features as long as they want.

 

Windows isn't going to abandon backcompat, its pretty much the whole foundation. What I predict is that all future dev is going to be done on WinRT, more and more OS layers will be moved away so they aren't just wrappers over legacy code, and there will be an emulation layer for legacy apps.

MS is not Apple. They don't have the luxury of breaking backwards compatibility with decades old API's, hanging their partners and app developers out to dry, losing untold millions worth of contracts, and forcing users to abandon perfectly usable devices. Apple can do that because they have no enterprise presence and a captive cult audience who've been brainwashed into upgrading every year, so they can hold back features as long as they want.

 

Windows isn't going to abandon backcompat, its pretty much the whole foundation. What I predict is that all future dev is going to be done on WinRT, more and more OS layers will be moved away so they aren't just wrappers over legacy code, and there will be an emulation layer for legacy apps.

 

I don't think they have to remove legacy support, but the key is that they don't have to on traditional x86-64 desktop/laptop hardware.  But if we're talking the new WP/Windows RT merged OS the rumors point to, then they can drop it there, without issue.  Having a different device type helps this process, the rumors say this OS won't have the desktop for example, or it'll be just turned off and maybe users can turn it back on.  But regardless, without it in the way then more and more things can get dropped or pushed to the back with time.  As the new WinRT/Modern framework and APIs mature more then the need for those older legacy bits drop IMO.   At some point down the line it'll replace most of them.

The start screen will not go away. What I think Microsoft will do is: if you're using a desktop/laptop, the start menu is enabled by default. If you're using a tablet/touch device, the start screen is enabled by default. Users will then a have a choice to continue using the default start, or change to another.

 

That sounds a little too reasonable. Whatever will the haters find to complain about ??

That sounds a little too reasonable. Whatever will the haters find to complain about ??

I have already complained about the rumor of the Start screen not being an option for desktop users, but that does not make me a "hater".

I have already complained about the rumor of the Start screen not being an option for desktop users, but that does not make me a "hater".

AFAIK, the only legit win9 features are those Brad had seen "with his eyeballs" on the 982x builds, no need to take other rumors seriously. :)

This topic is now closed to further replies.
  • Posts

    • Oh, of course not. The real "victims" are the people who snipe kids in the head, have killed more journalist than all the worlds wars combined, do double tap strikes on medical personnel, claim history started on October 7th, have a $700 million dollar annual Hasbara budget and pay influencers $7k a post to spout exactly this kind of propaganda. How dare you question the most moral army in the world. Victimhood belongs to these genocidal freaks alone. Anyone who denies that is literally Hitler. If you're going to support a terrorist state, the least you could do is come up with better talking points.
    • Gears of War: E-Day brings 12-player co-op, smoother traversal mechanics, and more by Pulasthi Ariyasinghe Right as the Xbox Games Showcase came to an end today, The Gears of War developer The Coalition took over to show off its next project: E-Day. This prequel project was announced back in 2024, but now we have a lot more details about its campaign, new gameplay mechanics, and even a release date. The studio says this is the first time it has managed to get the time to build the entire game in a new engine, as it had worked non-stop on new titles for years while porting classic code and assets. With Unreal Engine 5 now powering Gears of War: E-Day, The Coalition says it started completely anew, with all assets, animations, environments, and others being built from scratch. The campaign will take place across three days in the city of Kalona. The story will follow the events through the eyes of Bravo Squad. This is made up of the returning classic duo Marcus and Dom, as well as the new characters Mags Carter and Lucas Reyes. Watch the trailer below to see Marcus in action without his iconic armor and gear, just as the Locust invasion kicks off. The story will draw on classic Gears novels like Aspho Fields as well, with the studio even collaborating with author Karen Traviss. "That continuity is what makes the destruction land," says the studio. "In E-Day, you watch a living city torn apart—homes still lit, meals half-finished—while people abandon their cars and run for cover. Small details—a child’s toy, an uneaten dinner—make the loss real as everyday places collapse under the Locust assault." The movement system is getting a big overhaul here. Players will be able to slide while running, jump across gaps, climb head-height covers, and even crawl on the ground to avoid fire from enemies. As for the returning horde mode, The Coalition teased a new 12-player PvE mode. This will involve three squads of Gears going up against the incoming Locusts in larger city maps than usual. The studio says that it is going to reimagine the classic formula just as co-op games are going through a resurgence. Multiplayer was touched on today too, where Versus is coming back touting four versus four Gears PVP action set across Kalona maps. More details about multiplayer will be revealed later. Open beta weekends are kicking off this August for fans wanting to jump in early too. Gears of War: E-Day is releasing on Xbox Series X|S and PC on October 6 with pre-orders available now. It will also be a part of Xbox Game Pass on day one. Microsoft has confirmed this as an Xbox platform exclusive, as there are no plans to bring it to PlayStation or Switch.
    • Microsoft announces the return of Xbox exclusives with Gears of War and Clockwork Revolution by Pulasthi Ariyasinghe Microsoft had plenty of announcements to make today at the Xbox Games Showcase celebrating 25 years of the gaming brand. Now, under the leadership of the new Xbox CEO Asha Sharma, Xbox games are going back to their original release methods. She appeared in the livestream itself to announce the return of Xbox console exclusives. This means two major upcoming games from first-party studios won't be coming to PlayStation or Nintendo consoles: Gears of War: E-Day from The Coalition and Clockwork Revolution from InExile. Both titles will only be coming out on Xbox Series X|S consoles and Windows PCs, ditching any plans they had for PlayStation. "These are not timed exclusives," confirmed Microsoft. "We’re committed to investing in and growing XBOX both on console and beyond." The company confirmed that any already announced Xbox titles for PlayStation, under previous leadership, will continue to arrive for the rival platform. This means games like the new Halo remake, Forza Horizon 6, Fable, and State of Decay 3 will still be available on PlayStation, either at launch or later. It sounds like any new projects announced by the company will avoid other consoles in the same way. Microsoft first opened the floodgates by bringing titles like Sea of Thieves, Grounded, Hi-Fi Rush, and Pentiment to PlayStation and Nintendo consoles back in 2024. Since then, almost every new game release from Xbox Game Studios has arrived for rival consoles alongside Xbox and PC. This decision follows Sony's plans to ditch its own multiplatform releases too. Outside of multiplatform live service titles, the PlayStation maker is even abandoning its PC porting endeavors that started years ago.
    • I'm missing the beginning part of this equation... but for the sake of the convo, you don't get to take a $250(?) set of normally priced RAM, jack it up to over $500/600/800 just because of a market shift, then lower it back down to more than what it was originally and call that a "sale". Not the author of this post... the manufacturer/seller.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      66
    5. 5
      FloatingFatMan
      65
  • Tell a friend

    Love Neowin? Tell a friend!