Winget

Winsage
July 24, 2025
Users often face challenges in keeping applications updated on Windows, leading to outdated versions and missed features. The Windows Package Manager, or WinGet, simplifies the update process by allowing users to update multiple applications simultaneously through a command-line interface. It is integrated into Windows 10 and 11 and works with about 90% of applications, typically executing updates in a few minutes. To use WinGet, users need to open Terminal as an administrator and run the command PLACEHOLDERddcd0de405f7da24. Some applications may require separate updates, and Microsoft applications can also be updated via the Microsoft Store. If issues arise, users may need to upgrade the WinGet app installer package using the command PLACEHOLDER907cae8359ff2d8e.
Winsage
July 23, 2025
- The Starship prompt enhances the command line experience with a sleek design, customization options, and compatibility across different shells. It requires a NerdFont for effective operation and can be installed via the Windows Package Manager for PowerShell or various package managers for WSL. Configuration involves adding specific commands to shell profiles and creating a configuration file. - Fastfetch is a lightweight system information display tool that serves as a modern alternative to Neofetch, supporting both Windows and Linux. Installation can be done through various package managers, and configuration is achieved by generating a config file. - Windows Terminal on Windows 11 can be customized for a more personalized experience, including theme changes, font adjustments, and transparency. Customizations can be made via the GUI or by editing a JSON configuration file. - To use Starship and Fastfetch upon startup in PowerShell, a PowerShell profile must be created using a specific command, allowing users to add necessary commands for these tools.
Winsage
July 13, 2025
A PowerShell script developed by GitHub user Anduin2017 allows users to create a new Windows 11 installation on an empty physical drive while retaining access to files and applications from the existing installation. The process requires running the script in an elevated PowerShell window, providing inputs such as the location of the empty drive and the edition of Windows to install from an ISO file. Users can continue using their PC during the installation, and upon completion, they can choose between the existing and new installations upon reboot. To set up necessary applications, users can customize PowerShell modules using a sample install.ps1 file from the GitHub project. This method is particularly beneficial for users relying on cloud storage solutions like OneDrive, as it allows for a refreshed operating system with minimal downtime and easy access to data. The streamlined approach is designed for users who frequently encounter Windows issues and need clean installations, enabling rapid replication of a base system with essential programs.
Winsage
July 2, 2025
PowerToys has released version 0.92, introducing several enhancements: - Command Palette: Improved performance with Ahead-of-Time (AOT) compatibility for first-party extensions and core UX fixes. - Color Picker: Users can customize mouse button actions for a personalized workflow. - Bug Report Tool: Streamlined reporting process with progress indicators, improved compression, and automatic cleanup of old trace logs. - File Explorer Add-ons: Enhanced rendering stability, fixing issues with PDF previews, blank thumbnails, and text file crashes. Additional highlights include: - Crop & Lock: Updated window styling to match the current Windows theme. - Command Palette Extensions: New commands like "Copy Path" and improved input handling in the Calculator extension. - FancyZones: Resolved DPI-scaling issues for high-resolution displays. - PowerRename: Now supports date-based renaming with flexible formatting options. The development team has also made updates to enhance performance and security, including updates to .NET libraries and the WinAppSDK. PowerToys is available for free download through the Microsoft Store or GitHub.
Winsage
June 24, 2025
Many users transitioning from Windows 10 to Windows 11 find the new design and interface changes challenging. Windows 11 features a centered Taskbar, a simplified Start menu, and an updated File Explorer and Settings app. Users can customize their Windows 11 experience to resemble Windows 10 by making several adjustments. To align the Taskbar and Start menu to the left, users can go to Settings > Personalization > Taskbar > Taskbar behaviors and select "Left" for Taskbar alignment. To show app labels in the Taskbar, users need to select "Never" for the "Combine taskbar buttons and hide labels" setting in the same menu. For those preferring the classic File Explorer, they can access it by searching for Windows Tools in the Start menu and selecting Home or This PC. Users can also change the color scheme by going to Settings > Personalization > Colors and selecting "Custom" mode, choosing a dark theme, and enabling accent colors for the Start and taskbar. To display classic desktop icons, users can go to Settings > Personalization > Themes > Desktop icon settings and check the desired icons. In Notepad, users can disable new features by adjusting settings in the app to revert to a more classic experience. For further customization, third-party tools like ExplorerPatcher and Windhawk can be used. ExplorerPatcher allows users to restore various interface elements from earlier Windows versions, while Windhawk provides a framework for modifying Windows 11 with community-created mods. Both tools can be installed via the Windows Package Manager and offer options to revert to classic aesthetics.
Winsage
May 27, 2025
Microsoft introduced Foundry AI Local, a command-line tool for running large language models (LLMs) on users' machines, aimed initially at developers but accessible to a broader audience. The installation process utilizes the "winget" tool, allowing users to install it by opening a command line and entering the command: winget install Microsoft.FoundryLocal. Users can run the Phi-3.5-mini model with the command: foundry model run phi-3.5-mini and explore other models with: foundry model list. Foundry AI Local automatically selects the best model for the user's hardware, enhancing performance. While currently functioning as a local chatbot, it has potential applications beyond text generation, including text extraction tools and integration into Windows applications. Future enhancements may include art generation and custom model training.
Winsage
May 27, 2025
Keeping software up to date is essential for an efficient computing environment, as updates introduce new features and fix bugs. The Windows Package Manager, Winget, allows users to manage software installations and updates via the command line interface (CLI) in Windows 11. To check for updates, users can run the command "winget update" in PowerShell or Command Prompt as an administrator, which shows outdated applications and their current and available versions. For updating a specific application, the command "winget update [application ID]" can be used, while "winget upgrade --all" updates all applications at once. Winget supports various command-line interfaces and has a repository of over 6,000 applications. For users preferring a graphical interface, tools like UniGetUI provide a simpler way to manage updates. Executing "winget upgrade --all" in an elevated CLI window is an easy method for updating all software.
Winsage
May 22, 2025
Mac users utilize Spotlight for searching applications, files, calculations, and web browsing, while Windows users have the Search Bar, which is less versatile. Command Palette is a new keyboard launcher for Windows, replacing PowerToys Run, allowing users to execute commands, search the web, find files, and create custom bookmarks with global keyboard shortcuts. Command Palette is part of PowerToys, which can be downloaded from GitHub, the Microsoft Store, or via the Windows Package Manager. After installing PowerToys version 0.9 or higher, users can enable Command Palette in the settings and customize its keyboard shortcut. Users can search for files by selecting the File search option and typing the desired term, and they can switch between open windows and execute commands in the Terminal. The hidden package manager WinGet allows users to install applications via Command Palette without opening the Terminal. Users can also enhance Command Palette with third-party extensions, which are currently limited but may expand in the future.
Search