Skip to content

10.06.2020

Compare
Choose a tag to compare
@farag2 farag2 released this 10 Jun 16:54
· 1842 commits to master since this release
f7d431f

Windows 10 2004 Version

  • Updated sections

    • Stop event trace sessions;
    • Turn off Windows features;
    • Turn off background apps, except the followings...;
    • Turn off and delete reserved storage after the next update installation;
    • Hide the "Edit with Photos" item from the context menu;
    • Hide the "Create a new video" item from the context menu;
    • Hide the "Edit" item from the images context menu;
    • Remove the "Bitmap image" item from the "New" context menu;
    • Remove the "Rich Text Document" item from the "New" context menu.
  • Added sections

    • Turn on automatically save my restartable apps when sign out and restart them after sign in
    • Turn off Cortana autostarting;
    • Turn on hardware-accelerated GPU scheduling.
  • Due to Microsoft Edge moved to Chromium rendering engine, the following sections was removed

    • Remove Microsoft Edge shortcut from the Desktop;

    • Do not allow Microsoft Edge to start and load the Start and New Tab page at Windows startup and each time Microsoft Edge is closed;

      • To remove unnecessary key execute
      Remove-ItemProperty -Path HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader -Name AllowTabPreloading -Force
    • Do not allow Microsoft Edge to pre-launch at Windows startup, when the system is idle, and each time Microsoft Edge is closed;

      • To remove unnecessary key execute unnecessary key execute
      Remove-ItemProperty -Path HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main -Name AllowPrelaunch -Force
    • Turn off Windows Defender SmartScreen for Microsoft Edge;

      • To remove unnecessary key execute
      $edge = (Get-AppxPackage -Name Microsoft.MicrosoftEdge).PackageFamilyName
      Remove-ItemProperty -Path "HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\$edge\MicrosoftEdge\PhishingFilter" -Name EnabledV9 -Force
    • Turn off creation of an Edge shortcut on the desktop for each user profile;

      • To remove unnecessary key execute
      Remove-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer -Name DisableEdgeDesktopShortcutCreation -Force
  • In Windows 10 the "Turn on automatic recommended troubleshooting and tell when problems get fixed" feature was renamed into "Run troubleshooters automatically, then notify"

  • Comments;

  • Minor changes.