From c23ea45e6140a68c07bee66c7da897a8cf8c5ca1 Mon Sep 17 00:00:00 2001 From: Martin Wiethan <47688561+Marterich@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:15:30 +0200 Subject: [PATCH 1/6] Remove WwanSvc Service From Manual Services Tweak (#2086) * Compile Winutil * Remove WwanSvc from manual Services tweak --------- Co-authored-by: Marterich --- config/tweaks.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 4af9dc79..6fc7d2e6 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1223,11 +1223,6 @@ "StartupType": "Automatic", "OriginalType": "Automatic" }, - { - "Name": "WwanSvc", - "StartupType": "Manual", - "OriginalType": "Manual" - }, { "Name": "XblAuthManager", "StartupType": "Manual", From 45a18b335f19ab0910dcea98b38d0eaecbbc5969 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Tue, 25 Jun 2024 19:15:55 +0000 Subject: [PATCH 2/6] Compile Winutil --- winutil.ps1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index ccded69b..b9029425 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -9869,11 +9869,6 @@ $sync.configs.tweaks = '{ "StartupType": "Automatic", "OriginalType": "Automatic" }, - { - "Name": "WwanSvc", - "StartupType": "Manual", - "OriginalType": "Manual" - }, { "Name": "XblAuthManager", "StartupType": "Manual", From acbabd49629498ebfdf78f9e5c70ac897ced8351 Mon Sep 17 00:00:00 2001 From: PedroBuffon Date: Tue, 25 Jun 2024 16:19:20 -0300 Subject: [PATCH 3/6] Added Plex Desktop along side Plex Media Server (#2091) --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 243fc33f..309d7615 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1663,6 +1663,14 @@ "link": "https://www.plex.tv/your-media/", "winget": "Plex.PlexMediaServer" }, + "WPFInstallplexdesktop": { + "category": "Multimedia Tools", + "choco": "plex", + "content": "Plex Desktop", + "description": "Plex Desktop for Windows is the front end for Plex Media Server.", + "link": "https://www.plex.tv", + "winget": "Plex.Plex" + }, "WPFInstallPortmaster": { "category": "Pro Tools", "choco": "portmaster", From a23d63613f7a69171c23ed9f7edecbee960aac45 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Tue, 25 Jun 2024 19:19:45 +0000 Subject: [PATCH 4/6] Compile Winutil --- winutil.ps1 | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index b9029425..973ae52a 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -7053,6 +7053,14 @@ $sync.configs.applications = '{ "link": "https://www.plex.tv/your-media/", "winget": "Plex.PlexMediaServer" }, + "WPFInstallplexdesktop": { + "category": "Multimedia Tools", + "choco": "plex", + "content": "Plex Desktop", + "description": "Plex Desktop for Windows is the front end for Plex Media Server.", + "link": "https://www.plex.tv", + "winget": "Plex.Plex" + }, "WPFInstallPortmaster": { "category": "Pro Tools", "choco": "portmaster", @@ -14028,6 +14036,9 @@ $inputXML = ' + + + @@ -14067,15 +14078,15 @@ $inputXML = ' - - - + + + @@ -14286,15 +14297,15 @@ $inputXML = ' - - - + + + From 495e08db0520d085420442f75c0571cd9e88c859 Mon Sep 17 00:00:00 2001 From: Benjy <123623302+brrock@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:21:35 +0100 Subject: [PATCH 5/6] Test (#1) (#2095) * remove java 20 * remove java 20 --- config/applications.json | 8 -------- winutil.ps1 | 8 -------- 2 files changed, 16 deletions(-) diff --git a/config/applications.json b/config/applications.json index 309d7615..a0c20a67 100644 --- a/config/applications.json +++ b/config/applications.json @@ -975,14 +975,6 @@ "link": "https://www.oracle.com/java/", "winget": "EclipseAdoptium.Temurin.18.JRE" }, - "WPFInstalljava20": { - "category": "Development", - "choco": "na", - "content": "Azul Zulu JDK 20", - "description": "Azul Zulu JDK 20 is a distribution of the OpenJDK with long-term support, performance enhancements, and security updates.", - "link": "https://www.azul.com/downloads/zulu-community/", - "winget": "Azul.Zulu.20.JDK" - }, "WPFInstalljava21": { "category": "Development", "choco": "na", diff --git a/winutil.ps1 b/winutil.ps1 index 973ae52a..60d0b229 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -6365,14 +6365,6 @@ $sync.configs.applications = '{ "link": "https://www.oracle.com/java/", "winget": "EclipseAdoptium.Temurin.18.JRE" }, - "WPFInstalljava20": { - "category": "Development", - "choco": "na", - "content": "Azul Zulu JDK 20", - "description": "Azul Zulu JDK 20 is a distribution of the OpenJDK with long-term support, performance enhancements, and security updates.", - "link": "https://www.azul.com/downloads/zulu-community/", - "winget": "Azul.Zulu.20.JDK" - }, "WPFInstalljava21": { "category": "Development", "choco": "na", From 5c687c98c655a5e5aeb44faa97883c364d7543b8 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Tue, 25 Jun 2024 19:22:02 +0000 Subject: [PATCH 6/6] Compile Winutil --- winutil.ps1 | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index 60d0b229..12392957 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -13600,9 +13600,6 @@ $inputXML = ' - - - @@ -13632,15 +13629,15 @@ $inputXML = ' + + + - - - @@ -13847,15 +13844,15 @@ $inputXML = ' + + + - - - @@ -14070,15 +14067,15 @@ $inputXML = ' + + + - - - @@ -14289,15 +14286,15 @@ $inputXML = ' + + + - - -