mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-29 01:11:30 -06:00
Compare commits
7 Commits
e27f0edeba
...
cfa660a371
Author | SHA1 | Date | |
---|---|---|---|
|
cfa660a371 | ||
|
1678663f46 | ||
|
295b5a4095 | ||
|
faad84da46 | ||
|
a2c31008cf | ||
|
6b1a914e9e | ||
|
4e96ca0c3c |
@ -3301,6 +3301,7 @@
|
|||||||
"Name": "AppsUseLightTheme",
|
"Name": "AppsUseLightTheme",
|
||||||
"Value": "0",
|
"Value": "0",
|
||||||
"OriginalValue": "1",
|
"OriginalValue": "1",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -3308,6 +3309,7 @@
|
|||||||
"Name": "SystemUsesLightTheme",
|
"Name": "SystemUsesLightTheme",
|
||||||
"Value": "0",
|
"Value": "0",
|
||||||
"OriginalValue": "1",
|
"OriginalValue": "1",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3342,6 +3344,7 @@
|
|||||||
"Name": "BingSearchEnabled",
|
"Name": "BingSearchEnabled",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3360,6 +3363,7 @@
|
|||||||
"Name": "InitialKeyboardIndicators",
|
"Name": "InitialKeyboardIndicators",
|
||||||
"Value": "2",
|
"Value": "2",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -3367,6 +3371,7 @@
|
|||||||
"Name": "InitialKeyboardIndicators",
|
"Name": "InitialKeyboardIndicators",
|
||||||
"Value": "2",
|
"Value": "2",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3385,17 +3390,53 @@
|
|||||||
"Name": "VerboseStatus",
|
"Name": "VerboseStatus",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/VerboseLogon"
|
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/VerboseLogon"
|
||||||
},
|
},
|
||||||
|
"WPFToggleStartMenuRecommendations": {
|
||||||
|
"Content": "Recommendations in Start Menu",
|
||||||
|
"Description": "If disabled then you will not see recommendations in the Start Menu. | Enables 'iseducationenvironment' | Relogin Required.",
|
||||||
|
"category": "Customize Preferences",
|
||||||
|
"panel": "2",
|
||||||
|
"Order": "a104_",
|
||||||
|
"Type": "Toggle",
|
||||||
|
"registry": [
|
||||||
|
{
|
||||||
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\PolicyManager\\current\\device\\Start",
|
||||||
|
"Name": "HideRecommendedSection",
|
||||||
|
"Value": "0",
|
||||||
|
"OriginalValue": "1",
|
||||||
|
"DefaultState": "true",
|
||||||
|
"Type": "DWord"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\PolicyManager\\current\\device\\Education",
|
||||||
|
"Name": "IsEducationEnvironment",
|
||||||
|
"Value": "0",
|
||||||
|
"OriginalValue": "1",
|
||||||
|
"DefaultState": "true",
|
||||||
|
"Type": "DWord"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer",
|
||||||
|
"Name": "HideRecommendedSection",
|
||||||
|
"Value": "0",
|
||||||
|
"OriginalValue": "1",
|
||||||
|
"DefaultState": "true",
|
||||||
|
"Type": "DWord"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/WPFToggleStartMenuRecommendations"
|
||||||
|
},
|
||||||
"WPFToggleSnapWindow": {
|
"WPFToggleSnapWindow": {
|
||||||
"Content": "Snap Window",
|
"Content": "Snap Window",
|
||||||
"Description": "If enabled you can align windows by dragging them. | Relogin Required",
|
"Description": "If enabled you can align windows by dragging them. | Relogin Required",
|
||||||
"category": "Customize Preferences",
|
"category": "Customize Preferences",
|
||||||
"panel": "2",
|
"panel": "2",
|
||||||
"Order": "a104_",
|
"Order": "a105_",
|
||||||
"Type": "Toggle",
|
"Type": "Toggle",
|
||||||
"registry": [
|
"registry": [
|
||||||
{
|
{
|
||||||
@ -3403,6 +3444,7 @@
|
|||||||
"Name": "WindowArrangementActive",
|
"Name": "WindowArrangementActive",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "String"
|
"Type": "String"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3413,7 +3455,7 @@
|
|||||||
"Description": "If enabled then Snap preview is disabled when maximize button is hovered.",
|
"Description": "If enabled then Snap preview is disabled when maximize button is hovered.",
|
||||||
"category": "Customize Preferences",
|
"category": "Customize Preferences",
|
||||||
"panel": "2",
|
"panel": "2",
|
||||||
"Order": "a105_",
|
"Order": "a106_",
|
||||||
"Type": "Toggle",
|
"Type": "Toggle",
|
||||||
"registry": [
|
"registry": [
|
||||||
{
|
{
|
||||||
@ -3421,6 +3463,7 @@
|
|||||||
"Name": "EnableSnapAssistFlyout",
|
"Name": "EnableSnapAssistFlyout",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3441,7 +3484,7 @@
|
|||||||
"Description": "If enabled then you will get suggestions to snap other applications in the left over spaces.",
|
"Description": "If enabled then you will get suggestions to snap other applications in the left over spaces.",
|
||||||
"category": "Customize Preferences",
|
"category": "Customize Preferences",
|
||||||
"panel": "2",
|
"panel": "2",
|
||||||
"Order": "a106_",
|
"Order": "a107_",
|
||||||
"Type": "Toggle",
|
"Type": "Toggle",
|
||||||
"registry": [
|
"registry": [
|
||||||
{
|
{
|
||||||
@ -3449,6 +3492,7 @@
|
|||||||
"Name": "SnapAssist",
|
"Name": "SnapAssist",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3469,7 +3513,7 @@
|
|||||||
"Description": "If Enabled then Cursor movement is affected by the speed of your physical mouse movements.",
|
"Description": "If Enabled then Cursor movement is affected by the speed of your physical mouse movements.",
|
||||||
"category": "Customize Preferences",
|
"category": "Customize Preferences",
|
||||||
"panel": "2",
|
"panel": "2",
|
||||||
"Order": "a107_",
|
"Order": "a108_",
|
||||||
"Type": "Toggle",
|
"Type": "Toggle",
|
||||||
"registry": [
|
"registry": [
|
||||||
{
|
{
|
||||||
@ -3477,6 +3521,7 @@
|
|||||||
"Name": "MouseSpeed",
|
"Name": "MouseSpeed",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -3484,6 +3529,7 @@
|
|||||||
"Name": "MouseThreshold1",
|
"Name": "MouseThreshold1",
|
||||||
"Value": "6",
|
"Value": "6",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -3491,6 +3537,7 @@
|
|||||||
"Name": "MouseThreshold2",
|
"Name": "MouseThreshold2",
|
||||||
"Value": "10",
|
"Value": "10",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3501,7 +3548,7 @@
|
|||||||
"Description": "If Enabled then Sticky Keys is activated - Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury.",
|
"Description": "If Enabled then Sticky Keys is activated - Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury.",
|
||||||
"category": "Customize Preferences",
|
"category": "Customize Preferences",
|
||||||
"panel": "2",
|
"panel": "2",
|
||||||
"Order": "a108_",
|
"Order": "a109_",
|
||||||
"Type": "Toggle",
|
"Type": "Toggle",
|
||||||
"registry": [
|
"registry": [
|
||||||
{
|
{
|
||||||
@ -3509,6 +3556,7 @@
|
|||||||
"Name": "Flags",
|
"Name": "Flags",
|
||||||
"Value": "510",
|
"Value": "510",
|
||||||
"OriginalValue": "58",
|
"OriginalValue": "58",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3527,6 +3575,7 @@
|
|||||||
"Name": "Hidden",
|
"Name": "Hidden",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3555,6 +3604,7 @@
|
|||||||
"Name": "HideFileExt",
|
"Name": "HideFileExt",
|
||||||
"Value": "0",
|
"Value": "0",
|
||||||
"OriginalValue": "1",
|
"OriginalValue": "1",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3583,6 +3633,7 @@
|
|||||||
"Name": "SearchboxTaskbarMode",
|
"Name": "SearchboxTaskbarMode",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3601,6 +3652,7 @@
|
|||||||
"Name": "ShowTaskViewButton",
|
"Name": "ShowTaskViewButton",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3619,6 +3671,7 @@
|
|||||||
"Name": "TaskbarDa",
|
"Name": "TaskbarDa",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3637,6 +3690,7 @@
|
|||||||
"Name": "TaskbarAl",
|
"Name": "TaskbarAl",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "true",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3655,6 +3709,7 @@
|
|||||||
"Name": "DisplayParameters",
|
"Name": "DisplayParameters",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -3662,6 +3717,7 @@
|
|||||||
"Name": "DisableEmoticon",
|
"Name": "DisableEmoticon",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
|
"DefaultState": "false",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -35,6 +35,9 @@ Function Get-WinUtilToggleStatus {
|
|||||||
|
|
||||||
foreach ($regentry in $ToggleSwitchReg) {
|
foreach ($regentry in $ToggleSwitchReg) {
|
||||||
try {
|
try {
|
||||||
|
if (!(Test-Path $regentry.Path)) {
|
||||||
|
New-Item -Path $regentry.Path -Force | Out-Null
|
||||||
|
}
|
||||||
$regstate = (Get-ItemProperty -path $regentry.Path).$($regentry.Name)
|
$regstate = (Get-ItemProperty -path $regentry.Path).$($regentry.Name)
|
||||||
if ($regstate -eq $regentry.Value) {
|
if ($regstate -eq $regentry.Value) {
|
||||||
$count += 1
|
$count += 1
|
||||||
@ -42,8 +45,23 @@ Function Get-WinUtilToggleStatus {
|
|||||||
} else {
|
} else {
|
||||||
Write-Debug "$($regentry.Name) is false (state: $regstate, value: $($regentry.Value), original: $($regentry.OriginalValue))"
|
Write-Debug "$($regentry.Name) is false (state: $regstate, value: $($regentry.Value), original: $($regentry.OriginalValue))"
|
||||||
}
|
}
|
||||||
|
if (!$regstate) {
|
||||||
|
switch ($regentry.DefaultState) {
|
||||||
|
"true" {
|
||||||
|
$regstate = $regentry.Value
|
||||||
|
$count += 1
|
||||||
|
}
|
||||||
|
"false" {
|
||||||
|
$regstate = $regentry.OriginalValue
|
||||||
|
}
|
||||||
|
default {
|
||||||
|
Write-Error "Entry for $($regentry.Name) does not exist and no DefaultState is defined."
|
||||||
|
$regstate = $regentry.OriginalValue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
} catch {
|
} catch {
|
||||||
Write-Error "An error occurred while accessing registry entry $($regentry.Path): $_"
|
Write-Error "An unexpected error occurred: $_"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user