Skip to content

Commit a6daecc

Browse files
[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 <contact@christitus.com>
1 parent 4eee519 commit a6daecc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

config/applications.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,18 @@
379379
"category": "Microsoft Tools",
380380
"choco": "na",
381381
"content": "DISMTools",
382-
"description": "DISMTools is a front-end for DISM that lets you manage your Windows Imaging (WIM) files and a whole lot more.",
382+
"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.",
383383
"link": "https://github.com/CodingWonders/DISMTools",
384384
"winget": "CodingWondersSoftware.DISMTools.Stable"
385385
},
386+
"ntlite": {
387+
"category": "Microsoft Tools",
388+
"choco": "ntlite-free",
389+
"content": "NTLite",
390+
"description": "Integrate updates, drivers, automate Windows and application setup, speedup Windows deployment process and have it all set for the next time.",
391+
"link": "https://ntlite.com",
392+
"winget": "Nlitesoft.NTLite"
393+
},
386394
"ditto": {
387395
"category": "Utilities",
388396
"choco": "ditto",
@@ -1163,7 +1171,7 @@
11631171
"category": "Communications",
11641172
"choco": "element-desktop",
11651173
"content": "Element",
1166-
"description": "Element is a client for Matrixan open network for secure, decentralized communication.",
1174+
"description": "Element is a client for Matrix; an open network for secure, decentralized communication.",
11671175
"link": "https://element.io/",
11681176
"winget": "Element.Element"
11691177
},

0 commit comments

Comments
 (0)