The Windows Enthusiast vs Everyone else.


Recommended Posts

1 hour ago, DevTech said:

The latest .NET Framework is included with Windows 10 and auto updates with Windows Update. Same with C++ redist.

 

It should be this simple:

 

http://getdotnet.azurewebsites.net/

 

Sometimes it becomes this:

 

http://getdotnet.azurewebsites.net/target-dotnet-platforms.html

 

 

It is not Microsoft's fault if developers of software make dependencies on specific versions of either package, but it can easily happen when the pressures of actually shipping software forces a "temporary" version specific code. And then software hits EOL and it's cheaper to include an old redist than update the code. Etc.

 

Your frustration is actually a "Good Thing (TM)" since it is a testament to the richness and diversity and longevity of the Windows Ecosystem. It is mind blowing amazing that all this stuff runs so well on so many computers for so long a time in a fast changing tech world.

 

For .NET, installing 3.5 and 4.6.x covers 99%

 

For C++ redist, the developer is suposed to include it, but the latest security update of the redist for 2008, 2010, 2013 and 2015 covers most of the scenarios.

 

If you actually run into this issue a lot, then you are installing a vast array of software and getting full advantage of the WIndows Ecosystem!

 

(I think people on MDL have some nice bundle packages of all the redist installs if you want to pre-pollute a fresh Windows install with years of accumulated crustyness/garbage on the first day.)

 

For the future, the Windows 10 UWP App deployment has an option to include all the dependencies in the App package much like a "portable" install would work but it remains to be seen if developers will see an advantage to bloating up their code like that.

TBF, I personally tend to find that it's mostly older games that load the C++ redist packages, I rarely see other Win32 software do it. The use of targeted APIs in games doesn't really bother me that much if it allows the devs to incorporate more featured.

1 hour ago, Gary7 said:

Why do you need 9 machines?? I like Windows 10 and have used every release of Windows along with Linux for a tad but 9 Machines,,:wacko:

I was counting machines and laptops I don't always use but have and have windows 10 on .. looks like I forgot some too.

 

4 monitor desktop

Couch computer (3 monitor Brix Pro setup)

Computer next to tv ( not on most of the time)

Computer in the theater (yep, it's an actual theater!)

Mac Book Pro

Server

Core 2 Duo Lenovo Laptop

i7 samsung laptop

i5 laptop

Core 2 duo HP lapop

Another HP laptop

Quickbooks Laptop

All in one system on the kitchen table

iMac i7 27 inch ..(parents have it at their house)

Intel Nuc behind my TV, runs my VNC viewer down to my server so I can see my security cam above my tv

Pipo X9 dual boots 10 and Android.

1 Acer w500 Tablet (that has windows 8 on that) .. it's my toilet tablet.

 

------------------------

 

All that being said the computers that always get used.

 

Nuc behind my TV

Couch Computer

Server

and 4 monitor Desktop.

Toilet Tablet

4 hours ago, warwagon said:

A person recently pointed out a word Paul Thurrott used to describe everyone who is loves to run and install the latest and greatest version windows on their machine or on their test machine. They love to install the new build of Windows 10 Anniversary addition (or a new version of Windows) he calls them “Windows Enthusiasts”.

 

Windows Enthusiasts are a good portion of users on this site. So who isn’t a Windows Enthusiast? Everyone else.

 

It’s an important distinction to make. When people say, “People should cash in on the Windows 10 upgrade… It’s Free!!!!!!  it’s much better than windows 7 INSTALL IT!!!!!!!!!! IT'S AWESOME!!!!!!!”.

 

They say this because for them they love to install latest and greatest and want to see everyone do the same. (Sure some people have to install it  because they need to program for or test against it while developing applications)

 

I Personally I have windows 10 running on All but 2 of my 9 machines.

 

Then again, I’m an Enthusiasts, who, because I do computer repair have to be running the latest and greatest so I can help people with their machines.

 

But my mom, my Dad, my sister, my friends and every non Enthusiast I know, really doesn’t care. Now this isn’t to say all of them aren’t going to install windows 10 on purpose or by accident and not love it. Some might some won't.

 

But they might also like what they have and take stability and “it just works” over the latest and greatest.

 

So just remember while you love to dive into the latest and greatest you are the minority.

 

FTFY.

 

Yup, hence why the coined term "average joe" is the best description IMO. the majority of phone/computer/etc are non tech-savy users PERIOD.

7 hours ago, DevTech said:

The latest .NET Framework is included with Windows 10 and auto updates with Windows Update. Same with C++ redist.

 

It should be this simple:

 

http://getdotnet.azurewebsites.net/

 

Sometimes it becomes this:

 

http://getdotnet.azurewebsites.net/target-dotnet-platforms.html

 

 

It is not Microsoft's fault if developers of software make dependencies on specific versions of either package, but it can easily happen when the pressures of actually shipping software forces a "temporary" version specific code. And then software hits EOL and it's cheaper to include an old redist than update the code. Etc.

 

Your frustration is actually a "Good Thing (TM)" since it is a testament to the richness and diversity and longevity of the Windows Ecosystem. It is mind blowing amazing that all this stuff runs so well on so many computers for so long a time in a fast changing tech world.

 

For .NET, installing 3.5 and 4.6.x covers 99%

 

For C++ redist, the developer is suposed to include it, but the latest security update of the redist for 2008, 2010, 2013 and 2015 covers most of the scenarios.

 

If you actually run into this issue a lot, then you are installing a vast array of software and getting full advantage of the WIndows Ecosystem!

 

(I think people on MDL have some nice bundle packages of all the redist installs if you want to pre-pollute a fresh Windows install with years of accumulated crustyness/garbage on the first day.)

 

For the future, the Windows 10 UWP App deployment has an option to include all the dependencies in the App package much like a "portable" install would work but it remains to be seen if developers will see an advantage to bloating up their code like that.

 

 

 

but why cant 4.6 include  everything in 3.5 ? Thats what my average Joe mind doesnt understand. To me, it would be like having opera 11, 10, 9,8  Just to run opera 12

1 hour ago, Draconian Guppy said:

but why cant 4.6 include  everything in 3.5 ? Thats what my average Joe mind doesnt understand. To me, it would be like having opera 11, 10, 9,8  Just to run opera 12

4.6 is the only version you should need and it is included with Windows 10.

 

If some application refuses to run with 4.x then it might have a hard coded version embedded in it for no reason at all or they were too cheap to update some third party control embedded in the code. In cases like this, installing 3.5 often makes the problem go away but it is not Microsoft's fault. In some cases even earlier versions of .NET need to be installed for old enterprise apps where lazy developers in large companies have mastered the art of filling out the right form to explain why absolutely nothing can ever get updated.

  • Like 1
1 hour ago, DevTech said:

4.6 is the only version you should need and it is included with Windows 10.

 

If some application refuses to run with 4.x then it might have a hard coded version embedded in it for no reason at all or they were too cheap to update some third party control embedded in the code. In cases like this, installing 3.5 often makes the problem go away but it is not Microsoft's fault. In some cases even earlier versions of .NET need to be installed for old enterprise apps where lazy developers in large companies have mastered the art of filling out the right form to explain why absolutely nothing can ever get updated.

Mm, no.  I have a client's software I maintain that uses 3.5. Any version of SQL Server prior to 2016 requires 3.5 too. 

Edited by adrynalyne
On 6/4/2016 at 3:17 AM, adrynalyne said:

Mm, no.  I have a client's software I maintain that uses 3.5. Any version of SQL Server prior to 2016 requires 3.5 too. 

I think that's my point that most older software is covered by 3.5 and that by definition whoever made that software has not bothered to update it.

 

SQL Server is a bit of an odd case since it embeds a copy of the .NET runtime inside of SQL Server so you can use C# for your Stored Procedures instead of SQL on the idea that a modern programming language would be more maintainable (and expressive) but I don't think there was a lot of uptake on that idea.

 

On 04/06/2016 at 5:12 AM, Draconian Guppy said:

Somewhat unrelated. I HATE WITH ALL MY GUTS having to install 10 .net frameworks and 10 c++ redestributable 11.111.111  then 11.111.111.0.1, How hard is it for then to have an incluse package ? 

Mind you I know nothing about frameworks and C++ so be kind :p

100% agree. Would much rather have a all inclusive .Net Framework and C++ Distrubutable files, even have them built into Windows itself since we cant use it really without ether. 

  • Like 1
On 6/3/2016 at 5:17 PM, Gary7 said:

Why do you need 9 machines?? I like Windows 10 and have used every release of Windows along with Linux for a tad but 9 Machines,,:wacko:

Yes, it's very easy to accumulate machine as I have over the course of years. Currently have 4 desktops and 4 laptops. The desktops are starting to get along in years, but still run Windows 7 Ultimate just fine. Laptops are a little newer but still have Windows 7 Ultimate also. Actually, those are slightly misleading statements as I have 2 desktops with Windows and 2 with Linux and on the laptops I only have 1 running Windows.

 

As far as being an enthusiast, I would say I used to be but with MS's latest 2 OS's (3 if you want to split Windows 8/8.1) none of which I can stand, I gave up on Windows.  Also, as far as being an enthusiast, I'm wondering if that's just a slightly more polite way of saying a fanboy?

 

 

3 hours ago, Anarkii said:

100% agree. Would much rather have a all inclusive .Net Framework and C++ Distrubutable files, even have them built into Windows itself since we cant use it really without ether. 

just like DirectX...

On ‎6‎/‎3‎/‎2016 at 5:08 PM, jjkusaf said:

So...here is a question ... and forgive me if it sounds ignorant.  I'm not a programmer, though I've been working on an Android app for (well it seems) forever.  Aside from this little Android app and some old school HTML...the most I've done is: 
10 Print "Hello"

20 End

 

Anyway, so you pointed out that UWP Apps will include "all" dependencies in the package.  Now, would I be wrong in saying that this could cause increase in program sizes and potentially security concerns?  

 

For example...two separate UWP apps require some .NET 4.6 dependency.  The user has .NET 4.6 installed the "traditional" way.  Now, with the UWP App ... are you saying that in addition to the traditional .NET 4.6 install ... that the UWP will include their own .NET 4.6 dependencies ... instead of utilizing the ones already on the machine...thus increasing some "bloat"?  Couldn't this potentially cause security issues as well?  Say that a severe exploit was discovered in 4.6, Microsoft patches it ... but wouldn't it be up to the individual developer to ensure their UWP Apps gets patched with their own .NET 4.6 dependencies?  So instead of Microsoft patching the exploit rendering your w32 programs "good to go" ... you also have to wait for the developers to release the patch for their Apps ... until then they are vulnerable to whatever .NET exploit was uncovered and already patched by MS?  I understand that UWP is sandboxed ... but just pretend the exploit causes some kind of personal data leakage and not system compromise.  

 

Just curious and sorry if it doesn't make sense.  Just trying to get a better idea of how these included dependencies work from a security + size standpoint.

 

 

Regarding the topic.  I vote@vcfanas the Windows Enthusiast for May 2016.  Got Windows '95 running on an XBox. :)

 

 

they dont use the desktop .net framework, instead they are compiled to native code, and depend on a small .net native runtime library(ex:contains the garbage collector) in the ProgramFiles\WindowsApps folder. there is only one copy of each version of this native runtime library, and your app manifest declares which version it needs. the windows store takes care of installing missing dependencies and versions, and if youre sharing an app outside the store, you can include this library appx in your package so it will also install it to the system with your app.

 

and thanks for the vote bud, heh

Had a customer bring me a computer today. She told me that she's always been hitting the X to close windows 10 asking to upgrade. Well finally Windows 10 did the automatic upgrade for her, then she went to roll it back to windows 7 and the process was borked. I looked the hard drive and everything is gone all of her data. (no windows.old folder nothing... only one profile folder called default and that was empty)

 

So now i'm currently in the process of trying to undelete all of her photos of which she of course has no backups of. She's not exactly loving Microsoft right about now.

 

There are then those who do it to themselves.

 

I was reading some guy trash talking windows 10 auto installing itself. He walked in the room and windows 10 was installing .... what did he do? Yanked the power cord out of the wall :laugh: Then he talked about how he had to reinstall windows 7.

 

He asked "Imagine what would have happened if I hadn't walked in the room when I did"

 

my responce ...."you wouldn't have yanked the power cord out of the wall during installation and could have rolled back to what you had before without having to reinstall ":D

  • 2 weeks later...
On 03/06/2016 at 9:20 PM, DevTech said:

The latest .NET Framework is included with Windows 10 and auto updates with Windows Update. Same with C++ redist.

 

It should be this simple:

 

http://getdotnet.azurewebsites.net/

 

Sometimes it becomes this:

 

http://getdotnet.azurewebsites.net/target-dotnet-platforms.html

 

 

It is not Microsoft's fault if developers of software make dependencies on specific versions of either package, but it can easily happen when the pressures of actually shipping software forces a "temporary" version specific code. And then software hits EOL and it's cheaper to include an old redist than update the code. Etc.

 

Your frustration is actually a "Good Thing (TM)" since it is a testament to the richness and diversity and longevity of the Windows Ecosystem. It is mind blowing amazing that all this stuff runs so well on so many computers for so long a time in a fast changing tech world.

 

For .NET, installing 3.5 and 4.6.x covers 99%

 

For C++ redist, the developer is suposed to include it, but the latest security update of the redist for 2008, 2010, 2013 and 2015 covers most of the scenarios.

 

If you actually run into this issue a lot, then you are installing a vast array of software and getting full advantage of the WIndows Ecosystem!

 

(I think people on MDL have some nice bundle packages of all the redist installs if you want to pre-pollute a fresh Windows install with years of accumulated crustyness/garbage on the first day.)

 

For the future, the Windows 10 UWP App deployment has an option to include all the dependencies in the App package much like a "portable" install would work but it remains to be seen if developers will see an advantage to bloating up their code like that.

 

 

 

cplusplus.png

 

All of this is just from steam on my gaming pc...

 

Notice no Windows 10: I'm not jumping ship until I actually have to, it works fine for me with Never10 installed.

On 6/17/2016 at 6:12 AM, Richard C. said:

cplusplus.png

 

All of this is just from steam on my gaming pc...

 

Notice no Windows 10: I'm not jumping ship until I actually have to, it works fine for me with Never10 installed.

I hope that everyone sees this as a "Good Thing" which just illustrates the popularity, longevity and diversity of the Windows ecosystem.

 

On 6/21/2016 at 4:06 PM, DevTech said:

I hope that everyone sees this as a "Good Thing" which just illustrates the popularity, longevity and diversity of the Windows ecosystem.

 

And another one...

 

https://www.microsoft.com/en-us/download/details.aspx?id=48234

 

Introducing the Universal CRT:

https://blogs.msdn.microsoft.com/vcblog/2015/03/03/introducing-the-universal-crt/

 

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

    • No registered users viewing this page.
  • Posts

    • UniGetUI 2026.2.2 by Razvan Serea UniGetUI is an application whose main goal is to create an intuitive GUI for the most common CLI package managers for Windows 10 and Windows 11, such as Winget, Scoop and Chocolatey. With UniGetUI, you'll be able to download, install, update and uninstall any software that's published on the supported package managers — and so much more. UniGetUI features Install, update and remove software from your system easily at one click: UniGetUI combines the packages from the most used package managers for windows: WinGet, Chocolatey, Scoop, Pip, Npm and .NET Tool. Discover new packages and filter them to easily find the package you want. View detailed metadata about any package before installing it. Get the direct download URL or the name of the publisher, as well as the size of the download. Easily bulk-install, update or uninstall multiple packages at once selecting multiple packages before performing an operation Automatically update packages, or be notified when updates become available. Skip versions or completely ignore updates in a per-package basis. Manage your available updates at the touch of a button from the Widgets pane or from Dev Home pane with UniGetUI Widgets. The system tray icon will also show the available updates and installed package, to efficiently update a program or remove a package from your system. Easily customize how and where packages are installed. Select different installation options and switches for each package. Install an older version or force to install a 32bit architecture. [But don't worry, those options will be saved for future updates for this package] Share packages with your friends to show them off that program you found. Here is an example: Hey @friend, Check out this program! Export custom lists of packages to then import them to another machine and install those packages with previously-specified, custom installation parameters. Setting up machines or configuring a specific software setup has never been easier. Backup your packages to a local file to easily recover your setup in a matter of seconds when migrating to a new machine Devolutions UniGetUI 2026.2.2 changelog: This release marks the completion of UniGetUI's migration from WinUI to Avalonia. With the remaining WinUI components and dependencies now removed, UniGetUI is fully powered by Avalonia. This update also brings Windows 11 Snap Layouts support, refined styling throughout the application, improved log viewing, new illustrations, and significantly smaller release packages. Highlights Further refined the Avalonia user interface to better match WinUI styling and behavior across package lists, navigation elements, dialogs, and controls. Added support for Windows 11 Snap Layouts when hovering the maximize button, matching the behavior of native Windows applications. Added illustrations for empty and loading package list states, improving visual feedback throughout the application. Improved the operation log window so automatic scrolling no longer interrupts users when reviewing previous log entries. Reduced installer and application package sizes, resulting in smaller downloads and a significantly leaner Windows distribution. User Interface Improvements Improved package list styling, column headers, backgrounds, hover states, and selection indicators for a more polished and consistent experience. Refined sidebar navigation and segmented controls to better align with modern Windows design patterns. Improved package tag badges and icon presentation throughout the application. Updated several labels, placeholders, and interface elements for improved clarity and consistency. Removed the remaining WinUI-specific styling dependencies, further consolidating the application around Avalonia. Windows Improvements Added native Windows 11 Snap Layouts integration for the maximize button. Improved maximize button hover and pressed visual states to more closely match native Windows behavior. Performance & Reliability Reduced the size of Windows release packages by removing unnecessary runtime dependencies and optimizing published builds. Reduced installer size through improved compression settings. Simplified application dependencies and reduced overall maintenance complexity. Fixes Fixed log output auto-scrolling behavior when manually reviewing previous entries. Resolved various UI inconsistencies and styling issues across the Avalonia interface. Addressed several minor issues and edge cases throughout the application. Other Changes Dependency cleanup and project maintenance. Internal code refactoring and infrastructure improvements. Additional test coverage and build pipeline optimizations. Download: UniGetUI 64-bit | Portable | ~90.0 MB (Open Source) Download: UniGetUI ARM64 | Portable Links: UniGetUI Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The best controller for XBOX and PC is down to the lowest price by Taras Buria Image via Neowin The GameSir G7 Pro is a fantastic controller for XBOX and PC. Officially certified, it works with Microsoft's consoles, mobile devices, and PCs, giving you a universal controller for any kind of gaming machine. And right now, you can save 20% on it, thanks to the latest deal during Prime Day 2026 (purchase link below). The G7 Pro has the classic XBOX layout, complemented by a couple of extra elements, such as the M button for changing various settings and four additional remappable buttons. It also has trigger locks and TMR sticks that eliminate drifting issues, giving you a reliable, long-lasting gamepad. The controller is powered by a built-in battery, which charges via a USB Type-C cable or the bundled dock station. The G7 Pro supports wireless (XBOX Wireless, proprietary dongle, or Bluetooth) and wired connectivity. In addition to software customization (you can remap multiple buttons to different actions), it lets you personalize the look by swapping the faceplate or grips, enabling multiple design combinations. Other features include a 1,000Hz polling rate, an audio jack for your headphones, Hall Effect triggers, and a swappable D-pad (two extra are included). The controller is also available in four color variants, and all of them are now discounted. Thanks to quality materials, reliable components, rich customization, universal compatibility, and an affordable price tag, the G7 Pro received very high praise in our review. It is certainly among the best controllers you can buy. GameSir G7 Pro - $63.99 | 20% off with Prime Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • Microsoft further improving Windows 11 Taskbar with latest builds by Sayan Sen Microsoft has released new Windows 11 builds for users flighting the Experimental channels. The new builds are 26300.8758 for Windows 11 26H2, 28120.2374 for 26H1, and 29617.1000 for future platforms. There are improvements related to the Taskbar, File Explorer and more with the new update. The full changelogs are given below: First we have the build 26300.8758: Changes and improvements gradually being rolled out [Taskbar] Taskbar customization just got easier. As we continue to make improvements to the Taskbar experience mentioned last month, we've introduced a dedicated Taskbar Size setting, making it simpler to find, understand, and personalize your ideal taskbar experience. UI showing the new Taskbar Size setting in Settings. We've also made refinements to the transitions between taskbar sizes for a smoother overall experience. [File Explorer] We've improved the reliability of thumbnail previews for cloud files in the Details pane. The pane has also been reorganized so file properties are easier to find and review at a glance. Fixed an issue where the OneDrive shortcut in File Explorer stops working when File Explorer is run in administrative mode. Fixed an issue where the confirmation dialog might display an internal Recycle Bin file name instead of the original file name when permanently deleting a file. [Sounds] Improved system sounds when using Windows in dark mode. Up next we have build 28120.2374: Changes and improvements gradually being rolled out This update includes a small set of general improvements and fixes [Mobile Device Settings] You can add and manage your mobile devices in Settings under Bluetooth & Devices > Mobile Devices. On this page, you can manage features such as using your device as a connected camera or accessing your device's files in File Explorer. [Remote Recovery Management] Added a recovery remote management plug-in to extend WinRE management capabilities for MDM providers. [Input] The emoji panel (Windows key + period (.)) now uses GIPHY as the GIF provider, delivering a smoother GIF browsing and sharing experience following the deprecation of the Tenor API. Finally we have the changelog for Windows 11 build 29617.1000: Changes and improvements gradually being rolled out [Windows Update] As announced in the Windows Update announce blog, we are now bringing a new unified update experience to reduce the number of reboots you see per month. We are starting by coordinating driver, .NET, and firmware updates to align with the monthly quality update, reducing the update experience to a single monthly restart. See the blog for more information. [Windows Magnifier] Magnifier now gives you more control over how you zoom. You can type an exact zoom percentage directly in the magnifier toolbar to land on precisely the level you need. We've also added preset step increments (5%, 10%, 25%, 50%, 100%, 150%, 200%, and 400%) to the Settings dropdown, so you can jump to common levels in a single click. Whether you need a subtle boost or a dramatic close-up, Magnifier adapts to how you want to zoom. Enter an exact percentage or jump to preset steps —5% up to 400%. Feedback: Share your thoughts in Feedback Hub (WIN + F) under Accessibility > Magnifier. [Accessibility] We're introducing screen tint, a new accessibility setting that applies a color overlay across your entire display, softening its intensity so it's easier on your eyes throughout the day. If bright, saturated screens leave you with tired or sensitive eyes by the end of a long session, screen tint can help. Screenshot showing UI for screen tint in Accessibility, with color presets and a strength slider. To get started, open Settings > Accessibility (or press WIN + U) and look for screen tint under the Vision section. From there, you can: Pick from six preset colors or choose a custom color of your own. Adjust the tint strength slider from a subtle wash to full intensity. Night light warms your display to reduce blue light that can interfere with sleep. Screen tint reduces overall screen intensity to ease eye fatigue and light sensitivity during the day. They tackle different problems and you can use both at the same time, one working on warmth and the other on intensity. Note that turning on screen tint will disable color filters, and vice versa. If you currently rely on color filters, you might need to keep screen tint turned off. Feedback: Share your thoughts in Feedback Hub (WIN + F) under Accessibility > Narrator. [Voice Access] Voice Access now supports Portuguese (Portugal), Portuguese (Brazil), and Korean (South Korea). [Audio] Continuing our work on improving Sound Settings, we've made a few more updates in this build: We've adjusted the description text for the Allow option in properties for audio devices to include the current state of the device, to improve the clarity of the text and the purpose of the button actions. "Listen to this device" is now available in properties for audio devices, so you don't need to enter Control Panel for this functionality. [Multiple Desktops] Improved explorer reliability when switching between multiple desktops. [Storage] We've updated the dialog when creating a Dev Drive to now support specifying the size in GB instead of only MB. This has also been added when changing the size of volumes under Settings > System > Storage. [Personalization] This update improves color selection accuracy when adjusting your accent color to match your wallpaper when automatic accent color selection is enabled in Personalization settings. This update improves wallpaper persistence reliability across restarts and upgrades, including better support for large-resolution wallpapers and other scenarios to prevent solid color wallpaper fallback. [Display and Graphics] Improves the reliability and persistence of applying color profiles. You can view the official blog posts here (link1, link2, link3) on Microsoft's site.
    • Windows 11 is getting redesigned taskbar settings in new build by Taras Buria Microsoft is rolling out new Windows 11 preview builds in the Insider program, offering users new features and changes to try ahead of public release. In the Experimental channel (formerly Dev), Microsoft is shipping build 26300.8758, while in the Beta channel, users can download build 26220.8754. The changelogs do not contain much, but there is an important update to taskbar settings. Here is what is new in build 26220.8754: [Taskbar] Taskbar customization just got easier. As we continue to make improvements to the Taskbar experience mentioned last month, we've introduced a dedicated Taskbar Size setting, making it simpler to find, understand, and personalize your ideal taskbar experience. We've also made refinements to the transitions between taskbar sizes for a smoother overall experience. [File Explorer] We've improved the reliability of thumbnail previews for cloud files in the Details pane. The pane has also been reorganized so file properties are easier to find and review at a glance. Fixed an issue where the OneDrive shortcut in File Explorer stops working when File Explorer is run in administrative mode. Fixed an issue where the confirmation dialog might display an internal Recycle Bin file name instead of the original file name when permanently deleting a file. [Sounds] Improved system sounds when using Windows in dark mode. And here is what is new in build 26220.8754: [Smart card removal policy] Administrators can now configure Azure Virtual Desktop (AVD) and Windows 365 sessions that use Microsoft Entra ID (RDS AAD Auth) authentication to automatically disconnect when a redirected smart card is removed. This extends smart card removal policy enforcement to Microsoft Entra authenticated remote sessions, helping organizations meet security and compliance requirements. [File Explorer] Fixed an issue where the OneDrive shortcut in File Explorer stops working when File Explorer is run in administrator mode. [Taskbar] Improved reliability of loading the system tray area of the taskbar. [Sounds] Improved system sounds when using Windows in dark mode. You can find release notes for build 26300.8758 here and for build 26220.8754 here.
  • Popular Contributors

    1. 1
      +primortal
      441
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      156
    4. 4
      FloatingFatMan
      71
    5. 5
      Steven P.
      67
  • Tell a friend

    Love Neowin? Tell a friend!