menu options

Winsage
March 3, 2026
The Files app has been updated to version 4.0.28, featuring an improved right-click context menu, bug fixes, support for the Microsoft Store version of Dropbox, icon customization for URL and shortcut files, and an option to disable smooth scrolling. The update resolves several issues, including problems with the 'Open With' menu, tab switching, and tag searches. The development team is focused on performance improvements, particularly for thumbnail loading times. Microsoft has plans to enhance Windows 11 and address user pain points related to File Explorer.
Winsage
November 7, 2025
Windows 11 is set to introduce a "Split Context Menu" update for WinUI 3-based applications, aimed at reducing menu clutter and improving usability. This update will implement context-aware nested menus that adapt based on file types, allowing for a more streamlined right-click experience. The new API, SplitMenuFlyoutItem, will enable a single menu entry to display both primary actions and secondary options in a smaller adjacent flyout. This redesign could reduce menu length by up to 38% in some cases. Currently, the Split Context Menu is intended for WinUI applications, with no confirmation on whether it will extend to the entire Windows shell. The update is still in early development and not available for public testing.
Winsage
September 21, 2025
Windows 11 has introduced various user interface changes that may frustrate power users, requiring modifications through the Windows Registry for customization. The Registry Editor (Regedit) allows for these changes, but caution is advised as incorrect modifications can cause system issues. Users with administrative control can access the Registry, while managed machines may restrict access. 1. To restore the full right-click context menu, navigate to HKEYCURRENTUSERSoftwareClassesCLSID in Regedit, create a key named {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}, add a key called InprocServer32, and set its default value to blank. 2. To force shutdown when apps resist, go to HKEYCURRENTUSERControl PanelDesktop in Regedit, create a string value named AutoEndTasks set to 1, and create string values WaitToKillAppTimeout and HungAppTimeout set to 2000 milliseconds. 3. To hide web results from Windows Search, navigate to HKEYCURRENTUSERSoftwarePoliciesMicrosoftWindows in Regedit, create a key called Explorer, and create a DWORD (32-bit) value named DisableSearchBoxSuggestions set to 1. 4. To disable the lock screen, go to HKEYLOCALMACHINESOFTWAREPoliciesMicrosoftWindows in Regedit, create a key named Personalization, and add a DWORD (32-bit) value called NoLockScreen set to 1. 5. To bypass the Settings home screen, navigate to HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer in Regedit and create a string value named SettingsPageVisibility set to hide:home. 6. To enable verbose mode during startup or shutdown, go to HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem in Regedit and create a DWORD (32-bit) value named verbosestatus set to 1. 7. To set the menu delay to zero, navigate to HKEYCURRENTUSERControl PanelDesktop in Regedit and set the MenuShowDelay value to 0. 8. To display seconds on the system clock, go to HKEYCURRENTUSERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced in Regedit and create a DWORD (32-bit) value named ShowSecondsInSystemClock set to 1. 9. To add favorite programs to the right-click menu, navigate to HKEYCLASSESROOTDirectoryBackgroundshell in Regedit, create a new key with the program's name, and set the executable path in a string value named Icon and a subkey named Command. 10. To access the last active window with one click, go to HKEYCURRENTUSERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced in Regedit and create a DWORD (32-bit) value named LastActiveClick set to 1. 11. To speed up startup apps, navigate to HKEYCURRENTUSERSoftwareMicrosoftWindowsCurrentVersionExplorer in Regedit, create a key named Serialize, and set two DWORD (32-bit) values: StartupDelayInMSec and WaitForIdleState to 0.
AppWizard
August 10, 2025
McDonald’s reported a 2.5% increase in U.S. same-store sales in the second quarter, the highest growth rate since late 2023, driven by the Minecraft Movie Meal promotion. This promotion also contributed to a 3.8% rise in global same-store sales. In the quarter ending June 30, McDonald’s system sales increased by 6%, with revenues of .8 billion and net income rising 11% to .3 billion, or .14 per share. The Minecraft Movie promotion included a Happy Meal for children and an adult meal option featuring either a 10-piece Chicken McNuggets or a Big Mac, along with collectible items. McDonald’s has also introduced value offerings like the McValue Menu and new menu items such as McCrispy Strips to attract customers. The MyMcDonald’s Rewards loyalty program generated billion in sales over the past year, with 0 million in the last quarter. CEO Chris Kempczinski highlighted the significance of technology investments in enhancing the customer experience.
Winsage
May 20, 2025
Microsoft has reintroduced Edit, a text editor originally from the MS-DOS era, as an open-source tool available on GitHub. It weighs under 250 KB and is designed for the modern command line, featuring mouse support, Unicode compatibility, and various editing functionalities like word wrap and Find & Replace. Edit will be integrated into Windows 11, with a preview version available for Windows Insiders. The application is noted for its speed and stability, providing a practical solution for text file edits directly from the command line.
Winsage
May 19, 2025
Microsoft introduced a new command-line text editor, Edit on Windows, during its Build conference. This open-source tool allows developers to edit files directly within the command prompt by typing “edit” and is designed to enhance the developer experience. Edit on Windows is less than 250KB in size and includes features such as key bindings for menu options, support for multiple files with ctrl + P shortcut, find and replace functionality with match case and regular expression support, and word wrapping capabilities. The motivation for creating Edit was to provide a default CLI text editor for 64-bit versions of Windows, which previously lacked an integrated command-line editor. Edit on Windows will be available through the Windows Insider program in the upcoming months. Additionally, Microsoft is rebranding Windows Dev Home to Advanced Windows Settings, which will simplify customization for developers and integrate additional features into the main Windows 11 settings interface.
Search