* 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>
* 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>
* 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>
* 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>
* 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