Commit Graph

280 Commits

Author SHA1 Message Date
ChrisTitusTech
3c2b236d0a Compile Winutil 2024-05-11 20:53:18 +00:00
Berrick Werkman
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
ChrisTitusTech
15eb12af11 Compile Winutil 2024-05-11 20:48:42 +00:00
Hayden Plumley
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
ChrisTitusTech
794d390a7f Compile Winutil 2024-05-11 20:47:02 +00:00
Marc Brooks
d893c0512a
Add GitKraken Client (#1927)
Adds development utility client for git repository management
2024-05-11 15:46:37 -05:00
ChrisTitusTech
a0db6cfdce Compile Winutil 2024-05-11 20:46:32 +00:00
Jelle
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
ChrisTitusTech
c78a48d670 Compile Winutil 2024-05-11 20:45:57 +00:00
Andrew
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
ChrisTitusTech
6e201305c9 Compile Winutil 2024-05-10 04:15:31 +00:00
Chris Titus
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
Chris Titus
5c65f32fdf Install Choco if needed 2024-05-09 23:14:54 -07:00
ChrisTitusTech
7d8ff5e0f9 Compile Winutil 2024-05-10 04:14:20 +00:00
Martin Wiethan
cc02facb11
Only install choco if needed (#1943) 2024-05-09 21:13:57 -07:00
ChrisTitusTech
1c80af1aca Compile Winutil 2024-05-10 04:05:31 +00:00
Martin Wiethan
bcc5b691d6
Include OOSU Config in winutil.ps1 (#1932) 2024-05-09 21:05:04 -07:00
ChrisTitusTech
963bfe9358 Compile Winutil 2024-05-10 04:03:29 +00:00
Martin Wiethan
eb205771fb
Optimize winget download speed (#1931)
* Optimize Winget Download Speed

* Add Downloading Message
2024-05-09 21:03:07 -07:00
ChrisTitusTech
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
ChrisTitusTech
d43d09872d Compile Winutil 2024-05-10 03:52:18 +00:00
Callum Carmicheal
39e89f1627
Fix incorrect url for jellyfin-media-player (#1912) 2024-05-09 20:51:54 -07:00
ChrisTitusTech
5648115256 Compile Winutil 2024-05-10 03:49:49 +00:00
kian yamamoto
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
ChrisTitusTech
8eb51560d8 Compile Winutil 2024-05-09 22:05:13 +00:00
Chris Titus
81fd3d1683 Remove old Win7 game tweak 2024-05-09 17:04:41 -07:00
ChrisTitusTech
63f45ed446 Compile Winutil 2024-05-09 22:00:48 +00:00
Federico Pulcino
386808d0e0
add GlazeWM to applications.js (#1891)
Co-authored-by: Chris Titus <contact@christitus.com>
2024-05-09 15:00:16 -07:00
ChrisTitusTech
f1c52d957b Compile Winutil 2024-05-09 20:36:16 +00:00
misspent
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
ChrisTitusTech
b0bd06be96 Compile Winutil 2024-05-09 20:31:53 +00:00
CodingWonders
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
ChrisTitusTech
11b64623e9 Compile Winutil 2024-05-01 21:45:12 +00:00
MyDrift
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
ChrisTitusTech
8fccb8b749 Compile Winutil 2024-05-01 21:39:34 +00:00
Chris Titus
7065e2ac38 Update applications.json 2024-05-01 16:39:09 -07:00
Mr.k
60db65b5a6
Fix Winget Detection by doing Proper Error Handling using a Try-Catch
* Fix Winget Detection by doing Proper Error Handling using a Try-Catch

* Remove unnecessary Variable Initialization of 'wingetFullVersion'

Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>

* Add Comments to be make The Logic a Lot More Clear to Follow and Understand

* Add Another Catch Statement with some 'Write-Warning' for Extra Information
2024-05-01 16:34:52 -05:00
Evan Galvin
ad6dcca76e
add MSEdgeRedirect to applications.jsonperhaps a good "tweak" that could be added to Tweaks section down the road. project is foss... could be a good resource for someone with enough skills.in the meantime, does what it says it will, and does it well.
* add MSEdgeRedirect to applications.json

perhaps a good "tweak" that could be added to Tweaks section down the road.  project is foss... could be   a good resource for someone with enough skills.

in the meantime, does what it says it will, and does it well.
2024-05-01 16:34:22 -05:00
trenton4k
17faeef0d6
Update applications.jsonWindhawkThe customization marketplace for Windows programshttps://www.youtube.com/watch?v=ijG0nXnO2gQ
* Update applications.json

Windhawk
The customization marketplace for Windows programs

https://www.youtube.com/watch?v=ijG0nXnO2gQ
2024-05-01 16:29:48 -05:00
ChrisTitusTech
14b3c859ab Compile Winutil 2024-05-01 20:02:03 +00:00
Kasim
841de3699f
remove authy authy reached EOLhttps://help.twilio.com/articles/22771146070299-User-guide-End-of-Life-EOL-for-Twilio-Authy-Desktop-app
* remove authy 

authy reached EOL
https://help.twilio.com/articles/22771146070299-User-guide-End-of-Life-EOL-for-Twilio-Authy-Desktop-app
2024-05-01 15:01:35 -05:00
ChrisTitusTech
fc93ec16d6 Compile Winutil 2024-05-01 19:59:15 +00:00
ModernTTY
b3fc21d7e4
Add option to remove Microsoft Copilot AI
* Add option to remove MS Copilot

* Update tweaks.json

* fix bugs

- remove appx caused a lockup
- also it looks like copilot will be the dependency for some built-in windows searches
Due to this I am changing it from a removal to a disable.
2024-05-01 14:58:51 -05:00
ChrisTitusTech
fc70053789 Compile Winutil 2024-05-01 19:29:07 +00:00
MyDrift
3719b015d4
Update applications.jsonremove Whatsapp because it is not being maintained and is named "outdated" when installed
* Update applications.json

remove Whatsapp because it is not being maintained and is named "outdated" when installed
2024-05-01 14:28:43 -05:00
ChrisTitusTech
94abf3fd66 Compile Winutil 2024-05-01 18:43:03 +00:00
Mr.k
f5f506b9c5
Simple improvement: make WinUtil's Shortcut Function Do Less (Lazier) (#1903)
* Add Extra Comments to 'Invoke-WPFShortcut' to make the Logic a Bit Clearer

* Make The 'Invoke-WPFShortcut' Function Lazier for Added Efficiency and to not Display False Info whenever the User Cancels the 'Save As' Operation
2024-05-01 11:42:38 -07:00
ChrisTitusTech
bdf9c8378c Compile Winutil 2024-04-25 19:34:33 +00:00
Justawildwolf
e4bf33e3ab
Update applications.json (#1883) 2024-04-25 14:34:08 -05:00