mirror of
https://github.com/TommyTran732/Windows-Setup.git
synced 2024-11-08 01:01:43 -05:00
Compare commits
No commits in common. "588b7fac36ca394292be6e0a8212fbc46486ef68" and "e5323cf69c6dbab34862abd755cfb17d136e4921" have entirely different histories.
588b7fac36
...
e5323cf69c
18
Debloat/Parallels.txt
Normal file
18
Debloat/Parallels.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
MicrosoftTeams
|
||||||
|
Microsoft.ScreenSketch
|
||||||
|
Microsoft.Paint
|
||||||
|
Microsoft.549981C3F5F10
|
||||||
|
Microsoft.MicrosoftOfficeHub
|
||||||
|
Microsoft.WindowsFeedbackHub
|
||||||
|
Microsoft.People
|
||||||
|
Clipchamp.Clipchamp
|
||||||
|
Microsoft.GetStarted
|
||||||
|
MicrosoftCorporationII.QuickAssist
|
||||||
|
Microsoft.WindowsAlarms
|
||||||
|
Microsoft.WindowsSoundRecorder
|
||||||
|
Microsoft.XboxGamingOverlay
|
||||||
|
Microsoft.YourPhone
|
||||||
|
Microsoft.WindowsMaps
|
||||||
|
Microsoft.MicrosoftSolitaireCollection
|
||||||
|
Microsoft.Windows.DevHome
|
||||||
|
Microsoft.OutlookForWindows
|
@ -18,7 +18,7 @@ As such, if you want to make sure all of the annoying APPX/MSIX apps are gone, i
|
|||||||
|
|
||||||
- Run `Get-AppxPackage -AllUsers <PackageName> | Remove-AppxPackage -AllUsers` to remove the unwanted packages.
|
- Run `Get-AppxPackage -AllUsers <PackageName> | Remove-AppxPackage -AllUsers` to remove the unwanted packages.
|
||||||
|
|
||||||
- "Uninstall" the remaining annoying apps from the Start Menu. They are not really apps on the system, they are just annoying shortcuts which will install the apps when you click on them.
|
- "Uninstall" the remaining annoying apps from the Start Menu. They are not really apps on the system, they are just annoying shortcuts which will install the apps when you click on them. The list of packages I remove on my Parallels system is in the `Parallels.txt` file.
|
||||||
|
|
||||||
- Open the terminal and run `winget list` to see the remaining packages (note that this will not exclude Framework packages). Remove the remaining undesirable apps with `winget remove <PackageName>`. In most cases, this will just be OneDrive.
|
- Open the terminal and run `winget list` to see the remaining packages (note that this will not exclude Framework packages). Remove the remaining undesirable apps with `winget remove <PackageName>`. In most cases, this will just be OneDrive.
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
$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|MicrosoftWindows.CrossDevice'
|
|
||||||
|
|
||||||
Get-AppxPackage -AllUsers | Where-Object {$_.Name -Match $Bloat} | Remove-AppxPackage -AllUsers
|
|
@ -1 +0,0 @@
|
|||||||
setx /M MP_FORCE_USE_SANDBOX 1
|
|
@ -1,4 +0,0 @@
|
|||||||
# 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