Windows 11 24H2 | Edition Force | GPOs | Repair
Table of Contents
INTRO
I’ve stayed away from Windows 11 content for some time now because I’ve never really liked it. It’s not too different from Windows 10, but Windows 11 has quirks that affect my productivity and speed when using Windows like I have been used to.
DISPLAY | PERFORMANCE
Out of the box, Windows 11 seems to perform slower than Windows 10 on the same hardware. It’s definitely a more bloated OS but since it’s continuing to get feature updates that’s to be expected. Here are some settings that got my experience feeling smooth. Instead of writing it out, I told ChatGPT to take my customizations and make them into a list.
Here are the detailed instructions to make the adjustments in Windows 11:
1. Turn off Transparency Effects
Transparency effects can use system resources, so turning them off can improve performance.
- Open Settings: Press
Windows + I
to open the Settings window.- Navigate to Personalization: In the left sidebar, select Personalization.
- Access Colors Settings: Click on Colors from the right pane.
- Turn off Transparency Effects: Scroll down to find Transparency Effects and switch the toggle to Off.
2. Performance Options: Adjust for Best Performance
This adjustment can help optimize Windows 11 for better system speed, but we will enable specific visual settings for better user experience.
- Open Performance Settings:
- Press
Windows + R
, typesysdm.cpl
, and pressEnter
.- In the System Properties window, go to the Advanced tab.
- Under Performance, click Settings.
- Another shortcut,
Windows + R
, typesystempropertiesperformance.exe
, and pressEnter
.- Adjust for Best Performance:
- In the Performance Options window, select the radio button for Adjust for best performance. This will uncheck all visual effects.
- Enable Specific Visual Effects:
- Now, manually check the following options:
- Smooth edges of screen fonts
- Show thumbnails instead of icons
- Animate windows when minimizing and maximizing
- Animate controls and elements inside windows
- Animate taskbar items
- Apply the Settings: Once selected, click Apply, and then OK to confirm.
WINDOWS 11 24H2 | EDITION FORCE
If you have a device with a Windows 11 Home product key installed in the BIOS firmware and you upgrade that device to Windows 11 Pro with an upgrade key and activate it, you will need to do some things to clean-install Windows 11 Pro after if desired. If you download Windows 11 24H2 and try to do a clean-install, Windows setup will not let you select Pro and default to Home.
In Windows 11 24H2, you must have EI.cfg and PID.txt in the sources folder of your installation media. Normally you only needed EI.cfg but they changed that logic with 24H2. The PID.txt file needs to contain a valid Product Key for the version of Windows you’re trying to force with EI.cfg. Luckily, the Product Key can be a generic key and when Windows reaches out to Microsoft’s servers after install, it will see that your device’s unique identifier was previously activated with Pro and activate it automatically over the internet.
My favorite program to check Product Keys in the firmware and Windows registry is: ShowKeyPlus
Microsoft documentation on EI.cfg and PID.txt, here. I had ChatGPT generate instructions.
To force the installation of Windows 11 Pro when using a multi-edition ISO (like one that contains both Home and Pro editions), you can create two specific files,
EI.cfg
andPID.txt
, which will automatically select the Pro edition and use your Pro product key during installation.Steps to Create EI.cfg and PID.txt
- Prepare the Windows 11 ISO:
- If you haven’t already, download the official Windows 11 ISO from Microsoft’s website.
- Create a Bootable USB Drive:
- Use a tool like Rufus or the Windows USB/DVD Download Tool to create a bootable USB drive with the Windows 11 ISO.
- Create the EI.cfg File: This file will force the installer to skip the edition selection screen and automatically select Windows 11 Pro.
- Open Notepad.
- Paste the following content into Notepad:ini
- Save the file as
EI.cfg
.
- File > Save As
- In the Save as type dropdown, select All Files.
- Name it
EI.cfg
and save it to your desktop for now.- Create the PID.txt File: This file contains your product key and will skip the product key entry screen during installation.
- Open Notepad again.
- Save the file as
PID.txt
:
- File > Save As
- In the Save as type dropdown, select All Files.
- Name it
PID.txt
and save it to your desktop for now.- Copy EI.cfg and PID.txt to the USB Drive:
- Navigate to your bootable USB drive.
- Go to the sources folder on the USB drive.
- The path will be something like
E:\sources
(whereE:
is the USB drive letter).- Copy the
EI.cfg
andPID.txt
files from your desktop to thesources
folder on the USB drive.- Install Windows 11 Pro:
- Boot from the USB drive on your target system.
- Windows 11 will automatically skip the edition selection screen and install Windows 11 Pro.
- If you created a
PID.txt
file with your product key, the key will be automatically applied, and you will skip the activation screen as well.
EI.cfg (forces edition selection):
[EditionID]
Professional
[Channel]
Retail
[VL]
0
PID.txt (auto-applies product key, optional):
[PID]
Value=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
- Windows Product Keys, here.
WINDOWS 11 GPOs | REDUCE TELEMETRY
Here are the concise instructions for setting the GPOs you use to reduce telemetry and improve performance in Windows:
- Open Local Group Policy Editor:
- Press
Windows + R
, typegpedit.msc
, and pressEnter
.- Navigate and Configure Each Policy:
- Allow Cortana:
Computer Configuration > Administrative Templates > Windows Components > Search > Allow Cortana
→ Disable.- Allow publishing of User Activities:
Computer Configuration > Administrative Templates > System > OS Policies > Allow publishing of User Activities
→ Disable.- Allow suggest apps in Windows Workplace:
User Configuration > Administrative Templates > Start Menu and Taskbar > Allow suggest apps in Windows Workplace
→ Disable.- Allow upload of User Activities:
Computer Configuration > Administrative Templates > System > OS Policies > Allow upload of User Activities
→ Disable.- Configure the Commercial ID:
Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds > Configure the Commercial ID
→ Disable.- Toggle user control over Insider Builds:
Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds > Toggle user control over Insider Builds
→ Disable.- Allow Diagnostic Data:
Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds > Allow Diagnostic Data
→ Disable.- Configure collection of browsing data for Desktop Analytics:
Computer Configuration > Administrative Templates > Windows Components > Desktop Analytics > Configure collection of browsing data for Desktop Analytics
→ Disable.- Do not allow web search:
Computer Configuration > Administrative Templates > Windows Components > Search > Do not allow web search
→ Enable.- Do not show feedback notifications:
Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds > Do not show feedback notifications
→ Enable.- Do not show Windows tips:
User Configuration > Administrative Templates > Windows Components > Edge UI > Do not show Windows tips
→ Enable.- Don’t search the web or display web results in Search:
Computer Configuration > Administrative Templates > Windows Components > Search > Don't search the web or display web results in Search
→ Enable.- Download Mode:
Computer Configuration > Administrative Templates > Network > Background Intelligent Transfer Service (BITS) > Download Mode
→ Select the mode (e.g.,None
for minimal telemetry).- Turn off Application Telemetry:
Computer Configuration > Administrative Templates > Windows Components > Application Compatibility > Turn off Application Telemetry
→ Enable.- Turn off location:
Computer Configuration > Administrative Templates > Windows Components > Location and Sensors > Turn off location
→ Enable.- Turn off the advertising ID:
Computer Configuration > Administrative Templates > System > User Profiles > Turn off the advertising ID
→ Enable.- Turn off Windows Customer Experience Improvement Program:
Computer Configuration > Administrative Templates > System > Internet Communication Management > Internet Communication Settings > Turn off Windows Customer Experience Improvement Program
→ Enable.- Apply and Close:
- After configuring all policies, click Apply and OK.
- Restart the computer for the changes to take effect.
These settings will reduce telemetry, disable certain suggestions, and improve performance by limiting unnecessary background activities.
WINDOWS REPAIR
I’ve noticed after a clean-install of Windows 11, running the common repair commands multiple times, Windows still reports corruptions. I believe these to be false positives but it does make me worry Microsoft is rushing these builds or updates. The correct repair procedure. I had ChatGPT explain the correct sequence for repair from my knowledge and produce steps for you.
To ensure a comprehensive system repair process, running Check Disk, DISM, and SFC in a specific sequence is a good practice. Below are detailed instructions on how to perform these commands, starting with Check Disk (CHKDSK), followed by DISM, and finally SFC. Here’s how these tools work:
- Check Disk (CHKDSK): Scans the file system and disk for errors. It helps detect and fix problems on the hard drive that could be causing issues.
- DISM: Repairs the Windows Component Store (WinSxS folder), where Windows keeps its critical system files for recovery and system updates.
- SFC (System File Checker): Scans and repairs corrupted system files in the Windows directory by comparing them against a known good copy.
Step-by-Step Instructions
Step 1: Run Check Disk (CHKDSK)
- Open Command Prompt as Administrator:
- Press Win + S and type cmd.
- Right-click on Command Prompt and select Run as Administrator.
- Run Check Disk:
- Type the following command and press Enter:
chkdsk C: /f /r
- /f: Fixes any detected errors.
- /r: Locates bad sectors and recovers readable information.
- Schedule Check Disk on Next Boot:
- If your drive is in use, you will be prompted to schedule the scan for the next boot. Type Y and press Enter.
- Reboot the PC:
- Restart your computer to allow Check Disk to run on boot. This process may take a while, depending on the size of your hard drive.
Step 2: Run DISM to Repair the WinSxS Folder
- Open Command Prompt as Administrator again after Check Disk completes.
- Run the DISM Command:
- Type the following command and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
- This will scan the WinSxS folder (the Windows Component Store) for corruption and automatically download and repair any issues using Windows Update.
- If you’re using a PC that is offline or Windows Update is unavailable, you can use a local source:
DISM /Online /Cleanup-Image /RestoreHealth /Source:X:\Sources\install.wim
(Replace X with the drive letter of the Windows installation media or path to the install.wim file.)- Wait for DISM to Complete:
- This process may take some time. Let it finish without interruption.
Step 3: Run SFC to Repair Windows System Files
- Run SFC Command:
- Once DISM is complete, run the following command in the same Command Prompt window:
sfc /scannow
- SFC will scan the Windows system files for corruption and repair them using the files stored in the WinSxS folder (previously repaired by DISM).
- Wait for SFC to Complete:
- This may also take some time, but SFC will display the results once it finishes, such as whether it found and repaired any corrupted files.
CONCLUSION
While Windows 11 may not be the operating system we all hoped for, there are little things we can do to improve the experience.
My name is Dex Sandel, author at WinReflection, a blog which aims to help others on various IT and Christian related subjects. DON’T TREAD ON ME! The best is yet to come, and nothing can stop what’s coming!
You all have a greater destiny in Christ, should you choose to ‘follow’ Him, not just believe. Many of you feel lost, without drive, and lack a greater purpose in your life causing depression, sadness, anxiety, and loneliness. Working your 9-5 job isn’t your primary purpose. So, then what is? That’s for you to discover, but hopefully I can provide some new unlocks along your path.
What will ‘you’ do, and what will your destiny be?
John 3:16: For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.
Leave a Reply
Want to join the discussion?Feel free to contribute!