Commit Graph

213 Commits

Author SHA1 Message Date
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
2019-03-18 15:57:05 -07:00
Richard Newton
cd59634879
Merge branch 'master' into master 2019-03-18 15:56:55 -07:00
Richard Newton
837994bf26
Removed .\ from taskkill 2019-03-16 23:24:35 -07:00
Richard Newton
381375349d
Merge pull request #103 from smoonlee/patch-2
Update Windows10SysPrepDebloater.ps1
2019-03-14 22:24:34 -07:00
Damian
4e1618cb4f Update Windows10DebloaterGUI.ps1
Removed DebloatNoBlacklist since it was the exact same as DebloatAll
2019-03-13 10:07:45 -04:00
Damian
a7d477333c Update README.md
Updated the readme
2019-03-13 09:50:05 -04:00
Simon Lee
893ea98feb
Update Windows10SysPrepDebloater.ps1
Created PR from Issue #101
2019-03-11 10:17:27 +00:00
Richard Newton
8f95557ee0
Merge pull request #100 from smoonlee/patch-1
Update Windows10SysPrepDebloater.ps1
2019-03-09 12:31:10 -08:00
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.
2019-03-05 22:19:03 -05:00
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
2019-03-05 14:10:32 +00:00
Damian
83fd597a00 Added Dark Mode button(s) to the GUI
Also added a small countdown to the admin check
2019-03-05 01:07:40 -05:00
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
2019-03-04 23:19:11 -05:00
Richard Newton
22ddb3addc
Fixed taskkill.exe not working
This should resolved issue #98
2019-03-03 13:52:28 -08:00
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.
2019-02-27 23:39:11 -05:00
Richard Newton
cd80c22493
Merge pull request #93 from ChipTechno/patch-1
Update README.md
2019-02-25 19:34:18 -08:00
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
2019-02-25 19:33:50 -08:00
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.
2019-02-25 18:37:48 -08:00
Chip
88849b92b0
Update README.md 2019-02-24 23:39:44 +09:00
Richard Newton
a830864c59
Added framework to whitelist
I am hoping that this stops the issue of not allowing office 2016+ to install.
2019-02-23 14:31:38 -08:00
Richard Newton
7cf21c8e23
Update Windows10DebloaterGUI.ps1 2019-02-23 14:31:02 -08:00
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+
2019-02-23 14:30:32 -08:00
Richard Newton
0dfc6d25a1
Update Windows10Debloater.ps1 2019-02-23 14:29:36 -08:00
Richard Newton
4001abbc2e
Update Windows10SysPrepDebloater.ps1 2019-02-23 14:28:44 -08:00
Richard Newton
c09b8185d8
Update Windows10DebloaterGUI.ps1 2019-02-23 14:28:00 -08:00
Richard Newton
60a73a3aa9
Merge pull request #92 from robert-smith/patch-1
Fix variable name in Bloatware foreach
2019-02-23 14:21:23 -08:00
Robert Smith
4fca7090f6
Fix variable name in Bloatware foreach
There's no variable named $Debloat. Looks like this might be a typo.
2019-02-23 13:27:21 -05:00
Richard Newton
fac6c2af80
Update Windows10DebloaterGUI.ps1 2019-02-16 20:09:20 -08:00
Richard Newton
1d697d2fe0
Added UnpinStart Button and Function
I added a new UnpinStart Button and Function (Function provided by Vikingat-RAGE)
2019-02-16 20:05:01 -08:00
Richard Newton
9c249a157b
Added more to How To Run 2019-02-16 19:23:09 -08:00
Richard Newton
935d045458
Merge pull request #87 from Vikingat-RAGE/master
Added Unpin tiles from start menu option
2019-02-16 19:03:39 -08:00
Richard Newton
b473c0aa00
Added Slack to whitelist
This should resolve issue #83
2019-02-16 19:01:14 -08:00
Richard Newton
6f847eb20e
Added Slack to whitelist
This should resolve issue #83
2019-02-16 18:59:58 -08:00
Richard Newton
ff981d7f85
Added "*Windows.CBSPreview*" for removal
This should resolve issue #84
2019-02-16 18:58:32 -08:00
Richard Newton
361207f243
Added removal of "*Windows.CBSPreview*"
This should resolve issue #84
2019-02-16 18:57:50 -08:00
Vikingat-RAGE
b202151316 Added Unpin tiles from start menu option 2019-02-16 13:57:27 +00:00
Richard Newton
7e083706bc
Merge pull request #85 from robertobadjo/master
Merge pull request #1 from Sycnex/master
2019-02-14 19:32:46 -08:00
robertobadjo
4617cf0233
Merge pull request #2 from Sycnex/master
merging
2019-02-14 21:58:11 +01:00
Richard Newton
65a651f262
Removed Donate button 2019-02-09 16:20:59 -08:00
Richard Newton
a23db5398a
Update README.md 2019-02-09 15:14:50 -08:00
Richard Newton
364978048a
Added "*Dolby*" to be removed by script
#78
2019-02-09 14:47:23 -08:00
Richard Newton
a4495be889
Added "*Dolby*" to be removed by script 2019-02-09 14:46:42 -08:00
robertobadjo
9dd0b4cfcb
Merge pull request #1 from Sycnex/master
merging
2019-02-09 15:42:16 +01:00
Richard Newton
0a9610da58
Update Windows10DebloaterGUI.ps1 2019-02-02 20:55:06 -08:00
Richard Newton
66af8e6597
Update Windows10DebloaterGUI.ps1 2019-01-25 20:41:05 -08:00
Richard Newton
bacdcc1c5e
Added WindSynthBerry & MIDIBerry to whitelist 2019-01-25 20:40:30 -08:00
Richard Newton
9fefc2239d
Added WindSynthBerry & MIDIBerry to whitelist 2019-01-25 20:39:53 -08:00
Richard Newton
b350f5ce12
Updated regex whitelist 2019-01-25 20:36:32 -08:00
Richard Newton
e54110decc
Update Windows10DebloaterGUI.ps1 2019-01-25 20:35:58 -08:00
Richard Newton
63738f772e
Updated regex whitelist
Updated regex whitelist per #68
2019-01-25 20:35:35 -08:00
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
2019-01-25 20:32:20 -08:00