Commit Graph

294 Commits

Author SHA1 Message Date
00ffad0e41 Compile Winutil 2024-05-11 21:33:55 +00:00
e0b7551eaa Fix ordering of Advanced Tweaks 2024-05-11 16:33:30 -05:00
2568d5fe8b Reorder Tweaks 2024-05-11 16:27:34 -05:00
ed56090a69 Fix Typo in the App Entry 'GlazeWM' in 'applications.json' File (#1958) 2024-05-11 16:15:30 -05:00
8260b62d22 Compile Winutil 2024-05-11 21:15:11 +00:00
236e0b4da2 fix glaze 2024-05-11 16:14:49 -05:00
10ab0eda03 Compile Winutil 2024-05-11 21:08:33 +00:00
2cc9474aa3 Made disabling Fullscreen optimizations its own tweak (#1934)
* Removed "GameDVR_DXGIHonorFSEWindowsCompatible" modification from "Disable GameDVR" tweak
* Created advanced tweak "Disable fullscreen optimizations"
Disables fullscreen optimizations in all applications. (Which can cause problems with Color Management in Exclusive Fullscreen)
2024-05-11 16:08:11 -05:00
2b0efd3eb3 Compile Winutil 2024-05-11 21:07:21 +00:00
0981509cfb Install flow rework (#1961)
* Install flow rework
Sperated Winget and Chocolatey setps when installing software add skip them when not needed

* fix uninstall

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-05-11 16:06:57 -05:00
e6a0e299b9 Compile Winutil 2024-05-11 21:02:10 +00:00
dd70526731 Adobe Network Blocking / Adobe Debloater / Tweak Fixes & more (#1954)
* Added Applications

AFFiNE: Open source Notion alternative with selfhostable option for syncing.

Wazuh Agent: Adgent for open-source security monitoring platform

* Change layout of toggles

Change the layout of the toggles to first show toggles and then the content (text).
- testet, works

* added snap related toggles

- disable snapping entirely (requires relogin of windows user)
- disable suggestion to snap other windows next to the snapped window

-tested

* Layouted Checkboxes, redesigned Toggles & renamed RDCMan

- Removed text inside toggle as it can be confusing because it sais "enable" while enabled and "disable" if disabled. The coloring should be enough to know in what state that setting is.
- without the text i could make it a little bit smaller while still letting it look good.
- Renamed "Remote Desktop Connection Manager (RDCMan)" to "RDCMan" because that name is shorter and also mostly used by the linked site.
- layouted checkboxes so they are not more left than the title and look tidy.

- tested

* Disable Acrobat auto-updates

- added script & undoscript to disable automatic downloads & installation of acrobat reader. The user gets a notified if there is an update available. I put some info to that inside the code

* edited AFFiNE description

* Tweak Adobe Debloater

-disable Adobe Desktop Service by getting ownership and renaming it.
- added AGMService service
- disable AGMService and AGSService entirely

* Block Adobe Network, Debloat Adobe & Compile

- fixes order of tweaks to always run "WPFTweaksRestorePoint" first. Before it was only the case because if was one of the first letter0s of the alphabet
- Fixed some stuff at Debloat Adobe & added Adobe Reader update stopper & "deactivated" Adobe Desktop Service.
- Added Blocking of Adobe Servers (as of your suggestion) to it's own Tweak.
- ran compile for testing & showing

* undo compilation

* added Note to AcrobatUpdates Management in Tweak "Debloat Adobe"

* Fix Right Click Method to use accurate names

* fixed my mistake in README

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-05-11 16:01:48 -05:00
2c5544c4c7 Compile Winutil 2024-05-11 20:54:40 +00:00
9850ffd2c2 Add SMPlayer to applications.json (#1948)
* Add SMPlayer to `applications.json`

* Fix formatting

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-05-11 15:54:18 -05:00
3c2b236d0a Compile Winutil 2024-05-11 20:53:18 +00:00
f130fc6c49 Main window handle (#1941)
Condition is comparing $proc.Id with [System.IntPtr]::Zero. The Id property is an integer, representing the process ID, and it's not directly related to window handles.
Instead, you should compare the MainWindowHandle property against [System.IntPtr]::Zero
2024-05-11 15:52:52 -05:00
15eb12af11 Compile Winutil 2024-05-11 20:48:42 +00:00
eec184ee81 Simplified Admin Check and Added Code Comments (#1938)
- Simplified the admin check by filtering the "WindowsIdentity" class for owner value and comparing against admin value
- Removed the need for an if admin check by moving its commands under the if not admin check.
- Added code comments
2024-05-11 15:48:18 -05:00
794d390a7f Compile Winutil 2024-05-11 20:47:02 +00:00
d893c0512a Add GitKraken Client (#1927)
Adds development utility client for git repository management
2024-05-11 15:46:37 -05:00
a0db6cfdce Compile Winutil 2024-05-11 20:46:32 +00:00
4993407f2c add Godot Engine to applications.json (#1933)
Added Godot Engine (https://godotengine.org/).

Godot Engine is a free, open-source 2D and 3D game engine with a focus on usability and flexibility.
2024-05-11 15:46:08 -05:00
c78a48d670 Compile Winutil 2024-05-11 20:45:57 +00:00
800a5085fc Added ForceAutoHDR application to applications.json (#1951)
* Added ForceAutoHDR application to applications.json

Entry added on line 2642

* Update config/applications.json

Yep my bad I though games related tools should be under "Games"

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>

---------

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
2024-05-11 15:45:32 -05:00
6e201305c9 Compile Winutil 2024-05-10 04:15:31 +00:00
84fe67f032 Merge branch 'test-2024-04-20-2' of https://github.com/ChrisTitusTech/winutil into test-2024-04-20-2 2024-05-09 23:15:02 -07:00
5c65f32fdf Install Choco if needed 2024-05-09 23:14:54 -07:00
7d8ff5e0f9 Compile Winutil 2024-05-10 04:14:20 +00:00
cc02facb11 Only install choco if needed (#1943) 2024-05-09 21:13:57 -07:00
1c80af1aca Compile Winutil 2024-05-10 04:05:31 +00:00
bcc5b691d6 Include OOSU Config in winutil.ps1 (#1932) 2024-05-09 21:05:04 -07:00
963bfe9358 Compile Winutil 2024-05-10 04:03:29 +00:00
eb205771fb Optimize winget download speed (#1931)
* Optimize Winget Download Speed

* Add Downloading Message
2024-05-09 21:03:07 -07:00
c4a9ab098b Compile Winutil 2024-05-10 04:01:51 +00:00
Rux
457e8cdcdc Update name and description for Element (#1930)
- Fixed the name and description for Element to reflect the name of the client, rather than the underlying technology-Matrix.
2024-05-09 21:01:25 -07:00
d43d09872d Compile Winutil 2024-05-10 03:52:18 +00:00
39e89f1627 Fix incorrect url for jellyfin-media-player (#1912) 2024-05-09 20:51:54 -07:00
5648115256 Compile Winutil 2024-05-10 03:49:49 +00:00
565f9c310c Test 1715290913 fix ugly ifs (#1957)
* fix nested ifs

* Compile Winutil

* fix syntax

* Compile Winutil

* Add Spotify and Choco Fallback

* Compile Winutil

---------

Co-authored-by: ty802 <ty802@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
2024-05-09 20:49:23 -07:00
8eb51560d8 Compile Winutil 2024-05-09 22:05:13 +00:00
81fd3d1683 Remove old Win7 game tweak 2024-05-09 17:04:41 -07:00
63f45ed446 Compile Winutil 2024-05-09 22:00:48 +00:00
386808d0e0 add GlazeWM to applications.js (#1891)
Co-authored-by: Chris Titus <contact@christitus.com>
2024-05-09 15:00:16 -07:00
f1c52d957b Compile Winutil 2024-05-09 20:36:16 +00:00
b28a79d177 Test 2024 04 20 2 | 7 additions to applications.json
* 7 additions to applications.json

Adds:

NetLimiter - https://www.netlimiter.com
OneCommander - https://www.onecommander.com
Borderless Gaming - https://github.com/Codeusa/Borderless-Gaming
Equalizer APO - https://sourceforge.net/projects/equalizerapo
FreeFileSync - https://freefilesync.org
Elgato Stream Deck - https://www.elgato.com/uk/en/s/downloads
Stardock Curtains - https://www.stardock.com/products/curtains

* Added Compact GUI support

Link: https://github.com/IridiumIO/CompactGUI

Since I wasn't sure what category to put it in, I chose Utilities.

* Added ExifCleaner support

Link: https://github.com/szTheory/exifcleaner

* Removed trial ware additions

Removed:

Net Limiter
One Commander
Elgato: Stream Deck
Stardock Curtains
2024-05-09 15:35:53 -05:00
b0bd06be96 Compile Winutil 2024-05-09 20:31:53 +00:00
665f31d91a Added ability to import drivers
* Added ability to import drivers

Added the ability to import drivers from the active installation to the MicroWin image.

* Merge branch 'test-2024-04-20-2' into CW-MicroWin-240420

* Update inputXML.xaml

Removed warning because of a fluke

* Update Invoke-WPFMicrowin.ps1

Use the driver injection directory if it is specified and if the directory exists

* Merge branch 'test-2024-04-20-2' into CW-MicroWin-240420

* Merge branch 'test-2024-04-20-2' into CW-MicroWin-240420
2024-05-09 15:31:27 -05:00
11b64623e9 Compile Winutil 2024-05-01 21:45:12 +00:00
d1eedd0d74 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
2024-05-01 16:44:41 -05:00
8fccb8b749 Compile Winutil 2024-05-01 21:39:34 +00:00