clean installation

Winsage
May 16, 2025
Windows 11 Insider Preview Build 27858 has been released to the Canary Channel. A new system tray icon for the emoji and more panel has been introduced, allowing users to access emojis, GIFs, and Kaomojis, with customization options available. Several fixes have been implemented, including resolving black screen issues during upgrades, enhancing accessibility in File Explorer, updating desktop icon logic, fixing voice typing initiation issues, resolving explorer.exe crashes related to snap layouts, addressing taskbar icon resizing problems in tablet mode, fixing night light functionality, and resolving MIDI device recognition issues. Known issues include potential problems with Windows Hello PIN and biometrics on new Copilot+ PCs and unresponsive pen input on certain devices. Insiders are reminded that builds in the Canary Channel are early development versions and may change. A clean installation is required to exit the Canary Channel, and a desktop watermark will be present in pre-release builds.
Winsage
May 9, 2025
On October 14, 2025, Microsoft will stop providing security updates for Windows 10 unless users enroll in the Extended Security Updates program. Upgrading to Windows 11 may be difficult for PCs older than five or six years due to strict compatibility requirements, including a CPU on the approved list and a Trusted Platform Module (TPM) version 2.0. Users may encounter error messages if their hardware does not meet these criteria. There are workarounds for some users, particularly those with PCs designed for Windows 10, but older devices, especially with AMD processors, may face significant challenges. To upgrade, users must ensure their PC is configured to start with UEFI, supports Secure Boot, and has an enabled TPM. A registry edit can allow bypassing CPU checks and accepting older TPM versions. Alternatively, a clean installation of Windows 11 can be performed using installation media, which bypasses CPU compatibility checks but still requires TPM and Secure Boot support. Microsoft has introduced new restrictions with the Windows 11 version 24H2 update, requiring CPUs to support specific instructions (SSE4.2 and PopCnt). For those opting to use the Rufus utility to create installation media, it is essential to use version 4.6 or later to bypass compatibility checks. Users must download the Windows 11 ISO, prepare a USB drive, and follow specific steps to initiate the upgrade process.
Winsage
May 6, 2025
Sophia Script is a PowerShell module available on GitHub that simplifies the process of adjusting Windows settings through the command line interface (CLI), offering over 150 regularly updated functions. It provides GUI-based options for managing tasks like telemetry settings, scheduling tasks, and uninstalling OneDrive, allowing users to select multiple tasks at once. The setup process involves opening the main PS1 file in Notepad++, changing the directory, and executing a command from GitHub, with comprehensive instructions available. Users can customize settings by adding or replacing code with a hashtag next to the script they wish to run, and it allows changes to be applied across all user accounts. Sophia Script is particularly useful for configuring new PCs or fresh installations, as it helps remove unnecessary bloatware and streamline system performance. It can uninstall Microsoft apps, including the Windows Copilot app, and has created five scheduled tasks after running, saving time compared to traditional methods. The creator, Farag2, is also developing a GUI version, SophiApp 2.0.
Winsage
May 4, 2025
The end of support for Windows 10 is on October 14, 2025. Windows 11 requires a minimum of 64 GB of storage for installation. A clean installation of Windows 11 typically uses about 27 GB for system files and 3 GB for preinstalled applications, while upgrading from Windows 10 may require more than 64 GB. The storage needs may increase over time due to updates, and Windows 11 is designed to manage storage efficiently. Users can optimize their storage by uninstalling unnecessary applications, using the Disk Cleanup tool, and transferring large files to cloud storage.
Winsage
May 3, 2025
Microsoft has made Windows 11 version 24H2, also known as the 2024 Update, available to a wider audience. This update includes enhancements such as a revamped File Explorer, an updated Start menu with Phone Link, improved Power Settings, video call enhancements, and AI-related features. The update is accessible via Windows Update for eligible PCs not managed by IT departments, and users can check for updates in Settings. However, some users may face a compatibility hold, particularly those using the sprotect.sys driver, which prevents the update from appearing. Manual updates can be performed using the Windows Installation Assistant or Media Creation Tool, but caution is advised due to potential stability issues. Windows 11 23H2 support will continue until November, and delaying the upgrade beyond this date could expose systems to security risks.
Winsage
April 15, 2025
On October 14, 2025, Microsoft will stop providing security updates for Windows 10 PCs unless users enroll in the Extended Security Updates program. Upgrading to Windows 11 on machines older than five years may result in an error message about CPU compatibility, as Microsoft will not change the requirement for a Trusted Platform Module (TPM) version 2.0. While automatic upgrades may be hindered, there are workarounds for most PCs designed for Windows 10. To upgrade, the computer must boot using UEFI, support Secure Boot, and have an enabled TPM (version 1.2 is acceptable). Users can check their system's BIOS mode and TPM status using the System Information utility and the Trusted Platform Module Management tool, respectively. If UEFI is not an option or if the PC lacks a TPM, an undocumented hack can be used to bypass compatibility checks. A new restriction with the Windows 11 version 24H2 update requires CPUs to support SSE4.2 and PopCnt instructions, making upgrades impossible for PCs built in 2008 or earlier. Most Intel CPUs from 2009 and AMD CPUs from 2013 should meet this requirement. Users can bypass CPU checks and accept any TPM version through a registry edit, which requires running the Setup program from the current Windows installation. The process involves creating a registry key and modifying its value. Alternatively, the Rufus utility can be used to create a bootable USB drive that circumvents compatibility checks, but it cannot bypass the restrictions for very old CPUs lacking support for SSE4.2 and PopCnt instructions.
Winsage
April 14, 2025
The official end-of-support date for Windows 10 is October 14, 2025, after which all editions will cease to receive technical support and security updates. Users can choose to continue using Windows 10 without updates, buy a new PC or rent a virtual PC, switch to a Linux distribution or ChromeOS Flex, pay Microsoft for Extended Security Updates (ESUs), or upgrade incompatible hardware to Windows 11 through specific methods. Microsoft will offer ESUs for Windows 10 at a cost, with reduced rates for educational institutions and higher prices for business customers. Users can bypass compatibility restrictions to upgrade to Windows 11 by making registry edits and using tools like Rufus for clean installations.
Winsage
April 2, 2025
Microsoft will cease support for Windows 10 on October 14, 2025. Users considering upgrading to Windows 11 may face obstacles due to hardware requirements, including TPM 2.0 and specific CPU models. Workarounds exist for upgrading incompatible PCs. To check compatibility: - Determine if the PC uses UEFI or Legacy BIOS via System Information (msinfo32.exe). - Ensure BIOS Mode is UEFI. - Check TPM status using the TPM Management tool (tpm.msc). - Verify CPU compatibility; most Intel CPUs from 2009 or later and AMD CPUs from 2013 or later should meet the standards. Option 1: Registry Edit Method (for PCs with TPM 1.2+ and UEFI) 1. Open Registry Editor (regedit.exe) as an administrator. 2. Navigate to HKEYLOCALMACHINESYSTEMSetup; create MoSetup key if absent. 3. Create DWORD (32-bit) Value named AllowUpgradesWithUnsupportedTPMOrCPU, set value to 1, and restart. 4. Download Windows 11 ISO from aka.ms/DownloadWindows11. 5. Mount the ISO file and run Setup.exe. Option 2: Using Rufus (for PCs without TPM or UEFI) 1. Download Rufus version 4.6 or later and Windows 11 ISO. 2. Prepare a USB flash drive (16GB or larger). 3. Launch Rufus, select the USB drive, choose the Windows 11 ISO, and check the box to remove requirements for 4GB+ RAM, Secure Boot, and TPM 2.0. 4. Create the bootable drive and run Setup.exe from the USB drive. These methods are unofficial workarounds. Users may encounter compatibility warnings, and the registry method is preferred for its simplicity. Some very old systems, especially those with AMD processors lacking SSE4.2 support, may still be incompatible.
Search