mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-06 07:26:23 +00:00
Compare commits
2 Commits
2026.04.04
...
2026.04.05
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
342f498344 | ||
|
|
6c321f9d97 |
@@ -29,10 +29,6 @@
|
|||||||
"Name": "DisableStoreSearchSuggestions",
|
"Name": "DisableStoreSearchSuggestions",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name": "DisableSearchHighlights",
|
|
||||||
"Value": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "DisableCopilot",
|
"Name": "DisableCopilot",
|
||||||
"Value": true
|
"Value": true
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ param (
|
|||||||
|
|
||||||
|
|
||||||
# Define script-level variables & paths
|
# Define script-level variables & paths
|
||||||
$script:Version = "2026.04.04"
|
$script:Version = "2026.04.05"
|
||||||
$script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json"
|
$script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json"
|
||||||
$script:DefaultSettingsFilePath = "$PSScriptRoot/Config/DefaultSettings.json"
|
$script:DefaultSettingsFilePath = "$PSScriptRoot/Config/DefaultSettings.json"
|
||||||
$script:FeaturesFilePath = "$PSScriptRoot/Config/Features.json"
|
$script:FeaturesFilePath = "$PSScriptRoot/Config/Features.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user