From 0c88d67b1ff6c8117e042b440ef4c31405e136d9 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 13 May 2023 08:45:07 -0500 Subject: [PATCH] Fix Wifi issue (#754) * Compile Winutil * fix wlansvc service (#749) * Compile Winutil --------- Co-authored-by: ChrisTitusTech Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com> --- config/tweaks.json | 6 +----- winutil.ps1 | 12 ++++-------- 2 files changed, 5 insertions(+), 13 deletions(-) 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." }