Recommended Posts

  • 2 weeks later...
0.8.2

released on April 04, 2010

  • NEW TotalFinder main icon and relevant graphics like installer icons, status menu icons, etc. (read more)
  • NEW Redesigned the website (read more).
  • FIXED TotalFinder plays nice with TimeMachine (issue, issue, issue and issue).
  • FIXED Prevent a monster memory leak when sliding Visor window (issue). My apologies for this.
  • FIXED Fixed stuck scrollbars in icon view of dual panel (issue and issue).
  • FIXED Resolved random crash in showToolbar call.
  • FIXED Hiding sidebar works properly in dual mode.
  • FIXED Auto-connection to Echelon didn't work after machine restart (in some cases).
  • FIXED Robust shutdown path. TotalFinder state was not properly serialized into plist (when Finder's code decided not to save my in-memory changes).
  • FIXED Prevent crashes in getFinderGradientParams call.
  • IMPROVED Drag&drop between tabs respects system springing preferences and can be customized on the Finder's General preferences pane.
  • IMPROVED Better uninstaller (original Uninstall.scpt wrapped in Platypus app).
  • IMPROVED Descriptive error message when launching TotalFinder.app without SIMBL installed.
  • IMPROVED Renamed some status menu items and added "Check for Updates" item.
  • IMPROVED Pixel perfect sidebar width syncing in dual mode.

totalfinder-icon-new.png

New Icon is kind of sweet. Slight variation to the original, but much cooler than the sunglasses.

  • 4 weeks later...
0.8.3

released on April 26, 2010

  • More details in the blog post: TotalFinder now works without SIMBL
  • NEW TotalFinder has its own mechanism for Finder injection.
  • REMOVED Removed SIMBL dependency.
  • NEW Echelon.kext renamed to TotalFinder.kext. Launch daemon is not needed anymore for .DS_Store redirect feature to work.
  • NEW Added option which prevents adopting new Finder windows as tabs automatically. See TotalFinder/Tweaks preferences. (issue)
  • FIXED Fixed window jump problem (issue and issue).
  • FIXED FinderSize utility works again with TotalFinder (issue).
  • FIXED Fixed CMD+P glitch. (issue).
  • IMPROVED Warning dialog appears when running TotalFinder with untested Finder version.
  • IMPROVED Updated crash dialog UI and also updated Breakpad sources to the latest version.

No More SIMBL. Definitely a good update.

http://blog.binaryage.com/totalfinder-without-simbl/

TotalFinder loves SIMBL, but SIMBL scares people on the streets (even during the daytime)

The SIMBL is a great and well maintained software. All kudos to Mike Solomon who has been doing an awesome job on it for so many years. TotalFinder probably would not be here today without the SIMBL.

The current SIMBL has one fundamental problem related to TotalFinder. It requires people to do something. Running an installer is not much work I know. But still there is a dependency. They need to install a separate program prior to TotalFinder. They should keep it up-to-date. And they probably want to look and understand what it is. Let's be honest, the SIMBL homepage is not very welcoming to non-programmers.

There are also some technical questions. Is it really worth to replace SIMBL with my own homebrew solution?

simbl-replacement-questioning.png

Good question, Shane. Here are my reasons:

  • I want TotalFinder installation and uninstallation to be as seamless as possible. It should be ideally one-click experience. No brainer!
  • I don't want to depend on a component which may evolve. Testing compatibility and keeping up with Finder.app alone is quite enough work for me.
  • To sleep well in night I wanted to implement future compatibility check for Finder
  • I don't really need SIMBL's Agent functionality. Actually it does no good with Finder's auto-restart and it complicated my life in the past (I needed to prevent continuos crashing scenario for example)

So I decided to roll my own solution. It does not need Agent and it is Snow Leopard only so it turned to be a really easy (the plugin injector has less than 100LOC). I was able to implement future Finder version check like this:

totalfinder-future-compatibility-check.png

Ok, to wrap it up. TotalFinder.bundle is still a SIMBL plugin and you can run it with SIMBL if you want to play with Info.plist. But I'm using my own OSAX to do the Finder injection by default. Don't worry I will open-source my solution in a few days on GitHub. Of course I will be glad to get some feedback/code reviews on this.

And as a side-effect I've learned how to rule the world with my own Scripting Additions. Wait for the next release .-)

A general project refactoring and Echelon rename

Echelon scares people too. So I decided to rename it simply to TotalFinder.kext. This way when you happen to look into /System/Library/Extensions you don't scare yourself to death by simply forgetting Echelon is something related to the peaceful TotalFinder.

And by the way, if you are still scared please note that TotalFinder.kext is going to be also an open-source in a few days on GitHub. You may then compile it on your own in case you want to be 100% sure about your kernel extensions in your system. I understand the geek inside of you so I will write a separate technical article about how it works in the future :-)

This was also good excuse to refactor the whole XCode project into several smaller projects, solve dependencies, improve build scripts and clean things up. Unfortunately I cannot present any visible progress here, but I personally feel much better now. You know I hate cruft, especially in my own baby projects.

Oh, maybe I should have added that the installer's footprint is 3.4MB now, which is ~30% less than the previous 4.8MB. Yeah, faster downloads for you and cheaper S3 bills for me :-)

Want new windows always as tabs?

Folks using OSX Spaces feature were asking for better dealing with new Finder windows.

By default TotalFinder turns new popping Finder windows into tabs of the last active TotalFinder window. This caused problems in a case of having TotalFinder window on a different space. Let's say the TotalFinder window is on space1, the user is working on space2 and clicks for example on desktop to open a new folder. This would trigger switch back to space1 because newly created Finder window converts to tab and that activates TotalFinder window living on space1. I personally don't use spaces, but I understand that this is an annoying thing.

Since 0.8.3 you may go to TotalFinder/Tweaks preferences panel and check in "Don't adopt new Finder windows as tabs". This will enable you to open new Finder windows in separate TotalFinder windows. In the future I want to improve this behavior to deal also nicely with DMG files and other special types of Finder windows. This option might become default in the future releases. Any ideas? Tell me what do you think..

Good stuff is coming. Stay tuned as usual!

  • 3 weeks later...

I've installed this application, which I love by the way, but now I can't change my Finder icon using Candybar. Does anyone have a solution for this?

I know upon every boot up, Total Finder changes the image of the finder on my dock. You may want to contact the developer, or try changing the icon of TF itself.

With that said, it is update time.

0.9

released on May 17, 2010

  • NEW Toggle display of hidden files without Finder restart! (CMD+SHIFT+.)
  • NEW Visor has blue pin button in place of close button (CMD+SHIFT+P)
  • NEW Visor window can be resized by dragging main window's title bar vertically. Visor window is no longer movable.
  • NEW New Tweak option 'Always Maximize' - makes Zoom behave like in Google Chrome.
  • NEW New Tweak option 'Narrow Tabs Bar' - saves some vertical space for folks with 13" notebooks.
  • NEW CMD+Q closes all open windows. This does not terminate Finder process tough.
  • FIXED Fixed random crashes caused by pending tabs animations accessing already destroyed browser window.
  • FIXED Fixed possible crash in tabs state serialization code.
  • FIXED Prevented crash when last windows was closed and user requested to create a new tab via a keyboard shortcut.
  • FIXED Fixed `Cycle Through Windows` menu command (issue).
  • FIXED Fixed `Zoom` and `Zoom All` menu commands.
  • FIXED Zoom acts as the original Finder `Zoom` command - hold SHIFT to maximize (issue).
  • IMPROVED Seamless switching between free-form and classic visor mode. Resizing works without Visor window recreation.
  • IMPROVED Improved look of TotalFinder preference panels. Also renamed some options and added more descriptive texts.
  • IMPROVED Installer disables POSIX names in Finder's plist option during installation (issue).
  • IMPROVED LSUIElement hides TotalFinderLauncher.app from the Dock (issue).
  • IMPROVED Better logic for selecting target browser for a new tab: open it in visor if visor is visible and key window else use last active non-visor window.
  • IMPROVED Overall refactorings, dead code removal and speed improvements.
  • IMPROVED Dual panel separator line goes over toolbar and statusbar.
  • REMOVED Removed close button on Visor window.
  • REMOVED Removed continuous crash preventer code (not needed anymore).
  • REMOVED Removed TotalFinderOptionTab tweak option. Switching panels is going to be just OPT+TAB. Using plain TAB wasn't good idea.

0.9.1 released on May 17, 2010

  • More details in the blog post: TotalFinder almost gold
  • FIXED Fixed keyboard shortcuts problem. I didn't test Command and Shift key modifiers properly (issue).
  • FIXED CMD+Q does not kill the Desktop window (issue).
  • FIXED Prevent window jump during the Zoom operation.

http://blog.binaryag...er-almost-gold/

The major feature: "no major features"

I have still head full of crazy ideas about new exciting features for TotalFinder but I decided to stay calm and polish TotalFinder in its current state. Don't worry I'm also evaluating your ideas from http://getsatisfaction.com/binaryage.

The one thing is clear to me. TotalFinder must not turn into a bloat-ware. On the other side the TotalFinder is by definition a product for Mac tweakers who love to have options. I want to support separate orthogonal features which should be disabled by default and which may be enabled at will on separate preference panels. So everyone gets easy way how to use only subset of TotalFinder features.

For example not that many people is interested in .DS_Store redirection while for some it is an essential feature. By the way I renamed this feature to "Asepsis" which is kind of cool name for real system surgeons ;-)

new-preferences-panel.png

This is the new look of TotalFinder preferences. New mini tab buttons give room for new feature panels in the future :-)

Fixed several crash situations

The root of all evil was my extensive usage of performSelector:withObject:afterDelay: calls to make things smooth and sane. This was used for example when animating tabs. The problem is that target object with scheduled method call does not go away until the timer fires (performSelector calls retain on target). Cocoa system uses autorelease which does deallocation at some point in the future after the timer fired. The problem were weak references the target has to other objects. These objects may die in the meantime when the target is waiting for animation to finish.

As you can imagine this was the source of all sudden crashes when dealing with tabs. For example 100% repro case for one tabs related crash was:

  • open window with two tabs
  • with mouse click on close button of the second tab to initiate a tab closing animation
  • use CMD+Q to close the whole browser window (you may be fast and close it with mouse or pressing CMD+W to close second tab quickly after first one)
I believe I've solved all these nasty issues by reviewing all performSelector calls and fixing object dependencies.
Visor window can be pinned and resized by dragging
I've replaced Visor close button with pin button. Visor Window may be also pinned by pressing CMD+SHIFT+P keyboard shortcut. You may also drag tabs bar to resize Visor vertically. Sweet!
totalfinder-pinned-visor-window.png
I've also improved free-form mode of Visor window and implemented seamless switching between these modes.
Narrow Tabs Bar for small screens
This is just a cherry. It was easy enough so I decided to make some folks with small screens happy. You have keyboard shortcut for this too CMD+SHIFT+B.
totalfinder-narrow-tabs-bar.png
Display hidden files without restarting Finder!
This one was really hard one. As I wrote before, there is no simple way how to force Finder to display hidden files programatically. You may tweak AppleShowAllFiles key in Finder's plist, but it requires Finder restart to take effect.
So I've followed the hard path again. I've searched memory where Finder stores the bit which tells the file browser how to filter the files when rendering. As you would expect this memory offset differs for each hardware platform and Finder version. So I ended up with two table where I store known memory offsets for both i386 and x86_64 platforms.
As of 0.9.1 release. This feature works for Finder 10.6.3 and 10.6.4. The Apple is probably going to release Finder 10.6.5 soon, so I will release TotalFinder update for it shortly. If you encounter future compatibility warning you are going to lose this functionality for a while (Finder restart will work always of course).
totalfinder-future-compatibility-check.png
Note: Finder's minor version number is advanced by +1 in comparison to OS X system updates numbering.
What's next?
This is pretty much what you are going to get in 1.0 release. You should be already saving your 15 bucks as a reward for my hard work.
I plan the following features for 1.0:
  • Pixel perfection (right now tab gradients visually mismatch the Finder windows)
  • Localization support
  • Registration (a funny box for pasting a license key)
  • Small usability fixes

I'm pretty excited how TotalFinder matures. Let me know what are yours must-haves for the 1.0 release.

Looking good, although I'm not sure if I'm thrilled to be ready to pay for this software. I guess I will have to not be a cheap ass.

Narrow tabs is awesome! Also, Wannes, you now have the option of retaining the original Finder icon. I believe now, CandyBar should work by editing changing the Finder Icon and leaving that option checked. It's in the "tweaks" section.

PS. I'm not sure who rated the thread a one star, but that's pretty silly. I've put a little bit of effort into keeping this thread up to date every time there is a new release. Thanks for showing your hospitality.

Bah - let the 1 star wonders drop posts down because they don't understand the whole Mac thing.

I was a bit surprised to launch finder and see an update already, but glad it did. Shows the developer is hard at work. :)

I generally can't afford a lot outside of the budget these days, but this will probably be one program I will jump on when I have a little extra to devote towards computer schtuff I can sometimes buy.

  • 3 weeks later...

New build, although it was kind of odd that I didn't get or see the update yesterday.

0.9.3

released on June 08, 2010

0.9.2

released on June 07, 2010

  • More details in the blog post: TotalFinder with customizable shortcuts
  • NEW TotalFinder keyboard shortcuts can be overridden in Preferences. This should solve the headaches for people with AZERTY keyboards.
  • NEW Newly CMD+SHIFT+W closes current window including all tabs (like in the Google Chrome Browser the option available in the File menu) (idea).
  • FIXED Fixed installer bug when TotalFinder failed to install with unselected TotalFinder.kext (issue and issue).
  • FIXED Visor's Pin button is click-through.
  • FIXED Do not alter with Visor window level when pinned, it solved some pin button problems.
  • FIXED Installer creates /usr/local/.dscache with proper rights when TotalFinder.kext is selected. Also when this folder is missing TotalFinder gracefully works with Asepsis feature disabled.
  • FIXED Clicking right-side close button of dualized tab closes the right-side Finder panel properly (issue and issue).
  • IMPROVED TotalFinder actions are available in the Finder menu (mostly under View submenu).
  • IMPROVED Revised logic which decides if a new Finder is opened in a new tab or a new window (issue).
  • IMPROVED Improved look & feel of Preferences Panel.
  • REMOVED Removed CMD+Q keyboard shortcut for closing all windows. You should be using standard CMD+OPT+W.

http://blog.binaryage.com/totalfinder-with-customizable-shortcuts/

TotalFinder 0.9.3 is out with few more features. This release has customizable shortcuts.

Customizable Shortcuts

People with AZERTY keyboards had problem with my choice of keyboard shortcuts in 0.9.1. I decided to solve the problem once for all. You may define your own shortcuts in case the default one conflicts with your custom keyboard layout.

totalfinder-customizable-keyboard-shortcuts.png

Fixed installer and Asepsis initialization bugs

Installer usually failed for people who decided to not install TotalFinder.kext. Maybe you didn't notice, but you may click the "Customize" button during the installation.

This is also related to problems caused when /usr/local/.dscache folder wasn't present during TotalFinder start. In this case some of initialization steps were not properly executed and TotalFinder might behave unpredictably.

I've got a little productivity crisis

First, I decided to switch from TextMate to XCode for Objective-C development. This was quite a productivity backslash, but I believe it is a good time investment for future. I still do love TextMate for web development, ruby and ad-hoc text file editing, but XCode is way superior with its Objective-C integration.

Second, Google I/O talks, WWDC presentations, tech-podcasts and all the new technical stuff coming out these days. Sometimes I wish a day had 48 hours unless I feel I cannot consume this all :-)

Third, with nice weather there is much more "real life"™ activity out there. Friends are doing meetups, celebrations or just hanging out in pubs. I had to do several hard decisions if to go out or stay and code something on TotalFinder. There is still some boring work ahead like writing documentation, preparing localization support, implementing licensing subsystem and setting up a web store. I would rather spend that time working on new features, but this has to be done. At least for me to stay motivated on the project.

Don't worry. I will keep you posted.

  • 2 weeks later...

New version released today. Adds support for the 10.6.4 update.

0.9.4 [Download Link]

released on June 16, 2010

  • IMPROVED Compatibility update with Finder 10.6.5 coming in OSX v10.6.4 update.
  • FIXED Visor window accepts new tabs even if it is hidden (issue).
  • FIXED Show Hidden Files works reliably also in 32-bit Finder.
  • FIXED Fixed possible crash situation when main window controller was deallocated too early.

  • 2 weeks later...

I feel like I'm spamming but...

0.9.5

released on June 29, 2010

  • NEW Localization support (more info).
  • FIXED Switching between keyboard layouts caused OSX to slow down! (issue).
  • FIXED Toggling hidden files does also refresh the desktop (issue).
  • FIXED Fixed random bug in TotalFinder launcher (issue).
  • IMPROVED Pixel perfection! Tabs have a better colors matching the current Chrome Browser.
  • IMPROVED Removed some dead code and minor house keeping.

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!