Skip to content

Commit

Permalink
Update option name
Browse files Browse the repository at this point in the history
  • Loading branch information
valleyofdoom committed Jun 27, 2024
1 parent 1a0cf74 commit 13a4f8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ The registry settings are merged with the ``apply-registry.ps1`` script. As for
|``disable retrieval of online tips and help in the immersive control panel``|Telemetry|``true``|
|``disable typing insights``|Telemetry|``true``|
|``disable suggestions in the search box and in search home``|Telemetry and intrusive|``true``|
|``disable PC is out of support message``|Disables [this](https://support.microsoft.com/en-us/topic/you-received-a-notification-your-windows-7-pc-is-out-of-support-3278599f-9613-5cc1-e0ee-4f81f623adcf) intrusive message. Not relevant to users with a modern Windows version|``true``|
|``disable computer is out of support message``|Disables [this](https://support.microsoft.com/en-us/topic/you-received-a-notification-your-windows-7-pc-is-out-of-support-3278599f-9613-5cc1-e0ee-4f81f623adcf) intrusive message. Not relevant to users with a modern Windows version|``true``|
|``disable transparency effects``|Disables transparency effects in settings as it results in reproducibly higher CPU overhead ([1](/assets/images/transparency-effects-benchmark.png)) |``true``|

### 11.4.2. Applying Options
Expand Down
2 changes: 1 addition & 1 deletion bin/apply-registry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $entries = @{
"max_version" = 9600
"value" = 1
"type" = "REG_DWORD"
"apply_if" = @("disable PC is out of support message")
"apply_if" = @("disable computer is out of support message")
}
}
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" = @{
Expand Down
2 changes: 1 addition & 1 deletion bin/registry-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"disable retrieval of online tips and help in the immersive control panel": true,
"disable typing insights": true,
"disable suggestions in the search box and in search home": true,
"disable PC is out of support message": true,
"disable computer is out of support message": true,
"disable transparency effects": true
}
}

0 comments on commit 13a4f8a

Please sign in to comment.