Skip to content

Commit

Permalink
asfdsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Marterich committed Jun 12, 2024
1 parent 2f83703 commit 8823d6c
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9758,36 +9758,6 @@ $sync.configs.tweaks = '{
"StartupType": "Automatic",
"OriginalType": "Automatic"
},
{
"Name": "WlanSvc",
"StartupType": "Automatic",
"OriginalType": "Automatic"
},
{
"Name": "WpcMonSvc",
"StartupType": "Manual",
"OriginalType": "Manual"
},
{
"Name": "WpnService",
"StartupType": "Manual",
"OriginalType": "Automatic"
},
{
"Name": "WpnUserService_*",
"StartupType": "Automatic",
"OriginalType": "Automatic"
},
{
"Name": "WwanSvc",
"StartupType": "Manual",
"OriginalType": "Manual"
},
{
"Name": "XblAuthManager",
"StartupType": "Manual",
"OriginalType": "Manual"
},
{
"Name": "XblGameSave",
"StartupType": "Manual",
Expand Down Expand Up @@ -15031,7 +15001,7 @@ $commonKeyEvents = {
$sync.CheckboxFilter.SelectAll()
$sync.CheckboxFilter.Text = ""
}
$sync.CheckboxFilter.Focus()
$sync.CheckboxFilter.Focus()
}
}

Expand Down

0 comments on commit 8823d6c

Please sign in to comment.