Commit Graph

17 Commits

Author SHA1 Message Date
Rasinzz
7a1a1a8bd1 Add Corsair iCUE installer 2022-05-17 21:47:26 -04:00
Rasinzz
087e21b3ca Add BlueStacks installer 2022-05-17 21:46:42 -04:00
Rasinzz
f81829ea95 Add SteelSeries GG installer 2022-05-17 21:46:02 -04:00
Rasinzz
d37777e8c1 Add Logitech G HUB installer 2022-05-17 21:45:05 -04:00
Rasinzz
b0c0aa0809 Add VeraCrypt installer 2022-05-17 21:44:02 -04:00
Rahul Somasundaram
4d2364072e
code format using powershell VS code extension (#28) 2022-05-17 11:09:23 -05:00
Aetopia
ae9a8c0b15
Small Fixes. (#22)
* Update winutil.ps1

* Use Curl instead of Bits transfer for O&O Shutup.

* Update winutil.ps1

* decoupling xaml and ps1 (#7)

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

Co-authored-by: Rahul Somasundaram <rahulstsgr@gmail.com>
Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-05-17 10:51:25 -05:00
Carter
d60fce1826
Add winget check and installer (#21)
* Add winget check and installer

 - Adds Check if winget is installed
   - If not installed, checks if the computer is running 1809+ and if the computer is running Windows Server or LTSC
    - If running pre-1809, winget install stops as it is not supported
    - If running Windows Server or Windows LTSC, runs alternative installer compatible with those editions of Windows

* decoupling xaml and ps1 (#7)

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

Co-authored-by: Rahul Somasundaram <rahulstsgr@gmail.com>
Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-05-17 10:49:43 -05:00
Carter
86628c9d30
Fix issue in #14 (#20)
* Fix issue in #14

 - It seems that Chris forgot to add a button for the Repair Windows Update Script and accidentally put it under the Default Windows Update Settings button.
   - Fixed by adding the $WPFFixesUpdate.Add_Click function before the Reset Script
   - Fixes #14

* decoupling xaml and ps1 (#7)

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

Co-authored-by: Rahul Somasundaram <rahulstsgr@gmail.com>
Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-05-17 10:47:54 -05:00
Jards
3393fba7d7
Added DISM command and button to tool (#19)
* Added DISM command and button to tool

* Added additional scans and colours to make it clear when each scan type starts

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-05-17 10:43:43 -05:00
Ayoub Hebbaj
0d7d75e300
Typos: Documents, Start installs (#18)
Document -> Documents
Start install -> Start installs

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-05-17 10:41:19 -05:00
ChrisTitusTech
f6b732d812 xml decouple 2022-05-17 10:38:17 -05:00
Carter
c7043ff0fb
A few grammar, wording, and formatting tweaks (#6)
* A few grammar tweaks and sort services

 - Made a few grammar and wording tweaks
  - Install Tab1 -> Tab 1 - Install
  - Tweaks Buttons -> Tweak Buttons
  - Service tweaks to Manual -> Set Services to Manual
- Improve $services
  - The behavior of $services has not changed, just the formatting and grammar
  - Alphabetize the services to make any service easier to find
  - Improve the grammar and formatting of the comments next to the services
   - Capitalizes the first letter
   - Makes sure there is a space between # and the first word
   - Makes the spacing of each comment consistent so they all appear on the same column

* Fix winget indentation

 - Fixed the Indentation on the winget buttons

* If-statement and indentation

 - Made the format of all If-Statements consistent
   - if(statement){}else{} -> If (statement) {} else {}
 - Improve formatting and indentation
2022-05-17 09:31:18 -05:00
Chris Titus
feb1fb4c7c update 2022-05-10 08:37:41 -05:00
Chris Titus
f55814f349 update 2022-05-10 08:18:13 -05:00
Chris Titus
13a1b0e254 update 2022-04-29 23:11:51 -05:00
ChrisTitusTech
59688d367c Initial 2022-04-27 22:42:07 -05:00