Recommended Posts

I very strongy prefer Office 2013's 1px border+subtle shadow to this hyperflat mess with fat blue borders. Office 2013's border is so much more elegant.

post-151800-0-33696500-1343003563.png

just more inconsistant UI junk... I wish the Office team and the Windows team would just use the same UI's for once, they've been on different pages for ever... yeah the office design looks better, the metroish theme for windows looks ugh too much chrome just for the sake of it..

just more inconsistant UI junk... I wish the Office team and the Windows team would just use the same UI's for once, they've been on different pages for ever...

[. . .]

Yeah, I highly disliked how the ribbon in Office 2010 was so different to the ribbon used in Windows 7 applications (Paint, Wordpad etc.), and how different those applications looked to the Office suite.

The WinRT applications and the overall Metro experience appear to offer a consistent approach, though, I think :)

just more inconsistant UI junk... I wish the Office team and the Windows team would just use the same UI's for once, they've been on different pages for ever... yeah the office design looks better, the metroish theme for windows looks ugh too much chrome just for the sake of it..

I think this time is the first they have been closest ever as you mention. In my experience Office has always been their harbinger of changes to Windows UI. IIRC even "My Documents" folder was first introduced by Office 95 before it appeared in Windows 95.

I very strongy prefer Office 2013's 1px border+subtle shadow to this hyperflat mess with fat blue borders. Office 2013's border is so much more elegant.

post-151800-0-33696500-1343003563.png

You do realize the border color can be changed right? The blue just happens to be what Thurrott has it set to.

very very clean looking, loving it and did anyone notice MS has added a question box to ask you if you want to automatically goto the desktop after logging into the computer???

Yes, multiple people noticed that and multiple people pointed out that the question box is from start8 and not Windows :p

That File history UI blows. Whoever thought that Photo gallery UI which itself is originally based on WMP can be used for file history has no place in any UX team.

"Just replace the play button with a bright green curvy arrow and there it is, I am done!" :crazy:

  • Like 2

I'm confused why you would post an image of a dialog box from Mac OS X to me, a Windows 7 user.

All that gray looks rubbish too, if that was your point? :rofl:

i meant all being washed out doesn't mean its not modern , it does look good , and you can always change color and have good contrast. And no , not rubbish :p

Everything except the frame is fixed though, right?

Yes , yet again the "Contrast" will help , also everything white helps you to focus on icons and buttons, the UI i less distracting IMO. Let's try it out in Oct and see how it really goes.

That shade of blue is Paul Thurrott's choice. The default will most definitely be not it. According to Microsoft it will be white, but they may change it to a light shade depending on feedback. Personally, I would be using a very light shade of green.

1) I love the Metro flat minimalist design - I use my computer to achieve an end task and not to 'express my individuality through the power of themes" as some people here seem to fixate on.

2) If you want gaudy crappy 3d bezels etc. then go and install a copy of Solaris 8 or Irix:

Openwindows.jpg

screen.5.big.jpg

I'm sure the 'Metro sucks' people are just wetting their pants with delight over the two above screen shots.

3) As a Mac user I'm looking eagerly at the launch of Windows 8 and giving it a try - it definitely is making me reconsider the idea of purchasing a new Mac to replace my current ones in the next couple of years. Microsoft has got its mojo back and the screaming and noisy fans, the one who caused Vista to fail because of all their stupid input into the design process that destroyed the GUI, are hating it because they can no longer make their desktop look like crap by default. Cry me a river and deal with it.

I must say I love the UI. Yes I still like Aero class, and admit some parts of OS X do look better (like Time Machine), I think this will work really well (Apart from the Aero icons). It's flat and simple, which I like. I mean half the time I'm actually doing work and not starting at the borders. But even then they look nice and simple.

The white is clear, and if not you can change it to any colour, and the option to pick the most prominent colour from your wallpaper is still there so I'm happy.

So they are keeping the same Vista-era icons on a metro UI? :(

Thought they were going to change them

they where supose to "change" them in windows 7 RTM going by reports back then... but that never happened too, they just updated more they missed in vista...

I like the new UI. Maybe it'll be the first one that I don't swap out for a custom one right away. That said, I would have preferred one pixel thick/no color frames like in Office 2013 or the Zune software, but the thicker frames are probably there to distinguish the active window from the inactive ones more easily.

And they really need to change the icons to something a bit simpler.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Too soon, I'm still not over this death!
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      593
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      77
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!