Category: Windows 11
-

Seamless Connectivity: How to Automatically Switch to the Strongest Wi-Fi Network on Windows
Windows 10 and 11 come equipped with a useful AutoSwitch feature, which enables devices to automatically select the Wi-Fi access point (AP) with the strongest signal when multiple APs are broadcasting the same SSID. This functionality helps prevent disconnections due to weak signals by seamlessly connecting to a better option when available. To activate the…
-

Enabling or Disabling VBScript in Windows: A Guide Post-Deprecation
In 2024, Microsoft announced its intention to phase out support for VBScript, a scripting language previously favored for automation in Windows environments due to its simplicity and accessibility. VBScript garnered popularity because it included a built-in Windows runtime and access to a vast library of scripts. However, because of its legacy structure and associated vulnerabilities,…
-

Mastering AppLocker: How to Configure Application Restriction Policies in Windows
Using AppLocker security policies, system administrators can manage which applications run on Windows systems. This tool allows for specific application restrictions, enabling designated user groups to execute applications while blocking others, such as standard users. Initially limited to the Enterprise editions, AppLocker is now accessible in Windows 10 Pro (from version 2004) and all versions…
-

Seamless File Sharing: How to Use SMB over QUIC on Windows Server 2025 Without a VPN
SMB over QUIC is a new feature in Windows Server 2025 that enables users to securely access Windows file shares over the internet without needing a VPN. This functionality, previously available only in the Windows Server 2022 Azure Edition, allows for direct access to SMB file servers from untrusted public networks. The protocol enhances security…
-

How to Recover Your Computer’s Previous Name in Windows: A Step-by-Step Guide
After changing the name of a Windows computer, you might find yourself needing to retrieve its previous name (hostname). This can be accomplished by accessing the Windows registry. To locate the old computer name, navigate to the registry key located at HKLMSOFTWAREMicrosoftSchedulingAgent. You can either manually check the value of the OldName parameter using the…
-

Effortlessly Delete a Windows Service Using CMD or PowerShell: A Step-by-Step Guide
After uninstalling certain programs, it’s not uncommon for leftover services to remain in Windows. This guide will explain how to properly delete a service using the built-in CMD or PowerShell tools, as the Services console (services.msc) only allows basic operations like starting, pausing, or stopping services, but not removing them. Steps to Delete a Windows…
-

How to Block NTLM Connections on Windows 11 and Windows Server 2025
Microsoft has taken a significant step towards enhancing security by phasing out the deprecated NTLMv1 authentication protocol in Windows 11 version 24H2 and Windows Server 2025. The removal of support for NTLMv1 aims to encourage users to adopt more secure alternatives such as Kerberos. Additionally, Microsoft has indicated that NTLMv2 may also face deprecation in…
-

Troubleshooting: Windows Stuck at ‘Getting Windows Ready, Don’t Turn Off Your Computer’ Screen
This issue of Windows getting stuck at the "Getting Windows Ready. Don’t turn off your computer" message is fairly common, especially on Windows Server versions (2022, 2019, 2016) and occasionally on Windows 10 and 11. This often occurs after installing updates or modifying system roles and features. When encountering this message, the best initial advice…
-

Optimizing DPI Scaling and Font Size for Enhanced RDP (RDS) Experience
Users who work in terminal sessions on an RDS (Remote Desktop Services) server often face a challenge with tiny UI elements making it hard to read. This problem is particularly evident for those using Full HD/HiDPI (Retina) monitors with high resolutions such as 2K and 4K. During an RDP session, users will find that the…
-

How to Identify and Resolve High Disk Usage Issues on Windows: A Step-by-Step Guide
In Windows, certain processes can significantly increase disk I/O, adversely affecting overall system performance. This guide outlines essential Windows tools for identifying these high-disk-load processes. To start, the Task Manager is the most straightforward tool to monitor disk usage. You can access it by pressing Ctrl + Shift + Esc. Navigate to the Performance tab…