mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 00:54:47 -05:00
Test 2023 08 09 (#1004)
* Add Message confirming restore point created (#953) * Compile Winutil * readme update * remove unnecessary space from property name (#965) * Compile Winutil * Add application (#969) Add BCU to Utilities * Update winget.ps1 (#979) I just updated the script to version 3.0.0 and am pushing this out to your project too. 😊 https://github.com/asheroto/winget-install You can use the signed version from releases if preferred. * Compile Winutil * Commit to fix #983 * Compile Winutil * Disables the icons on the taskbar for: (#996) - Chat/Teams - Search Bar - Task View - Widgets * Compile Winutil * Add naps2 (#999) * Compile Winutil * Update autohotkey id (#1000) * Compile Winutil * fix package name (#1001) * Compile Winutil --------- Co-authored-by: Stephen Harris <stephen@lunamile.com> Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com> Co-authored-by: edelvarden <42596339+edelvarden@users.noreply.github.com> Co-authored-by: Giannis Lagodimos <62063308+Giann1s@users.noreply.github.com> Co-authored-by: asheroto <49938263+asheroto@users.noreply.github.com> Co-authored-by: FriendlyButFire <antoguada96@gmail.com> Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>
This commit is contained in:
12
config/applications.json
Normal file → Executable file
12
config/applications.json
Normal file → Executable file
@ -16,7 +16,7 @@
|
||||
"choco": "audacity"
|
||||
},
|
||||
"WPFInstallautohotkey": {
|
||||
"winget": "Lexikos.AutoHotkey",
|
||||
"winget": "AutoHotkey.AutoHotkey",
|
||||
"choco": "autohotkey"
|
||||
},
|
||||
"WPFInstallbitwarden": {
|
||||
@ -31,6 +31,10 @@
|
||||
"winget": "Brave.Brave",
|
||||
"choco": "brave"
|
||||
},
|
||||
"WPFInstallbulkcrapuninstaller": {
|
||||
"winget": "Klocman.BulkCrapUninstaller",
|
||||
"choco": "bulk-crap-uninstaller"
|
||||
},
|
||||
"WPFInstallchrome": {
|
||||
"winget": "Google.Chrome",
|
||||
"choco": "googlechrome"
|
||||
@ -195,6 +199,10 @@
|
||||
"winget": "mRemoteNG.mRemoteNG",
|
||||
"choco": "mremoteng"
|
||||
},
|
||||
"WPFInstallnaps2": {
|
||||
"winget": "Cyanfish.NAPS2",
|
||||
"choco": "naps2"
|
||||
},
|
||||
"WPFInstallnodejs": {
|
||||
"winget": "OpenJS.NodeJS",
|
||||
"choco": "nodejs"
|
||||
@ -288,7 +296,7 @@
|
||||
"choco": "treesizefree"
|
||||
},
|
||||
"WPFInstallttaskbar": {
|
||||
"winget": "TranslucentTB.TranslucentTB",
|
||||
"winget": "9PF4KZ2VN4W9",
|
||||
"choco": "translucenttb"
|
||||
},
|
||||
"WPFInstallvisualstudio": {
|
||||
|
@ -2007,6 +2007,34 @@
|
||||
"name": "EnableAeroPeek",
|
||||
"value": "0",
|
||||
"type": "DWord"
|
||||
},
|
||||
{
|
||||
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
||||
"OriginalValue": "1",
|
||||
"name": "TaskbarMn",
|
||||
"value": "0",
|
||||
"type": "DWord"
|
||||
},
|
||||
{
|
||||
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
||||
"OriginalValue": "1",
|
||||
"name": "TaskbarDa",
|
||||
"value": "0",
|
||||
"type": "DWord"
|
||||
},
|
||||
{
|
||||
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
|
||||
"OriginalValue": "1",
|
||||
"name": "ShowTaskViewButton",
|
||||
"value": "0",
|
||||
"type": "DWord"
|
||||
},
|
||||
{
|
||||
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
|
||||
"OriginalValue": "1",
|
||||
"name": "SearchboxTaskbarMode",
|
||||
"value": "0",
|
||||
"type": "DWord"
|
||||
}
|
||||
],
|
||||
"InvokeScript": [
|
||||
|
Reference in New Issue
Block a user