Skip to content

Commit

Permalink
Dont touch netlogon? (#1220)
Browse files Browse the repository at this point in the history
* Dont touch netlogon

* Update winutil.ps1

Are we not using the new functions yet in main? Removed netlogon from being touched here too...

* Update tweaks.json

Set Netlogon to Auto

* Update winutil.ps1

Set netlogon to auto

* Update tweaks.json

fix auto to automatic

* Update winutil.ps1

fix typo
  • Loading branch information
lavavex authored Nov 30, 2023
1 parent 78b3d02 commit 47f9223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@
},
{
"Name": "Netlogon",
"StartupType": "Manual",
"OriginalType": "Manual"
"StartupType": "Automatic",
"OriginalType": "Automatic"
},
{
"Name": "Netman",
Expand Down
4 changes: 2 additions & 2 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6140,8 +6140,8 @@ $sync.configs.tweaks = '{
},
{
"Name": "Netlogon",
"StartupType": "Manual",
"OriginalType": "Manual"
"StartupType": "Automatic",
"OriginalType": "Automatic"
},
{
"Name": "Netman",
Expand Down

0 comments on commit 47f9223

Please sign in to comment.