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:
@ -9,7 +9,7 @@
|
||||
-----------------
|
||||
This file holds all the install commands to install the applications.
|
||||
This file has the ability to expect multiple frameworks per checkbox.
|
||||
You can also add multiple install commands by seperating them with ;
|
||||
You can also add multiple install commands by separating them with ;
|
||||
|
||||
The structure of the json is as follows
|
||||
|
||||
@ -63,7 +63,7 @@ $jsonfile | ConvertTo-Json | Out-File ./config/applications.json
|
||||
<#
|
||||
feature.json
|
||||
-----------------
|
||||
This file holds all the windows commands to install specefic features (IE Hyper-v)
|
||||
This file holds all the windows commands to install specific features (IE Hyper-v)
|
||||
|
||||
The structure of the json is as follows
|
||||
|
||||
@ -290,7 +290,7 @@ Example:
|
||||
#Make sure to uncomment the sections you which to add.
|
||||
|
||||
#$Registry = @(
|
||||
# #to add more repeat this seperated by a comma
|
||||
# #to add more repeat this separated by a comma
|
||||
# @{
|
||||
# Path = ""
|
||||
# Name = ""
|
||||
@ -301,7 +301,7 @@ Example:
|
||||
#)
|
||||
|
||||
#$Service = @(
|
||||
# #to add more repeat this seperated by a comma
|
||||
# #to add more repeat this separated by a comma
|
||||
# @{
|
||||
# Name = ""
|
||||
# StartupType = ""
|
||||
@ -310,7 +310,7 @@ Example:
|
||||
#)
|
||||
|
||||
#$ScheduledTask = @(
|
||||
# #to add more repeat this seperated by a comma
|
||||
# #to add more repeat this separated by a comma
|
||||
# @{
|
||||
# Name = ""
|
||||
# State = ""
|
||||
@ -358,7 +358,7 @@ Add-Member -InputObject $jsonfile -MemberType NoteProperty -Name $NameofButton -
|
||||
<#
|
||||
dns.json
|
||||
-----------------
|
||||
This file holds all the DNS entrees.
|
||||
This file holds all the DNS entries.
|
||||
|
||||
The structure of the json is as follows
|
||||
|
||||
|
@ -200,13 +200,13 @@
|
||||
},
|
||||
{
|
||||
"Name": "BthAvctpSvc",
|
||||
"StartupType": "Manual",
|
||||
"OriginalType": "Manual"
|
||||
"StartupType": "Automatic",
|
||||
"OriginalType": "Automatic"
|
||||
},
|
||||
{
|
||||
"Name": "BthHFSrv",
|
||||
"StartupType": "Manual",
|
||||
"OriginalType": "Manual"
|
||||
"StartupType": "Automatic",
|
||||
"OriginalType": "Automatic"
|
||||
},
|
||||
{
|
||||
"Name": "CDPSvc",
|
||||
@ -2178,7 +2178,7 @@
|
||||
"WPFEssTweaksRemoveEdge": {
|
||||
"InvokeScript": [
|
||||
"
|
||||
#:: Standalone script by padsalatushal Source: https://raw.githubusercontent.com/padsalatushal/Edge-Removal/main/edge.bat
|
||||
#:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat
|
||||
|
||||
curl.exe -s \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -o $ENV:temp\\edgeremoval.bat
|
||||
Start-Process $ENV:temp\\edgeremoval.bat
|
||||
|
Reference in New Issue
Block a user