Windows Windows 11 News

Windows 11 KB5120998: Unlock the September 2026 Update’s Hidden Features Early

Install the update, run a few ViVeTool commands, and switch on the movable Taskbar, resizable Start menu, and Search changes before Microsoft flips them on for you.

Install the update, run a few ViVeTool commands, and switch on the movable Taskbar, resizable Start menu, and Search changes before Microsoft flips them on for you.

The Windows 11 September 2026 Update (KB5120998) ships several visible changes, but many of them stay dark on your PC because Microsoft turns them on in waves rather than all at once. Two machines on the exact same build can look completely different for weeks. If you would rather not wait, you can force the new options on yourself once the update is installed.

Quick answer: Install KB5120998 (builds 26200.9267 for 25H2 or 26100.9267 for 24H2), then run vivetool /enable /id:61161244 in an elevated Command Prompt and restart. That single ID switches on most of the new features; add the extra IDs below for the Taskbar and Start menu settings.


What you need before running any commands

ViVeTool only works after the correct build is already on the device. KB5120998 reaches versions 24H2 and 25H2, with the broad rollout starting September 8, 2026. Before that date, the update lives in the Release Preview channel of the Windows Insider Program. After the general release, it appears as a normal optional update in Windows Update settings.

VersionBuild with KB5120998
Windows 11 25H226200.9267
Windows 11 24H226100.9267

Note: These feature IDs change often. Once Microsoft bakes a feature permanently into Windows, its ID stops doing anything. A command that returns success does not always mean the feature appears, because some changes are also tied to specific hardware, accounts, or regions.


Install KB5120998 first

Before general availability (Release Preview)

Open Settings, go to Windows Update, then open the Windows Insider Program page and click Get started.
Link your Microsoft account, accept the terms, then open Advanced options, turn on Show Release Preview, and select Release Preview under “Select your experience.”
Restart the PC. After it boots, return to Windows Update, turn on Get the latest updates as soon as they’re available, and click Check for updates.
Install the update, restart when prompted, then open the Microsoft Store, go to Downloads, and check for updates so app and system components match the new build.

After general availability

Open Settings and go to Windows Update.
Turn on Get the latest updates as soon as they’re available, click Check for updates, and choose Download and install when KB5120998 appears as an optional update.
Restart, then open the Microsoft Store and check Downloads for component updates. The optional preview usually lands at the end of the month, ahead of the next Patch Tuesday.

Enable the September 2026 features with ViVeTool

ViVeTool is a small command-line utility that flips Windows feature flags on or off. Grab the latest release, extract it, then point Command Prompt at that folder.

Download the ViVeTool-vx.x.x.zip file from the project’s release page.
Double-click the ZIP, click Extract all, then Extract, and copy the path to the extracted folder.
Open Start, search for Command Prompt, right-click the top result, and choose Run as administrator.
Move into the ViVeTool folder by typing the command below (replace the path with your own) and pressing Enter.
cd c:\folder\path\ViVeTool-v0.x.x
Turn on the bulk of the new features with the master ID, then press Enter.
vivetool /enable /id:61161244
Add the Taskbar position setting and the smaller Taskbar option, running each line on its own.
vivetool /enable /id:59213768
vivetool /enable /id:61090762
Restart the computer so the flags load. When it comes back up, the changes for KB5120998 should be active.

The following IDs are optional. They worked on earlier builds, and depending on what is already live on your setup, they may or may not add anything. Run only the ones you want.

What it enablesFeature ID(s)
Most new features (master flag)61161244
Taskbar position setting59213768
Smaller Taskbar setting61090762
Start menu customization settings61754985, 61225604, 61596616, 61596617, 61596618, 61596619
Snipper process indicator59728252

For the Start menu customization settings, run them together on one line:

vivetool /enable /id:61754985,61225604,61596616,61596617,61596618,61596619

Administrator Protection uses a longer combined ID string. It is disabled by default and normally managed through Microsoft Intune (OMA-URI) or Group Policy, so this flag may not surface the toggle on every device:

vivetool /enable /id:51406324,60288851,48433719,58989092,58989177,61160789,61161244,61161268,61161283,6116130461754985,61225604,61596616,61596617,61596618,61596619

How to confirm the features are on

After the restart, the settings appear in their normal places rather than showing a generic confirmation. Check these paths to verify each change landed.

FeatureWhere it appears
Taskbar position (bottom, top, left, right)Settings > Personalization > Taskbar > Taskbar behaviors > Taskbar position
Smaller TaskbarSettings > Personalization > Taskbar > Taskbar behaviors > Taskbar size
Start menu size (Small, Large, Automatic)Settings > Personalization > Start > Start menu size
Hide name and profile pictureSettings > Personalization > Start
Web and Store suggestions in SearchSettings > Privacy & security > Search
Suggested apps in ShareSettings > System > Share

If a toggle still does not show up after a restart, the feature is most likely held back for your region, hardware, or account type. That is expected behavior with the controlled rollout, and no command can override those limits.


How to undo the changes

To reverse a specific flag, repeat the process but swap /enable for /disable using the same ID. For example, to turn the master flag back off:

vivetool /disable /id:61161244

Disable each additional ID you enabled the same way. To wipe every customization at once and return to the default state, run:

vivetool /fullreset

What KB5120998 actually changes

The headline additions center on customization. The Taskbar can finally sit on any edge of the screen, with tooltips, flyouts, animations, and most settings, including never combining icons, working in all four positions. The search box and the smaller Taskbar are limited to the top and bottom for now. Start gains Small, Large, and Automatic sizes, section toggles for Pinned, Recent, and All, and an option to hide your name and profile picture. The old “Recommended” section is renamed “Recent.”

Windows Search cleans up its home layout, labels where each result comes from, and adds a control for whether web and Microsoft Store suggestions sit alongside local results. File Explorer’s Home page loads faster and adds touch scrolling to the Recommended carousel. There are new progress spinners across startup, sign-in, restart, shutdown, and update installs, plus Windows Share app suggestions for work and school accounts and smaller fixes for Task Manager, graphics, networking, and Setup. Administrator Protection, first disclosed in October 2025, also begins rolling out, and the WMIC utility is now removed from 24H2 and 25H2.

Because these IDs are retired as Microsoft finalizes each feature, an unlock that works today can quietly stop working after a later build. If a command no longer takes effect, it usually means the change has already shipped to everyone and the flag is no longer needed.