diff --git a/config/tweaks.json b/config/tweaks.json
index 9f746f50..609bf7de 100644
--- a/config/tweaks.json
+++ b/config/tweaks.json
@@ -1048,11 +1048,7 @@
},
{
"Name": "WlanSvc",
- "OriginalType": "Manual"
- },
- {
- "Name": "Wlansvc",
- "StartupType": "Manual"
+ "OriginalType": "Automatic"
},
{
"Name": "WpcMonSvc",
diff --git a/winutil.ps1 b/winutil.ps1
index 21299ac1..d1c125d0 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
- Version : 23.05.12
+ Version : 23.05.13
#>
Start-Transcript $ENV:TEMP\Winutil.log -Append
@@ -21,7 +21,7 @@ Add-Type -AssemblyName System.Windows.Forms
# variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
-$sync.version = "23.05.12"
+$sync.version = "23.05.13"
$sync.configs = @{}
$sync.ProcessRunning = $false
Function Get-WinUtilCheckBoxes {
@@ -4027,11 +4027,7 @@ $sync.configs.tweaks = '{
},
{
"Name": "WlanSvc",
- "OriginalType": "Manual"
- },
- {
- "Name": "Wlansvc",
- "StartupType": "Manual"
+ "OriginalType": "Automatic"
},
{
"Name": "WpcMonSvc",
@@ -5303,7 +5299,7 @@ catch [System.Management.Automation.MethodInvocationException] {
}
}
catch {
- # If it broke some other way
+ # If it broke some other way
Write-Host "Unable to load Windows.Markup.XamlReader. Double-check syntax and ensure .net is installed."
}