Microsoft Adds Option to Completely Disable Copilot Key in Windows 11
Microsoft has introduced a new setting in experimental builds of Windows 11 that allows home users to completely disable the dedicated Copilot key on compatible keyboards. The option, labeled Do nothing, effectively turns the button into a non-functional key and prevents it from launching the generative AI assistant.
The feature was discovered by enthusiast phantomofearth and appears in the Bluetooth and devices section under Keyboard settings. It sits next to other reassignment choices that currently include launching Microsoft 365 Copilot, triggering search, or executing a custom action.
Availability remains limited and is being rolled out gradually to Windows Insiders. Some testers report receiving the option earlier than others, indicating a phased deployment by Microsoft.
The Copilot key first appeared on new Windows laptops in 2024 after manufacturers were encouraged to replace the right Ctrl key with it to emphasize the era of AI PCs. Explaining the practical advantages of these machines over conventional powerful computers proved difficult for vendors.
In May 2026 Microsoft began retreating from its initial stance by promising to allow users to restore the original right Ctrl function, albeit with restrictions. Prior to this change, users had to rely on third-party utilities such as NoCopilotKey to stop accidental presses from opening the AI assistant.
While Copilot continues to integrate deeper into File Explorer and other parts of the operating system, the new setting will at least give users a built-in way to keep one door closed to the assistant once it reaches the stable version of Windows 11.
Related articles
Turkish BiP Messenger Audience in Russia Surges 650 Times in One Year Amid Foreign App Adoption
Russian users continue exploring foreign messaging services even as initial hype subsides. MTS AdTech data shows demand for overseas platforms rose 50 percent in the first quarter and 26 percent in the second. Turkish BiP emerged as the standout performer, with its Russian monthly active users climbing 120 percent from April to July to reach 4.3 million. This marks a dramatic increase from just 6,600 users a year earlier. South Korean KakaoTalk grew 80 percent to 1.26 million users, while WeChat rose 17 percent and Gem Space increased 11 percent. American Imo remains the largest foreign messenger with 12.2 million users but added only 1 percent over the quarter. Blocked services SimpleX and Discord saw declines of 41 percent and 8 percent respectively, while domestic platforms VKontakte, MAX and Telegram retain far larger audiences.
Building Trusted TLS in Kubernetes Without InsecureSkipVerify Using cert-manager and trust-manager
The article explains how to establish verifiable TLS across a Kubernetes cluster running on Talos with Cilium networking and Linstor storage, eliminating reliance on InsecureSkipVerify flags. It details the creation of an internal self-signed CA via cert-manager, using a selfSigned bootstrap issuer to generate the CA certificate before deploying a production ClusterIssuer. trust-manager then distributes only the public CA bundle as ConfigMaps across all namespaces, allowing workloads to validate certificates without exposing private keys. For external services, an ACME issuer integrates with Let's Encrypt and Gateway API to automate HTTP-01 challenges. The guide also covers kubelet server certificate rotation through serverTLSBootstrap and the kubelet-serving-cert-approver controller, which validates CSR requests against Node objects before approval. These steps ensure mutual trust for internal services, publicly trusted certificates for internet-facing endpoints, and verified kubelet connections for the API server and monitoring systems.
Designing and Implementing Private Cloud Security Across Geographically Distributed Data Centers
The article shares practical experience in designing and deploying protection for a private cloud hosted across two geographically separated data center sites. The project aimed to achieve service resilience, meet information security requirements, and maintain manageable infrastructure. While theoretical designs often combine standard best practices such as high availability, network segmentation, next-generation firewalls, and dynamic routing, real-world implementation revealed significant conflicts between architectural components. Multiple contractor teams participated, each bringing different visions for network architecture and security controls, leading to complex negotiations and compromises. The process evolved into an engineering puzzle where proposed solutions had to be integrated into a functional, scalable system despite technical limitations and differing priorities. The full piece focuses on the journey from an idealized design to practical deployment through iterative problem-solving rather than deep technical dives.
VK Tech Adds Multi-Level Memory to AI Agents in VK AI Space Platform
VK Tech has introduced a four-layer memory system for AI agents within its VK AI Space platform, enabling them to retain context, reuse materials, and incorporate past employee edits instead of restarting tasks from scratch. The new capability is expected to reduce the share of repeatedly solved tasks by 40–50 percent. Memory layers include session memory for current dialogues, user memory for employee profiles and preferences, project memory for specific project materials and rules, and agent memory for recording successful approaches and human corrections. This transforms AI agents from short-term tools into consistent team participants that can draw on accumulated corporate knowledge during tasks such as tender preparation, incident investigation, and product launches. Access remains strictly limited to information the collaborating employee is authorized to view, with all data stored inside the company perimeter and never sent to external services. Users can review and delete stored information at any time. VK Tech believes the feature will convert individual specialist experience into a persistent organizational asset that carries forward across tasks.