68 Commits (master)

Author SHA1 Message Date
Richard Newton cf2591d784
Fix formatting for ListPanel
I fixed the formatting for the ListPanel so that it fits properly in the window and is a bit easier to read with a slightly larger font. Tested to ensure list saves as well.
3 years ago
Richard Newton ac2a4315b1
Refixed bug related to saving custom lists
Accidentally reintroduced bug with the bing search addition that affected saving the custom lists. It is now fixed.
3 years ago
Richard Newton a3091bf16e
Disable BingSearch in Start Menu Search
This adds in the feature to disable Bing Search for issue #326
3 years ago
Richard Newton 01770eb21d
Fixed CustomList not saving
The customlist was not saving as explained in issue #345. The issue was that on lines 529 and 537 it was set as $CustomizeForm.Controls when it should have instead been $ListPanel.Controls. Verified that the fix works.
3 years ago
Richard Newton 6e8c7362c7
Script will now create a restore point
The ability for the script to create a system restore point has been added before the GUI itself is shown. It is automatically created at this time as well.
3 years ago
Richard Newton c12528a089
Rename Whitelist/Blacklist to Allowlist/Blocklist
This resolves issue #348
3 years ago
Richard Newton e658a04002
Merge pull request #286 from tlejolivet/master
New simple designed UI for a better look !
3 years ago
David Wright 77c218929e Update UnpinStart function for GUI/CLI scripts 3 years ago
tlejolivet e5eb038725 Correction of the window title 4 years ago
tlejolivet 890c318872 New simple designed UI for a better look ! 4 years ago
Alexander e0ecc9e381
Added Connect app 4 years ago
John Neijzen 1d5137e878
Same Cloudstore fixes 4 years ago
Richard Newton 89f3dbd4da
Added Microsoft.MixedReality.Portal to whitelistedapps
This should resolve issue #195
5 years ago
Richard Newton ba61ea102a
Added Nvidia to whitelist 5 years ago
Danijel-James Wynyard 08eaf9b694
Major code formatting clean up. Repaired GUI.
- GUI previously not display
- Style of some code updated to reflect body and readability
- Updated the `string` types within double-quote to be within curly braces for interpreter
5 years ago
Danijel-James Wynyard ff2b79d475
Title Case the 'SilentlyContinue'
Makes it easier to read. Good practice too.
5 years ago
Richard Newton 24de460dcd
Added removal of OneDrive Env: variable
This resolves issue #149
5 years ago
Richard Newton 4109280391
Added popup box for admin rights or not
When you run the script now, there is a choice if you want to run it as an Administrator or not, per issue #106
5 years ago
Richard Newton e786feb707
Updated GUI Button placements
Updated GUI Button placements and removed Fix Whitelisted Apps button
5 years ago
Richard Newton 2778bd51c0
Rename Windows10DebloaterGUIOLD.ps1 to Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 530ce42844
Rename Windows10DebloaterGUI.ps1 to Windows10DebloaterGUIExperimental.ps1 5 years ago
Richard Newton 4b5af129b1
Merge pull request #138 from jstnlth/customLists
Custom lists
5 years ago
Justin Luth d3e4296603 Issue 84: CBSPreview is .NonRemovable - removed from blacklist.
https://github.com/Sycnex/Windows10Debloater/issues/84
5 years ago
Richard Newton 828f532caf
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton fb64083821
Added UnpinStartMenuTiles button and code 5 years ago
Richard Newton 57f194be95
Added Enable and Disable Cortana buttons and code 5 years ago
Richard Newton 9940feae6c
Added revert changes button and code 5 years ago
Richard Newton 80db2ac5c7
Rename Windows10DebloaterGUI to Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 434c9f1ce6
Rename Windows10DebloaterGUI.ps1 to Windows10DebloaterGUIOLD.ps1 5 years ago
Damian 4e1618cb4f Update Windows10DebloaterGUI.ps1
Removed DebloatNoBlacklist since it was the exact same as DebloatAll
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 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 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 c09b8185d8
Update Windows10DebloaterGUI.ps1 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 b473c0aa00
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 364978048a
Added "*Dolby*" to be removed by script
#78
5 years ago
Richard Newton 0a9610da58
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 66af8e6597
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton bacdcc1c5e
Added WindSynthBerry & MIDIBerry to whitelist 5 years ago
Richard Newton e54110decc
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 63738f772e
Updated regex whitelist
Updated regex whitelist per #68
5 years ago
Richard Newton 770ccd0aca
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 5f726f50dc
Added code to have script self elevate to administrator
I added code that checks if the script was run as an Administrator, and if not then it self elevates with a UAC prompt asking if it can be run as an Administrator. The script works best when run as an Adminstrator.
5 years ago