85 Commits (master)

Author SHA1 Message Date
Richard Newton d4ede6d322
Merge branch 'master' into master 3 years ago
David Wright 77c218929e Update UnpinStart function for GUI/CLI scripts 3 years ago
Norrodar baff27791c New Functions + Better ReadMe
Reworked the ReadMe.md to make it easier to read (PR #237 by @JimmyCushnie ).
Also added the easy to start batch-files (PR #212 by @Woomy4680-exe ).
Additionally added some individual scripts to deactivate AeroShake, deactivate and delete the "Last Used Files and Folders" and to change the Explorer LaunchTo (Entry Point) to Computer (like in Windows XP).
4 years ago
John Neijzen 02963b6844
Fix Nvidia format, Adding Buddlewitch3sage to sponsored and last removing need to stop for confirmation 4 years ago
Richard Newton c6b62f99a6
Added Nvidia to whitelist 5 years ago
Richard Newton ca4f7fcc6a
Remove OneDrive env: variable
This resolves issue #149
5 years ago
jhaynesSITS 4f26ab968b
Update Windows10Debloater.ps1
Change to prevent Microsoft Store app from being removed as part of the general debloat process
5 years ago
Aswin Francis b27e70c19b Update Windows10Debloater.ps1
Fixed issue where revert wouldnt work
5 years ago
Justin Luth d3e4296603 Issue 84: CBSPreview is .NonRemovable - removed from blacklist.
https://github.com/Sycnex/Windows10Debloater/issues/84
5 years ago
jtmy 9c0504ad7e
Fixed typo in CloudStore path
string in $CloudStore has a typo that lead the check to always false
5 years ago
Richard Newton 36159f876b
Fixed Uninstall OneDrive Functiion 5 years ago
Richard Newton cd59634879
Merge branch 'master' into master 5 years ago
Richard Newton 837994bf26
Removed .\ from taskkill 5 years ago
Damian f269dbbee3 Fixed Optimization to skip NonRemovable apps that were always attempted
NonRemovable apps were still getting attempted in the debloat all functions that were always throwing errors that were just hanging on initalizing floating above the powershell window running.

Fixed Prompt position after the .NET prompt that wouldn't show the Do you want to power down Prompt

Fixed the Write-Host saying you didn't want to remove one drive after selecting 'no' to not unpin tiles.
5 years ago
Damian 83fd597a00 Added Dark Mode button(s) to the GUI
Also added a small countdown to the admin check
5 years ago
Damian 2c587f3fb4 Optimized DebloatAll and slimmed code more
added ' -and $_.NonRemovable -eq "False"' to the Get-AppxPackage code lines to help sort through apps that can't get deleted and just get skipped anyways.

Onedrive fixes and code reuse from GUI moved over to interactive script code.

Removed [CmdletBinding()] and Param() that wasn't being used.

Fixed Write-Output to Write-Host

Added ' -and $_.NonRemovable -eq "False"' to GUI code as well in the DebloatAll function
5 years ago
Damian fea116fd78 Fixed GUI errors and Admin Check
Started out adding a new feature about removing 3D objects from explorer in This PC but I found a lot of code re use and found bugs when I went to add it to the GUI

Fixed -Verbose being used where Write-Host is already being used.

Fixed Admin check so it works, it was removed last year for some reason after I added it when I started adding my code to this project from my old debloat.

Fixed some code reuse where  -ErrorAction SilentlyContinue is called multiple times even after it's already a global settings set in the start of the function.

Removed -Name from where it just wasn't needed to slim down file size.

Fixed the OneDrive button so it workes without errors and finds everything the way it should.

Shortened .NET 3.5 section to slim down file size

Fixed Disable Windows Store Automatic Updates code so it runs without errors and is shorter.
5 years ago
Richard Newton eea70e48f9
Added option to install .NET 3.5
Prompt 7 when debloating will now ask if you want to install .NET 3.5.
5 years ago
Richard Newton 0dfc6d25a1
Update Windows10Debloater.ps1 5 years ago
Robert Smith 4fca7090f6
Fix variable name in Bloatware foreach
There's no variable named $Debloat. Looks like this might be a typo.
5 years ago
Richard Newton 935d045458
Merge pull request #87 from Vikingat-RAGE/master
Added Unpin tiles from start menu option
5 years ago
Richard Newton 6f847eb20e
Added Slack to whitelist
This should resolve issue #83
5 years ago
Richard Newton 361207f243
Added removal of "*Windows.CBSPreview*"
This should resolve issue #84
5 years ago
Vikingat-RAGE b202151316 Added Unpin tiles from start menu option 5 years ago
Richard Newton a4495be889
Added "*Dolby*" to be removed by script 5 years ago
Richard Newton 9fefc2239d
Added WindSynthBerry & MIDIBerry to whitelist 5 years ago
Richard Newton 41b8b364fd
Added additional apps to the whitelist
I added the following apps to the whitelist to not be removed.

Microsoft.DesktopAppInstaller
Microsoft.HEIFImageExtension
Microsoft.ScreenSketch
Microsoft.StorePurchaseApp
Microsoft.VP9VideoExtensions
Microsoft.WebMediaExtensions
Microsoft.WebpImageExtension
5 years ago
Richard Newton 5db2bcd378
Added Self elevation to run as administrator
I added code to perform self elevation asking for the script to be run as an Administrator, otherwise the script will not be able to perform at its best.

This resolves issue #73
5 years ago
Richard Newton 51894fae31
Fix not removing specific blacklisted apps
This should resolve issue #77
5 years ago
Richard Newton cdddf0b477
Update Windows10Debloater.ps1 5 years ago
Richard Newton 8f353b1059
Fixed IfElse that disables People/PeopleBand
I added the suggested IfElse that disables the People/PeopleBand per issue number #76
5 years ago
Richard Newton be3d198eb6
Update Windows10Debloater.ps1 6 years ago
Richard Newton 9921d12cb5
Update Windows10Debloater.ps1 6 years ago
Richard Newton 0eea4f7a3d
Removed *.NET* from regex whitelist 6 years ago
Richard Newton efbd0b1de8
Added .NET to whitelist 6 years ago
Richard Newton ca01f1e13c
Added key to disable OneDrive throughout Windows 6 years ago
Richard Newton a6e1354fdb
Update Windows10Debloater.ps1 6 years ago
Richard Newton be3a6765b6
Update Windows10Debloater.ps1 6 years ago
Richard Newton ad05dee3c0
Changed log folder path
I changed the log folder path from C:\Windows10Debloater to C:\Temp\Windows10Debloater
6 years ago
Richard Newton e652baa852
Whitelisted CameraApp 6 years ago
Richard Newton 8e137a2e2e
Update Windows10Debloater.ps1 6 years ago
Richard Newton 20f86e1ae9
Added code to remove CloudStore from Registry
This adds code to remove CloudStore from the registry in regards to issue #61
6 years ago
Richard Newton 7d699d5421
Added Microsoft.WindowsCamera to whitelist
I added Microsoft.WindowsCamera to the whitelist and also commented it out in the blacklist function DebloatBlacklist for issue #65
6 years ago
Richard Newton dcbc26a3d5
Removed $Revert variable 6 years ago
Richard Newton 529bddfcc7
Removed several variables that are not used
I removed several $No and $Yes variables that are not used in the switches, as they are unnecessary. This is related to issue #66
6 years ago
Richard Newton d44a26029e
Update Windows10Debloater.ps1 6 years ago
Richard Newton 03a2513079
New check for OneDrive Files existence and folder existence
I added code to check for the OneDrive folder and its files before removal. If it finds that the folder exists, it will then check to see if there are files inside of the folder. If there are no files then OneDrive is uninstalled.

If there are files, then it creates a new folder called OneDriveBackupFiles on the user's desktop, move all of the files into that folder, and then removes OneDrive. 

This is a safety measure after a user had their OneDrive files (unfortunately) deleted from their machine.
6 years ago
Richard Newton 809c33a14a
Fixed variable with incorrect name in Debloat Blacklist function 6 years ago
Richard Newton a1543ae59f
Removed Cancel commands randomly placed in script 6 years ago
Richard Newton 43064ffbf1
Changed $App to $Bloat on line 101 6 years ago