step-by-step guide

Winsage
July 15, 2026
Updating Windows applications is important for accessing the latest features and protecting against vulnerabilities. Many users neglect this due to forgetfulness or the time-consuming nature of the process. The Microsoft Store and Windows Update usually provide updates for native Windows applications, but a unified method for updating all programs is lacking. Windows includes a command called winget (Windows Package Manager) that allows users to update all applications simultaneously via the command line. The command to update all apps is:

winget upgrade --all
This command updates both traditional installers and Microsoft Store apps. Users can also update individual apps by specifying the app ID, for example:

winget upgrade "Chrome"
To view all applications managed by winget, the command is:

winget list
To skip confirmation prompts during updates, users can use:

winget upgrade --all --accept-source-agreements --accept-package-agreements
For complete automation, users can create a task in Task Scheduler to run at startup with the following setup: 1. Open Task Scheduler and create a basic task named "Winget Auto Update." 2. Set the trigger to run when the computer starts. 3. Choose to start a program, entering PLACEHOLDER216a2cf34dab649d in Program/script and PLACEHOLDERbe861b18048fd836 in Add arguments. 4. Set the task to run with the highest privileges and add a 1-minute delay to ensure network connectivity. While winget does not cover every Windows application, it effectively manages most mainstream applications.
TrendTechie
July 12, 2026
In mid-June 2026, BATorrent released version 4.0, a lightweight BitTorrent client developed with C++, Qt 6, and libtorrent-rasterbar. The source code is available on GitHub under the MIT license, with builds for Windows, Linux, and macOS. Key features include support for magnet links, resumable downloads, sequential downloading, customizable file priorities, and an automatic RSS download feature. The client prioritizes user privacy with no telemetry or analytics, and the only outgoing request is a release check on GitHub. The user interface includes three themes, a real-time speed graph, a detailed tabbed panel, drag-and-drop support, and multilingual options. Privacy features include a PT mode for anonymous connections and a one-click Tor proxy setup. Notifications are integrated with Telegram and Discord, and key improvements in versions 4.0 and 4.1 include an interactive tour, automatic launch after updates, refined protection against automatic updates, and the ability to add torrents via URL.
Winsage
July 10, 2026
Microsoft has confirmed that WSL Containers, which allows users to create and manage Linux containers directly from Windows, is now available on Windows 10. Users must have Windows 10 version 2004 (Build 19041) or later to utilize WSL Containers. The installation process involves checking the Windows build, installing WSL, updating to the container build, confirming the version, and running a test command. WSL Containers support GPU passthrough, enabling CUDA capabilities directly from Windows 10. A text-based UI dashboard for managing WSL Containers, named lazywslc, has also been introduced.
AppWizard
June 10, 2026
Destiny 2's final update for the Monuments of Triumph introduces new challenges, including one called GOOOAAAALLL!!!, where players must kick a ball into a hidden net. To complete this challenge, players should go to the Tower Hangar, find a soccer ball in front of Saint-14, and guide it to the hidden net located in the old Future War Cult faction room. The steps to score include pushing the ball towards the red staircase, ascending the first set of red stairs, proceeding up the white stairs into the Future War Cult room, and finally pushing the ball through the green light barrier at the entrance. Completing the challenge rewards players with ten Legendary Marks, which can be used at the Monument of Guardian Tenets for various in-game items.
Winsage
June 10, 2026
Microsoft is introducing new controls for Windows 11 that will allow users to disable web search and remove Microsoft Store suggestions from their search results. The update, demonstrated on June 2, 2026, will include two toggles in the Windows 11 Settings app under Privacy and Security → Search Permissions. The first toggle will turn off Bing-powered web results in the taskbar search and Start menu, while the second will control the appearance of Microsoft Store app suggestions. This change replaces the previous method of disabling web search, which required complex registry edits. The new settings aim to enhance user experience by prioritizing local search results and addressing privacy concerns, as user queries will no longer be transmitted to Microsoft’s servers. The toggles are expected to roll out through the Windows Insider program before becoming available to all users.
Winsage
June 5, 2026
Valve’s Steam Machine is set for release in early 2026 and will run on Valve’s Linux-based Steam OS. Gamers can build a custom Windows-based gaming PC inspired by the Steam Machine using components like an AMD Ryzen CPU, Asus RX960 XT Radeon GPU, and 16GB+ RAM. Installing Windows allows for broader game compatibility, while Steam’s Big Picture Mode offers a console-like interface. The custom build process involves selecting appropriate hardware, assembling it, and optimizing performance for modern games. Building a custom Steam Machine provides insights into hardware assembly and system optimization, resulting in a portable, high-performance gaming solution.
Winsage
May 29, 2026
The Nintendo 64 can run Windows CE, a lightweight operating system that requires minimal resources. The IVM Workpad Z50, which has a CPU similar to the N64, can also support Windows CE. This operating system requires just 1MB of RAM, matching the N64's specifications. Throaty Mumbo has documented the process of running Windows CE on the N64 on his YouTube channel and provided instructions on GitHub for implementation.
AppWizard
May 26, 2026
To tame the Baby Wyvern pet in Crimson Desert, players must first acquire the Focused Force Palm ability, which can be obtained in Chapter 9 if missed in Chapter 4. The process begins by locating Wyvern's Cradle in the southwestern region of Deleysia, clearing out Wyvernflame enemies, and ensuring to speak to Shai if involved in the Children of the Woods quest. Players should then ascend stairs in the crater at Wyvern's Cradle, clear a mineral blockage with the Focused Force Palm, retrieve the wyvern egg from the cave, and place it in the central nest made of twigs. After placing the egg, it will shake and glow, and players must interact with it to hatch the Baby Wyvern, which will register as a companion. The Baby Wyvern will hover nearby and is too large to perch on the player's arm. Future updates will allow it to evolve into a mount.
AppWizard
May 13, 2026
To restore notifications on your smartphone, first check if 'Do Not Disturb' or 'Focus' modes are activated and disable them if they are. Next, go to your device settings, locate the Messenger app, and ensure that 'Allow Notifications' is enabled. Then, within the Messenger app, access the 'Notifications and Sounds' menu to customize specific chat alerts.
Search