mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 09:04:47 -05:00
Test 2023 08 02 (#950)
* Fix Restore Points before tweaks * Compile Winutil * Update Set-WinUtilRestorePoint.ps1 * Compile Winutil * add snappy driver installer origin (#936) * fix when User name have space (#937) * Compile Winutil * Add Applications (Fixed) (#944) * Add Applications (Fixed) This fixes #940 by removing OperaGX, fixing alphabetization, and removing my instance of Neovim which I didn't notice was added recently. * Update winutil.ps1 * Update inputXML.xaml --------- Co-authored-by: Chris Titus <contact@christitus.com> * Compile Winutil * removing service stops in services tweak * Fix pin not working for microsoft accounts * Compile Winutil * Remove verbose code * Compile Winutil --------- Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com> Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com> Co-authored-by: AdamJedl <100023363+AdamJedl@users.noreply.github.com> Co-authored-by: AshlynOrSomethin <31773733+AshlynOrSomethin@users.noreply.github.com>
This commit is contained in:
@ -99,6 +99,10 @@
|
||||
"winget": "GOG.Galaxy",
|
||||
"choco": "goggalaxy"
|
||||
},
|
||||
"WPFInstallheroiclauncher": {
|
||||
"winget": "HeroicGamesLauncher.HeroicGamesLauncher",
|
||||
"choco": "na"
|
||||
},
|
||||
"WPFInstallgpuz": {
|
||||
"winget": "TechPowerUp.GPU-Z",
|
||||
"choco": "gpu-z"
|
||||
@ -155,6 +159,10 @@
|
||||
"winget": "EclipseAdoptium.Temurin.11.JRE",
|
||||
"choco": "javaruntime"
|
||||
},
|
||||
"WPFInstalljava20": {
|
||||
"winget": "Azul.Zulu.20.JDK",
|
||||
"choco": "na"
|
||||
},
|
||||
"WPFInstalljetbrains": {
|
||||
"winget": "JetBrains.Toolbox",
|
||||
"choco": "jetbrainstoolbox"
|
||||
@ -175,6 +183,10 @@
|
||||
"winget": "Element.Element",
|
||||
"choco": "element-desktop"
|
||||
},
|
||||
"WPFInstallmonitorian": {
|
||||
"winget": "emoacht.Monitorian",
|
||||
"choco": "monitorian"
|
||||
},
|
||||
"WPFInstallmpc": {
|
||||
"winget": "clsid2.mpc-hc",
|
||||
"choco": "mpc-hc"
|
||||
@ -327,6 +339,10 @@
|
||||
"winget": "Nilesoft.Shell",
|
||||
"choco": "na"
|
||||
},
|
||||
"WPFInstallsdio": {
|
||||
"winget": "GlennDelahoy.SnappyDriverInstallerOrigin",
|
||||
"choco": "na"
|
||||
},
|
||||
"WPFInstallklite": {
|
||||
"winget": "CodecGuide.K-LiteCodecPack.Standard",
|
||||
"choco": "k-litecodecpack-standard"
|
||||
@ -527,6 +543,10 @@
|
||||
"winget": "RARLab.WinRAR",
|
||||
"choco": "winrar"
|
||||
},
|
||||
"WPFInstallnano": {
|
||||
"winget": "GNU.Nano",
|
||||
"choco": "nano"
|
||||
},
|
||||
"WPFInstallneovim": {
|
||||
"winget": "Neovim.Neovim",
|
||||
"choco": "neovim"
|
||||
|
Reference in New Issue
Block a user