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

Core changes, additions and refactor #127

Merged
merged 64 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
5cb8807
fix: console background color changing
LeDragoX Mar 3, 2023
5f7c715
docs: update ISSUE_TEMPLATEs
LeDragoX Mar 7, 2023
f12fce5
Fix: Tab 1 Panel 2 app order
LeDragoX Mar 7, 2023
47fa1b2
refactor: change script tmp folder to actually be on User Temp
LeDragoX Mar 7, 2023
1e4de34
Delete remaining from old tmp\ folder
LeDragoX Mar 8, 2023
75159ab
arch: rename all powershell scripts to match PS naming
LeDragoX Mar 8, 2023
64aafd6
chore: remove unused code
LeDragoX Mar 8, 2023
129a55c
arch: rename remaining scripts
LeDragoX Mar 8, 2023
92d2650
style: change debloat script order
LeDragoX Mar 8, 2023
b5e43bd
feat: remove old quick assist if the new one is already installed
LeDragoX Mar 8, 2023
298a969
feat: Install Quick Assist by GUI
LeDragoX Mar 8, 2023
0c6e85a
BREAKING CHANGE: Attempt to correctly rename the remaining files (par…
LeDragoX Mar 8, 2023
b8939a0
fix: Attempt to correctly rename the remaining files (part 2)
LeDragoX Mar 8, 2023
6c8c6b8
Merge branch 'main' into develop
LeDragoX Mar 8, 2023
c8aae30
Merge branch 'main' of https://github.com/LeDragoX/Win-10-Smart-Deblo…
LeDragoX Mar 12, 2023
64ecb01
Change CONTRIBUTING to a less strict policy
LeDragoX Mar 12, 2023
81348ce
Fix path not being found while downloading (#95)
LeDragoX Mar 18, 2023
c57ed8e
Fix adwcleaner not working (#95)
LeDragoX Mar 22, 2023
92d5c27
Fix adwcleaner not working (yikes!) (#95)
LeDragoX Apr 6, 2023
86f0bf3
Don't set NVIDIA services to Manual anymore (#98)
LeDragoX Apr 6, 2023
c6d3e8b
Merge branch 'main' into develop
LeDragoX Apr 6, 2023
f120b22
Merge branch 'develop' of https://github.com/LeDragoX/Win-10-Smart-De…
LeDragoX Apr 6, 2023
399314c
Remove more Apps: (#102)
LeDragoX May 4, 2023
e1a585e
Remove useless files and code
LeDragoX May 4, 2023
f0e4431
Prefer using "legacy" Windows 10 context menu on Windows 11
LeDragoX Aug 2, 2023
c204ea4
Stop triggering github actions everyday
LeDragoX Aug 2, 2023
dee62aa
Rename powershell-linter CI
LeDragoX Aug 2, 2023
300547c
Refactor Issue templates
LeDragoX Aug 2, 2023
b977f97
Logs should be divided monthly
LeDragoX Aug 2, 2023
2729bbe
Modify Windows Explorer Navigation Pane behaviors
LeDragoX Sep 13, 2023
63cd565
Merge branch 'main' of https://github.com/LeDragoX/Win-10-Smart-Deblo…
LeDragoX Sep 13, 2023
6594cb9
Making disable expand to folder on navigation pane irreversible
LeDragoX Sep 13, 2023
d1cac6c
Load PSScheduledJob Module before using it's calls (#119)
LeDragoX Sep 18, 2023
2f5a328
Add DELL bloatware to remove
LeDragoX Sep 18, 2023
3986b43
Use less colors on terminal
LeDragoX Sep 28, 2023
697c295
Enable Run Dialog History back (#102)
LeDragoX Sep 28, 2023
2dfb119
Add Hyper-V to Optional Features (#102)
LeDragoX Sep 28, 2023
97a0848
Add Windows Sandbox to Optional Features (#102)
LeDragoX Sep 28, 2023
d061adf
Add new MS Edge Apps to Remove
LeDragoX Sep 28, 2023
989031e
Organize Bloatware list in each category
LeDragoX Sep 28, 2023
f15ea73
Don't remove Dev Home yet, it can't be reinstalled
LeDragoX Sep 29, 2023
56e8bff
Winget and Chocolatey won't install while initializing the script (#110)
LeDragoX Sep 29, 2023
7ddc2f4
Update the message when a package manager was already found before en…
LeDragoX Sep 29, 2023
40b574b
Merge branch 'main' of https://github.com/LeDragoX/Win-10-Smart-Deblo…
LeDragoX Oct 2, 2023
25e8bdb
Switch Xbox app order on list
LeDragoX Oct 2, 2023
3a5c7fc
Update CONTRIBUTING
LeDragoX Oct 2, 2023
a0533a2
Purge Cortana from reinstallable system apps. (#124)
LeDragoX Oct 9, 2023
ad595fb
When removing Microsoft Edge, keep EdgeWebView (#125)
LeDragoX Oct 9, 2023
e455c7c
Keep EdgeCore folder
LeDragoX Oct 9, 2023
756409e
Fix Remove-ItemVerified hardcode
LeDragoX Oct 9, 2023
dee3b61
Revert EdgeCore commit (#125)
LeDragoX Oct 9, 2023
26c2e7f
Move the last package manager related file to /src/lib/package-managers/
LeDragoX Oct 10, 2023
7e9743e
Allow WinDebloatTools to run asking for admin perms +
LeDragoX Oct 10, 2023
25a2f01
Install Winget, Chocolatey and WSL on DEMAND (#110 #112)
LeDragoX Oct 10, 2023
f05df3e
Fix PSScriptAnalyzer note.
LeDragoX Oct 11, 2023
12db49b
Add option to switch Mouse Acceleration (#102)
LeDragoX Oct 11, 2023
9f50a10
Add option to turn on/off Family Safety Features from Task Schedules …
LeDragoX Oct 11, 2023
268773d
Improve Windows Search info (#112)
LeDragoX Oct 11, 2023
c6ece6d
Fix Mouse Acceleration persistance after reboot (#102)
LeDragoX Oct 11, 2023
f63f621
Add Messenger app and Spotify (#102)
LeDragoX Oct 11, 2023
a7c2dfe
Fix missing .URL file association :D (#113)
LeDragoX Oct 12, 2023
842a260
Use -Encoding UTF8 parameter (#118?)
LeDragoX Oct 12, 2023
0a13b25
Load PSScheduledJob Module in Manage-DailyUpgradeJob (#119)
LeDragoX Oct 12, 2023
9cd00a9
Disable Edge Tasks and Services after uninstalling (#123/#125)
LeDragoX Oct 12, 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
Prev Previous commit
Next Next commit
Purge Cortana from reinstallable system apps. (#124)
  • Loading branch information
LeDragoX committed Oct 9, 2023
commit a0533a2f5d60f28de67ae8eeaa99f7322eb0a93e
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 |

_This section contains options to restore the system apps, by downloading them from the **MS Store** (mostly) and doing **Stock configurations** (for some Apps)._

- `Cortana`;
- `Dolby Audio`;
- `Microsoft Edge`;
- `OneDrive`;
Expand Down
9 changes: 2 additions & 7 deletions WinDebloatTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ function Show-GUI() {
$PictureBox1 = New-PictureBox -ImageLocation "$PSScriptRoot\src\assets\script-image.png" -Width $LayoutT1.PanelElementWidth -Height (($LayoutT1.ButtonHeight * 4) + ($LayoutT1.DistanceBetweenElements * 4)) -LocationX $LayoutT1.PanelElementX -ElementBefore $RemoveXbox -MarginTop $LayoutT1.DistanceBetweenElements -SizeMode 'Zoom'

$ClInstallSystemApps = New-Label -Text "Install System Apps" -Width $LayoutT1.PanelElementWidth -Height $LayoutT1.CaptionLabelHeight -LocationX 0 -FontSize $LayoutT1.Heading[2] -FontStyle 'Bold' -ElementBefore $PictureBox1
$InstallCortana = New-Button -Text "Cortana" -Width $LayoutT1.PanelElementWidth -Height $LayoutT1.ButtonHeight -LocationX $LayoutT1.PanelElementX -FontSize $LayoutT1.Heading[3] -ElementBefore $ClInstallSystemApps
$InstallDolbyAudio = New-Button -Text "Dolby Audio" -Width $LayoutT1.PanelElementWidth -Height $LayoutT1.ButtonHeight -LocationX $LayoutT1.PanelElementX -FontSize $LayoutT1.Heading[3] -ElementBefore $InstallCortana -MarginTop $LayoutT1.DistanceBetweenElements
$InstallDolbyAudio = New-Button -Text "Dolby Audio" -Width $LayoutT1.PanelElementWidth -Height $LayoutT1.ButtonHeight -LocationX $LayoutT1.PanelElementX -FontSize $LayoutT1.Heading[3] -ElementBefore $ClInstallSystemApps -MarginTop $LayoutT1.DistanceBetweenElements
$InstallMicrosoftEdge = New-Button -Text "Microsoft Edge" -Width $LayoutT1.PanelElementWidth -Height $LayoutT1.ButtonHeight -LocationX $LayoutT1.PanelElementX -FontSize $LayoutT1.Heading[3] -ElementBefore $InstallDolbyAudio -MarginTop $LayoutT1.DistanceBetweenElements
$InstallOneDrive = New-Button -Text "OneDrive" -Width $LayoutT1.PanelElementWidth -Height $LayoutT1.ButtonHeight -LocationX $LayoutT1.PanelElementX -FontSize $LayoutT1.Heading[3] -ElementBefore $InstallMicrosoftEdge -MarginTop $LayoutT1.DistanceBetweenElements
$InstallPaintPaint3D = New-Button -Text "Paint + Paint 3D" -Width $LayoutT1.PanelElementWidth -Height $LayoutT1.ButtonHeight -LocationX $LayoutT1.PanelElementX -FontSize $LayoutT1.Heading[3] -ElementBefore $InstallOneDrive -MarginTop $LayoutT1.DistanceBetweenElements
Expand Down Expand Up @@ -442,7 +441,7 @@ function Show-GUI() {
# Add Elements to each Tab Panel
$T1Panel1.Controls.AddRange(@($ClCustomizeFeatures, $CbDarkTheme, $CbActivityHistory, $CbBackgroundsApps, $CbClipboardHistory, $CbClipboardSyncAcrossDevice, $CbCortana, $CbHibernate, $CbLegacyContextMenu, $CbOldVolumeControl, $CbOnlineSpeechRecognition, $CbPhoneLink, $CbPhotoViewer, $CbSearchAppForUnknownExt, $CbTelemetry, $CbWSearchService, $CbXboxGameBarDVRandMode))
$T1Panel2.Controls.AddRange(@($ClDebloatTools, $ApplyTweaks, $UndoTweaks, $RemoveMSEdge, $RemoveOneDrive, $RemoveXbox, $PictureBox1))
$T1Panel2.Controls.AddRange(@($ClInstallSystemApps, $InstallCortana, $InstallDolbyAudio, $InstallMicrosoftEdge, $InstallOneDrive, $InstallPaintPaint3D, $InstallPhoneLink, $InstallQuickAssist, $InstallSoundRecorder, $InstallTaskbarWidgets, $InstallUWPWMediaPlayer, $InstallXbox))
$T1Panel2.Controls.AddRange(@($ClInstallSystemApps, $InstallDolbyAudio, $InstallMicrosoftEdge, $InstallOneDrive, $InstallPaintPaint3D, $InstallPhoneLink, $InstallQuickAssist, $InstallSoundRecorder, $InstallTaskbarWidgets, $InstallUWPWMediaPlayer, $InstallXbox))
$T1Panel2.Controls.AddRange(@($ClOtherTools, $RandomizeSystemColor, $ReinstallBloatApps, $RepairWindows, $ShowDebloatInfo))
$T1Panel3.Controls.AddRange(@($ClWindowsUpdate, $CbAutomaticWindowsUpdate))
$T1Panel3.Controls.AddRange(@($ClOptionalFeatures, $CbHyperV, $CbInternetExplorer, $CbPrintToPDFServices, $CbPrintingXPSServices, $CbWindowsMediaPlayer, $CbWindowsSandbox))
Expand Down Expand Up @@ -531,10 +530,6 @@ function Show-GUI() {
Open-PowerShellFilesCollection -RelativeLocation "src\scripts" -Scripts @("Backup-System.ps1", "Repair-WindowsSystem.ps1") -DoneTitle $DoneTitle -DoneMessage $DoneMessage
})

$InstallCortana.Add_Click( {
Install-Cortana
})

$InstallDolbyAudio.Add_Click( {
Install-DolbyAudio
})
Expand Down
5 changes: 0 additions & 5 deletions src/utils/Install-Individual-System-Apps.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Import-Module -DisableNameChecking "$PSScriptRoot\..\utils\Individual-Tweaks.psm

$Script:TweakType = "App"

function Install-Cortana() {
$Apps = @("9NFFX4SZZ23L")
Install-Software -Name "Cortana" -Packages $Apps -PackageProvider 'MsStore'
}

function Install-DolbyAudio() {
$Apps = @("9NJZD5S7QN99")
Install-Software -Name "Dolby Audio" -Packages $Apps -PackageProvider 'MsStore'
Expand Down