Copilot app

Winsage
August 22, 2025
Microsoft has introduced a new feature called "semantic file search" in its Copilot AI, allowing Windows users to find files using natural language queries within the Copilot app. Users can describe the type of file they need without knowing its exact name, improving upon previous search methods. To use this feature, users must have a Copilot+ PC and be members of the Windows Insider Program, as it is currently available only on the latest Windows 11 insider builds. The search function operates within the Recents folder, scanning only recently accessed files stored locally. Copilot can locate various file types, including image files, PDFs, Word documents, Excel spreadsheets, and text files. Users can also adjust permissions for what Copilot can access through the settings menu. Additionally, the Copilot app includes a "Get guided help with your apps" feature that initiates a Copilot Vision session for real-time assistance based on screen content. Microsoft is gradually rolling out these features, and users can check their Copilot version to confirm access to the new file search capabilities, which should read 1.25082.132.0 or higher.
Winsage
August 21, 2025
Microsoft is transitioning users from the traditional Control Panel to the Windows Settings app in the latest build 27928 for Windows 11 Insider Preview Canary Channel. This update includes features such as adding multiple clocks, selecting a time server, and relocating time formatting settings to the Settings app. Users can also enable Unicode UTF-8 for better language support. Microsoft has indicated a desire to phase out the Control Panel, although it remains available for compatibility. New features for the Copilot App include semantic file searches using natural language queries, management of permissions for what Copilot can access, and a list of recent documents compatible with the chatbot. The Copilot interface aims to provide easy access to recent applications, files, and conversations.
Winsage
August 21, 2025
Microsoft has continued to enhance Windows 10 with cumulative updates since the release of version 22H2 in October 2022. Notable updates include: 1. A redesigned "About" page in the Settings app that displays key technical specifications and includes a FAQ section. 2. Introduction of a System Components page that consolidates essential OS components. 3. Relocation of the Optional features page for better accessibility. 4. A new Manage devices feature that enhances connectivity with mobile devices. 5. Updates to the Taskbar Calendar, including the display of seconds and expanded calendar views. 6. Enhancements to the Windows Backup app that allow file transfer to a new PC during setup. 7. Updates to the File Explorer context menu, including an Ask Copilot option. 8. Redesign of icons on the Settings home page to feature solid colors. 9. Improvements to Windows Search for European users, allowing changes to the default web search provider. 10. Changes to the default browser configuration process for European users, allowing broader link types and the option to uninstall Microsoft Edge. Support for Windows 10 will end on October 14, 2025, with an option for users to enroll in the Extended Security Update program until October 2026.
Winsage
August 21, 2025
Microsoft has rolled out an update for the Copilot app on Windows, introducing several new features. The update includes a semantic file search feature that allows users to find files using natural language queries, such as "find images of bridges at sunset" or "find my CV." This feature is available on Copilot+ PCs and ensures user privacy by allowing management of permissions. The update also introduces a new Copilot home experience that consolidates recent apps, files, and conversations for easy access. Users can receive guided assistance by clicking on recent applications and can upload documents or photos into the Copilot chat for summarization and discussion. Copilot references the standard Windows "Recent" folder to display recently accessed files, ensuring privacy by not scanning the entire system. The Vision feature allows users to receive real-time guidance based on screen content or attached files. The update is being gradually rolled out (version 1.25082.132.0 and higher) across all Insider Channels via the Microsoft Store, and users are encouraged to provide feedback within the app. The app works with specific text, image, and document formats and is optimized for select languages. Supported file types for upload include .png, .jpeg, .svg, .pdf, .docx, .xlsx, .csv, .json, and .txt.
Winsage
August 21, 2025
Microsoft is rolling out a Windows 11 update that integrates artificial intelligence into the Copilot app, allowing users to search through files and images using more descriptive language. This feature is currently available to Windows Insiders on Copilot Plus PCs. Microsoft is also experimenting with a new home experience within Copilot that highlights recent applications, files, and conversations. When users select an app from the “get guided help” section, Copilot initiates a Vision session, providing step-by-step guidance. Users can also upload recent photos to request further information about them. These features are being gradually rolled out across all Insider channels via the Microsoft Store.
Winsage
August 21, 2025
Microsoft is testing a semantic search feature and a redesigned homepage within its Copilot app for Windows, available to Insiders on Copilot+ PCs. The semantic file search allows users to find documents and images using natural language prompts. The Copilot app includes a robust permission system for user control over what the chatbot can access. The updated homepage displays recent apps, files, and conversations for easier access to resources. The Windows Insider team confirmed that Copilot does not scan the entire system or upload files without user consent. Additionally, Microsoft has introduced the Windows 11 Canary build 27928, which moves more time and language settings from the Control Panel to the new Settings app.
Winsage
August 19, 2025
Microsoft is testing the integration of Copilot-related advertisements in the 'Recommended' section of the Start menu in Windows 11. These ads are intended to promote user engagement with the Copilot app and may direct users to either the consumer-oriented Copilot app or Microsoft 365 Copilot. The ads include messages like “Write a first draft with Copilot” and “Ask Copilot,” as well as prompts for productivity assistance. Users without a Microsoft 365 subscription may be encouraged to consider a paid plan when redirected to Microsoft 365 Copilot. Microsoft frames these prompts as “tips” or “suggestions” rather than traditional ads. Users can disable these ads by turning off a specific toggle in the Start settings. The rollout of these ads is still pending as testing continues.
Winsage
August 14, 2025
Windows 11's File Explorer can be customized through various Registry tweaks to improve user experience. 1. To hide the "Ask Copilot" option: - Navigate to HKEYCURRENTUSERSoftwareMicrosoftWindowsCurrentVersionShell Extensions. - Create a new key named "Blocked." - Add a string value named {CB3B0003-8088-4EDE-8769-8B354AB2FF8C}. - Restart the computer. 2. To remove the "Edit with Clipchamp" option: - Follow the same steps as above, using the string value {8BCF599D-B158-450F-B4C2-430932F2AF2F}. 3. To remove the "Edit with Paint" option: - Use the string value {2430F218-B743-4FD6-97BF-5C76541B4AE9}. 4. To remove the "Edit with Notepad" option: - Use the string value {CA6CC9F1-867A-481E-951E-A28C5E4F01EA}. 5. To remove multiple options at once, execute the following command in Command Prompt (admin): - reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionShell ExtensionsBlocked" /v "{CB3B0003-8088-4EDE-8769-8B354AB2FF8C}" /t REGSZ /d "" /f & reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionShell ExtensionsBlocked" /v "{8BCF599D-B158-450F-B4C2-430932F2AF2F}" /t REGSZ /d "" /f & reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionShell ExtensionsBlocked" /v "{2430F218-B743-4FD6-97BF-5C76541B4AE9}" /t REGSZ /d "" /f & reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionShell ExtensionsBlocked" /v "{CA6CC9F1-867A-481E-951E-A28C5E4F01EA}" /t REGSZ /d "" /f. 6. To hide the Gallery page: - Navigate to HKEYCURRENTUSERSoftwareClassesCLSID. - Create a new key named {e88865ea-0e1c-4e20-9aa6-edcd0212c87c}. - Add a DWORD (32-bit) value named System.IsPinnedToNamespaceTree and set it to 0. - Restart the computer. 7. To remove the OneDrive page: - Navigate to HKEYCLASSESROOTCLSID. - Create a new key named {018D5C66-4533-4307-9B53-224DE2ED1FE6}. - Add a DWORD (32-bit) value named System.IsPinnedToNameSpaceTree and set it to 0. - Restart the computer. 8. To revert to the classic context menu: - Navigate to HKEYCURRENTUSERSOFTWARECLASSESCLSID. - Create a new key named {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}. - Create a new key named InprocServer32. - Set the (Default) value to blank. 9. To enhance folder browsing speed: - Navigate to HKEYCURRENTUSERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsShellBagsAllFoldersShell. - Create a new string value named FolderType and set it to NotSpecified. - Restart the computer. These adjustments allow users to customize their File Explorer experience, improving functionality and efficiency.
Search