Commit Graph

162 Commits

Author SHA1 Message Date
DeveloperDurp
ed696ba724
Move winget install to user temp folder (#192)
* Move winget install to user temp folder

* Fix path variable

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-25 14:08:28 -05:00
Sarah
3ced5c3ea9
Longer Thing (#186)
* redid the whole thing

* man

* Tweaks to change

I like most of these but adding the UAC back in, Disabling Long Paths, and removing TPM properties aren't approved in the default essential tweaks.
This should have been put into the Undo all portion

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-25 14:01:09 -05:00
Robin Avery
f18b2bdb34
Create FUNDING.yml (#182) 2022-09-25 13:54:19 -05:00
hoffmanra
5c9c3679f1
Added LibreOffice to applications.json and winutil.ps1 to fix #171 (#178)
* Fixes missing LibreOffice (#171)

Added missing LibreOffice to fix issue #171.

* Fixes missing LibreOffice (#171)

Added LibreOffice to winutil.ps1 to fix issue #171.
2022-09-25 13:53:48 -05:00
Chris Titus
eee524111f
Merge Gaming Tweaks and Temp Files Addition (#193)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Quick Fix - UAC Property error

* Network Performance Tweak

* Gaming Tweaks

* Delete Temp Files Addition

* Delete Temp Files GUI
2022-09-25 13:52:53 -05:00
Chris Titus
eec55eab59
Merge branch 'test-2022' into main 2022-09-25 13:52:29 -05:00
Chris Titus
7500e30106 Delete Temp Files GUI 2022-09-25 13:45:55 -05:00
Chris Titus
f272200c10 Delete Temp Files Addition 2022-09-25 13:44:14 -05:00
Chris Titus
ff694a5d6b Gaming Tweaks 2022-09-25 13:33:44 -05:00
Chris Titus
7870ab2ad5 Network Performance Tweak 2022-09-25 13:24:19 -05:00
Dipayan Biswas
a785c75bee
Fixed GameDVR Code (#174)
Registry values were not changing after applying GameDVR tweaks.
Because all the registry tweaks were under if condition in the code.
Modified that and now working properly.
2022-09-21 08:59:58 -05:00
Chris Titus
e770c2d5da
Quick Fix - UAC Property error 2022-09-21 08:55:35 -05:00
Sarah
4086350132
Someone duplicated DisableUAC on your branch (#168)
* Added Disable UAC

* add it into XML bc i forgot

* fixed MiscTweaksDisableUAC

* Someone duplicated DisableUAC on your branch
2022-09-20 09:38:51 -05:00
thecuz1
d008e80f7a
Add Nahimic Service (#153)
Added Nahimic Service to list of services to set to manual. Nahimic seems to provide little improvement to audio for some resources consumed and tents to cause issues with specific games. Comes preinstalled on lots of prebuilts and laptops.
2022-09-19 11:36:33 -05:00
El Hadji Ndiaye
25bd77bb8b
Added Twinkle Tray. (#157)
* added .idea to .gitignore

* added twinkle tray for winget

* added Twinkle Tray checkbox

* added code for if twinkle tray is checked
2022-09-19 11:35:03 -05:00
Sarah
6baf61a491
Forgot to add the XML Commit :D (#165)
* Added Disable UAC

* add it into XML bc i forgot

* fixed MiscTweaksDisableUAC
2022-09-19 11:34:27 -05:00
Dipayan Biswas
3c25221ccf
Fixed some errors (#164)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Fixed registry error

* Fixed some errors

Added missing xml code of DisableUAC into MainWindow.xaml
Unchecked DisableUAC for Minimal Tweaks option

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-19 11:33:43 -05:00
felipebeser
faf35e9d91
minor comment typos and formatting (#163)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* minor comment typos and formatting

Fixed some typos and formatting in comments between lines 343 and 408

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-19 11:33:02 -05:00
Chris Titus
ba3d48b620
Merge branch 'test-2022' into main 2022-09-15 11:00:09 -05:00
Chris Titus
2d1ec936ed
Update Test Branch (#151)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering
2022-09-15 10:58:10 -05:00
Snavy
4f1d90adc6
added software development related packages (#143)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* added software development related packages

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-15 10:53:15 -05:00
Joaquín
72043ee7d2
Fix invalid flag value after applying misc tweaks (#141)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Fix invalid flag value after applying misc tweaks

Adjusting visual effects for performance...
Adjusted visual effects for performance
false:
Line |
 964 |              $WPFMiscTweaksDisplay.IsChecked = false
     |                                                ~~~~~
     | The term 'false' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-15 10:50:38 -05:00
Sarah
4ea57b0e63
Added Disable UAC (#136) 2022-09-15 10:48:35 -05:00
Couleur
48a92fedf7
Add a check for $isLinux (#133)
This is a very simple if statement, I don't think there's much to explain

```PowerShell
if ($IsLinux){ # PowerShell on Linux has that read-only bool variable set to $true
   Write-Host "This utility is exclusively designed for Windows"
   return
}
```
2022-09-15 10:47:22 -05:00
Chris Titus
b3daa2f32c Fix Flickering 2022-09-12 20:01:14 -05:00
Chris Titus
edbfcd8f09 QOL Terminal - Win Update Revamp 2022-09-09 08:28:03 -05:00
Chris Titus
dab00bc994
Update README.md 2022-09-07 17:33:46 -05:00
Chris Titus
95243d1986
Update README.md 2022-09-07 16:20:49 -05:00
Chris Titus
537a7b5fa9
Update README.md 2022-09-07 15:43:59 -05:00
Chris Titus
b165da88a9 Update winutil.ps1 2022-09-07 15:34:15 -05:00
Chris Titus
74b7a8fb77 Fix Essential Undo 2022-09-07 15:26:48 -05:00
Chris Titus
b53afd0fb7 Update winutil.ps1 2022-09-07 15:17:31 -05:00
Chris Titus
0c7ce9cb2c Security Fix and GPO Home Enable 2022-09-07 15:15:02 -05:00
Chris Titus
b42947b3f1 Update winutil.ps1 2022-09-07 13:53:24 -05:00
Chris Titus
a406cc9c43 Pretty Powershell 2022-09-07 13:37:34 -05:00
Chris Titus
e68884eca6 Update winutil.ps1 2022-09-07 13:22:38 -05:00
Chris Titus
5ed4a04100 Update winutil.ps1 2022-09-07 12:56:36 -05:00
Chris Titus
8a6517a52e Fix Misc Errors 2022-09-07 11:58:16 -05:00
ChrisTitusTech
908c962a0d Update winutil.ps1 2022-09-06 17:08:11 -05:00
ChrisTitusTech
2763190faa revert HKLM 2022-09-06 17:05:11 -05:00
ChrisTitusTech
c23b2468bb Fixes HKLM References 2022-09-06 16:53:27 -05:00
ChrisTitusTech
a8814e0c17 Update README.md 2022-09-06 16:52:05 -05:00
ChrisTitusTech
b9ab36a5e0 readme update 2022-09-06 16:49:27 -05:00
Chris Titus
b1ea639f3e fix translucentTB 2022-09-05 21:05:50 -05:00
Chris Titus
f7b0d61419 Fix invalid reg entries 2022-09-05 20:43:41 -05:00
Chris Titus
6905b04b00 Remove trap function 2022-09-05 20:33:54 -05:00
Frank L Kaplan
fecc54d71d
Test (#94)
* xml decouple

* Typos: Documents, Start installs (#18)

Document -> Documents
Start install -> Start installs

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

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

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

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

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

* upload example (#12)

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

* code format using powershell VS code extension (#28)

* Working runspaces (#32)

* upload example

* decoupling xaml and ps1 (#7)

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

* Update README.md

* convert to runspaces

* add security updates to invoke-button

* Update README.md

removed extra text about test branch

* initial commit to test restmethod

* formatting

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

* Fix bug in #39 (#40)

- Closes #39
  - $arch is not set to a value in the script, and it throws an error when the If-Statement is called
    - Fixed by replacing the $arch variable check with a wmic check

* Fix and Tweak #19 (#43)

* Fix Issue in #19

 - Pull Request #19 didn't add an entry for PanelDISM into MainWindow.xaml, causing an error to be thrown when the script if executed and a button to not be created
   - Fixed by adding an entry into MainWIndow.xaml that creates the needed button under the FixesUpdate button
   - Note: To see the fix, you need to comment line 9 and uncomment line 8 to use the local MainWindow.xaml instead of the one in the Main Branch

* Fix Formatting and Tweak Things

 - Fixed the formatting
 - Tweaked Write-Host's
   - Added newlines (`n) to space out the Statuses
   - Added progress indicators
     - Required "s and 's to be swapped so x/4 does not perform an operation

* Slight Tweak

* Added Uncheck all button in the Install tab (#29)

* Revert "Added Uncheck all button in the Install tab (#29)" (#72)

This reverts commit 833837155a.

* Throw warning if no programs are selected for installation (#30)

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

* Fix a few spelling errors (#44)

- Fixed a few spelling errors
   - dependancies -> dependencies
   - Evnronment -> Environment
   - haved -> have
   - Hibernte -> Hibernate
   - histroy -> history
   - extentions -> extensions

* Arguments (#52)

* Implement Arguments

- Using $env:args, the script scans for arguments; then if found, Invokes the Runspace associated with said arg. Or in the case of the old panels, just opens the panel.
  - \b is to prevent mutual words from causing issues (Ex: Install and InstallUpgrade would conflict without \b)

* Actually add \b

Forgot to save before previous commit  : |

* Fix Order Issue

- The arg check occurred too early, causing an error

* Remove Invoke-Runspace

- Replaced Invoke-Runspace with Invoke-Command as there is no need to worry about the gui when running unattended

* Add Program Install Arg Check

 - Added arg check for Install
   - Format is 'Install: company.program,.company.program2'

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

* Replace all instances of "incase" to "in case" (#60)

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

* Added  -NoRestart to WindowsOptionalFeature (#65)

* Handled UAC exit on install and upgrade (#31)

Co-authored-by: ChrisTitusTech <dfm.titus@gmail.com>
Co-authored-by: Ayoub Hebbaj <30575106+M3nti0nL3Ss@users.noreply.github.com>
Co-authored-by: Jards <jordancattwood@hotmail.com>
Co-authored-by: Carter <60557606+Carterpersall@users.noreply.github.com>
Co-authored-by: Rahul Somasundaram <rahulstsgr@gmail.com>
Co-authored-by: Aetopia <41850963+Aetopia@users.noreply.github.com>
Co-authored-by: DeveloperDurp <74198206+DeveloperDurp@users.noreply.github.com>
Co-authored-by: Rahul Somasundaram <ssrahul96@gmail.com>
Co-authored-by: GrahamboJangles <36944031+GrahamboJangles@users.noreply.github.com>
Co-authored-by: PWall <34860495+pwall2222@users.noreply.github.com>
2022-09-05 13:32:48 -05:00
Chris Titus
bf1d455f80
Fix Long Shutdown and Restart
set NOT to clear page file on shutdown
2022-06-29 21:47:37 -05:00
Leonardo Henrique Tsuda
eebdc5b452
fix typo (#37) 2022-06-29 21:39:10 -05:00
Chris Titus
b4cd8e554e
Update README.md 2022-05-17 11:11:08 -05:00