mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-17 18:27:42 -06:00
Remove StartAllBack + Adobe Debloater Tweak + Add Netbird
* remove StartAllBack * Added Adobe Service Debloater Sets Adobe Services to manual for people that sadly need to work with their apps. * Add Netbird https://netbird.io
This commit is contained in:
parent
8fccb8b749
commit
d1eedd0d74
@ -1279,6 +1279,14 @@
|
|||||||
"link": "https://github.com/M2Team/NanaZip",
|
"link": "https://github.com/M2Team/NanaZip",
|
||||||
"winget": "M2Team.NanaZip"
|
"winget": "M2Team.NanaZip"
|
||||||
},
|
},
|
||||||
|
"WPFInstallnetbird": {
|
||||||
|
"category": "Pro Tools",
|
||||||
|
"choco": "netbird",
|
||||||
|
"content": "NetBird",
|
||||||
|
"description": "NetBird is a Open Source alternative comparable to TailScale that can be connected to a selfhosted Server.",
|
||||||
|
"link": "https://netbird.io/",
|
||||||
|
"winget": "netbird"
|
||||||
|
},
|
||||||
"WPFInstallnaps2": {
|
"WPFInstallnaps2": {
|
||||||
"category": "Document",
|
"category": "Document",
|
||||||
"choco": "naps2",
|
"choco": "naps2",
|
||||||
@ -1895,14 +1903,6 @@
|
|||||||
"link": "https://starship.rs/",
|
"link": "https://starship.rs/",
|
||||||
"winget": "starship"
|
"winget": "starship"
|
||||||
},
|
},
|
||||||
"WPFInstallstartallback": {
|
|
||||||
"category": "Utilities",
|
|
||||||
"choco": "na",
|
|
||||||
"content": "StartAllBack",
|
|
||||||
"description": "StartAllBack is a Tool that can be used to edit the Windows appearance by your liking (Taskbar, Start Menu, File Explorer, Control Panel, Context Menu ...)",
|
|
||||||
"link": "https://www.startallback.com/",
|
|
||||||
"winget": "startallback"
|
|
||||||
},
|
|
||||||
"WPFInstallsteam": {
|
"WPFInstallsteam": {
|
||||||
"category": "Games",
|
"category": "Games",
|
||||||
"choco": "steam-client",
|
"choco": "steam-client",
|
||||||
|
@ -77,6 +77,60 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"WPFTweaksAdobe": {
|
||||||
|
"Content": "Disable Adobe Services",
|
||||||
|
"Description": "Disables many of the services that come with Adobe and run in the background.",
|
||||||
|
"category": "Essential Tweaks",
|
||||||
|
"panel": "1",
|
||||||
|
"Order": "a009_",
|
||||||
|
"service": [
|
||||||
|
{
|
||||||
|
"Name": "AGSService",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "AdobeUpdateService",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Adobe Acrobat Update",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Adobe Genuine Monitor Service",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "AdobeARMservice",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Adobe Licensing Console",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "CCXProcess",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "AdobeIPCBroker",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "CoreSync",
|
||||||
|
"StartupType": "Manual",
|
||||||
|
"OriginalType": "Automatic"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"WPFTweaksLoc": {
|
"WPFTweaksLoc": {
|
||||||
"Content": "Disable Location Tracking",
|
"Content": "Disable Location Tracking",
|
||||||
"Description": "Disables Location Tracking...DUH!",
|
"Description": "Disables Location Tracking...DUH!",
|
||||||
|
Loading…
Reference in New Issue
Block a user