-
Removed "Let Windows track app launches to improve Start menu and search results" section. To recover execute
Remove-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name Start_TrackProgs -Force
-
Removed "Turn off Windows Game Recording and Broadcasting" section. To recover execute
Remove-Item -Path HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR -Force
-
Removed "Turn off Game Mode" section. To recover execute
Remove-ItemProperty -Path HKCU:\Software\Microsoft\GameBar -Name AllowAutoGameMode -Force
-
Removed "Remove "Previous Versions" from file context menu" section. To recover execute
Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" -Name "{596AB062-B4D2-4215-9F74-E9109B0A8153}" -Force
-
Removed "Turn off "The Windows Filtering Platform has blocked a connection" message in "Windows Logs/Security"" section. To recover execute
auditpol /set /subcategory:"{0CCE9226-69AE-11D9-BED3-505054503030}" /success:enable /failure:enable
-
Added
- "Use Unicode UTF-8 for worldwide language support (beta)";
- "Turn on logging for all Windows PowerShell modules";
- "Turn on logging of all PowerShell script input to the Microsoft-Windows-PowerShell/Operational event log";
- "Turn on events auditing generated when a process is created or starts".
-
Comments
-
Minor changes.