mirror of
https://github.com/TommyTran732/Windows-Setup.git
synced 2024-11-22 08:01:46 -05:00
Remove more bloat
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a3bd27eca7
commit
71f5b5fc2e
@ -1,3 +1,3 @@
|
|||||||
$Bloat = 'MicrosoftTeams|Microsoft.ScreenSketch|Microsoft.Paint|Microsoft.549981C3F5F10|Microsoft.MicrosoftOfficeHub|Microsoft.WindowsFeedbackHub|Microsoft.People|Clipchamp.Clipchamp|Microsoft.GetStarted|MicrosoftCorporationII.QuickAssist|Microsoft.WindowsAlarms|Microsoft.WindowsSoundRecorder|Microsoft.YourPhone|Microsoft.WindowsMaps|Microsoft.MicrosoftSolitaireCollection|Microsoft.Windows.DevHome|Microsoft.OutlookForWindows|Microsoft.BingWeather|Microsoft.WindowsCamera|Microsoft.Todos|Microsoft.GetHelp|Microsoft.BingNews'
|
$Bloat = 'MicrosoftTeams|Microsoft.ScreenSketch|Microsoft.Paint|Microsoft.549981C3F5F10|Microsoft.MicrosoftOfficeHub|Microsoft.WindowsFeedbackHub|Microsoft.People|Clipchamp.Clipchamp|Microsoft.GetStarted|MicrosoftCorporationII.QuickAssist|Microsoft.WindowsAlarms|Microsoft.WindowsSoundRecorder|Microsoft.YourPhone|Microsoft.WindowsMaps|Microsoft.MicrosoftSolitaireCollection|Microsoft.Windows.DevHome|Microsoft.OutlookForWindows|Microsoft.BingWeather|Microsoft.WindowsCamera|Microsoft.Todos|Microsoft.GetHelp|Microsoft.BingNews|Microsoft.MicrosoftStickyNotes|Microsoft.WindowsCalculator|Microsoft.Windows.Ai.Copilot.Provider|Microsoft.OneDriveSync'
|
||||||
|
|
||||||
Get-AppxPackage -AllUsers | Where-Object {$_.Name -Match $Bloat} | Remove-AppxPackage -AllUsers
|
Get-AppxPackage -AllUsers | Where-Object {$_.Name -Match $Bloat} | Remove-AppxPackage -AllUsers
|
4
Scripts/README.md
Normal file
4
Scripts/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Scripts
|
||||||
|
|
||||||
|
- Put these in your NETLOGON directory
|
||||||
|
- In group policy objects, select the object you want to edit -> Computer Configuration -> Windows Setings -> Scripts -> Startup -> PowerShell Script, and add the scripts you want to use. Personally, I use all of these scripts in my Default Domain Policy object.
|
Loading…
Reference in New Issue
Block a user