OS X Server Performance


Recommended Posts

So I'm running a Mac Mini and I'm trying to give a great load of performance (not hardware wise).

What's best practice to make sure it can take as many loads as possible as I do send a lot of traffic.

I tried sudo nvram boot-args="8388608" as a method in the terminal, but I'm not sure if that's the right answer.

Link to comment
https://www.neowin.net/forum/topic/1131482-os-x-server-performance/
Share on other sites

There is no "magic bullet" when it comes to machine performance. If there was, everyone would use it (or someone would patent it, but we'd rather not go there). That said, there are a couple of things you could try (assuming this is a dedicated server; some of these performance optimizations are not ideal for desktops).

In a quick search, I couldn't find anything specifically targeting OS X Server optimization. (Do people actually run that on high-load, dedicated servers?) However, since OS X is based on FreeBSD, the FreeBSD Networking Performance guide might be of some use.

If you're using Nginx as your web server, this guide has some good tips on optimizing it for high load. If you're using Apache (and maybe PHP and MySQL or one of its forks), this guide details some useful optimizations.

Finally, if you're willing to switch to Linux - which I highly recommend if this is a dedicated web server - this Linux TCP/IP Tuning guide is top-notch.

I'm just guessing at what you might be running, and why. If you could provide more specifics it would be really helpful.

apparently that was a setting Apple left for those who want to run the sever better.a15k3

I wanted to use OS X as the server OS because it felt a lot easier to work with than Linux. Database, Email, DNS, and so much more, all in Terminal or GUI, better than using the Web, with managers such as Cpanel and phpMyAdmin

"I wanted to use OS X as the server OS because it felt a lot easier to work with than Linux. Database, Email, DNS, and so much more, all in Terminal or GUI, better than using the Web, with managers such as Cpanel and phpMyAdmin"

What? All the server software is CLI driven, linux has the same programs as mac because mac took them from GNU/linux.

There is no cpanel for mac but is for linux, doesn't matter if there was as cpanel is a very expensive software package you wouldn't be using anyway.

There is no reason at all to run a server on mac over linux, there's only one hosting company in the world I know of that does this and that's because they only use mac minis because they're much smaller than 1/2/4/8U servers.

No-ones really going to be able to help you make a mac mini have better performance server-wise because no-one uses them as a server or for anything more than a small home network. They have a GUI which by defaults make them perform badly.

Even with a whole heap of these old wives tales of 'performance tweaks' you're still going to have to deal with the fact that OS X is hard wired for low latency and responsiveness over throughput. The issues regarding OS X server performance have been known for years - way back in the MySQL benchmarking days where many were wondering why there was such a massive gap when compared to Linux being run on the same hardware. As a small scale server with a dozen or so users infrequently throwing data over the network the performance hit isn't great but beyond the dozen users you might wish to install something like Linux or FreeBSD on it if you really want to squeeze out maximum performance.

The same server I'm using for my sites is also my desktop because it's all I honestly have at the moment. I so much traffic for my partner to send in that, we'll have to work with what we have until I'm able to get a custom iMac.

An imac, are you... serious? You want to be a backend web developer... Firstly you choose frameworks over coding your own backends which was a bit meh, then there's questions like this and you STILL want to get a mac to act as a server...

I am gob smacked, I really am, congratulations.

An imac, are you... serious? You want to be a backend web developer... Firstly you choose frameworks over coding your own backends which was a bit meh, then there's questions like this and you STILL want to get a mac to act as a server...

I am gob smacked, I really am, congratulations.

This is how it goes, people try and do something their way instead of the correct way, usually knowledge is the limiting factor, you fail and learn from your mistakes.

Have fun learning - honestly I mean it. :)

I'm not only a developer. Honestly, do you always expect someone to want something for only one reason? I was a designer before I'm a developer and I have of photography/cinema to work on. Illing Spree is my biggest magazine project to work on and I need a lot of performance.

The framework is of use until I'm able to develop my own from scratch to where it's potential is matched. And hey, me and my partner had the fastest server host gator could possibly offer. The iMac STILL goes beyond that server. What do you recommend? Media Temple's NITRO or HELIX?

The same server I'm using for my sites is also my desktop because it's all I honestly have at the moment. I so much traffic for my partner to send in that, we'll have to work with what we have until I'm able to get a custom iMac.

In all honesty, if you're trying to run a website that you are expecting to get high traffic from your main work machine on your home internet connection, its not going to work very well. Actually, I'm a little surprised that your ISP left port 80 open. Its often blocked on home internet connections precisely to prevent you from running a website (unless you pay for a business connection, that is).

Also, you should consider learning how to setup and administer a LAMP server if you plan on becoming a proficient back-end web developer. Although doing everything through a GUI seems convenient now, it has its price. There's a reason that most server software is designed to be CLI. Once you understand how the command-line works, you should understand why most sysadmins laugh at the prospect of installing a GUI on a server. If you want to turn your Mac Mini into a dedicated server once you get your new desktop, the Debian Mac Mini Install Guide and Debian LAMP Guide will probably help.

In all honesty, if you're trying to run a website that you are expecting to get high traffic from your main work machine on your home internet connection, its not going to work very well. Actually, I'm a little surprised that your ISP left port 80 open. Its often blocked on home internet connections precisely to prevent you from running a website (unless you pay for a business connection, that is).

Also, you should consider learning how to setup and administer a LAMP server if you plan on becoming a proficient back-end web developer. Although doing everything through a GUI seems convenient now, it has its price. There's a reason that most server software is designed to be CLI. Once you understand how the command-line works, you should understand why most sysadmins laugh at the prospect of installing a GUI on a server. If you want to turn your Mac Mini into a dedicated server once you get your new desktop, the Debian Mac Mini Install Guide and Debian LAMP Guide will probably help.

In all honesty, if you're trying to run a website that you are expecting to get high traffic from your main work machine on your home internet connection, its not going to work very well. Actually, I'm a little surprised that your ISP left port 80 open. Its often blocked on home internet connections precisely to prevent you from running a website (unless you pay for a business connection, that is).

Also, you should consider learning how to setup and administer a LAMP server if you plan on becoming a proficient back-end web developer. Although doing everything through a GUI seems convenient now, it has its price. There's a reason that most server software is designed to be CLI. Once you understand how the command-line works, you should understand why most sysadmins laugh at the prospect of installing a GUI on a server. If you want to turn your Mac Mini into a dedicated server once you get your new desktop, the Debian Mac Mini Install Guide and Debian LAMP Guide will probably help.

Actually, I upgraded my service to run 101Mbps & open port 80 and 25.

I don't use MAMP or any of the packages because I like making use of all the latest stables individually, to keep track. I'll look about turning this into a dedicated, once I have a second one coming in. (I have a lot going on.)

Actually, I upgraded my service to run 101Mbps & open port 80 and 25.

Nice!

I don't use MAMP or any of the packages because I like making use of all the latest stables individually, to keep track. I'll look about turning this into a dedicated, once I have a second one coming in. (I have a lot going on.)

Once of the nice things about running a LAMP stack is that you don't have to worry about tracking the versions of any packages. So long as you keep up with repository updates, you automatically get the latest operating system and software updates for every piece of software on your system. The maintainers of each package worry about security and version updates. Also, dedicated is the way to go for your web server. You will absolutely get the best performance that way.

If you're new to the command-line, Unix for the Beginning Mage should help you get a good grasp on the basics. One of the best features of modern Linux distros is their package management systems, which you should also be very familiar with. In my (obviously biased) opinion, Debian's Advanced Package Tool is by far the best. You can find a good APT tutorial on the Debian Wiki.

Edit: The Unix for the Beginning Mage link seems to be broken at the moment, so I attached a copy of the PDF to this post.

ufbm.pdf

Nice!

Once of the nice things about running a LAMP stack is that you don't have to worry about tracking the versions of any packages. So long as you keep up with repository updates, you automatically get the latest operating system and software updates for every piece of software on your system. The maintainers of each package worry about security and version updates. Also, dedicated is the way to go for your web server. You will absolutely get the best performance that way.

If you're new to the command-line, Unix for the Beginning Mage should help you get a good grasp on the basics. One of the best features of modern Linux distros is their package management systems, which you should also be very familiar with. In my (obviously biased) opinion, Debian's Advanced Package Tool is by far the best. You can find a good APT tutorial on the Debian Wiki.

Edit: The Unix for the Beginning Mage link seems to be broken at the moment, so I attached a copy of the PDF to this post.

I got used to the Unix terminal because of first getting a taste of Debian's Apt, thanks to SSH'ing Media Temple's Dedicated Servers a while back (of course it's still all different commands, but I wasn't a shell person at first of course). I worked with homebrew to get some packages installed on this Mac, and I do with with curl and whatever's necessary to make & install.

Here's a reason why I preferred using the GUI for packages such as MySQL. I removed "root", or changed, and all passwords on every database 25 characters generated. That's why I prefer seeing things first hand because I don't do simple security either.

I got used to the Unix terminal because of first getting a taste of Debian's Apt, thanks to SSH'ing Media Temple's Dedicated Servers a while back (of course it's still all different commands, but I wasn't a shell person at first of course). I worked with homebrew to get some packages installed on this Mac, and I do with with curl and whatever's necessary to make & install.

Rather than downloading and compiling source packages directly, you should try the MacPorts package manager for OS X.

Here's a reason why I preferred using the GUI for packages such as MySQL. I removed "root", or changed, and all passwords on every database 25 characters generated. That's why I prefer seeing things first hand because I don't do simple security either.

Could you please elaborate? I don't quite understand what you're trying to say.

The same server I'm using for my sites is also my desktop because it's all I honestly have at the moment.

Just throwing this out there, have you considered virtualizing? That's assuming your system is up to the task of course. A few of my servers here are virtual instead of physical machines, and the performance is very good, almost as fast as running it bare metal or a proper install, when the servers are idle there's practically no performance hit. I have them running as a service that suspends to disk when I don't need them, so near instant startup and shutdown. Install whatever distro that does it for you, administer via SSH (or throw on a web based admin console if you want a bit more easymode) and you get the full LAMP stack (and other server goodies) without giving up your preferred desktop or dealing with problematic ports. Added benefits of a buffer between your system and the server in case of security problems, very easy to back up, zero cost, if you've a battery backup the server is covered too, etc. Most of them here are done with vSphere but a couple are plain VirtualBox on my desktop system (headless services) and I've been very pleased with the results.. wouldn't even know its there unless I looked at the task manager.

Rather than downloading and compiling source packages directly, you should try the MacPorts package manager for OS X.

Could you please elaborate? I don't quite understand what you're trying to say.

I use Sequel Pro to manage the MySQL users and tables because the majority of the passwords, user id's or even the tables are complex. The passwords are generated. Symbols, Numbers, and Letters. The Databases basically have a 4 letter acronym, and then has generated numbers and letters. Same thing for the prefix and user id's. So I basically make it all hard enough for me not to remember but I always have my own secured notes.

Just throwing this out there, have you considered virtualizing? That's assuming your system is up to the task of course. A few of my servers here are virtual instead of physical machines, and the performance is very good, almost as fast as running it bare metal or a proper install, when the servers are idle there's practically no performance hit. I have them running as a service that suspends to disk when I don't need them, so near instant startup and shutdown. Install whatever distro that does it for you, administer via SSH (or throw on a web based admin console if you want a bit more easymode) and you get the full LAMP stack (and other server goodies) without giving up your preferred desktop or dealing with problematic ports. Added benefits of a buffer between your system and the server in case of security problems, very easy to back up, zero cost, if you've a battery backup the server is covered too, etc. Most of them here are done with vSphere but a couple are plain VirtualBox on my desktop system (headless services) and I've been very pleased with the results.. wouldn't even know its there unless I looked at the task manager.

I tried asking about that in the Mac Support forums, but only got to the solution of installing MySQL correctly and got the server to work as a whole. I wanted to do that as I do have VirtualBox, and I'm wondering which is the fastest Linux for me to do this with. I just hate having to bind IP Addresses.

I tried asking about that in the Mac Support forums, but only got to the solution of installing MySQL correctly and got the server to work as a whole. I wanted to do that as I do have VirtualBox, and I'm wondering which is the fastest Linux for me to do this with. I just hate having to bind IP Addresses.

Can't comment on networking in OSX, my experience with OSX is basic at best. (Minor dabbling with a Hackintosh for compatibility testing, just not my thing.) But for me, went with a bridged network setup myself so it's got its own full network presence as it's in a server role, will obviously need to adjust your port forwarding rules in your router if that applies as you'll have a different IP for that machine.

As far as the distro goes.. ask 20 people, you'll get 25 answers. Personally, for a server setup I prefer FreeBSD, but for Linux I typically go either Ubuntu LTS or Debian Stable as it's purely as server setup, stability over all else, and they get a lot of attention as far as security patches go. Also helps that they're quite popular and has a metric crapton of documentation available. Speed probably isn't going vary much at all, as they should be a pure console (and eventually headless) setup, no X, no desktops, none of that stuff.. at the end of the day they'll all be (more or less) running the same stuff. They're easy to set up too out of the box, Ubuntu Server 12.04 LTS for example asks you during installation for a few things, including giving you the option to set up a full LAMP stack out of the box, just need to give it a root password for the SQL server and that's literally it, it's ready to go on startup. Of course you'll want to review things after for security hardening, never mind configuring the site, adding other services (Apache modules, Rails, Tomcat, yadda yadda depending on your needs.)

For typical use I just use SSH, a file manager and occasionally an STFP client, that's not including various editors and whatnot of course depending on what you're doing. Once you get the thing set up as you like, it should be a pretty simple matter of getting it to start and stop on command headless, a quick search shows a few writeups on how to do it with minimal fuss. Mine runs on boot headless, will suspend to disk when it's time to shut down again, very seamless overall.

Can't comment on networking in OSX, my experience with OSX is basic at best. (Minor dabbling with a Hackintosh for compatibility testing, just not my thing.) But for me, went with a bridged network setup myself so it's got its own full network presence as it's in a server role, will obviously need to adjust your port forwarding rules in your router if that applies as you'll have a different IP for that machine.

As far as the distro goes.. ask 20 people, you'll get 25 answers. Personally, for a server setup I prefer FreeBSD, but for Linux I typically go either Ubuntu LTS or Debian Stable as it's purely as server setup, stability over all else, and they get a lot of attention as far as security patches go. Also helps that they're quite popular and has a metric crapton of documentation available. Speed probably isn't going vary much at all, as they should be a pure console (and eventually headless) setup, no X, no desktops, none of that stuff.. at the end of the day they'll all be (more or less) running the same stuff. They're easy to set up too out of the box, Ubuntu Server 12.04 LTS for example asks you during installation for a few things, including giving you the option to set up a full LAMP stack out of the box, just need to give it a root password for the SQL server and that's literally it, it's ready to go on startup. Of course you'll want to review things after for security hardening, never mind configuring the site, adding other services (Apache modules, Rails, Tomcat, yadda yadda depending on your needs.)

For typical use I just use SSH, a file manager and occasionally an STFP client, that's not including various editors and whatnot of course depending on what you're doing. Once you get the thing set up as you like, it should be a pretty simple matter of getting it to start and stop on command headless, a quick search shows a few writeups on how to do it with minimal fuss. Mine runs on boot headless, will suspend to disk when it's time to shut down again, very seamless overall.

I'm aware on how to set it all up, I'm just wondering the best OS, BUT I do have concerns about Memory and CPU usage for the Virtual Box as a server, since this Mac Mini only has 4GB of RAM and a Dual Core i5, it's the latest Mac Mini basic.

I'm aware on how to set it all up, I'm just wondering the best OS, BUT I do have concerns about Memory and CPU usage for the Virtual Box as a server, since this Mac Mini only has 4GB of RAM and a Dual Core i5, it's the latest Mac Mini basic.

Here's just an example on resource usage, your mileage, variance and all that. This particular machine is a Win7 x64 Core2Duo 3.0Ghz, couple of years old, nothing fancy by any stretch. This one VM server I use for development is Ubuntu Server 12.04 LTS (x86), allocated it 2GB maximum memory, not that it's not that it's actually using that much. It runs Apache, MySQL, Ruby/Rails via Passenger, and Webmin because I'm lazy at times, along with OpenSSH and all that. Process Hacker is telling me it peaked at 188MB memory used, idle CPU hovers at 0.3%. Before I upgraded this machine, it only had 4GB and it didn't run Rails at the time.. it was usually under 90MB. 90MB is less memory used than what I see out of many desktop applications, and that's the whole OS. I can't say OSX will handle it the same, but for my particular OS and hardware, it's like it's not even there, even when I only had 4GB in it I didn't notice any hits unless I had it updating or something. Best bet.. give it a test drive, it's all virtual so if it sucks, just nuke it again. I'm guessing though it should run quite well on your hardware, assuming you don't bloat it up with things like X, a desktop environment, etc.

Here's just an example on resource usage, your mileage, variance and all that. This particular machine is a Win7 x64 Core2Duo 3.0Ghz, couple of years old, nothing fancy by any stretch. This one VM server I use for development is Ubuntu Server 12.04 LTS (x86), allocated it 2GB maximum memory, not that it's not that it's actually using that much. It runs Apache, MySQL, Ruby/Rails via Passenger, and Webmin because I'm lazy at times, along with OpenSSH and all that. Process Hacker is telling me it peaked at 188MB memory used, idle CPU hovers at 0.3%. Before I upgraded this machine, it only had 4GB and it didn't run Rails at the time.. it was usually under 90MB. 90MB is less memory used than what I see out of many desktop applications, and that's the whole OS. I can't say OSX will handle it the same, but for my particular OS and hardware, it's like it's not even there, even when I only had 4GB in it I didn't notice any hits unless I had it updating or something. Best bet.. give it a test drive, it's all virtual so if it sucks, just nuke it again. I'm guessing though it should run quite well on your hardware, assuming you don't bloat it up with things like X, a desktop environment, etc.

That completely made sense to me, I'm gonna give it a try and come back to you on this. I'll work with Debian since I'm most used to it's commands as far as APT goes, OR Ubuntu. I love Ubuntu. :)

I use Sequel Pro to manage the MySQL users and tables because the majority of the passwords, user id's or even the tables are complex. The passwords are generated. Symbols, Numbers, and Letters. The Databases basically have a 4 letter acronym, and then has generated numbers and letters. Same thing for the prefix and user id's. So I basically make it all hard enough for me not to remember but I always have my own secured notes.

In that case, you can fairly easily replace Sequel Pro with phpMyAdmin. It will also let you graphically manage your SQL database.

That completely made sense to me, I'm gonna give it a try and come back to you on this. I'll work with Debian since I'm most used to it's commands as far as APT goes, OR Ubuntu. I love Ubuntu. :)

Both Debian and Ubuntu are good choices for a server OS. Keep in mind that Debian 6 was released in early 2011 while Ubuntu 12.04 was released in mid 2012. Therefore some packages are at slightly older versions in the current stable version of Debian. For example, Apache is 2.2.16 in Debian 6 and 2.2.22 in Ubuntu 12.04. Considering how far along it is in release freeze, you might consider installing Debian 7 instead. It has the same or slightly newer versions of packages that are in Ubuntu 12.04, but some of them are higher quality since Canonical imported packages from Debian Testing before the release freeze. (Canonical uses most Debian packages unmodified since they don't have the manpower of their base distribution, therefore Debian almost always has the newer version.) I wouldn't normally advocate using Debian Testing as your server OS, but Debian 7 is very stable at this point because it is so close to release. The only patches being submitted at the moment are bugfixes.

In that case, you can fairly easily replace Sequel Pro with phpMyAdmin. It will also let you graphically manage your SQL database.

Both Debian and Ubuntu are good choices for a server OS. Keep in mind that Debian 6 was released in early 2011 while Ubuntu 12.04, which is based on Debian 7 in its pre-release-freeze state, was released in mid 2012. Therefore some packages are at slightly older versions in the current stable version of Debian. For example, Apache is 2.2.16 in Debian 6 and 2.2.22 in Ubuntu 12.04. Considering how far along it is in release freeze, you might consider installing Debian 7 instead. It has the same or slightly newer versions of packages that are in Ubuntu 12.04, but some of them are higher quality because Canonical imported for Ubuntu 12.04 before Debian fixed many important bugs. Canonical uses most Debian packages unmodified since they don't have the manpower of their base distribution, therefore Debian almost always has the newer version. I wouldn't normally advocate using Debian Testing as your server OS, but Debian 7 is very stable at this point considering how close it is to release. The only patches being submitted at the moment are bugfixes.

I didn't want to use phpMyAdmin or any web manager because I don't have the MySQL port open to the outside world and I hated using the browser even more for this type of management.

Alright, how about using Ubuntu Server, without the GUI, and just reinstalling apache, php, and mysql to their newest stables?

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

    • No registered users viewing this page.
  • Posts

    • So how did you solve the problem? Disabling Secure Boot isn’t a solution.
    • Another devilish issue surrounding these certificates is what can happen with old, unsuspecting PCs that nevertheless have Secure Boot enabled. In my case, it was a Dell with a 3rd-gen Core chip (so about 13 years old). As of the last few weeks, it was suddenly BSOD'g within about 5 minutes of booting. Turns out it was because of MS's "Secure-Boot-Update" scheduled task, which is scheduled to run 5 minutes after login. It's explained in gory detail here (this is not my post, but it was where I found the answer), but the short version is that this legacy system would need fairly elaborate, manual certificate intervention since MS's automatic cert update method cannot work. How to do that is linked late in the thread. https://www.bleepingcomputer.c...od-caused-by-scheduled-task Secure Boot wasn't at all important for this particular PC, so I disabled it to be done with the problem.
    • Winhance 26.06.12 by Razvan Serea Winhance is an open-source Windows enhancement utility designed to help users debloat, optimize, and customize Windows 10 and 11. It provides a user-friendly interface for removing unwanted apps, legacy components, and optional features safely, giving you more control over your system. With Winhance, you can improve performance, reduce clutter, and enhance privacy without the need for a clean install. Beyond basic debloating, Winhance offers extensive optimization tools. Users can tweak power plans, adjust gaming and performance settings, control notifications, and manage Windows Update behavior. Privacy-focused settings allow you to limit telemetry and data collection, while system customization options let you personalize the taskbar, Start menu, Explorer, and Windows themes. Winhance also supports installing or removing software efficiently, including external apps via WinGet integration, streamlining both new setups and daily maintenance. New AI privacy groups have been added for Windows AI, Microsoft Edge AI, and Microsoft Office AI, giving users clearer control over AI-related telemetry and feature usage. In addition, new settings in Gaming & Performance introduce AI taskbar pin toggles, options to remove AI apps, and controls for AI services and scheduled tasks, allowing users to better manage how AI components run in the background and appear in the system. For advanced users and IT professionals, Winhance integrates WIMUtil, a tool for creating custom Windows installation ISOs with automated configuration. You can generate autounattend.xml files, inject drivers, and apply your chosen Winhance settings automatically during installation. Most changes are non-destructive and reversible, with clear explanations in the GUI. Whether you’re optimizing a single PC or managing multiple systems, Winhance delivers a faster, cleaner, and highly personalized Windows experience. The Winhance.Installer.exe includes both Installable and Portable versions during setup. Winhance supports both Windows 10 and Windows 11 64-bit versions. It's regularly updated to ensure compatibility with the latest Windows updates and features. Winhance key features: Debloat Windows – Safely remove unwanted apps, features, and legacy components. Optimize Performance – Tune system settings for speed, responsiveness, and gaming. Privacy Enhancements – Control telemetry, data collection, and notifications. Power Management – Configure power plans and advanced energy settings. Windows Update Control – Adjust update behavior for stability and convenience. Theme Customization – Switch between light/dark mode and adjust system colors. Taskbar & Start Menu Tweaks – Modify layout, icons, and behavior. Explorer Customization – Adjust file explorer appearance and functionality. Software Management – Install/remove Windows apps and optional features. External Apps Installation – Deploy essential apps via WinGet integration. Configuration Management – Save, export, and import Winhance settings easily. Automation with WIMUtil – Create custom Windows ISOs with integrated settings. Autounattend.xml Generator – Automate Windows installations with preconfigured options. Driver Integration – Include current system drivers in custom ISOs. Non-Destructive Changes – Reversible settings with clear explanations in the GUI. Winhance 26.06.12 changelog: Features Builder Mode — build a Winhance config file or autounattend.xml without changing anything on the PC you're sitting at. Flip the new mode switcher to Builder, set everything the way you want it, and save the result as a Winhance config or an autounattend file ready for deployment on other machines. Sponsors & Supporters page — the exit donation dialog is gone. In its place, an in-app page (heart icon or the More menu) recognizes the businesses and individual supporters who keep Winhance free. It works offline and is fully localized. Change History — Winhance now keeps a receipt of everything it does. ChangeHistory.txt records every setting change (before and after values) and every app install or removal, with clear headers for config imports and bulk actions. Open it from the More menu. Hebrew language support — Winhance is now available in 29 languages. New Explorer customizations: desktop icon visibility toggles, This PC folder visibility, an icon cache size setting, and automatic thumbnail cache cleanup. New "All apps view" setting for the redesigned Windows 11 Start menu, and the Windows 11 system tray icons setting is now a dropdown with more control. App-local UI zoom — press Ctrl +/-/0 or use Ctrl+MouseWheel to scale the whole app, just like a browser. New External Apps: EA app, Ubisoft Connect, Battle.net, Rockstar Games Launcher, PowerShell, and Helium Browser. Bug Fixes Layouts no longer clip when the Windows text size slider is set above 100%. Accessibility: Narrator now announces setting names on toggles and dropdowns, previously unlabeled buttons are labeled, and progress updates are announced. Silent updates now respect your custom install location instead of reverting to the default. Cancel in Review Mode no longer clears your app selections. OneNote is now detected correctly for Win32 Click-to-Run installs. Clean Start Menu applies more reliably by also writing the group policy path. WinGet errors are no longer silent — error details now show in the terminal output. Fixed a startup crash on older Windows builds caused by a .NET runtime regression. Config import now converts power setting values correctly and no longer re-applies an already-active power plan. Improvements App icons load noticeably faster and cover almost everything now, including legacy capabilities and optional features — they come from a dedicated, checksum-validated icon repository and are fetched in parallel. Software & Apps polish: per-icon tooltips, extra table columns, an app sort dropdown, relocated search, and a cleaner compact view. A warning now appears when the Connected Devices Platform Service is set to Manual or Disabled, since some Windows features depend on it. Download: Winhance 26.06.12 | 61.5 MB (Open Source) Links: Winhance Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Windows 11 Pro and Office Home & Business 2024 is still 69% off by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 69% on Windows 11 Pro + Microsoft Office Home & Business 2024. Upgrade your computing experience with Windows 11 Pro. This cutting-edge operating system boasts a sleek new design and advanced tools to help you work faster and smarter. From creative projects to gaming and beyond, Windows 11 delivers the power and flexibility you need to achieve your goals. With a focus on productivity, the new features are easy to learn and use, enhancing your workflow and efficiency. Whether you're a student, professional, gamer, or creative, Windows 11 Home has everything you need to take your productivity to the next level. New interface. easier on the eyes & easier to use Biometrics login*.Encrypted authentication & advanced antivirus defenses DirectX 12 Ultimate. Play the latest games with graphics that rival reality. DirectX 12 Ultimate comes ready to maximize your hardware* Screen space. Snap layouts, desktops & seamless redocking Widgets. Stay up-to-date with the content you love & the new you care about Microsoft Teams. Stay in touch with friends and family with Microsoft Teams, which can be seamlessly integrated into your taskbar** Wake & lock. Automatically wake up when you approach and lock when you leave Smart App Control. Provides a layer of security by only permitting apps with good reputations to be installed Windows Studio Effects. Designed with Background Blur, Eye Contact, Voice Focus, & Automatic Framing Touchscreen. For a true mouse-less or keyboard-less experience TPM 2.0. Helps prevent unwanted tampering Windows 11 Pro also includes a number of productivity-focused features, such as the ability to snap multiple windows together and create custom layouts, improved voice typing, and a new, more powerful search experience. Personal and professional users will enjoy a modern and secure computing experience, with improved performance and productivity features to help users get more done. Only on Windows 11 Pro If you require enterprise-oriented features for your daily professional tasks, then Windows 11 Pro is a better option. Set up with a local account (only when set up for work or school) Join Active Directory/Azure AD Hyper-V Windows Sandbox Microsoft Remote Desktop BitLocker device encryption Windows Information Protection Mobile device management (MDM) Group Policy Enterprise State Roaming with Azure Assigned Access Dynamic Provisioning Windows Update for Business Kiosk mode Maximum RAM: 2TB Maximum no. of CPUs: 2 Maximum no. of CPU cores: 128 Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: desktop Max number of device(s): 1 Version: Windows 11 Pro Updates included Click here to verify Microsoft partnership Created with ChatGPT The essentials to get it all done. Microsoft Office 2024 Home is the latest version of Microsoft’s renowned productivity suite, which includes essential applications like Word, Excel, PowerPoint, and OneNote. This version is specifically designed for individuals and families seeking reliable tools for various home tasks, including document creation, spreadsheet management, presentation design, and note-taking. Office Home 2024 is for students and families who want classic Office apps on their Mac or PC. A one-time purchase installed on 1 PC or Mac for use at home or school. Lifetime license for MS Word, Excel, PowerPoint, & OneNote One-time purchase installed on 1 Windows PC for use at home or work Instant Delivery & Download – access your software license keys and download links instantly Free customer service – only the best support! Microsoft Office 2024 Home or Business for PC or Mac includes: Microsoft Office Word Microsoft Office Excel Microsoft Office PowerPoint Microsoft Office OneNote Is it legit? Click here to verify Microsoft partnership Good to Know ONE-TIME PURCHASE INSTALLED ON 1 DEVICE This licensing type will be connected with your Microsoft Account, NOT your actual device. This is a one-use code. The product you are purchasing is NOT MICROSOFT 365. Please read the product details. Redemption deadline: redeem your code within 30 days of purchase Access options: desktop Full versions No subscriptions – no monthly/annual fees Version: 2024 Updates included Here's the deal: This Microsoft Office Pro 2024 + Windows 11 Pro bundle normally costs $448.99, but this deal can be yours from just $134.97, that's a saving of $314. For full terms, specifications, and license info please click the link below. Microsoft Office Pro 2024 + Windows 11 Pro for just $134.97 (was $448.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • Of course the problem was Secure Boot's new certificates. Install media created by the official Media Creation Tool is already signed with a valid certificate from Microsoft, so maybe that certificate isn't "up-to-date" enough for machines with the new ones installed in the UEFI. There's really no other logical explanation.
  • Recent Achievements

    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!