community
484 TopicsWindows Spotlight no longer working on Lock Screen
Hi there, This is a recurring issue that I used to be able to fix. I have tried every hack available online. Toggled on and off, cleared cache files, reregistered in Powershell, fix via command prompt, checked for Windows updates and restarted computer a thousand times. Spotlight works perfectly on the background, but NOT on the lock screen. It defaults to the blue flower thingy. Windows 11, Asus VivoBook. What else is there to fix this? Thanks!!!55Views0likes3CommentsWindows 11 24H2/25H2 System Freeze After January 2026 Updates – Lenovo ThinkPad G2
Dear Microsoft Support Team, We would like to raise a high-priority technical support case regarding a stability issue observed after installing the January 2026 cumulative updates on our Windows 11 devices. Environment Details: Device Model: Lenovo ThinkPad G2 (multiple units) OS Versions: Windows 11 24H2 and 25H2 Update Installed: January 2026 Patch Tuesday cumulative update (KB number can be provided) Deployment Method: WSUS / Intune / Windows Update (specify accordingly) BIOS Version: (Installed Latest available from Lenovo) Issue Description: After installing the January 2026 cumulative updates, devices intermittently experience a complete system freeze. The system becomes fully unresponsive: Mouse and keyboard input stop responding No BSOD is displayed Task Manager cannot be opened System recovery is only possible via hard reboot (power button) Frequency: The issue occurs randomly, both during active use and idle state. Multiple users across our environment are impacted. Troubleshooting Performed: Reinstalled OEM-certified Lenovo display drivers Disabled Fast Startup Ran SFC and DISM health checks (no integrity violations) Updated BIOS to latest version Setting power idle mode, then work normally Request: - Please confirm whether this is a known global issue under investigation. - Advise if any hotfix, Known Issue Rollback (KIR), or registry-based mitigation is available. - Provide guidance on additional diagnostic logging required at kernel or driver level. - Confirm whether crash dump analysis is recommended for this scenario. We are prepared to provide additional diagnostic logs, memory dumps, or reproduction steps upon request. Kindly treat this as a priority case due to multi-user impact in a production environment. Thank you for your support. #Windows11, #Windows 11 24H2, Windows Update, Cumulative Update, System Freeze, Lenovo ThinkPad, Display Driver, Enterprise2.4KViews11likes23CommentsSeeming memory leak in Win 11
Hello, For the past couple months I have been experiencing a weird issue on my windows machine. Usually around 8 or so hours after a clean reboot, task manager will start reporting 170+GB of 190GB of RAM is in use when the system is basically idle. However, when I tally the entire list of processes I can only account for 4GB in use. When I use RAMMap its the same story, I can account for 4GB and it appears windows has simply misplaced a 150GB of memory. The only other symptom I notice is when I shutdown, the shutdown process will take 40+ minutes sometimes as if some process is refusing to die. This does not occur when I shutdown while memory usage appears normal. So far I have tried: Using different web browsers and uninstalling the one I had been using. Removing pretty much every piece of software I have been using while the issue occurred. Ensured windows, firmware and drivers were properly updated.247Views0likes6CommentsBluetooth driver disappears after every restart/sleep on Windows 11
Dear Support Team, I am writing this complaint out of sheer frustration after enduring a critical Bluetooth driver issue on my Windows 11 laptop for an unreasonably long time. Every single time I restart my system or wake it up from sleep, the Bluetooth driver completely disappears from the system. It is not just disabled — it is gone. Bluetooth vanishes from Device Manager, settings, and system controls as if the hardware itself never existed. The only way to restore Bluetooth functionality is to reinstall the driver manually every time. This issue occurs: After every restart After waking the system from sleep Randomly during normal usage The frequency is so high that I have been forced to keep a Bluetooth driver installer shortcut permanently on my desktop — something that feels absolutely absurd for a modern operating system in 2025. Let me be very clear: This is not a user error This is not a one-off bug This is not acceptable behaviour for a premium Windows device I have tried: Reinstalling drivers multiple times Using official OEM drivers Updating Windows fully Disabling power management options Troubleshooting through Device Manager Running system diagnostics None of these provides a permanent fix. The core issue is painfully obvious: Windows 11 (or its driver/power management stack) is failing to reliably retain or initialise the Bluetooth driver across restarts and sleep cycles. This is a basic OS-level responsibility. As a long-time Windows user, I find it shocking that in a system where I spent a considerable amount, I am dealing with an issue that feels more appropriate for an unstable experimental build, not a consumer-ready operating system. To be completely honest, this experience has pushed me to the point where I am seriously considering abandoning Windows altogether and switching to macOS, despite having used Windows on my personal machines for years. The idea of paying that amount again just to escape such basic reliability problems is becoming more appealing than continuing to fight my own laptop daily. This is not just a “bug report” — this is a usability failure that affects: Work productivity Meetings Audio devices Input devices Everyday usability I expect: A clear acknowledgement of the issue A concrete explanation of why this happens A permanent fix, not temporary workarounds Or an official statement admitting the limitation I am documenting this issue publicly and will be sharing it across relevant forums and feedback channels unless a meaningful resolution is provided. Windows users should not have to reinstall core drivers every day to use basic hardware features. I look forward to a serious response. Sincerely, A very frustrated but still hopeful Windows user269Views0likes5CommentsInternal RDP vs Self-Hosted RustDesk
Hi everyone, I am looking for some guidance and real-world experiences around choosing the best approach for remote access in a Windows environment. Right now, we are considering two main options: - Continue using Microsoft Remote Desktop Protocol (RDP), but strictly for internal use only (no direct exposure to the public internet). - Deploy a self-hosted instance of RustDesk as an alternative or complement to RDP for remote access and remote support. Our main concern is security. RDP has historically been a common attack vector, especially when exposed externally or misconfigured, and we want to avoid introducing unnecessary risk to our endpoints. Even if we restrict RDP to internal networks or VPN-only access, we are still cautious about potential vulnerabilities, credential theft, lateral movement, and abuse of remote access. What we are trying to understand better is: 1. In environments where RDP is used only inside the LAN or over VPN (no open RDP from the internet), what are the recommended hardening practices and controls you would consider mandatory today? Examples might include: Network Level Authentication (NLA), strong account policies, just-in-time access, firewall restrictions, RDP Gateway, MFA, monitoring/logging, etc. 2. From a security and operational perspective, is it generally considered acceptable to keep RDP enabled only for internal administrative tasks, while avoiding using RDP for end-user remote support scenarios? 3. For those who have deployed self-hosted RustDesk (or similar remote support tools) in a Windows/Active Directory environment, how has it compared to RDP in terms of: - Security model (encryption, authentication, access control, exposure to the internet) - Ease of deployment and maintenance - User experience and performance - Logging, auditing, and integration with existing security monitoring 4. Are there any best practices or architectural patterns you would recommend when combining these approaches? For example: - Keeping RDP only on jump servers / bastion hosts inside the network - Using RustDesk (self-hosted) for remote support and helpdesk use cases - Enforcing least privilege, MFA, and strong authentication for all remote access paths - Segmentation and limiting which machines are even allowed to receive RDP connections 5. Have you encountered any specific security pitfalls, misconfigurations, or "gotchas" when relying on RDP internally or when rolling out RustDesk self-hosted that we should be aware of before committing to a design? Our goal is to design a remote access strategy that: - Minimizes attack surface and reduces the likelihood of compromise via remote access. - Separates administrative access from end-user remote support where it makes sense. - Remains manageable for a small IT/security team in terms of configuration, patching, and monitoring. If you have any references to Microsoft documentation, hardening guides, or community best practices for RDP (especially internal-only scenarios), as well as any detailed write-ups or lessons learned from using RustDesk self-hosted in production, those would be extremely helpful. Thank you in advance for any guidance, recommendations, or examples you can share. Best regards, Juan167Views0likes4CommentsDESIGNER only mkes 1 design not 4
I use ms ai image designer to make images and i makew ai videos ,, but for a week now it only makes 1 image not 4,, and it doesnt follow the propsat as per usual,. and it makes images in 3:2 not 16:9. I updateed my subscription for this tool and depend onm it.. SO please help me fix this151Views1like6CommentsWhere / How to find "Ask a question"
CAN ANYONE TELL ME how to reliably and repeatably find the Link to "Ask a question" or "Start a Discussion"! Yes, I am Starting a Discussion now ONLY because I accidentally stumbled upon a Start a discussion link. I am often wondering around in the various Community Hubs, Discussions, Screens, etc. trying to find that link - and don't laugh because I am serious, but sometimes for 30 minutes or more and sometimes finally giving up. I love the Community and the support here, but WHY is it so hard to "Ask a Question" I will post the question somewhere else when I finish here - if I can once again find the link to ask a question. And sorry to be such a pain over this and although a long-term Community participant, but this has been a lingering problem for me, going back years and years. ron in shawnee156Views2likes8CommentsUnable to manually install KB5074109
I have an HP Laptop with version 25H2 OS build 26C200.6584 with x64 bit. I had tried to manually install KB5074109 thru the Microsoft Catalog, but getting an error message code Ox80070241. Is there a way to fix this, or should I skip it and see if I can manually install KB5077181. Thanks, By the way, what is it with these corrupted files that Microsoft is pushing out. This has been the 3rd update that I have received from them indicating the files were corrupted. Teresa77Views0likes1CommentUnable to delete a directory on windows 11 - my solution
It's crazy, I couldn't delete 2 empty directories for the life of me. I tried ALL of the solutions, believe me. Hours. Redgedits, Reboots, Remove Empty Directories, too many solutions to list. I recall messages that the file wasn't found, or moved to a different locarion, and other errors that I cannot recall. Then I gave up and just for the h3ll of it, got on my android tablet, and used my file app (Luckfick File Manager} and I accessed the share that my directories that I couldn't delete on my Windows 11 machine, and I deleted them from the android app. Not trusting my eyes, I ran to the PC and lo and behold - the directories in File Explorer were gone!!!! I think that they contained a funky character " ) " (Parentheses) - Screenshot of file in Recycle Bin below. So, whatever you are using Android, or maybe APPLE, you can try this with your file app, it obviously has to have access to SMB shares and the directory must be shared SMB, and it may work. Let me know.64Views0likes2Comments