User Tools

Site Tools


decrapping_windows_11

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
decrapping_windows_11 [2025/02/20 06:00] tkbletscdecrapping_windows_11 [2025/05/06 13:07] (current) – ["Incompatible" CPU or other such bullshit] tkbletsc
Line 8: Line 8:
  
 When it gets to "privacy settings", turn off EVERYTHING. When it gets to "privacy settings", turn off EVERYTHING.
 +
 +==== "Incompatible" CPU or other such bullshit ====
 +
 +=== During upgrade from Win10? ===
 +
 +If, during an upgrade from Win10, it complains that your CPU isn't right for whatever reason, run these in an admin command prompt:
 +
 +<code>
 +reg add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f
 +
 +</code>
 +
 +Then download an install ISO e.g. from [[https://os.click|https://os.click]]. Extract the ISO and run setup from there.
 +
 +=== During initial install? ===
 +
 +Make your USB stick with Rufus, and have it turn off those checks. The dialog to do so appears when you click "START".
 +
  
 ===== Taskbar ===== ===== Taskbar =====
Line 59: Line 77:
           * Expand to current folder → on           * Expand to current folder → on
         * Display the full path in the title bar → on         * Display the full path in the title bar → on
 +
 +===== No start menu web search =====
 +
 +The start menu search includes web content if you let it – this is dumb as hell. (If you're using the Open Shell start menu, this matters less, but still, let's snip this crap out.)
 +
 +  * Run gpedit.msc
 +  * Go to **Computer Configuration**  > **Administrative Templates**  > **Windows Components**  > **Search**
 +  * Enable policies "**Don't allow web search**" and "**Don’t search the web or display web results in search**"
 +  * Reboot for it to take effect
  
 ===== Delete instead of recycle ===== ===== Delete instead of recycle =====
Line 80: Line 107:
  
 Start → "Mouse" and pick "custom". Start → "Mouse" and pick "custom".
 +
 +===== Prevent feature updates =====
 +
 +You can lock Windows to a certain "feature update" (e.g. "24H2") to prevent unexpected major updates:
 +
 +  * Win+R, "gpedit.msc"
 +  * Computer Configuration → Administrative Templates → Windows Components → Windows Update → Windows Update for Business
 +  * Enable and set "Target Feature Update version" to the version you want to keep, e.g. "24H2". (Note: you can find the currently installed edition under "Version" in "About this PC".)
 +  * Run "gpupdate /force" or reboot to take effect
 +
 +===== Prevent Microsoft account linking =====
 +
 +If you never want to hook your personal computer that you //own//  to an account owned and managed by Microsoft (seems wise to me), then:
 +
 +  * Win+R, "gpedit.msc"
 +  * Computer Configuration → Windows Settings → Security Settings → Local Policies → Security Options
 +  * Set " Accounts: Block Microsoft accounts" to "Users can't add or log on with Microsoft accounts"
 +  * Run "gpupdate /force" or reboot to take effect
  
  
decrapping_windows_11.1740060015.txt.gz · Last modified: by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki