Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 03 2023 #726

Merged
merged 47 commits into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
62e9426
Update inputXML.xaml
ChrisTitusTech Mar 7, 2023
38b8bbe
Compile Winutil
ChrisTitusTech Mar 7, 2023
60ca334
Update main.ps1 (#641)
DeveloperDurp Mar 8, 2023
3c23205
Compile Winutil
ChrisTitusTech Mar 8, 2023
953a4fb
Compile Winutil
ChrisTitusTech Mar 8, 2023
a7708d8
Merge branch 'test-03-2023' of https://github.com/ChrisTitusTech/winu…
ChrisTitusTech Mar 8, 2023
6436c42
Compile Winutil
ChrisTitusTech Mar 8, 2023
97694d7
Update tweaks.json
ChrisTitusTech Mar 9, 2023
fd0951b
fix hovertime
ChrisTitusTech Mar 8, 2023
081d428
shortcut (#643)
DeveloperDurp Mar 21, 2023
2adf18d
Compile Winutil
ChrisTitusTech Mar 21, 2023
2dc7b48
Tweaks Check (#646)
DeveloperDurp Mar 21, 2023
cb24267
Compile Winutil
ChrisTitusTech Mar 21, 2023
8f97ca8
[ooshutup10] Fixed link to ooshutup10 settings file (#665)
jokerwrld999 Mar 22, 2023
8232c5c
Compile Winutil
ChrisTitusTech Mar 22, 2023
6e83a53
Features Migrated to config and runspaces (#667)
DeveloperDurp Mar 24, 2023
7f1ef71
Compile Winutil
ChrisTitusTech Mar 24, 2023
6485549
Document Calendar Disable/Enable
ChrisTitusTech Mar 27, 2023
f59f2e3
Compile Winutil
ChrisTitusTech Mar 27, 2023
3219055
Update Edge_Removal.bat
ChrisTitusTech Mar 27, 2023
28c3adc
Merge branch 'test-03-2023' of https://github.com/ChrisTitusTech/winu…
ChrisTitusTech Mar 27, 2023
4027c63
Update Edge_Removal.bat (#660)
Rafee-M Mar 27, 2023
8fd3376
Merge branch 'test-03-2023' of https://github.com/ChrisTitusTech/winu…
ChrisTitusTech Mar 27, 2023
c0cea99
garbage commit - read system
ChrisTitusTech Mar 27, 2023
4e469f7
Compile Winutil
ChrisTitusTech Mar 27, 2023
b2068cb
Add Ubisoft Connect & WinRAR as install options. (#678)
voidedlegacy Apr 14, 2023
de68057
Compile Winutil
ChrisTitusTech Apr 14, 2023
92b5777
adding the code from asheroto to install winget (#684)
mignochrono Apr 14, 2023
c029da0
Compile Winutil
ChrisTitusTech Apr 14, 2023
9413c31
Add Neovim and Node Version Manager (#691)
voidedlegacy Apr 14, 2023
1707756
Compile Winutil
ChrisTitusTech Apr 14, 2023
31a4754
Preload Winget and tweaks with already installed (#682)
DeveloperDurp Apr 24, 2023
8101a68
Compile Winutil
ChrisTitusTech Apr 24, 2023
9f7ee77
feat: add postman into developement (#695)
umairraza96 Apr 24, 2023
3889c16
Update inputXML.xaml (#701)
DeveloperDurp May 4, 2023
39db4f7
Compile Winutil
ChrisTitusTech May 4, 2023
b949a46
Split up AllowGameDVR to fix breaking Xbox Game Bar (#692)
dreamsyntax May 8, 2023
2f18c39
Compile Winutil
ChrisTitusTech May 8, 2023
9fb050c
Removed Atom due to it having been sunsetted (#711)
Danulal May 8, 2023
e99f15a
Add application GeForce NOW to Applications/Games (#724)
tomgrice May 8, 2023
dfa7b10
Compile Winutil
ChrisTitusTech May 8, 2023
19a52e3
Fix syntax and typo
ChrisTitusTech May 8, 2023
fe0afa7
Compile Winutil
ChrisTitusTech May 8, 2023
b61d7e5
Fixing Original Service Types
ChrisTitusTech May 9, 2023
f5035eb
Compile Winutil
ChrisTitusTech May 9, 2023
60489b5
Update inputXML.xaml (#725)
DeveloperDurp May 9, 2023
ea6bbbd
Compile Winutil
ChrisTitusTech May 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Edge_Removal.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
REM https://github.com/AveYo/fox/blob/main/Edge_Removal.bat is source file

@(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText($env:0)) & exit /b
#:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script
sp 'HKCU:\Volatile Environment' 'Edge_Removal' @'

$also_remove_webview = 1

$host.ui.RawUI.WindowTitle = 'Edge Removal '
$host.ui.RawUI.WindowTitle = 'Edge Removal - AveYo, 2022.10.03'
## targets
$remove_win32 = @("Microsoft Edge","Microsoft Edge Update"); $remove_appx = @("MicrosoftEdge")
if ($also_remove_webview -eq 1) {$remove_win32 += "Microsoft EdgeWebView"; $remove_appx += "Win32WebViewHost"}
Expand Down Expand Up @@ -92,7 +94,7 @@ cmd /c "reg add ""$IFEO\msedge.exe\0"" /f /v FilterFullPath /d ""$MSEP\msedge.ex
cmd /c "reg add ""$IFEO\msedge.exe\0"" /f /v Debugger /d ""$CMD $DIR\OpenWebSearch.cmd"" >nul"

$OpenWebSearch = @$
@title OpenWebSearch Redux & echo off & set ?= open start menu web search, widgets links or help in your chosen browser
@title OpenWebSearch Redux & echo off & set ?= open start menu web search, widgets links or help in your chosen browser - by AveYo
for /f %%E in ('"prompt $E$S& for %%e in (1) do rem"') do echo;%%E[2t 2>nul & rem AveYo: minimize prompt
call :reg_var "HKCU\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" ProgID ProgID
if /i "%ProgID%" equ "MSEdgeHTM" echo;Default browser is set to Edge! Change it or remove OpenWebSearch script. & pause & exit /b
Expand Down Expand Up @@ -152,4 +154,4 @@ exit
$A = '-nop -noe -c & {iex((gp ''Registry::HKEY_Users\S-1-5-21*\Volatile*'' Edge_Removal -ea 0)[0].Edge_Removal)}'
start powershell -args $A -verb runas
$_Press_Enter
#::
#::
28 changes: 24 additions & 4 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"winget": "AnyDeskSoftwareGmbH.AnyDesk",
"choco": "anydesk"
},
"WPFInstallatom": {
"winget": "GitHub.Atom",
"choco": "atom"
},
"WPFInstallaudacity": {
"winget": "Audacity.Audacity",
"choco": "audacity"
Expand Down Expand Up @@ -83,6 +79,10 @@
"winget": "PeterPawlowski.foobar2000",
"choco": "foobar2000"
},
"WPFInstallgeforcenow": {
"winget": "Nvidia.GeForceNow",
"choco": "nvidia-geforce-now"
},
"WPFInstallgimp": {
"winget": "GIMP.GIMP",
"choco": "gimp"
Expand Down Expand Up @@ -507,8 +507,28 @@
"winget": "Microsoft.Edge",
"choco": "microsoft-edge"
},
"WPFInstallubisoft": {
"winget": "Ubisoft.Connect",
"choco": "ubisoft-connect"
},
"WPFInstallnuget": {
"winget": "Microsoft.NuGet",
"choco": "nuget.commandline"
},
"WPFInstallwinrar": {
"winget": "RARLab.WinRar",
"choco": "winrar"
},
"WPFInstallneovim": {
"winget": "Neovim.Neovim",
"choco": "neovim"
},
"WPFInstallnvm": {
"winget": "CoreyButler.NVMforWindows",
"choco": "nvm"
},
"WPFInstallpostman": {
"winget": "Postman.Postman",
"choco": "postman"
}
}
88 changes: 59 additions & 29 deletions config/feature.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,61 @@
{
"Featuresdotnet": [
"NetFx4-AdvSrvs",
"NetFx3"
],
"Featureshyperv": [
"HypervisorPlatform",
"Microsoft-Hyper-V-All",
"Microsoft-Hyper-V",
"Microsoft-Hyper-V-Tools-All",
"Microsoft-Hyper-V-Management-PowerShell",
"Microsoft-Hyper-V-Hypervisor",
"Microsoft-Hyper-V-Services",
"Microsoft-Hyper-V-Management-Clients"
],
"Featureslegacymedia": [
"WindowsMediaPlayer",
"MediaPlayback",
"DirectPlay",
"LegacyComponents"
],
"Featurewsl": [
"VirtualMachinePlatform",
"Microsoft-Windows-Subsystem-Linux"
],
"Featurenfs": [
"ServicesForNFS-ClientOnly",
"ClientForNFS-Infrastructure",
"NFS-Administration"
]
"WPFFeaturesdotnet": {
"feature": [
"NetFx4-AdvSrvs",
"NetFx3"
],
"InvokeScript": [

]
},
"WPFFeatureshyperv": {
"feature": [
"HypervisorPlatform",
"Microsoft-Hyper-V-All",
"Microsoft-Hyper-V",
"Microsoft-Hyper-V-Tools-All",
"Microsoft-Hyper-V-Management-PowerShell",
"Microsoft-Hyper-V-Hypervisor",
"Microsoft-Hyper-V-Services",
"Microsoft-Hyper-V-Management-Clients"
],
"InvokeScript": [
"Start-Process -FilePath cmd.exe -ArgumentList '/c bcdedit /set hypervisorschedulertype classic' -Wait"
]
},
"WPFFeatureslegacymedia": {
"feature": [
"WindowsMediaPlayer",
"MediaPlayback",
"DirectPlay",
"LegacyComponents"
],
"InvokeScript": [

]
},
"WPFFeaturewsl": {
"feature": [
"VirtualMachinePlatform",
"Microsoft-Windows-Subsystem-Linux"
],
"InvokeScript": [

]
},
"WPFFeaturenfs": {
"feature": [
"ServicesForNFS-ClientOnly",
"ClientForNFS-Infrastructure",
"NFS-Administration"
],
"InvokeScript": [
"nfsadmin client stop
Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousUID' -Type DWord -Value 0
Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousGID' -Type DWord -Value 0
nfsadmin client start
nfsadmin client localhost config fileaccess=755 SecFlavors=+sys -krb5 -krb5i
"
]
}
}
Loading