220 Commits (84a669ff650feb8f95a1f7debeb993fd4f789fcb)
 

Author SHA1 Message Date
Richard Newton 84a669ff65
Added new GUI version of the Windows10Debloater. 5 years ago
Richard Newton 434c9f1ce6
Rename Windows10DebloaterGUI.ps1 to Windows10DebloaterGUIOLD.ps1 5 years ago
Richard Newton b090b92a44
Merge pull request #114 from Technerder/patch-1
Fixed two minor spelling mistakes
5 years ago
Richard Newton 0b3ad73c34
Merge pull request #121 from jtmy/patch-1
Fixed typo in CloudStore path
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
Technerder 721e24c410
Fixed two minor spelling mistakes 5 years ago
Richard Newton 36159f876b
Fixed Uninstall OneDrive Functiion 5 years ago
Richard Newton 9828909389
Merge pull request #102 from Gray-0men/master
Added Dark Mode, Removed 3D Objects, Fixed OneDrive not closing explorer, Optimized Debloat all to be error free
5 years ago
Richard Newton cd59634879
Merge branch 'master' into master 5 years ago
Richard Newton 837994bf26
Removed .\ from taskkill 5 years ago
Richard Newton 381375349d
Merge pull request #103 from smoonlee/patch-2
Update Windows10SysPrepDebloater.ps1
5 years ago
Damian 4e1618cb4f Update Windows10DebloaterGUI.ps1
Removed DebloatNoBlacklist since it was the exact same as DebloatAll
5 years ago
Damian a7d477333c Update README.md
Updated the readme
5 years ago
Simon Lee 893ea98feb
Update Windows10SysPrepDebloater.ps1
Created PR from Issue #101
5 years ago
Richard Newton 8f95557ee0
Merge pull request #100 from smoonlee/patch-1
Update Windows10SysPrepDebloater.ps1
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
Simon Lee b071e06f77
Update Windows10SysPrepDebloater.ps1
#> is in the wrong place and creates an error 

Missing closing '}' in statement block or type definition.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingEndCurlyBrace
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
Richard Newton 22ddb3addc
Fixed taskkill.exe not working
This should resolved issue #98
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 cd80c22493
Merge pull request #93 from ChipTechno/patch-1
Update README.md
5 years ago
Richard Newton 15770fad45
Added button to install .NET 3.5
I added a button to the optional fixes to give the ability to install .NET 3.5
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
Chip 88849b92b0
Update README.md 5 years ago
Richard Newton a830864c59
Added framework to whitelist
I am hoping that this stops the issue of not allowing office 2016+ to install.
5 years ago
Richard Newton 7cf21c8e23
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 1888b0d07a
Added Framework to whitelist
I am hoping that this resolves the issue of the script killing the ability to install Office 2016+
5 years ago
Richard Newton 0dfc6d25a1
Update Windows10Debloater.ps1 5 years ago
Richard Newton 4001abbc2e
Update Windows10SysPrepDebloater.ps1 5 years ago
Richard Newton c09b8185d8
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 60a73a3aa9
Merge pull request #92 from robert-smith/patch-1
Fix variable name in Bloatware foreach
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 fac6c2af80
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 1d697d2fe0
Added UnpinStart Button and Function
I added a new UnpinStart Button and Function (Function provided by Vikingat-RAGE)
5 years ago
Richard Newton 9c249a157b
Added more to How To Run 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 b473c0aa00
Added Slack to whitelist
This should resolve issue #83
5 years ago
Richard Newton 6f847eb20e
Added Slack to whitelist
This should resolve issue #83
5 years ago
Richard Newton ff981d7f85
Added "*Windows.CBSPreview*" for removal
This should resolve issue #84
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 7e083706bc
Merge pull request #85 from robertobadjo/master
Merge pull request #1 from Sycnex/master
5 years ago
robertobadjo 4617cf0233
Merge pull request #2 from Sycnex/master
merging
5 years ago
Richard Newton 65a651f262
Removed Donate button 5 years ago
Richard Newton a23db5398a
Update README.md 5 years ago
Richard Newton 364978048a
Added "*Dolby*" to be removed by script
#78
5 years ago
Richard Newton a4495be889
Added "*Dolby*" to be removed by script 5 years ago
robertobadjo 9dd0b4cfcb
Merge pull request #1 from Sycnex/master
merging
5 years ago
Richard Newton 0a9610da58
Update Windows10DebloaterGUI.ps1 5 years ago