172 Commits (9dd0b4cfcb338429ba1736074b916724687ead15)
 

Author SHA1 Message Date
robertobadjo 9dd0b4cfcb
Merge pull request #1 from Sycnex/master
merging
5 years ago
Richard Newton 0a9610da58
Update Windows10DebloaterGUI.ps1 5 years ago
Richard Newton 66af8e6597
Update Windows10DebloaterGUI.ps1 6 years ago
Richard Newton bacdcc1c5e
Added WindSynthBerry & MIDIBerry to whitelist 6 years ago
Richard Newton 9fefc2239d
Added WindSynthBerry & MIDIBerry to whitelist 6 years ago
Richard Newton b350f5ce12
Updated regex whitelist 6 years ago
Richard Newton e54110decc
Update Windows10DebloaterGUI.ps1 6 years ago
Richard Newton 63738f772e
Updated regex whitelist
Updated regex whitelist per #68
6 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
6 years ago
Richard Newton 770ccd0aca
Update Windows10DebloaterGUI.ps1 6 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.
6 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
6 years ago
Richard Newton 0c2ee7149b
Additional Blacklisted apps should now be removed
This should resolve issue #77
6 years ago
Richard Newton 51894fae31
Fix not removing specific blacklisted apps
This should resolve issue #77
6 years ago
Richard Newton 3f39bf232f
This fixes issue #76 6 years ago
Richard Newton c78b37c070
This fixes issue #76 6 years ago
Richard Newton cdddf0b477
Update Windows10Debloater.ps1 6 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
6 years ago
Richard Newton 4b62408986
Update Windows10SysPrepDebloater.ps1 6 years ago
Richard Newton 083fb53cd5
Update Windows10DebloaterGUI.ps1 6 years ago
Richard Newton be3d198eb6
Update Windows10Debloater.ps1 6 years ago
Richard Newton 9921d12cb5
Update Windows10Debloater.ps1 6 years ago
Richard Newton 37b6612c6d
Update Windows10DebloaterGUI.ps1 6 years ago
Richard Newton e2036d15fe
Removed *.NET* from regex whitelist 6 years ago
Richard Newton 298927ef42
Removed *.NET* from regex whitelist 6 years ago
Richard Newton 0eea4f7a3d
Removed *.NET* from regex whitelist 6 years ago
Richard Newton fc93a07d6c
Added .NET to whitelist 6 years ago
Richard Newton d85168b631
Added .NET to 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 3078379728
Fixed formatting, added key to disable OneDrive
I had to fix some formatting otherwise the script would break functionality. I also added a key to disable OneDrive throughout Windows.
6 years ago
Richard Newton 1bd013a052
Update Windows10SysPrepDebloater.ps1 6 years ago
Richard Newton a6e1354fdb
Update Windows10Debloater.ps1 6 years ago
Richard Newton 7a1a7125f3
Added Start-Transcript 6 years ago
Richard Newton 30c0a9a65f
Updated formatting 6 years ago
Richard Newton e126327482
Update Windows10DebloaterGUI.ps1 6 years ago
Richard Newton be3a6765b6
Update Windows10Debloater.ps1 6 years ago
Richard Newton 2b07de3eba
Update Windows10SysPrepDebloater.ps1 6 years ago
Richard Newton 053e51dd03
Added check to enable DMWAppushservice
Added a function to set the startup type of the DMWAppushservice to Automatic, and to start it after if it isn't started.
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 e75fbd9f91
Added information about GUI functions 6 years ago
Richard Newton 45d3098d99
Whitelisted CameraApp 6 years ago
Richard Newton e652baa852
Whitelisted CameraApp 6 years ago
Richard Newton 8e137a2e2e
Update Windows10Debloater.ps1 6 years ago
Richard Newton f5e795dd04
Added code to remove CloudStore
This is reference to issue #61
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 8f734bdb7c
Added Microsoft.WindowsCamera to whitelist
Added Microsoft.WindowsCamera to whitelist in DebloatAll and DebloatBlacklist functions
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