mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 00:54:47 -05:00
Test 2023 07 27 (#934)
* Updated Edge Removal Script to the more up-to-date one. (#918) * Update edgeremoval.bat from the original source. * Added my modifications to the extra cleanup part * Updates credits for Edge Removal script * Removed "getfirefox" * Credit to the original source * Compile Winutil * fix typos (#924) * Compile Winutil * Remove ooshutup10 "Disable search box in task bar" (#929) * Compile Winutil * Fix Panel Glitch and add intl * Compile Winutil * Fix Bluetooth services * Compile Winutil * fix function --------- Co-authored-by: Antun Nitraj <antnitraj@gmail.com> Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com> Co-authored-by: AdamJedl <100023363+AdamJedl@users.noreply.github.com>
This commit is contained in:
@ -3,7 +3,7 @@ Function Get-WinUtilCheckBoxes {
|
||||
<#
|
||||
|
||||
.DESCRIPTION
|
||||
Function is meant to find all checkboxes that are checked on the specefic tab and input them into a script.
|
||||
Function is meant to find all checkboxes that are checked on the specific tab and input them into a script.
|
||||
|
||||
Outputed data will be the names of the checkboxes that were checked
|
||||
|
||||
|
@ -3,7 +3,7 @@ function Get-WinUtilVariables {
|
||||
<#
|
||||
|
||||
.DESCRIPTION
|
||||
palceholder
|
||||
placeholder
|
||||
|
||||
#>
|
||||
param (
|
||||
|
@ -2,7 +2,7 @@ function Invoke-WinUtilScript {
|
||||
<#
|
||||
|
||||
.DESCRIPTION
|
||||
This function will run a seperate powershell script. Meant for things that can't be handled with the other functions
|
||||
This function will run a separate powershell script. Meant for things that can't be handled with the other functions
|
||||
|
||||
.EXAMPLE
|
||||
|
||||
|
@ -2,7 +2,7 @@ function Test-WinUtilPackageManager {
|
||||
<#
|
||||
|
||||
.DESCRIPTION
|
||||
Checks for Winget or Choco depending on the paramater
|
||||
Checks for Winget or Choco depending on the parameter
|
||||
|
||||
#>
|
||||
|
||||
|
Reference in New Issue
Block a user