From a6daeccb8ccc45140d0fbb2ecb5e7881f79b1a2f Mon Sep 17 00:00:00 2001 From: CodingWonders <101426328+CodingWonders@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:08:47 +0200 Subject: [PATCH] [Applications] DISM utility changes, app description fixes (#3551) * [Applications] DISM utility changes, app description fixes - NTLite has been added to the list of apps to give the user some choice - Both DISMTools and NTLite have been moved to a new section so they can be identified more easily by what they do, and because the former is not a tool made by either Microsoft or Sysinternals. The former now has its description pulled from WinGet (and summarized using Copilot) - Em-dashes in some app descriptions have been replaced with semicolons to avoid question marks in tooltips * Change category from 'DISM Utilities' to 'Microsoft Tools' --------- Co-authored-by: Chris Titus --- config/applications.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/config/applications.json b/config/applications.json index 33a28f8c..2360fb95 100644 --- a/config/applications.json +++ b/config/applications.json @@ -379,10 +379,18 @@ "category": "Microsoft Tools", "choco": "na", "content": "DISMTools", - "description": "DISMTools is a front-end for DISM that lets you manage your Windows Imaging (WIM) files and a whole lot more.", + "description": "DISMTools is a fast, customizable GUI for the DISM utility, supporting Windows images from Windows 7 onward. It handles installations on any drive, offers project support, and lets users tweak settings like color modes, language, and DISM versions; powered by both native DISM and a managed DISM API.", "link": "https://github.com/CodingWonders/DISMTools", "winget": "CodingWondersSoftware.DISMTools.Stable" }, + "ntlite": { + "category": "Microsoft Tools", + "choco": "ntlite-free", + "content": "NTLite", + "description": "Integrate updates, drivers, automate Windows and application setup, speedup Windows deployment process and have it all set for the next time.", + "link": "https://ntlite.com", + "winget": "Nlitesoft.NTLite" + }, "ditto": { "category": "Utilities", "choco": "ditto", @@ -1163,7 +1171,7 @@ "category": "Communications", "choco": "element-desktop", "content": "Element", - "description": "Element is a client for Matrix—an open network for secure, decentralized communication.", + "description": "Element is a client for Matrix; an open network for secure, decentralized communication.", "link": "https://element.io/", "winget": "Element.Element" },